Skip to content
Success

Console Output

Pull request #46573 opened
23:00:19 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 5b16dd6469002b232838c5a3741cb5588f74db40+7d30dafd69ed06e94a0e1b87f74a1f7c9a98dfeb (34542f7cea17eb4d18dd6a8a244816b944ffbdaa)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-46573@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
23:00:21 [2023-09-30T23:00:21.454Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
23:00:21 [2023-09-30T23:00:21.457Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
23:00:21 [2023-09-30T23:00:21.670Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-029ecd6825beb612e) in /home/ubuntu/workspace/moby_PR-46573
[Pipeline] {
[Pipeline] checkout
23:00:21 [2023-09-30T23:00:21.693Z] The recommended git tool is: git
23:00:21 [2023-09-30T23:00:21.702Z] using credential docker-jenkins-github-credentials
23:00:21 [2023-09-30T23:00:21.718Z] Cloning the remote Git repository
23:00:21 [2023-09-30T23:00:21.718Z] Cloning with configured refspecs honoured and without tags
23:00:21 [2023-09-30T23:00:21.714Z] Cloning repository https://github.com/moby/moby.git
23:00:21 [2023-09-30T23:00:21.714Z]  > git init /home/ubuntu/workspace/moby_PR-46573 # timeout=10
23:00:21 [2023-09-30T23:00:21.719Z] Fetching upstream changes from https://github.com/moby/moby.git
23:00:21 [2023-09-30T23:00:21.719Z]  > git --version # timeout=10
23:00:21 [2023-09-30T23:00:21.722Z]  > git --version # 'git version 2.25.1'
23:00:21 [2023-09-30T23:00:21.722Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:00:21 [2023-09-30T23:00:21.723Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46573/head:refs/remotes/origin/PR-46573 +refs/heads/master:refs/remotes/origin/master # timeout=10
23:00:33 [2023-09-30T23:00:33.051Z] Fetching without tags
23:00:33 [2023-09-30T23:00:33.256Z] Merging remotes/origin/master commit 7d30dafd69ed06e94a0e1b87f74a1f7c9a98dfeb into PR head commit 5b16dd6469002b232838c5a3741cb5588f74db40
23:00:33 [2023-09-30T23:00:33.904Z] Merge succeeded, producing 5b16dd6469002b232838c5a3741cb5588f74db40
23:00:33 [2023-09-30T23:00:33.904Z] Checking out Revision 5b16dd6469002b232838c5a3741cb5588f74db40 (PR-46573)
23:00:33 [2023-09-30T23:00:33.030Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:00:33 [2023-09-30T23:00:33.033Z]  > git config --add remote.origin.fetch +refs/pull/46573/head:refs/remotes/origin/PR-46573 # timeout=10
23:00:33 [2023-09-30T23:00:33.035Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
23:00:33 [2023-09-30T23:00:33.040Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:00:33 [2023-09-30T23:00:33.047Z] Fetching upstream changes from https://github.com/moby/moby.git
23:00:33 [2023-09-30T23:00:33.047Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:00:33 [2023-09-30T23:00:33.048Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46573/head:refs/remotes/origin/PR-46573 +refs/heads/master:refs/remotes/origin/master # timeout=10
23:00:33 [2023-09-30T23:00:33.252Z]  > git config core.sparsecheckout # timeout=10
23:00:33 [2023-09-30T23:00:33.255Z]  > git checkout -f 5b16dd6469002b232838c5a3741cb5588f74db40 # timeout=10
23:00:33 [2023-09-30T23:00:33.882Z]  > git remote # timeout=10
23:00:33 [2023-09-30T23:00:33.885Z]  > git config --get remote.origin.url # timeout=10
23:00:33 [2023-09-30T23:00:33.887Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:00:33 [2023-09-30T23:00:33.888Z]  > git merge 7d30dafd69ed06e94a0e1b87f74a1f7c9a98dfeb # timeout=10
23:00:33 [2023-09-30T23:00:33.895Z]  > git rev-parse HEAD^{commit} # timeout=10
23:00:33 [2023-09-30T23:00:33.900Z]  > git config core.sparsecheckout # timeout=10
23:00:33 [2023-09-30T23:00:33.902Z]  > git checkout -f 5b16dd6469002b232838c5a3741cb5588f74db40 # timeout=10
23:00:34 [2023-09-30T23:00:34.762Z] Commit message: "Remove duplicated trace logs"
23:00:34 [2023-09-30T23:00:34.763Z] First time build. Skipping changelog.
23:00:34 [2023-09-30T23:00:34.772Z]  > git --version # timeout=10
23:00:34 [2023-09-30T23:00:34.774Z]  > git --version # 'git version 2.25.1'
23:00:34 [2023-09-30T23:00:34.777Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
23:00:35 [2023-09-30T23:00:35.413Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46573:/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
23:00:37 [2023-09-30T23:00:37.931Z] 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: arm64)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] node
23:00:37 [2023-09-30T23:00:37.993Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-039a382836344c149) in /home/ubuntu/workspace/moby_PR-46573
[Pipeline] {
[Pipeline] checkout
23:00:38 [2023-09-30T23:00:38.008Z] The recommended git tool is: git
23:00:38 [2023-09-30T23:00:38.017Z] using credential docker-jenkins-github-credentials
23:00:38 [2023-09-30T23:00:38.030Z] Cloning the remote Git repository
23:00:38 [2023-09-30T23:00:38.030Z] Cloning with configured refspecs honoured and without tags
23:00:38 [2023-09-30T23:00:38.045Z] Cloning repository https://github.com/moby/moby.git
23:00:38 [2023-09-30T23:00:38.046Z]  > git init /home/ubuntu/workspace/moby_PR-46573 # timeout=10
23:00:38 [2023-09-30T23:00:38.051Z] Fetching upstream changes from https://github.com/moby/moby.git
23:00:38 [2023-09-30T23:00:38.051Z]  > git --version # timeout=10
23:00:38 [2023-09-30T23:00:38.053Z]  > git --version # 'git version 2.25.1'
23:00:38 [2023-09-30T23:00:38.053Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:00:38 [2023-09-30T23:00:38.054Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46573/head:refs/remotes/origin/PR-46573 +refs/heads/master:refs/remotes/origin/master # timeout=10
23:00:49 [2023-09-30T23:00:49.499Z] Fetching without tags
23:00:49 [2023-09-30T23:00:49.723Z] Merging remotes/origin/master commit 7d30dafd69ed06e94a0e1b87f74a1f7c9a98dfeb into PR head commit 5b16dd6469002b232838c5a3741cb5588f74db40
23:00:50 [2023-09-30T23:00:50.386Z] Merge succeeded, producing 5b16dd6469002b232838c5a3741cb5588f74db40
23:00:50 [2023-09-30T23:00:50.386Z] Checking out Revision 5b16dd6469002b232838c5a3741cb5588f74db40 (PR-46573)
23:00:49 [2023-09-30T23:00:49.496Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:00:49 [2023-09-30T23:00:49.499Z]  > git config --add remote.origin.fetch +refs/pull/46573/head:refs/remotes/origin/PR-46573 # timeout=10
23:00:49 [2023-09-30T23:00:49.502Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
23:00:49 [2023-09-30T23:00:49.508Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:00:49 [2023-09-30T23:00:49.514Z] Fetching upstream changes from https://github.com/moby/moby.git
23:00:49 [2023-09-30T23:00:49.514Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:00:49 [2023-09-30T23:00:49.515Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46573/head:refs/remotes/origin/PR-46573 +refs/heads/master:refs/remotes/origin/master # timeout=10
23:00:49 [2023-09-30T23:00:49.738Z]  > git config core.sparsecheckout # timeout=10
23:00:49 [2023-09-30T23:00:49.741Z]  > git checkout -f 5b16dd6469002b232838c5a3741cb5588f74db40 # timeout=10
23:00:50 [2023-09-30T23:00:50.380Z]  > git remote # timeout=10
23:00:50 [2023-09-30T23:00:50.383Z]  > git config --get remote.origin.url # timeout=10
23:00:50 [2023-09-30T23:00:50.386Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:00:50 [2023-09-30T23:00:50.387Z]  > git merge 7d30dafd69ed06e94a0e1b87f74a1f7c9a98dfeb # timeout=10
23:00:50 [2023-09-30T23:00:50.395Z]  > git rev-parse HEAD^{commit} # timeout=10
23:00:50 [2023-09-30T23:00:50.401Z]  > git config core.sparsecheckout # timeout=10
23:00:50 [2023-09-30T23:00:50.404Z]  > git checkout -f 5b16dd6469002b232838c5a3741cb5588f74db40 # timeout=10
23:00:50 [2023-09-30T23:00:50.917Z] Commit message: "Remove duplicated trace logs"
23:00:50 [2023-09-30T23:00:50.943Z]  > git --version # timeout=10
23:00:50 [2023-09-30T23:00:50.946Z]  > git --version # 'git version 2.25.1'
23:00:50 [2023-09-30T23:00:50.948Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
23:00:51 [2023-09-30T23:00:51.579Z] + docker version
23:00:51 [2023-09-30T23:00:51.579Z] Client: Docker Engine - Community
23:00:51 [2023-09-30T23:00:51.579Z]  Version:           24.0.2
23:00:51 [2023-09-30T23:00:51.579Z]  API version:       1.43
23:00:51 [2023-09-30T23:00:51.579Z]  Go version:        go1.20.4
23:00:51 [2023-09-30T23:00:51.579Z]  Git commit:        cb74dfc
23:00:51 [2023-09-30T23:00:51.579Z]  Built:             Thu May 25 21:52:41 2023
23:00:51 [2023-09-30T23:00:51.579Z]  OS/Arch:           linux/arm64
23:00:51 [2023-09-30T23:00:51.579Z]  Context:           default
23:00:51 [2023-09-30T23:00:51.579Z] 
23:00:51 [2023-09-30T23:00:51.579Z] Server: Docker Engine - Community
23:00:51 [2023-09-30T23:00:51.579Z]  Engine:
23:00:51 [2023-09-30T23:00:51.579Z]   Version:          24.0.2
23:00:51 [2023-09-30T23:00:51.579Z]   API version:      1.43 (minimum version 1.12)
23:00:51 [2023-09-30T23:00:51.579Z]   Go version:       go1.20.4
23:00:51 [2023-09-30T23:00:51.579Z]   Git commit:       659604f
23:00:51 [2023-09-30T23:00:51.579Z]   Built:            Thu May 25 21:52:41 2023
23:00:51 [2023-09-30T23:00:51.579Z]   OS/Arch:          linux/arm64
23:00:51 [2023-09-30T23:00:51.579Z]   Experimental:     true
23:00:51 [2023-09-30T23:00:51.579Z]  containerd:
23:00:51 [2023-09-30T23:00:51.579Z]   Version:          1.6.21
23:00:51 [2023-09-30T23:00:51.579Z]   GitCommit:        3dce8eb055cbb6872793272b4f20ed16117344f8
23:00:51 [2023-09-30T23:00:51.579Z]  runc:
23:00:51 [2023-09-30T23:00:51.579Z]   Version:          1.1.7
23:00:51 [2023-09-30T23:00:51.579Z]   GitCommit:        v1.1.7-0-g860f061
23:00:51 [2023-09-30T23:00:51.579Z]  docker-init:
23:00:51 [2023-09-30T23:00:51.579Z]   Version:          0.19.0
23:00:51 [2023-09-30T23:00:51.579Z]   GitCommit:        de40ad0
[Pipeline] sh
23:00:51 [2023-09-30T23:00:51.866Z] + docker info
23:00:51 [2023-09-30T23:00:51.866Z] Client: Docker Engine - Community
23:00:51 [2023-09-30T23:00:51.866Z]  Version:    24.0.2
23:00:51 [2023-09-30T23:00:51.866Z]  Context:    default
23:00:51 [2023-09-30T23:00:51.866Z]  Debug Mode: false
23:00:51 [2023-09-30T23:00:51.866Z]  Plugins:
23:00:51 [2023-09-30T23:00:51.866Z]   buildx: Docker Buildx (Docker Inc.)
23:00:51 [2023-09-30T23:00:51.866Z]     Version:  v0.11.0
23:00:51 [2023-09-30T23:00:51.866Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
23:00:51 [2023-09-30T23:00:51.866Z]   compose: Docker Compose (Docker Inc.)
23:00:51 [2023-09-30T23:00:51.866Z]     Version:  v2.19.1
23:00:51 [2023-09-30T23:00:51.866Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
23:00:51 [2023-09-30T23:00:51.866Z] 
23:00:51 [2023-09-30T23:00:51.866Z] Server:
23:00:51 [2023-09-30T23:00:51.866Z]  Containers: 0
23:00:51 [2023-09-30T23:00:51.866Z]   Running: 0
23:00:51 [2023-09-30T23:00:51.866Z]   Paused: 0
23:00:51 [2023-09-30T23:00:51.866Z]   Stopped: 0
23:00:51 [2023-09-30T23:00:51.866Z]  Images: 3
23:00:51 [2023-09-30T23:00:51.866Z]  Server Version: 24.0.2
23:00:51 [2023-09-30T23:00:51.866Z]  Storage Driver: overlay2
23:00:51 [2023-09-30T23:00:51.866Z]   Backing Filesystem: extfs
23:00:51 [2023-09-30T23:00:51.866Z]   Supports d_type: true
23:00:51 [2023-09-30T23:00:51.866Z]   Using metacopy: false
23:00:51 [2023-09-30T23:00:51.866Z]   Native Overlay Diff: true
23:00:51 [2023-09-30T23:00:51.866Z]   userxattr: false
23:00:51 [2023-09-30T23:00:51.866Z]  Logging Driver: json-file
23:00:51 [2023-09-30T23:00:51.866Z]  Cgroup Driver: cgroupfs
23:00:51 [2023-09-30T23:00:51.866Z]  Cgroup Version: 1
23:00:51 [2023-09-30T23:00:51.866Z]  Plugins:
23:00:51 [2023-09-30T23:00:51.866Z]   Volume: local
23:00:51 [2023-09-30T23:00:51.866Z]   Network: bridge host ipvlan macvlan null overlay
23:00:51 [2023-09-30T23:00:51.866Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
23:00:51 [2023-09-30T23:00:51.866Z]  Swarm: inactive
23:00:51 [2023-09-30T23:00:51.866Z]  Runtimes: io.containerd.runc.v2 runc
23:00:51 [2023-09-30T23:00:51.866Z]  Default Runtime: runc
23:00:51 [2023-09-30T23:00:51.866Z]  Init Binary: docker-init
23:00:51 [2023-09-30T23:00:51.866Z]  containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
23:00:51 [2023-09-30T23:00:51.866Z]  runc version: v1.1.7-0-g860f061
23:00:51 [2023-09-30T23:00:51.866Z]  init version: de40ad0
23:00:51 [2023-09-30T23:00:51.866Z]  Security Options:
23:00:51 [2023-09-30T23:00:51.866Z]   apparmor
23:00:51 [2023-09-30T23:00:51.866Z]   seccomp
23:00:51 [2023-09-30T23:00:51.866Z]    Profile: builtin
23:00:51 [2023-09-30T23:00:51.866Z]  Kernel Version: 5.15.0-1039-aws
23:00:51 [2023-09-30T23:00:51.866Z]  Operating System: Ubuntu 20.04.6 LTS
23:00:51 [2023-09-30T23:00:51.866Z]  OSType: linux
23:00:51 [2023-09-30T23:00:51.866Z]  Architecture: aarch64
23:00:51 [2023-09-30T23:00:51.866Z]  CPUs: 8
23:00:51 [2023-09-30T23:00:51.866Z]  Total Memory: 30.64GiB
23:00:51 [2023-09-30T23:00:51.866Z]  Name: ip-10-100-61-24
23:00:51 [2023-09-30T23:00:51.866Z]  ID: ef507593-6b20-4340-8f95-bbcbfb83a0a5
23:00:51 [2023-09-30T23:00:51.866Z]  Docker Root Dir: /var/lib/docker
23:00:51 [2023-09-30T23:00:51.866Z]  Debug Mode: false
23:00:51 [2023-09-30T23:00:51.866Z]  Experimental: true
23:00:51 [2023-09-30T23:00:51.866Z]  Insecure Registries:
23:00:51 [2023-09-30T23:00:51.866Z]   127.0.0.0/8
23:00:51 [2023-09-30T23:00:51.866Z]  Live Restore Enabled: true
23:00:51 [2023-09-30T23:00:51.866Z] 
[Pipeline] sh
23:00:52 [2023-09-30T23:00:52.152Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
23:00:52 [2023-09-30T23:00:52.152Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
23:00:52 [2023-09-30T23:00:52.152Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-46573/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
23:00:52 [2023-09-30T23:00:52.152Z] + bash /home/ubuntu/workspace/moby_PR-46573/check-config.sh
23:00:52 [2023-09-30T23:00:52.152Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
23:00:52 [2023-09-30T23:00:52.152Z] info: reading kernel config from /boot/config-5.15.0-1039-aws ...
23:00:52 [2023-09-30T23:00:52.152Z] 
23:00:52 [2023-09-30T23:00:52.152Z] Generally Necessary:
23:00:52 [2023-09-30T23:00:52.152Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
23:00:52 [2023-09-30T23:00:52.152Z] - apparmor: enabled and tools installed
23:00:52 [2023-09-30T23:00:52.152Z] - CONFIG_NAMESPACES: enabled
23:00:52 [2023-09-30T23:00:52.152Z] - CONFIG_NET_NS: enabled
23:00:52 [2023-09-30T23:00:52.152Z] - CONFIG_PID_NS: enabled
23:00:52 [2023-09-30T23:00:52.152Z] - CONFIG_IPC_NS: enabled
23:00:52 [2023-09-30T23:00:52.152Z] - CONFIG_UTS_NS: enabled
23:00:52 [2023-09-30T23:00:52.152Z] - CONFIG_CGROUPS: enabled
23:00:52 [2023-09-30T23:00:52.152Z] - CONFIG_CGROUP_CPUACCT: enabled
23:00:52 [2023-09-30T23:00:52.152Z] - CONFIG_CGROUP_DEVICE: enabled
23:00:52 [2023-09-30T23:00:52.152Z] - CONFIG_CGROUP_FREEZER: enabled
23:00:52 [2023-09-30T23:00:52.152Z] - CONFIG_CGROUP_SCHED: enabled
23:00:52 [2023-09-30T23:00:52.152Z] - CONFIG_CPUSETS: enabled
23:00:52 [2023-09-30T23:00:52.152Z] - CONFIG_MEMCG: enabled
23:00:52 [2023-09-30T23:00:52.152Z] - CONFIG_KEYS: enabled
23:00:52 [2023-09-30T23:00:52.152Z] - CONFIG_VETH: enabled (as module)
23:00:52 [2023-09-30T23:00:52.152Z] - CONFIG_BRIDGE: enabled (as module)
23:00:52 [2023-09-30T23:00:52.152Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_IP_NF_FILTER: enabled (as module)
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_IP_NF_NAT: enabled (as module)
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_NF_NAT: enabled (as module)
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_POSIX_MQUEUE: enabled
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_CGROUP_BPF: enabled
23:00:52 [2023-09-30T23:00:52.413Z] 
23:00:52 [2023-09-30T23:00:52.413Z] Optional Features:
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_USER_NS: enabled
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_SECCOMP: enabled
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_SECCOMP_FILTER: enabled
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_CGROUP_PIDS: enabled
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_MEMCG_SWAP: enabled
23:00:52 [2023-09-30T23:00:52.413Z]     (cgroup swap accounting is currently enabled)
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_BLK_CGROUP: enabled
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_BLK_DEV_THROTTLING: enabled
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_CGROUP_PERF: enabled
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_CGROUP_HUGETLB: enabled
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_CGROUP_NET_PRIO: enabled
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_CFS_BANDWIDTH: enabled
23:00:52 [2023-09-30T23:00:52.413Z] - CONFIG_FAIR_GROUP_SCHED: enabled
23:00:52 [2023-09-30T23:00:52.674Z] - CONFIG_RT_GROUP_SCHED: missing
23:00:52 [2023-09-30T23:00:52.674Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
23:00:52 [2023-09-30T23:00:52.674Z] - CONFIG_IP_VS: enabled (as module)
23:00:52 [2023-09-30T23:00:52.674Z] - CONFIG_IP_VS_NFCT: enabled
23:00:52 [2023-09-30T23:00:52.674Z] - CONFIG_IP_VS_PROTO_TCP: enabled
23:00:52 [2023-09-30T23:00:52.674Z] - CONFIG_IP_VS_PROTO_UDP: enabled
23:00:52 [2023-09-30T23:00:52.674Z] - CONFIG_IP_VS_RR: enabled (as module)
23:00:52 [2023-09-30T23:00:52.674Z] - CONFIG_SECURITY_SELINUX: enabled
23:00:52 [2023-09-30T23:00:52.674Z] - CONFIG_SECURITY_APPARMOR: enabled
23:00:52 [2023-09-30T23:00:52.674Z] - CONFIG_EXT4_FS: enabled
23:00:52 [2023-09-30T23:00:52.674Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
23:00:52 [2023-09-30T23:00:52.674Z] - CONFIG_EXT4_FS_SECURITY: enabled
23:00:52 [2023-09-30T23:00:52.674Z] - Network Drivers:
23:00:52 [2023-09-30T23:00:52.674Z]   - "overlay":
23:00:52 [2023-09-30T23:00:52.674Z]     - CONFIG_VXLAN: enabled (as module)
23:00:52 [2023-09-30T23:00:52.674Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
23:00:52 [2023-09-30T23:00:52.674Z]       Optional (for encrypted networks):
23:00:52 [2023-09-30T23:00:52.674Z]       - CONFIG_CRYPTO: enabled
23:00:52 [2023-09-30T23:00:52.674Z]       - CONFIG_CRYPTO_AEAD: enabled
23:00:52 [2023-09-30T23:00:52.674Z]       - CONFIG_CRYPTO_GCM: enabled
23:00:52 [2023-09-30T23:00:52.674Z]       - CONFIG_CRYPTO_SEQIV: enabled
23:00:52 [2023-09-30T23:00:52.674Z]       - CONFIG_CRYPTO_GHASH: enabled
23:00:52 [2023-09-30T23:00:52.674Z]       - CONFIG_XFRM: enabled
23:00:52 [2023-09-30T23:00:52.674Z]       - CONFIG_XFRM_USER: enabled (as module)
23:00:52 [2023-09-30T23:00:52.674Z]       - CONFIG_XFRM_ALGO: enabled (as module)
23:00:52 [2023-09-30T23:00:52.674Z]       - CONFIG_INET_ESP: enabled (as module)
23:00:52 [2023-09-30T23:00:52.674Z]   - "ipvlan":
23:00:52 [2023-09-30T23:00:52.935Z]     - CONFIG_IPVLAN: enabled (as module)
23:00:52 [2023-09-30T23:00:52.935Z]   - "macvlan":
23:00:52 [2023-09-30T23:00:52.935Z]     - CONFIG_MACVLAN: enabled (as module)
23:00:52 [2023-09-30T23:00:52.935Z]     - CONFIG_DUMMY: enabled (as module)
23:00:52 [2023-09-30T23:00:52.935Z]   - "ftp,tftp client in container":
23:00:52 [2023-09-30T23:00:52.935Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
23:00:52 [2023-09-30T23:00:52.935Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
23:00:52 [2023-09-30T23:00:52.935Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
23:00:52 [2023-09-30T23:00:52.935Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
23:00:52 [2023-09-30T23:00:52.935Z] - Storage Drivers:
23:00:52 [2023-09-30T23:00:52.935Z]   - "aufs":
23:00:52 [2023-09-30T23:00:52.935Z]     - CONFIG_AUFS_FS: enabled (as module)
23:00:52 [2023-09-30T23:00:52.935Z]   - "btrfs":
23:00:52 [2023-09-30T23:00:52.935Z]     - CONFIG_BTRFS_FS: enabled (as module)
23:00:52 [2023-09-30T23:00:52.935Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
23:00:52 [2023-09-30T23:00:52.935Z]   - "devicemapper":
23:00:52 [2023-09-30T23:00:52.935Z]     - CONFIG_BLK_DEV_DM: enabled
23:00:52 [2023-09-30T23:00:52.935Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
23:00:52 [2023-09-30T23:00:52.935Z]   - "overlay":
23:00:52 [2023-09-30T23:00:52.935Z]     - CONFIG_OVERLAY_FS: enabled (as module)
23:00:52 [2023-09-30T23:00:52.935Z]   - "zfs":
23:00:52 [2023-09-30T23:00:52.935Z]     - /dev/zfs: present
23:00:52 [2023-09-30T23:00:52.935Z]     - zfs command: missing
23:00:52 [2023-09-30T23:00:52.935Z]     - zpool command: missing
23:00:52 [2023-09-30T23:00:52.935Z] 
23:00:52 [2023-09-30T23:00:52.935Z] Limits:
23:00:52 [2023-09-30T23:00:52.935Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
23:00:52 [2023-09-30T23:00:52.935Z] 
23:00:52 [2023-09-30T23:00:52.935Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
23:00:53 [2023-09-30T23:00:53.239Z] + docker build --force-rm -t docker:5b16dd6469002b232838c5a3741cb5588f74db40 .
23:00:53 [2023-09-30T23:00:53.499Z] #0 building with "default" instance using docker driver
23:00:53 [2023-09-30T23:00:53.499Z] 
23:00:53 [2023-09-30T23:00:53.499Z] #1 [internal] load build definition from Dockerfile
23:00:53 [2023-09-30T23:00:53.499Z] #1 transferring dockerfile: 28.07kB done
23:00:53 [2023-09-30T23:00:53.499Z] #1 DONE 0.0s
23:00:53 [2023-09-30T23:00:53.499Z] 
23:00:53 [2023-09-30T23:00:53.499Z] #2 [internal] load .dockerignore
23:00:53 [2023-09-30T23:00:53.499Z] #2 transferring context: 113B done
23:00:53 [2023-09-30T23:00:53.499Z] #2 DONE 0.0s
23:00:53 [2023-09-30T23:00:53.499Z] 
23:00:53 [2023-09-30T23:00:53.499Z] #3 resolve image config for docker.io/docker/dockerfile:1
23:00:53 [2023-09-30T23:00:53.499Z] #3 DONE 0.1s
23:00:53 [2023-09-30T23:00:53.499Z] 
23:00:53 [2023-09-30T23:00:53.499Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
23:00:53 [2023-09-30T23:00:53.499Z] #4 CACHED
23:00:53 [2023-09-30T23:00:53.499Z] 
23:00:53 [2023-09-30T23:00:53.499Z] #5 [internal] load metadata for docker.io/library/debian:bullseye
23:00:53 [2023-09-30T23:00:53.760Z] #5 ...
23:00:53 [2023-09-30T23:00:53.760Z] 
23:00:53 [2023-09-30T23:00:53.760Z] #6 [internal] load metadata for docker.io/library/busybox:latest
23:00:53 [2023-09-30T23:00:53.760Z] #6 DONE 0.0s
23:00:53 [2023-09-30T23:00:53.760Z] 
23:00:53 [2023-09-30T23:00:53.760Z] #7 [internal] load metadata for docker.io/library/golang:1.21.1-bullseye
23:00:53 [2023-09-30T23:00:53.760Z] #7 DONE 0.1s
23:00:53 [2023-09-30T23:00:53.760Z] 
23:00:53 [2023-09-30T23:00:53.760Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
23:00:53 [2023-09-30T23:00:53.760Z] #8 DONE 0.1s
23:00:53 [2023-09-30T23:00:53.760Z] 
23:00:53 [2023-09-30T23:00:53.760Z] #9 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
23:00:53 [2023-09-30T23:00:53.760Z] #9 DONE 0.2s
23:00:53 [2023-09-30T23:00:53.760Z] 
23:00:53 [2023-09-30T23:00:53.760Z] #5 [internal] load metadata for docker.io/library/debian:bullseye
23:00:53 [2023-09-30T23:00:53.760Z] #5 DONE 0.2s
23:00:53 [2023-09-30T23:00:53.760Z] 
23:00:53 [2023-09-30T23:00:53.760Z] #10 [internal] load metadata for docker.io/docker/buildx-bin:0.11.2
23:00:53 [2023-09-30T23:00:53.760Z] #10 DONE 0.2s
23:00:53 [2023-09-30T23:00:53.760Z] 
23:00:53 [2023-09-30T23:00:53.760Z] #11 [internal] load metadata for docker.io/distribution/distribution:2.8.2
23:00:53 [2023-09-30T23:00:53.760Z] #11 DONE 0.2s
23:00:53 [2023-09-30T23:00:53.760Z] 
23:00:53 [2023-09-30T23:00:53.760Z] #12 [internal] load metadata for docker.io/docker/compose-bin:v2.20.1
23:00:53 [2023-09-30T23:00:53.760Z] #12 DONE 0.2s
23:00:54 [2023-09-30T23:00:54.702Z] 
23:00:54 [2023-09-30T23:00:54.702Z] #13 [base 1/5] FROM docker.io/library/golang:1.21.1-bullseye@sha256:18f57bdd1d188ade1226471393b5c3ced4639c6c772fd94853ea7abd9eb158f7
23:00:54 [2023-09-30T23:00:54.702Z] #13 DONE 0.0s
23:00:54 [2023-09-30T23:00:54.702Z] 
23:00:54 [2023-09-30T23:00:54.702Z] #14 [compose 1/1] FROM docker.io/docker/compose-bin:v2.20.1@sha256:808e1bf7a9b64a345b30bbaf10df1b2f119f9011ff2ffd332cb8ed282e518d6b
23:00:54 [2023-09-30T23:00:54.702Z] #14 DONE 0.0s
23:00:54 [2023-09-30T23:00:54.702Z] 
23:00:54 [2023-09-30T23:00:54.702Z] #15 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.11.2@sha256:e7f00cf9fc3754de699190b215d383e57bd654179b31b28eefadf978a362e647
23:00:54 [2023-09-30T23:00:54.702Z] #15 DONE 0.0s
23:00:54 [2023-09-30T23:00:54.702Z] 
23:00:54 [2023-09-30T23:00:54.702Z] #16 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
23:00:54 [2023-09-30T23:00:54.702Z] #16 DONE 0.0s
23:00:54 [2023-09-30T23:00:54.702Z] 
23:00:54 [2023-09-30T23:00:54.702Z] #17 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
23:00:54 [2023-09-30T23:00:54.702Z] #17 DONE 0.0s
23:00:54 [2023-09-30T23:00:54.702Z] 
23:00:54 [2023-09-30T23:00:54.702Z] #18 [build-dummy 1/2] FROM docker.io/library/busybox:latest
23:00:54 [2023-09-30T23:00:54.702Z] #18 DONE 0.0s
23:00:54 [2023-09-30T23:00:54.702Z] 
23:00:54 [2023-09-30T23:00:54.702Z] #19 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.2@sha256:5d9a57b8024989a7f460cc4c44552fc8e0a183598962a916aafa276861cdae77
23:00:54 [2023-09-30T23:00:54.702Z] #19 DONE 0.0s
23:00:54 [2023-09-30T23:00:54.702Z] 
23:00:54 [2023-09-30T23:00:54.702Z] #20 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:54d33aaad0bc936a9a40d856764c7bc35c0afaa9cab51f88bb95f6cd8004438d
23:00:54 [2023-09-30T23:00:54.702Z] #20 DONE 0.0s
23:00:54 [2023-09-30T23:00:54.702Z] 
23:00:54 [2023-09-30T23:00:54.702Z] #21 [internal] load build context
23:00:55 [2023-09-30T23:00:55.277Z] #21 transferring context: 72.96MB 0.9s done
23:00:55 [2023-09-30T23:00:55.277Z] #21 DONE 1.0s
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #22 [base 4/5] RUN test -n "$APT_MIRROR" && sed -ri "s#(httpredir|deb|security).debian.org#${APT_MIRROR}#g" /etc/apt/sources.list || true
23:00:55 [2023-09-30T23:00:55.538Z] #22 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #23 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
23:00:55 [2023-09-30T23:00:55.538Z] #23 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #24 [dev-base  3/13] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
23:00:55 [2023-09-30T23:00:55.538Z] #24 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #25 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
23:00:55 [2023-09-30T23:00:55.538Z] #25 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #26 [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
23:00:55 [2023-09-30T23:00:55.538Z] #26 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #27 [dev-systemd-false 20/21] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
23:00:55 [2023-09-30T23:00:55.538Z] #27 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #28 [dev-base 12/13] COPY --link --from=dockercli             /build/ /usr/local/cli
23:00:55 [2023-09-30T23:00:55.538Z] #28 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #29 [dev-base  8/13] 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
23:00:55 [2023-09-30T23:00:55.538Z] #29 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #30 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
23:00:55 [2023-09-30T23:00:55.538Z] #30 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #31 [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...)
23:00:55 [2023-09-30T23:00:55.538Z] #31 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #32 [dev-systemd-false 13/21] COPY --link --from=containerd    /build/ /usr/local/bin/
23:00:55 [2023-09-30T23:00:55.538Z] #32 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #33 [dev-systemd-false  8/21] COPY --link --from=registry-v2   /build/ /usr/local/bin/
23:00:55 [2023-09-30T23:00:55.538Z] #33 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #34 [base 2/5] COPY --from=xx / /
23:00:55 [2023-09-30T23:00:55.538Z] #34 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #35 [dev-systemd-false  3/21] COPY --link --from=delve         /build/ /usr/local/bin/
23:00:55 [2023-09-30T23:00:55.538Z] #35 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #36 [dev-systemd-false 12/21] COPY --link --from=runc          /build/ /usr/local/bin/
23:00:55 [2023-09-30T23:00:55.538Z] #36 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #37 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
23:00:55 [2023-09-30T23:00:55.538Z] #37 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #38 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
23:00:55 [2023-09-30T23:00:55.538Z] #38 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #39 [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
23:00:55 [2023-09-30T23:00:55.538Z] #39 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #40 [dev-systemd-false 17/21] COPY --link --from=crun          /build/ /usr/local/bin/
23:00:55 [2023-09-30T23:00:55.538Z] #40 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #41 [registry-src 1/2] WORKDIR /usr/src/registry
23:00:55 [2023-09-30T23:00:55.538Z] #41 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #42 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
23:00:55 [2023-09-30T23:00:55.538Z] #42 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #43 [tini-src 1/3] WORKDIR /usr/src/tini
23:00:55 [2023-09-30T23:00:55.538Z] #43 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #44 [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...)
23:00:55 [2023-09-30T23:00:55.538Z] #44 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #45 [delve-src 1/3] WORKDIR /usr/src/delve
23:00:55 [2023-09-30T23:00:55.538Z] #45 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #46 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.20.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
23:00:55 [2023-09-30T23:00:55.538Z] #46 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #47 [binary-dummy 1/1] COPY --from=build-dummy /build /build
23:00:55 [2023-09-30T23:00:55.538Z] #47 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #48 [dev-base  6/13] RUN ldconfig
23:00:55 [2023-09-30T23:00:55.538Z] #48 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #49 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker
23:00:55 [2023-09-30T23:00:55.538Z] #49 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #50 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
23:00:55 [2023-09-30T23:00:55.538Z] #50 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #51 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
23:00:55 [2023-09-30T23:00:55.538Z] #51 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #52 [dev-systemd-false 14/21] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
23:00:55 [2023-09-30T23:00:55.538Z] #52 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #53 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
23:00:55 [2023-09-30T23:00:55.538Z] #53 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #54 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
23:00:55 [2023-09-30T23:00:55.538Z] #54 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #55 [dev-base  1/13] RUN groupadd -r docker
23:00:55 [2023-09-30T23:00:55.538Z] #55 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #56 [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...)
23:00:55 [2023-09-30T23:00:55.538Z] #56 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #57 [dev-systemd-false  7/21] COPY --link --from=registry      /build/ /usr/local/bin/
23:00:55 [2023-09-30T23:00:55.538Z] #57 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #58 [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
23:00:55 [2023-09-30T23:00:55.538Z] #58 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #59 [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...)
23:00:55 [2023-09-30T23:00:55.538Z] #59 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #60 [dockercli 1/2] WORKDIR /go/src/github.com/docker/cli
23:00:55 [2023-09-30T23:00:55.538Z] #60 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.538Z] #61 [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
23:00:55 [2023-09-30T23:00:55.538Z] #61 CACHED
23:00:55 [2023-09-30T23:00:55.538Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #62 [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
23:00:55 [2023-09-30T23:00:55.539Z] #62 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #63 [dev-base  2/13] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
23:00:55 [2023-09-30T23:00:55.539Z] #63 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #64 [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
23:00:55 [2023-09-30T23:00:55.539Z] #64 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #65 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
23:00:55 [2023-09-30T23:00:55.539Z] #65 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #66 [swagger-src 1/3] WORKDIR /usr/src/swagger
23:00:55 [2023-09-30T23:00:55.539Z] #66 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #67 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
23:00:55 [2023-09-30T23:00:55.539Z] #67 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #68 [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
23:00:55 [2023-09-30T23:00:55.539Z] #68 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #69 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
23:00:55 [2023-09-30T23:00:55.539Z] #69 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #70 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.9" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
23:00:55 [2023-09-30T23:00:55.539Z] #70 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #71 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
23:00:55 [2023-09-30T23:00:55.539Z] #71 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #72 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
23:00:55 [2023-09-30T23:00:55.539Z] #72 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #73 [dev-systemd-false 11/21] COPY --link --from=shfmt         /build/ /usr/local/bin/
23:00:55 [2023-09-30T23:00:55.539Z] #73 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #74 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
23:00:55 [2023-09-30T23:00:55.539Z] #74 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #75 [dev-base  4/13] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
23:00:55 [2023-09-30T23:00:55.539Z] #75 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #76 [dev-base 11/13] 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             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev
23:00:55 [2023-09-30T23:00:55.539Z] #76 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #77 [dev-systemd-false  2/21] COPY --link --from=swagger       /build/ /usr/local/bin/
23:00:55 [2023-09-30T23:00:55.539Z] #77 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #78 [dev-systemd-false  4/21] COPY --link --from=tomll         /build/ /usr/local/bin/
23:00:55 [2023-09-30T23:00:55.539Z] #78 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #79 [dev-systemd-false  9/21] COPY --link --from=gotestsum     /build/ /usr/local/bin/
23:00:55 [2023-09-30T23:00:55.539Z] #79 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #80 [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...)
23:00:55 [2023-09-30T23:00:55.539Z] #80 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #81 [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
23:00:55 [2023-09-30T23:00:55.539Z] #81 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #82 [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             ;
23:00:55 [2023-09-30T23:00:55.539Z] #82 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #83 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/
23:00:55 [2023-09-30T23:00:55.539Z] #83 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #84 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
23:00:55 [2023-09-30T23:00:55.539Z] #84 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #85 [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...)
23:00:55 [2023-09-30T23:00:55.539Z] #85 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #86 [runc-src 1/3] WORKDIR /usr/src/runc
23:00:55 [2023-09-30T23:00:55.539Z] #86 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #87 [containerd-src 1/3] WORKDIR /usr/src/containerd
23:00:55 [2023-09-30T23:00:55.539Z] #87 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #88 [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.8.7" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
23:00:55 [2023-09-30T23:00:55.539Z] #88 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #89 [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
23:00:55 [2023-09-30T23:00:55.539Z] #89 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #90 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build      && /build/docker --version
23:00:55 [2023-09-30T23:00:55.539Z] #90 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #91 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
23:00:55 [2023-09-30T23:00:55.539Z] #91 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #92 [dev-base 10/13] RUN pip3 install yamllint==1.27.1
23:00:55 [2023-09-30T23:00:55.539Z] #92 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #93 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
23:00:55 [2023-09-30T23:00:55.539Z] #93 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #94 [dev-systemd-false 19/21] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
23:00:55 [2023-09-30T23:00:55.539Z] #94 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #95 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
23:00:55 [2023-09-30T23:00:55.539Z] #95 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #96 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/
23:00:55 [2023-09-30T23:00:55.539Z] #96 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #97 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
23:00:55 [2023-09-30T23:00:55.539Z] #97 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #98 [dev-base  9/13] 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
23:00:55 [2023-09-30T23:00:55.539Z] #98 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #99 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
23:00:55 [2023-09-30T23:00:55.539Z] #99 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #100 [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.54.2"      && /build/golangci-lint --version
23:00:55 [2023-09-30T23:00:55.539Z] #100 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #101 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
23:00:55 [2023-09-30T23:00:55.539Z] #101 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #102 [dev-base  5/13] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
23:00:55 [2023-09-30T23:00:55.539Z] #102 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #103 [dev-systemd-false 15/21] COPY --link --from=vpnkit        /       /usr/local/bin/
23:00:55 [2023-09-30T23:00:55.539Z] #103 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #104 [dev-systemd-false  5/21] COPY --link --from=gowinres      /build/ /usr/local/bin/
23:00:55 [2023-09-30T23:00:55.539Z] #104 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #105 [dev-systemd-false  6/21] COPY --link --from=tini          /build/ /usr/local/bin/
23:00:55 [2023-09-30T23:00:55.539Z] #105 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #106 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.6" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
23:00:55 [2023-09-30T23:00:55.539Z] #106 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #107 [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
23:00:55 [2023-09-30T23:00:55.539Z] #107 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #108 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
23:00:55 [2023-09-30T23:00:55.539Z] #108 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #109 [dev-systemd-false  1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images
23:00:55 [2023-09-30T23:00:55.539Z] #109 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #110 [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...)
23:00:55 [2023-09-30T23:00:55.539Z] #110 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #111 [dockercli 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh     --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git     --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64         rm -f ./.git/*.lock      && /download-or-build-cli.sh v24.0.2 https://github.com/docker/cli.git /build      && /build/docker --version
23:00:55 [2023-09-30T23:00:55.539Z] #111 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #112 [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.6.0"      && /build/shfmt --version
23:00:55 [2023-09-30T23:00:55.539Z] #112 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #113 [dev-base  7/13] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
23:00:55 [2023-09-30T23:00:55.539Z] #113 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #114 [build-dummy 2/2] RUN mkdir -p /build
23:00:55 [2023-09-30T23:00:55.539Z] #114 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #115 [dev-base 13/13] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
23:00:55 [2023-09-30T23:00:55.539Z] #115 CACHED
23:00:55 [2023-09-30T23:00:55.539Z] 
23:00:55 [2023-09-30T23:00:55.539Z] #116 [dev 1/1] COPY --link . .
23:00:59 [2023-09-30T23:00:59.740Z] #116 DONE 3.6s
23:00:59 [2023-09-30T23:00:59.740Z] 
23:00:59 [2023-09-30T23:00:59.740Z] #117 exporting to image
23:00:59 [2023-09-30T23:00:59.740Z] #117 exporting layers
23:00:59 [2023-09-30T23:00:59.740Z] #117 exporting layers 0.8s done
23:00:59 [2023-09-30T23:00:59.740Z] #117 writing image sha256:8015ed82a5fadf6e261e1b1fc55e792a448db139cd1c50fd2de93cc63291de6b done
23:00:59 [2023-09-30T23:00:59.740Z] #117 naming to docker.io/library/docker:5b16dd6469002b232838c5a3741cb5588f74db40 done
23:00:59 [2023-09-30T23:00:59.740Z] #117 DONE 0.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
23:01:00 [2023-09-30T23:01:00.303Z] + sudo modprobe ip6table_filter
[Pipeline] sh
23:01:00 [2023-09-30T23:01:00.591Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46573/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5b16dd6469002b232838c5a3741cb5588f74db40 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5b16dd6469002b232838c5a3741cb5588f74db40 hack/test/unit
23:01:00 [2023-09-30T23:01:00.854Z] + BUILDFLAGS=(-tags 'netgo journald')
23:01:00 [2023-09-30T23:01:00.854Z] + TESTFLAGS+=' -test.timeout=5m'
23:01:00 [2023-09-30T23:01:00.854Z] + TESTDIRS=./...
23:01:00 [2023-09-30T23:01:00.854Z] + exclude_paths='/vendor/|/integration'
23:01:00 [2023-09-30T23:01:00.854Z] ++ go list ./...
23:01:00 [2023-09-30T23:01:00.854Z] ++ grep -vE '(/vendor/|/integration)'
23:01:01 [2023-09-30T23:01:01.428Z] + pkg_list='github.com/docker/docker/api
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/backend/build
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/httpstatus
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/httputils
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/middleware
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/router
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/router/build
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/router/checkpoint
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/router/container
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/router/debug
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/router/distribution
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/router/grpc
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/router/image
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/router/network
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/router/plugin
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/router/session
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/router/swarm
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/router/system
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/router/volume
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/backend
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/blkiodev
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/checkpoint
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/container
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/events
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/filters
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/image
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/mount
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/network
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/plugins/logdriver
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/registry
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/strslice
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/swarm
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/swarm/runtime
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/system
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/time
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/versions
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/versions/v1p19
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/versions/v1p20
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/types/volume
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/builder
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/builder/builder-next
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/builder/builder-next/exporter
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/builder/builder-next/exporter/overrides
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/builder/builder-next/imagerefchecker
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/builder/builder-next/worker
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/builder/builder-next/worker/label
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/builder/dockerfile
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/builder/remotecontext
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/builder/remotecontext/git
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/builder/remotecontext/urlutil
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/cli/debug
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/cli/winresources/docker-proxy
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/cli/winresources/dockerd
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/client
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/client/buildkit
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/cmd/docker-proxy
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/cmd/dockerd
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/cmd/dockerd/trap
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/container
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/container/stream
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/contrib/apparmor
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/contrib/httpserver
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/cluster
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/cluster/controllers/plugin
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/cluster/convert
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/cluster/executor
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/cluster/executor/container
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/cluster/provider
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/config
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/containerd
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/events
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/events/testutils
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/graphdriver
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/graphdriver/btrfs
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/graphdriver/copy
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/graphdriver/graphtest
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/graphdriver/overlay2
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/graphdriver/overlayutils
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/graphdriver/register
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/graphdriver/vfs
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/graphdriver/zfs
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/images
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/initlayer
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/links
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/listeners
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/awslogs
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/fluentd
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/gcplogs
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/gelf
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/journald
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/journald/internal/export
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/journald/internal/fake
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/jsonfilelog
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/local
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/logentries
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/loggertest
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/loggerutils
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/loggerutils/cache
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/splunk
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/syslog
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/logger/templates
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/names
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/network
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/snapshotter
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/daemon/stats
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/distribution
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/distribution/metadata
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/distribution/utils
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/distribution/xfer
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/dockerversion
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/errdefs
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/image
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/image/cache
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/image/spec/specs-go
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/image/spec/specs-go/v1
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/image/tarexport
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/image/v1
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/internal/compatcontext
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/internal/mod
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/internal/mounttree
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/internal/multierror
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/internal/test/suite
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/internal/testutils
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/internal/testutils/netnsutils
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/internal/unshare
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/layer
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libcontainerd
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libcontainerd/queue
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libcontainerd/remote
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libcontainerd/shimopts
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libcontainerd/supervisor
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libcontainerd/types
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/bitmap
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/cluster
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/cmd/diagnostic
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/cmd/readme_test
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/config
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/datastore
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/diagnostic
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/discoverapi
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/driverapi
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/drivers/bridge
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/drivers/host
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/drivers/ipvlan
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/drivers/macvlan
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/drivers/null
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/drivers/overlay
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/drivers/remote
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/drivers/remote/api
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/drivers/windows
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/drvregistry
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/etchosts
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/internal/caller
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/internal/kvstore
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/internal/setmatrix
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/ipam
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/ipamapi
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/ipams/builtin
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/ipams/null
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/ipams/remote
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/ipams/remote/api
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/ipams/windowsipam
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/ipamutils
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/ipbits
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/iptables
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/netlabel
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/netutils
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/networkdb
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/ns
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/options
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/osl
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/osl/kernel
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/portallocator
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/portmapper
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/resolvconf
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/scope
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/libnetwork/types
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/oci
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/oci/caps
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/opts
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/aaparser
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/archive
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/authorization
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/broadcaster
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/capabilities
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/chrootarchive
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/containerfs
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/directory
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/dmesg
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/fileutils
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/homedir
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/idtools
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/ioutils
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/jsonmessage
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/longpath
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/loopback
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/meminfo
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/namesgenerator
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/parsers
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/parsers/kernel
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/parsers/operatingsystem
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/pidfile
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/platform
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/platforms
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/plugingetter
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/plugins
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/plugins/transport
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/pools
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/process
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/progress
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/reexec
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/rootless
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/rootless/specconv
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/stack
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/stdcopy
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/streamformatter
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/stringid
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/sysinfo
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/system
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/tailfile
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/tarsum
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/pkg/useragent
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/plugin
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/plugin/executor/containerd
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/plugin/v2
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/profiles/apparmor
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/profiles/seccomp
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/quota
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/reference
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/registry
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/registry/resumable
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/restartmanager
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/runconfig
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/runconfig/opts
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/testutil
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/testutil/daemon
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/testutil/environment
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/testutil/fakecontext
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/testutil/fakegit
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/testutil/fakestorage
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/testutil/fixtures/load
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/testutil/fixtures/plugin
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/testutil/fixtures/plugin/basic
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/testutil/registry
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/testutil/request
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/volume
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/volume/drivers
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/volume/local
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/volume/mounts
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/volume/service
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/volume/service/opts
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/volume/testutils'
23:01:01 [2023-09-30T23:01:01.428Z] ++ grep --fixed-strings -v /libnetwork
23:01:01 [2023-09-30T23:01:01.428Z] ++ echo 'github.com/docker/docker/api
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/backend/build
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/httpstatus
23:01:01 [2023-09-30T23:01:01.428Z] github.com/docker/docker/api/server/httputils
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/middleware
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/build
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/checkpoint
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/container
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/debug
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/distribution
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/grpc
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/image
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/network
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/plugin
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/session
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/swarm
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/system
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/volume
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/backend
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/blkiodev
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/checkpoint
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/container
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/events
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/filters
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/image
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/mount
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/network
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/plugins/logdriver
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/registry
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/strslice
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/swarm
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/swarm/runtime
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/system
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/time
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/versions
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/versions/v1p19
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/versions/v1p20
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/volume
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/exporter
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/exporter/overrides
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/imagerefchecker
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/worker
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/worker/label
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/dockerfile
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/remotecontext
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/remotecontext/git
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/remotecontext/urlutil
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/cli/debug
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/cli/winresources/docker-proxy
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/cli/winresources/dockerd
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/client
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/client/buildkit
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/cmd/docker-proxy
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/cmd/dockerd
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/cmd/dockerd/trap
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/container
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/container/stream
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/contrib/apparmor
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/contrib/httpserver
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/cluster
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/cluster/controllers/plugin
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/cluster/convert
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/cluster/executor
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/cluster/executor/container
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/cluster/provider
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/config
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/containerd
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/events
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/events/testutils
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/graphdriver
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/graphdriver/btrfs
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/graphdriver/copy
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/graphdriver/graphtest
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/graphdriver/overlay2
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/graphdriver/overlayutils
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/graphdriver/register
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/graphdriver/vfs
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/graphdriver/zfs
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/images
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/initlayer
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/links
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/listeners
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/awslogs
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/fluentd
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/gcplogs
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/gelf
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/journald
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/journald/internal/export
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/journald/internal/fake
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/jsonfilelog
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/local
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/logentries
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/loggertest
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/loggerutils
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/loggerutils/cache
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/splunk
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/syslog
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/logger/templates
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/names
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/network
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/snapshotter
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/daemon/stats
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/distribution
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/distribution/metadata
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/distribution/utils
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/distribution/xfer
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/dockerversion
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/errdefs
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/image
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/image/cache
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/image/spec/specs-go
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/image/spec/specs-go/v1
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/image/tarexport
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/image/v1
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/internal/compatcontext
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/internal/mod
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/internal/mounttree
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/internal/multierror
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/internal/test/suite
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/internal/testutils
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/internal/testutils/netnsutils
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/internal/unshare
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/layer
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libcontainerd
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libcontainerd/queue
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libcontainerd/remote
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libcontainerd/shimopts
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libcontainerd/supervisor
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libcontainerd/types
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/bitmap
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/cluster
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/cmd/diagnostic
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/cmd/readme_test
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/config
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/datastore
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/diagnostic
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/discoverapi
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/driverapi
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/drivers/bridge
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/drivers/host
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/drivers/ipvlan
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/drivers/macvlan
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/drivers/null
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/drivers/overlay
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/drivers/remote
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/drivers/remote/api
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/drivers/windows
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/drvregistry
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/etchosts
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/internal/caller
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/internal/kvstore
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/internal/setmatrix
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/ipam
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/ipamapi
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/ipams/builtin
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/ipams/null
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/ipams/remote
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/ipams/remote/api
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/ipams/windowsipam
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/ipamutils
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/ipbits
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/iptables
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/netlabel
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/netutils
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/networkdb
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/ns
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/options
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/osl
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/osl/kernel
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/portallocator
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/portmapper
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/resolvconf
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/scope
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/libnetwork/types
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/oci
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/oci/caps
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/opts
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/aaparser
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/archive
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/authorization
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/broadcaster
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/capabilities
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/chrootarchive
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/containerfs
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/directory
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/dmesg
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/fileutils
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/homedir
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/idtools
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/ioutils
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/jsonmessage
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/longpath
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/loopback
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/meminfo
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/namesgenerator
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/parsers
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/parsers/kernel
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/parsers/operatingsystem
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/pidfile
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/platform
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/platforms
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/plugingetter
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/plugins
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/plugins/transport
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/pools
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/process
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/progress
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/reexec
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/rootless
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/rootless/specconv
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/stack
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/stdcopy
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/streamformatter
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/stringid
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/sysinfo
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/system
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/tailfile
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/tarsum
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/pkg/useragent
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/plugin
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/plugin/executor/containerd
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/plugin/v2
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/profiles/apparmor
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/profiles/seccomp
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/quota
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/reference
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/registry
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/registry/resumable
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/restartmanager
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/runconfig
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/runconfig/opts
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/testutil
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/testutil/daemon
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/testutil/environment
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/testutil/fakecontext
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/testutil/fakegit
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/testutil/fakestorage
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/testutil/fixtures/load
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/testutil/fixtures/plugin
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/testutil/fixtures/plugin/basic
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/testutil/registry
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/testutil/request
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/volume
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/volume/drivers
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/volume/local
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/volume/mounts
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/volume/service
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/volume/service/opts
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/volume/testutils'
23:01:01 [2023-09-30T23:01:01.429Z] + base_pkg_list='github.com/docker/docker/api
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/backend/build
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/httpstatus
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/httputils
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/middleware
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/build
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/checkpoint
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/container
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/debug
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/distribution
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/grpc
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/image
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/network
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/plugin
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/session
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/swarm
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/system
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/server/router/volume
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/backend
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/blkiodev
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/checkpoint
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/container
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/events
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/filters
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/image
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/mount
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/network
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/plugins/logdriver
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/registry
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/strslice
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/swarm
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/swarm/runtime
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/system
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/time
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/versions
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/versions/v1p19
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/versions/v1p20
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/api/types/volume
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/exporter
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/exporter/overrides
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/imagerefchecker
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/worker
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/builder-next/worker/label
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/dockerfile
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/remotecontext
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/remotecontext/git
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/builder/remotecontext/urlutil
23:01:01 [2023-09-30T23:01:01.429Z] github.com/docker/docker/cli/debug
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/cli/winresources/docker-proxy
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/cli/winresources/dockerd
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/client
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/client/buildkit
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/cmd/docker-proxy
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/cmd/dockerd
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/cmd/dockerd/trap
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/container
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/container/stream
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/contrib/apparmor
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/contrib/httpserver
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/cluster
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/cluster/controllers/plugin
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/cluster/convert
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/cluster/executor
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/cluster/executor/container
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/cluster/provider
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/config
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/containerd
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/events
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/events/testutils
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/btrfs
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/copy
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/graphtest
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/overlay2
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/overlayutils
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/register
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/vfs
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/zfs
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/images
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/initlayer
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/links
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/listeners
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/awslogs
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/fluentd
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/gcplogs
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/gelf
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/journald
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/journald/internal/export
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/journald/internal/fake
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/jsonfilelog
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/local
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/logentries
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/loggertest
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/loggerutils
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/loggerutils/cache
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/splunk
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/syslog
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/templates
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/names
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/network
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/snapshotter
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/stats
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/distribution
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/distribution/metadata
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/distribution/utils
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/distribution/xfer
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/dockerversion
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/errdefs
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/image
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/image/cache
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/image/spec/specs-go
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/image/spec/specs-go/v1
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/image/tarexport
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/image/v1
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/internal/compatcontext
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/internal/mod
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/internal/mounttree
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/internal/multierror
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/internal/test/suite
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/internal/testutils
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/internal/testutils/netnsutils
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/internal/unshare
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/layer
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/libcontainerd
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/libcontainerd/queue
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/libcontainerd/remote
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/libcontainerd/shimopts
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/libcontainerd/supervisor
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/libcontainerd/types
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/oci
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/oci/caps
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/opts
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/aaparser
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/archive
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/authorization
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/broadcaster
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/capabilities
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/chrootarchive
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/containerfs
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/directory
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/dmesg
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/fileutils
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/homedir
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/idtools
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/ioutils
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/jsonmessage
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/longpath
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/loopback
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/meminfo
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/namesgenerator
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/parsers
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/parsers/kernel
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/parsers/operatingsystem
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/pidfile
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/platform
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/platforms
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/plugingetter
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/plugins
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/plugins/transport
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/pools
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/process
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/progress
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/reexec
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/rootless
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/rootless/specconv
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/stack
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/stdcopy
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/streamformatter
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/stringid
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/sysinfo
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/system
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/tailfile
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/tarsum
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/pkg/useragent
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/plugin
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/plugin/executor/containerd
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/plugin/v2
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/profiles/apparmor
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/profiles/seccomp
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/quota
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/reference
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/registry
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/registry/resumable
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/restartmanager
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/runconfig
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/runconfig/opts
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/testutil
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/testutil/daemon
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/testutil/environment
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/testutil/fakecontext
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/testutil/fakegit
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/testutil/fakestorage
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/testutil/fixtures/load
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/testutil/fixtures/plugin
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/testutil/fixtures/plugin/basic
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/testutil/registry
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/testutil/request
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/volume
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/volume/drivers
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/volume/local
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/volume/mounts
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/volume/service
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/volume/service/opts
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/volume/testutils'
23:01:01 [2023-09-30T23:01:01.430Z] ++ grep --fixed-strings /libnetwork
23:01:01 [2023-09-30T23:01:01.430Z] ++ echo 'github.com/docker/docker/api
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/backend/build
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/httpstatus
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/httputils
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/middleware
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/router
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/router/build
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/router/checkpoint
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/router/container
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/router/debug
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/router/distribution
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/router/grpc
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/router/image
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/router/network
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/router/plugin
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/router/session
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/router/swarm
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/router/system
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/server/router/volume
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/backend
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/blkiodev
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/checkpoint
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/container
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/events
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/filters
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/image
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/mount
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/network
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/plugins/logdriver
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/registry
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/strslice
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/swarm
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/swarm/runtime
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/system
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/time
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/versions
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/versions/v1p19
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/versions/v1p20
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/api/types/volume
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/builder
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/builder/builder-next
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/builder/builder-next/exporter
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/builder/builder-next/exporter/overrides
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/builder/builder-next/imagerefchecker
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/builder/builder-next/worker
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/builder/builder-next/worker/label
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/builder/dockerfile
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/builder/remotecontext
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/builder/remotecontext/git
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/builder/remotecontext/urlutil
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/cli/debug
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/cli/winresources/docker-proxy
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/cli/winresources/dockerd
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/client
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/client/buildkit
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/cmd/docker-proxy
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/cmd/dockerd
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/cmd/dockerd/trap
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/container
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/container/stream
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/contrib/apparmor
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/contrib/httpserver
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/cluster
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/cluster/controllers/plugin
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/cluster/convert
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/cluster/executor
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/cluster/executor/container
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/cluster/provider
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/config
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/containerd
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/events
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/events/testutils
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/btrfs
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/copy
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/graphtest
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/overlay2
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/overlayutils
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/register
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/vfs
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/graphdriver/zfs
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/images
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/initlayer
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/links
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/listeners
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/awslogs
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/fluentd
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/gcplogs
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/gelf
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/journald
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/journald/internal/export
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/journald/internal/fake
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/jsonfilelog
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/local
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/logentries
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/loggertest
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/loggerutils
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/loggerutils/cache
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/splunk
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/syslog
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/logger/templates
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/names
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/network
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/snapshotter
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/daemon/stats
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/distribution
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/distribution/metadata
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/distribution/utils
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/distribution/xfer
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/dockerversion
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/errdefs
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/image
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/image/cache
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/image/spec/specs-go
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/image/spec/specs-go/v1
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/image/tarexport
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/image/v1
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/internal/compatcontext
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/internal/mod
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/internal/mounttree
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/internal/multierror
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/internal/test/suite
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/internal/testutils
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/internal/testutils/netnsutils
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/internal/unshare
23:01:01 [2023-09-30T23:01:01.430Z] github.com/docker/docker/layer
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libcontainerd
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libcontainerd/queue
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libcontainerd/remote
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libcontainerd/shimopts
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libcontainerd/supervisor
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libcontainerd/types
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/bitmap
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cluster
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/diagnostic
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/readme_test
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/config
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/datastore
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/diagnostic
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/discoverapi
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/driverapi
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/bridge
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/host
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/ipvlan
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/macvlan
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/null
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/overlay
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/remote
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/remote/api
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/windows
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drvregistry
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/etchosts
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/internal/caller
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/internal/kvstore
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/internal/setmatrix
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipam
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipamapi
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipams/builtin
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipams/null
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipams/remote
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipams/remote/api
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipams/windowsipam
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipamutils
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipbits
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/iptables
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/netlabel
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/netutils
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/networkdb
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ns
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/options
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/osl
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/osl/kernel
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/portallocator
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/portmapper
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/resolvconf
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/scope
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/types
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/oci
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/oci/caps
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/opts
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/aaparser
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/archive
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/authorization
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/broadcaster
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/capabilities
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/chrootarchive
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/containerfs
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/directory
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/dmesg
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/fileutils
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/homedir
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/idtools
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/ioutils
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/jsonmessage
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/longpath
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/loopback
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/meminfo
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/namesgenerator
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/parsers
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/parsers/kernel
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/parsers/operatingsystem
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/pidfile
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/platform
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/platforms
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/plugingetter
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/plugins
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/plugins/transport
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/pools
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/process
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/progress
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/reexec
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/rootless
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/rootless/specconv
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/stack
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/stdcopy
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/streamformatter
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/stringid
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/sysinfo
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/system
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/tailfile
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/tarsum
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/pkg/useragent
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/plugin
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/plugin/executor/containerd
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/plugin/v2
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/profiles/apparmor
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/profiles/seccomp
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/quota
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/reference
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/registry
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/registry/resumable
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/restartmanager
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/runconfig
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/runconfig/opts
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/testutil
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/testutil/daemon
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/testutil/environment
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/testutil/fakecontext
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/testutil/fakegit
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/testutil/fakestorage
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/testutil/fixtures/load
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/testutil/fixtures/plugin
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/testutil/fixtures/plugin/basic
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/testutil/registry
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/testutil/request
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/volume
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/volume/drivers
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/volume/local
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/volume/mounts
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/volume/service
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/volume/service/opts
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/volume/testutils'
23:01:01 [2023-09-30T23:01:01.431Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/bitmap
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cluster
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/diagnostic
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/readme_test
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/config
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/datastore
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/diagnostic
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/discoverapi
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/driverapi
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/bridge
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/host
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/ipvlan
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/macvlan
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/null
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/overlay
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/remote
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/remote/api
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/windows
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drvregistry
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/etchosts
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/internal/caller
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/internal/kvstore
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/internal/setmatrix
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipam
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipamapi
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipams/builtin
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipams/null
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipams/remote
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipams/remote/api
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipams/windowsipam
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipamutils
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipbits
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/iptables
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/netlabel
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/netutils
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/networkdb
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ns
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/options
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/osl
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/osl/kernel
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/portallocator
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/portmapper
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/resolvconf
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/scope
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/types'
23:01:01 [2023-09-30T23:01:01.431Z] + echo 'github.com/docker/docker/libnetwork
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/bitmap
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cluster
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/diagnostic
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/cmd/readme_test
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/config
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/datastore
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/diagnostic
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/discoverapi
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/driverapi
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/bridge
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/host
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/ipvlan
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/macvlan
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/null
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/overlay
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/remote
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/remote/api
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/windows
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drvregistry
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/etchosts
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/internal/caller
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/internal/kvstore
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/internal/setmatrix
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipam
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipamapi
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipams/builtin
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipams/null
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipams/remote
23:01:01 [2023-09-30T23:01:01.431Z] + grep --fixed-strings libnetwork/drivers/bridge
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipams/remote/api
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipams/windowsipam
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipamutils
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ipbits
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/iptables
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/netlabel
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/netutils
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/networkdb
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/ns
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/options
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/osl
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/osl/kernel
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/portallocator
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/portmapper
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/resolvconf
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/scope
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/types'
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/bridge
23:01:01 [2023-09-30T23:01:01.431Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
23:01:01 [2023-09-30T23:01:01.431Z] + type docker-proxy
23:01:01 [2023-09-30T23:01:01.431Z] hack/test/unit: line 25: type: docker-proxy: not found
23:01:01 [2023-09-30T23:01:01.431Z] + hack/make.sh binary-proxy install-proxy
23:01:01 [2023-09-30T23:01:01.431Z] 
23:01:01 [2023-09-30T23:01:01.431Z] Removing bundles/
23:01:01 [2023-09-30T23:01:01.431Z] 
23:01:01 [2023-09-30T23:01:01.431Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
23:01:01 [2023-09-30T23:01:01.431Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
23:01:01 [2023-09-30T23:01:01.431Z] + tee /go/src/github.com/docker/docker/go.mod
23:01:01 [2023-09-30T23:01:01.431Z] module github.com/docker/docker
23:01:01 [2023-09-30T23:01:01.431Z] 
23:01:01 [2023-09-30T23:01:01.431Z] go 1.20
23:01:01 [2023-09-30T23:01:01.431Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
23:01:01 [2023-09-30T23:01:01.431Z] + GO111MODULE=on
23:01:01 [2023-09-30T23:01:01.431Z] + go build -mod=vendor -modfile=vendor.mod -o bundles/binary-proxy/docker-proxy -tags 'netgo osusergo static_build  journald' -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=dev" -X "github.com/docker/docker/dockerversion.GitCommit=5b16dd6469002b232838c5a3741cb5588f74db40" -X "github.com/docker/docker/dockerversion.BuildTime=2023-09-30T23:01:01.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense="  -extldflags -static ' -gcflags= github.com/docker/docker/cmd/docker-proxy
23:01:05 [2023-09-30T23:01:05.640Z] + rm -f /go/src/github.com/docker/docker/go.mod
23:01:05 [2023-09-30T23:01:05.640Z] Created binary: bundles/binary-proxy/docker-proxy
23:01:05 [2023-09-30T23:01:05.640Z] 
23:01:05 [2023-09-30T23:01:05.640Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
23:01:05 [2023-09-30T23:01:05.640Z] Installing docker-proxy to /usr/local/bin/
23:01:05 [2023-09-30T23:01:05.640Z] 
23:01:05 [2023-09-30T23:01:05.640Z] + mkdir -p bundles
23:01:05 [2023-09-30T23:01:05.640Z] + '[' -n 'github.com/docker/docker/api
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/backend/build
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/httpstatus
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/httputils
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/middleware
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/router
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/router/build
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/router/checkpoint
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/router/container
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/router/debug
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/router/distribution
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/router/grpc
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/router/image
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/router/network
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/router/plugin
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/router/session
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/router/swarm
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/router/system
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/server/router/volume
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/backend
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/blkiodev
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/checkpoint
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/container
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/events
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/filters
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/image
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/mount
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/network
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/plugins/logdriver
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/registry
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/strslice
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/swarm
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/swarm/runtime
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/system
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/time
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/versions
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/versions/v1p19
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/versions/v1p20
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/api/types/volume
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/builder
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/builder/builder-next
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/builder/builder-next/exporter
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/builder/builder-next/exporter/overrides
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/builder/builder-next/imagerefchecker
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/builder/builder-next/worker
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/builder/builder-next/worker/label
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/builder/dockerfile
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/builder/remotecontext
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/builder/remotecontext/git
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/builder/remotecontext/urlutil
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/cli/debug
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/cli/winresources/docker-proxy
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/cli/winresources/dockerd
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/client
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/client/buildkit
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/cmd/docker-proxy
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/cmd/dockerd
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/cmd/dockerd/trap
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/container
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/container/stream
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/contrib/apparmor
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/contrib/httpserver
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/cluster
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/cluster/controllers/plugin
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/cluster/convert
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/cluster/executor
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/cluster/executor/container
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/cluster/provider
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/config
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/containerd
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/events
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/events/testutils
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/graphdriver
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/graphdriver/btrfs
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/graphdriver/copy
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/graphdriver/graphtest
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/graphdriver/overlay2
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/graphdriver/overlayutils
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/graphdriver/register
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/graphdriver/vfs
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/graphdriver/zfs
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/images
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/initlayer
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/links
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/listeners
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/awslogs
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/fluentd
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/gcplogs
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/gelf
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/journald
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/journald/internal/export
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/journald/internal/fake
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/jsonfilelog
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/local
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/logentries
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/loggertest
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/loggerutils
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/loggerutils/cache
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/splunk
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/syslog
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/logger/templates
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/names
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/network
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/snapshotter
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/daemon/stats
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/distribution
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/distribution/metadata
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/distribution/utils
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/distribution/xfer
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/dockerversion
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/errdefs
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/image
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/image/cache
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/image/spec/specs-go
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/image/spec/specs-go/v1
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/image/tarexport
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/image/v1
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/internal/compatcontext
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/internal/mod
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/internal/mounttree
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/internal/multierror
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/internal/test/suite
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/internal/testutils
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/internal/testutils/netnsutils
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/internal/unshare
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/layer
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/libcontainerd
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/libcontainerd/queue
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/libcontainerd/remote
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/libcontainerd/shimopts
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/libcontainerd/supervisor
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/libcontainerd/types
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/oci
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/oci/caps
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/opts
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/aaparser
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/archive
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/authorization
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/broadcaster
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/capabilities
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/chrootarchive
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/containerfs
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/directory
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/dmesg
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/fileutils
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/homedir
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/idtools
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/ioutils
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/jsonmessage
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/longpath
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/loopback
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/meminfo
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/namesgenerator
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/parsers
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/parsers/kernel
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/parsers/operatingsystem
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/pidfile
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/platform
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/platforms
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/plugingetter
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/plugins
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/plugins/transport
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/pools
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/process
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/progress
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/reexec
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/rootless
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/rootless/specconv
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/stack
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/stdcopy
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/streamformatter
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/stringid
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/sysinfo
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/system
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/tailfile
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/tarsum
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/pkg/useragent
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/plugin
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/plugin/executor/containerd
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/plugin/v2
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/profiles/apparmor
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/profiles/seccomp
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/quota
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/reference
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/registry
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/registry/resumable
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/restartmanager
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/runconfig
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/runconfig/opts
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/testutil
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/testutil/daemon
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/testutil/environment
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/testutil/fakecontext
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/testutil/fakegit
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/testutil/fakestorage
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/testutil/fixtures/load
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/testutil/fixtures/plugin
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/testutil/fixtures/plugin/basic
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/testutil/registry
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/testutil/request
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/volume
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/volume/drivers
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/volume/local
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/volume/mounts
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/volume/service
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/volume/service/opts
23:01:05 [2023-09-30T23:01:05.640Z] github.com/docker/docker/volume/testutils' ']'
23:01:05 [2023-09-30T23:01:05.641Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo 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/checkpoint 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/system 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/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/builder-next/worker/label 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/client/buildkit 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/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/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest 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/snapshotter 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/spec/specs-go github.com/docker/docker/image/spec/specs-go/v1 github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/compatcontext github.com/docker/docker/internal/mod github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/multierror github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/testutils github.com/docker/docker/internal/testutils/netnsutils 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/shimopts 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/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/meminfo 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
23:01:06 [2023-09-30T23:01:06.213Z] ?   	github.com/docker/docker/api	[no test files]
23:01:14 [2023-09-30T23:01:14.383Z] ok  	github.com/docker/docker/api/server	0.031s	coverage: 13.0% of statements
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/server/router	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
23:01:36 [2023-09-30T23:01:36.369Z] ok  	github.com/docker/docker/api/server/httputils	0.010s	coverage: 28.3% of statements
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/types	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/types/checkpoint	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ok  	github.com/docker/docker/api/server/router/swarm	0.005s	coverage: 7.4% of statements
23:01:36 [2023-09-30T23:01:36.369Z] ok  	github.com/docker/docker/api/server/router/volume	0.006s	coverage: 66.7% of statements
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/types/events	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ok  	github.com/docker/docker/api/types/container	0.008s	coverage: 83.7% of statements
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/types/image	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ok  	github.com/docker/docker/api/types/registry	0.004s	coverage: 54.2% of statements
23:01:36 [2023-09-30T23:01:36.369Z] ok  	github.com/docker/docker/api/types/network	0.006s	coverage: 74.3% of statements
23:01:36 [2023-09-30T23:01:36.369Z] ok  	github.com/docker/docker/api/types/filters	0.007s	coverage: 94.0% of statements
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/types/system	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/builder	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ok  	github.com/docker/docker/api/types/time	0.004s	coverage: 100.0% of statements
23:01:36 [2023-09-30T23:01:36.369Z] ok  	github.com/docker/docker/api/types/versions	0.004s	coverage: 77.3% of statements
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
23:01:36 [2023-09-30T23:01:36.369Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.003s	coverage: 100.0% of statements
23:01:36 [2023-09-30T23:01:36.369Z] ok  	github.com/docker/docker/cli/debug	0.004s	coverage: 100.0% of statements
23:01:36 [2023-09-30T23:01:36.369Z] ok  	github.com/docker/docker/builder/remotecontext	0.036s	coverage: 33.5% of statements
23:01:36 [2023-09-30T23:01:36.369Z] ok  	github.com/docker/docker/builder/dockerfile	0.056s	coverage: 50.1% of statements
23:01:38 [2023-09-30T23:01:38.288Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
23:01:38 [2023-09-30T23:01:38.288Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.038s	coverage: 66.5% of statements
23:01:38 [2023-09-30T23:01:38.288Z] ok  	github.com/docker/docker/client	0.143s	coverage: 77.3% of statements
23:01:41 [2023-09-30T23:01:41.606Z] ok  	github.com/docker/docker/builder/remotecontext/git	5.243s	coverage: 82.5% of statements
23:01:49 [2023-09-30T23:01:49.753Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
23:01:49 [2023-09-30T23:01:49.753Z] ?   	github.com/docker/docker/container/stream	[no test files]
23:01:49 [2023-09-30T23:01:49.753Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
23:01:49 [2023-09-30T23:01:49.753Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
23:01:49 [2023-09-30T23:01:49.753Z] ok  	github.com/docker/docker/container	0.165s	coverage: 36.5% of statements
23:01:49 [2023-09-30T23:01:49.753Z] ok  	github.com/docker/docker/cmd/dockerd	0.208s	coverage: 29.5% of statements
23:01:51 [2023-09-30T23:01:51.138Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.427s	coverage: 0.0% of statements
23:01:52 [2023-09-30T23:01:52.523Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
23:01:52 [2023-09-30T23:01:52.523Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.019s	coverage: 65.3% of statements
23:01:52 [2023-09-30T23:01:52.523Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.020s	coverage: 38.7% of statements
23:01:52 [2023-09-30T23:01:52.523Z] ok  	github.com/docker/docker/daemon/cluster	0.069s	coverage: 0.5% of statements
23:01:52 [2023-09-30T23:01:52.784Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
23:01:53 [2023-09-30T23:01:53.045Z] ok  	github.com/docker/docker/daemon/config	0.102s	coverage: 75.7% of statements
23:01:53 [2023-09-30T23:01:53.987Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
23:01:53 [2023-09-30T23:01:53.987Z] ok  	github.com/docker/docker/daemon/graphdriver	0.007s	coverage: 2.3% of statements
23:01:53 [2023-09-30T23:01:53.987Z] ok  	github.com/docker/docker/daemon/containerd	0.021s	coverage: 0.9% of statements
23:01:53 [2023-09-30T23:01:53.987Z] ok  	github.com/docker/docker/daemon/events	0.059s	coverage: 50.0% of statements
23:01:54 [2023-09-30T23:01:54.248Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 2.8% of statements
23:01:54 [2023-09-30T23:01:54.508Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.193s	coverage: 59.6% of statements
23:01:54 [2023-09-30T23:01:54.769Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
23:01:54 [2023-09-30T23:01:54.769Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.008s	coverage: 1.9% of statements
23:01:55 [2023-09-30T23:01:55.030Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
23:01:55 [2023-09-30T23:01:55.030Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
23:01:55 [2023-09-30T23:01:55.291Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.207s	coverage: 60.2% of statements
23:01:55 [2023-09-30T23:01:55.291Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.011s	coverage: 60.9% of statements
23:01:55 [2023-09-30T23:01:55.863Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
23:01:56 [2023-09-30T23:01:56.435Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
23:01:56 [2023-09-30T23:01:56.435Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
23:01:56 [2023-09-30T23:01:56.435Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
23:01:56 [2023-09-30T23:01:56.435Z] ok  	github.com/docker/docker/daemon/images	0.022s	coverage: 3.0% of statements
23:01:56 [2023-09-30T23:01:56.435Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.538s	coverage: 13.4% of statements
23:01:56 [2023-09-30T23:01:56.435Z] ok  	github.com/docker/docker/daemon/logger	0.219s	coverage: 43.2% of statements
23:01:57 [2023-09-30T23:01:57.007Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.119s	coverage: 78.3% of statements
23:01:57 [2023-09-30T23:01:57.007Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
23:01:57 [2023-09-30T23:01:57.007Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.011s	coverage: 68.2% of statements
23:01:57 [2023-09-30T23:01:57.007Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.011s	coverage: 53.6% of statements
23:01:57 [2023-09-30T23:01:57.268Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
23:01:57 [2023-09-30T23:01:57.268Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
23:01:57 [2023-09-30T23:01:57.268Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
23:01:57 [2023-09-30T23:01:57.529Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.010s	coverage: 87.2% of statements
23:01:57 [2023-09-30T23:01:57.529Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.110s	coverage: 76.8% of statements
23:01:57 [2023-09-30T23:01:57.529Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
23:01:57 [2023-09-30T23:01:57.529Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
23:01:57 [2023-09-30T23:01:57.529Z] ok  	github.com/docker/docker/daemon/logger/local	0.022s	coverage: 79.4% of statements
23:01:58 [2023-09-30T23:01:58.101Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.015s	coverage: 63.7% of statements
23:01:58 [2023-09-30T23:01:58.101Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.020s	coverage: 31.5% of statements
23:01:58 [2023-09-30T23:01:58.362Z] ?   	github.com/docker/docker/daemon/names	[no test files]
23:01:58 [2023-09-30T23:01:58.362Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
23:01:58 [2023-09-30T23:01:58.362Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.007s	coverage: 46.8% of statements
23:01:58 [2023-09-30T23:01:58.623Z] ok  	github.com/docker/docker/daemon/logger/journald	1.277s	coverage: 74.5% of statements
23:01:58 [2023-09-30T23:01:58.623Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
23:01:58 [2023-09-30T23:01:58.623Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
23:01:58 [2023-09-30T23:01:58.623Z] ok  	github.com/docker/docker/daemon/network	0.009s	coverage: 63.8% of statements
23:01:59 [2023-09-30T23:01:59.565Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
23:01:59 [2023-09-30T23:01:59.565Z] ok  	github.com/docker/docker/errdefs	0.007s	coverage: 77.7% of statements
23:01:59 [2023-09-30T23:01:59.565Z] ok  	github.com/docker/docker/dockerversion	0.008s	coverage: 100.0% of statements
23:01:59 [2023-09-30T23:01:59.565Z] ok  	github.com/docker/docker/distribution/metadata	0.026s	coverage: 44.4% of statements
23:01:59 [2023-09-30T23:01:59.826Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.455s	coverage: 82.5% of statements
23:02:00 [2023-09-30T23:02:00.397Z] ?   	github.com/docker/docker/image/spec/specs-go	[no test files]
23:02:00 [2023-09-30T23:02:00.397Z] ?   	github.com/docker/docker/image/spec/specs-go/v1	[no test files]
23:02:00 [2023-09-30T23:02:00.397Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
23:02:00 [2023-09-30T23:02:00.397Z] ok  	github.com/docker/docker/image	0.029s	coverage: 84.6% of statements
23:02:00 [2023-09-30T23:02:00.397Z] ?   	github.com/docker/docker/image/v1	[no test files]
23:02:00 [2023-09-30T23:02:00.397Z] ?   	github.com/docker/docker/internal/compatcontext	[no test files]
23:02:00 [2023-09-30T23:02:00.397Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
23:02:00 [2023-09-30T23:02:00.397Z] ok  	github.com/docker/docker/internal/mod	0.002s	coverage: 66.7% of statements
23:02:00 [2023-09-30T23:02:00.397Z] ok  	github.com/docker/docker/image/tarexport	0.013s	coverage: 0.6% of statements
23:02:00 [2023-09-30T23:02:00.658Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
23:02:00 [2023-09-30T23:02:00.658Z] ?   	github.com/docker/docker/internal/testutils	[no test files]
23:02:00 [2023-09-30T23:02:00.658Z] ?   	github.com/docker/docker/internal/testutils/netnsutils	[no test files]
23:02:00 [2023-09-30T23:02:00.658Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
23:02:00 [2023-09-30T23:02:00.658Z] ok  	github.com/docker/docker/internal/multierror	0.003s	coverage: 88.9% of statements
23:02:01 [2023-09-30T23:02:01.229Z] ok  	github.com/docker/docker/distribution	1.506s	coverage: 29.3% of statements
23:02:01 [2023-09-30T23:02:01.801Z] ok  	github.com/docker/docker/daemon	10.727s	coverage: 17.2% of statements
23:02:01 [2023-09-30T23:02:01.801Z] ok  	github.com/docker/docker/distribution/xfer	2.172s	coverage: 85.4% of statements
23:02:01 [2023-09-30T23:02:01.801Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
23:02:01 [2023-09-30T23:02:01.801Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
23:02:01 [2023-09-30T23:02:01.801Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
23:02:01 [2023-09-30T23:02:01.801Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
23:02:01 [2023-09-30T23:02:01.801Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
23:02:01 [2023-09-30T23:02:01.801Z] ok  	github.com/docker/docker/libcontainerd/queue	0.028s	coverage: 100.0% of statements
23:02:02 [2023-09-30T23:02:02.373Z] ?   	github.com/docker/docker/oci/caps	[no test files]
23:02:02 [2023-09-30T23:02:02.373Z] ok  	github.com/docker/docker/pkg/aaparser	0.013s	coverage: 52.9% of statements
23:02:02 [2023-09-30T23:02:02.373Z] ok  	github.com/docker/docker/oci	0.022s	coverage: 38.1% of statements
23:02:02 [2023-09-30T23:02:02.373Z] ok  	github.com/docker/docker/opts	0.067s	coverage: 67.9% of statements
23:02:02 [2023-09-30T23:02:02.946Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
23:02:02 [2023-09-30T23:02:02.946Z] ok  	github.com/docker/docker/pkg/containerfs	0.005s	coverage: 28.6% of statements
23:02:02 [2023-09-30T23:02:02.946Z] ok  	github.com/docker/docker/pkg/capabilities	0.006s	coverage: 87.5% of statements
23:02:02 [2023-09-30T23:02:02.946Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 81.8% of statements
23:02:03 [2023-09-30T23:02:03.208Z] ok  	github.com/docker/docker/pkg/dmesg	0.005s	coverage: 83.3% of statements
23:02:03 [2023-09-30T23:02:03.208Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.251s	coverage: 83.7% of statements
23:02:03 [2023-09-30T23:02:03.208Z] ok  	github.com/docker/docker/pkg/fileutils	0.016s	coverage: 56.4% of statements
23:02:03 [2023-09-30T23:02:03.208Z] ok  	github.com/docker/docker/pkg/homedir	0.005s	coverage: 8.3% of statements
23:02:03 [2023-09-30T23:02:03.208Z] ok  	github.com/docker/docker/pkg/archive	0.438s	coverage: 81.2% of statements
23:02:03 [2023-09-30T23:02:03.470Z] ok  	github.com/docker/docker/pkg/authorization	0.534s	coverage: 68.3% of statements
23:02:03 [2023-09-30T23:02:03.470Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
23:02:03 [2023-09-30T23:02:03.470Z] ok  	github.com/docker/docker/pkg/longpath	0.003s	coverage: 45.5% of statements
23:02:03 [2023-09-30T23:02:03.470Z] ok  	github.com/docker/docker/pkg/meminfo	0.003s	coverage: 75.0% of statements
23:02:03 [2023-09-30T23:02:03.470Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 92.3% of statements
23:02:03 [2023-09-30T23:02:03.758Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.004s	coverage: 85.7% of statements
23:02:03 [2023-09-30T23:02:03.758Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
23:02:03 [2023-09-30T23:02:03.758Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.004s	coverage: 60.0% of statements
23:02:03 [2023-09-30T23:02:03.758Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
23:02:03 [2023-09-30T23:02:03.758Z] ?   	github.com/docker/docker/pkg/platforms	[no test files]
23:02:03 [2023-09-30T23:02:03.758Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
23:02:03 [2023-09-30T23:02:03.758Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 90.2% of statements
23:02:03 [2023-09-30T23:02:03.758Z] ok  	github.com/docker/docker/pkg/pidfile	0.007s	coverage: 94.1% of statements
23:02:04 [2023-09-30T23:02:04.021Z] ok  	github.com/docker/docker/pkg/idtools	0.543s	coverage: 69.7% of statements
23:02:04 [2023-09-30T23:02:04.021Z] ok  	github.com/docker/docker/pkg/ioutils	0.386s	coverage: 71.9% of statements
23:02:04 [2023-09-30T23:02:04.593Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
23:02:04 [2023-09-30T23:02:04.593Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
23:02:04 [2023-09-30T23:02:04.593Z] ok  	github.com/docker/docker/pkg/pools	0.004s	coverage: 88.2% of statements
23:02:04 [2023-09-30T23:02:04.593Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 90.0% of statements
23:02:04 [2023-09-30T23:02:04.593Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.005s	coverage: 56.8% of statements
23:02:04 [2023-09-30T23:02:04.593Z] ok  	github.com/docker/docker/pkg/process	0.007s	coverage: 21.7% of statements
23:02:04 [2023-09-30T23:02:04.593Z] ok  	github.com/docker/docker/pkg/progress	0.003s	coverage: 75.9% of statements
23:02:04 [2023-09-30T23:02:04.854Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
23:02:04 [2023-09-30T23:02:04.854Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
23:02:04 [2023-09-30T23:02:04.854Z] ok  	github.com/docker/docker/pkg/reexec	0.021s	coverage: 82.4% of statements
23:02:04 [2023-09-30T23:02:04.854Z] ok  	github.com/docker/docker/pkg/stack	0.005s	coverage: 90.9% of statements
23:02:04 [2023-09-30T23:02:04.854Z] ok  	github.com/docker/docker/pkg/stdcopy	0.007s	coverage: 100.0% of statements
23:02:05 [2023-09-30T23:02:05.116Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 61.9% of statements
23:02:05 [2023-09-30T23:02:05.116Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
23:02:05 [2023-09-30T23:02:05.116Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 43.1% of statements
23:02:05 [2023-09-30T23:02:05.116Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 53.4% of statements
23:02:05 [2023-09-30T23:02:05.377Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
23:02:05 [2023-09-30T23:02:05.377Z] ok  	github.com/docker/docker/pkg/tailfile	0.032s	coverage: 88.6% of statements
23:02:05 [2023-09-30T23:02:05.377Z] ok  	github.com/docker/docker/pkg/tarsum	0.080s	coverage: 89.1% of statements
23:02:06 [2023-09-30T23:02:06.321Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
23:02:06 [2023-09-30T23:02:06.321Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
23:02:06 [2023-09-30T23:02:06.321Z] ok  	github.com/docker/docker/plugin/v2	0.013s	coverage: 14.4% of statements
23:02:06 [2023-09-30T23:02:06.321Z] ok  	github.com/docker/docker/profiles/seccomp	0.014s	coverage: 86.0% of statements
23:02:06 [2023-09-30T23:02:06.582Z] ok  	github.com/docker/docker/pkg/plugins	2.014s	coverage: 74.9% of statements
23:02:06 [2023-09-30T23:02:06.582Z] ok  	github.com/docker/docker/reference	0.011s	coverage: 83.7% of statements
23:02:06 [2023-09-30T23:02:06.582Z] ok  	github.com/docker/docker/plugin	0.521s	coverage: 23.3% of statements
23:02:06 [2023-09-30T23:02:06.582Z] ok  	github.com/docker/docker/quota	0.296s	coverage: 69.2% of statements
23:02:06 [2023-09-30T23:02:06.843Z] ok  	github.com/docker/docker/restartmanager	0.003s	coverage: 46.2% of statements
23:02:06 [2023-09-30T23:02:06.843Z] ok  	github.com/docker/docker/registry/resumable	0.018s	coverage: 100.0% of statements
23:02:06 [2023-09-30T23:02:06.843Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
23:02:07 [2023-09-30T23:02:07.104Z] ok  	github.com/docker/docker/runconfig	0.011s	coverage: 63.6% of statements
23:02:07 [2023-09-30T23:02:07.104Z] ok  	github.com/docker/docker/registry	0.144s	coverage: 63.9% of statements
23:02:07 [2023-09-30T23:02:07.364Z] ok  	github.com/docker/docker/testutil	0.008s	coverage: 8.2% of statements
23:02:07 [2023-09-30T23:02:07.364Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
23:02:07 [2023-09-30T23:02:07.364Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
23:02:07 [2023-09-30T23:02:07.364Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
23:02:07 [2023-09-30T23:02:07.364Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
23:02:07 [2023-09-30T23:02:07.364Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
23:02:07 [2023-09-30T23:02:07.364Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
23:02:07 [2023-09-30T23:02:07.364Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
23:02:07 [2023-09-30T23:02:07.364Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
23:02:07 [2023-09-30T23:02:07.364Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
23:02:07 [2023-09-30T23:02:07.364Z] ?   	github.com/docker/docker/testutil/request	[no test files]
23:02:07 [2023-09-30T23:02:07.364Z] ?   	github.com/docker/docker/volume	[no test files]
23:02:07 [2023-09-30T23:02:07.936Z] ok  	github.com/docker/docker/volume/drivers	0.008s	coverage: 36.1% of statements
23:02:07 [2023-09-30T23:02:07.936Z] ok  	github.com/docker/docker/volume/mounts	0.009s	coverage: 65.7% of statements
23:02:08 [2023-09-30T23:02:08.197Z] ok  	github.com/docker/docker/volume/local	0.112s	coverage: 74.6% of statements
23:02:08 [2023-09-30T23:02:08.457Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
23:02:08 [2023-09-30T23:02:08.457Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
23:02:08 [2023-09-30T23:02:08.457Z] ok  	github.com/docker/docker/volume/service	0.012s	coverage: 71.8% of statements
23:02:09 [2023-09-30T23:02:09.027Z] ok  	github.com/docker/docker/layer	7.329s	coverage: 68.7% of statements
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === Skipped
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     network_proxy_test.go:195: Need to start CI docker with --ipv6
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     network_proxy_test.go:210: No support for dual stack yet
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     network_proxy_test.go:239: Need to start CI docker with --ipv6
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     network_proxy_test.go:300: Need to start CI docker with --ipv6
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:41: Driver btrfs not supported
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:41: Driver btrfs not supported
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:41: Driver btrfs not supported
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:41: Driver btrfs not supported
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:41: Driver btrfs not supported
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:68: No driver to put!
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z] time="2023-09-30T23:01:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:39: graphdriver: driver not supported
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z] time="2023-09-30T23:01:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:39: graphdriver: driver not supported
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z] time="2023-09-30T23:01:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:39: graphdriver: driver not supported
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z] time="2023-09-30T23:01:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:39: graphdriver: driver not supported
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z] time="2023-09-30T23:01:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:39: graphdriver: driver not supported
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:68: No driver to put!
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     overlay_test.go:61: Cannot run test with naive change algorithm
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:41: Driver zfs not supported
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:41: Driver zfs not supported
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:41: Driver zfs not supported
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:41: Driver zfs not supported
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:41: Driver zfs not supported
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     graphtest_unix.go:68: No driver to put!
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s)
23:02:09 [2023-09-30T23:02:09.288Z]     validate_test.go:70: only tested on Windows
23:02:09 [2023-09-30T23:02:09.288Z] 
23:02:09 [2023-09-30T23:02:09.288Z] DONE 3152 tests, 27 skipped in 63.556s
23:02:09 [2023-09-30T23:02:09.288Z] + '[' -n 'github.com/docker/docker/libnetwork
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/bitmap
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/cluster
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/cmd/diagnostic
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/cmd/readme_test
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/config
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/datastore
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/diagnostic
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/discoverapi
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/driverapi
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/drivers/bridge
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/drivers/host
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/drivers/ipvlan
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/drivers/macvlan
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/drivers/null
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/drivers/overlay
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/drivers/remote
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/drivers/remote/api
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/drivers/windows
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/drvregistry
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/etchosts
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/internal/caller
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/internal/kvstore
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/internal/setmatrix
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/ipam
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/ipamapi
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/ipams/builtin
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/ipams/null
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/ipams/remote
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/ipams/remote/api
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/ipams/windowsipam
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/ipamutils
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/ipbits
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/iptables
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/netlabel
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/netutils
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/networkdb
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/ns
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/options
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/osl
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/osl/kernel
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/portallocator
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/portmapper
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/resolvconf
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/scope
23:02:09 [2023-09-30T23:02:09.288Z] github.com/docker/docker/libnetwork/types' ']'
23:02:09 [2023-09-30T23:02:09.288Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitmap 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/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/internal/caller github.com/docker/docker/libnetwork/internal/kvstore github.com/docker/docker/libnetwork/internal/kvstore/boltdb 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/ipbits 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/scope github.com/docker/docker/libnetwork/types
23:03:05 [2023-09-30T23:03:05.544Z] ok  	github.com/docker/docker/libnetwork	44.313s	coverage: 42.9% of statements
23:03:05 [2023-09-30T23:03:05.544Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.007s	coverage: 96.1% of statements
23:03:05 [2023-09-30T23:03:05.544Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
23:03:05 [2023-09-30T23:03:05.544Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
23:03:05 [2023-09-30T23:03:05.544Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
23:03:05 [2023-09-30T23:03:05.544Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
23:03:05 [2023-09-30T23:03:05.544Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
23:03:05 [2023-09-30T23:03:05.544Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
23:03:05 [2023-09-30T23:03:05.544Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
23:03:05 [2023-09-30T23:03:05.544Z] ok  	github.com/docker/docker/libnetwork/config	0.012s	coverage: 10.3% of statements
23:03:05 [2023-09-30T23:03:05.544Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 16.3% of statements
23:03:05 [2023-09-30T23:03:05.544Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
23:03:05 [2023-09-30T23:03:05.544Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
23:03:05 [2023-09-30T23:03:05.544Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
23:03:05 [2023-09-30T23:03:05.544Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	2.123s	coverage: 62.4% of statements
23:03:05 [2023-09-30T23:03:05.544Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
23:03:05 [2023-09-30T23:03:05.544Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.003s	coverage: 40.0% of statements
23:03:05 [2023-09-30T23:03:05.544Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.838s	coverage: 5.0% of statements
23:03:05 [2023-09-30T23:03:05.544Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
23:03:05 [2023-09-30T23:03:05.544Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.004s	coverage: 4.6% of statements
23:03:05 [2023-09-30T23:03:05.544Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
23:03:05 [2023-09-30T23:03:05.544Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.003s	coverage: 40.0% of statements
23:03:06 [2023-09-30T23:03:06.486Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.010s	coverage: 1.4% of statements
23:03:06 [2023-09-30T23:03:06.746Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	0.004s	coverage: 45.0% of statements
23:03:07 [2023-09-30T23:03:07.006Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 62.7% of statements
23:03:07 [2023-09-30T23:03:07.576Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.012s	coverage: 57.2% of statements
23:03:07 [2023-09-30T23:03:07.576Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
23:03:07 [2023-09-30T23:03:07.576Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
23:03:07 [2023-09-30T23:03:07.576Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
23:03:08 [2023-09-30T23:03:08.147Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.019s	coverage: 87.0% of statements
23:03:08 [2023-09-30T23:03:08.147Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.017s	coverage: 81.0% of statements
23:03:08 [2023-09-30T23:03:08.407Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
23:03:08 [2023-09-30T23:03:08.407Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore	[no test files]
23:03:08 [2023-09-30T23:03:08.407Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore/boltdb	[no test files]
23:03:20 [2023-09-30T23:03:20.633Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
23:03:22 [2023-09-30T23:03:22.543Z] ok  	github.com/docker/docker/libnetwork/ipam	3.331s	coverage: 80.0% of statements
23:03:22 [2023-09-30T23:03:22.543Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
23:03:22 [2023-09-30T23:03:22.543Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
23:03:22 [2023-09-30T23:03:22.803Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.003s	coverage: 63.2% of statements
23:03:23 [2023-09-30T23:03:23.063Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 48.7% of statements
23:03:23 [2023-09-30T23:03:23.063Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
23:03:23 [2023-09-30T23:03:23.323Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.003s	coverage: 80.0% of statements
23:03:23 [2023-09-30T23:03:23.892Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.320s	coverage: 86.4% of statements
23:03:24 [2023-09-30T23:03:24.151Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
23:03:24 [2023-09-30T23:03:24.722Z] ok  	github.com/docker/docker/libnetwork/iptables	0.223s	coverage: 39.9% of statements
23:03:24 [2023-09-30T23:03:24.722Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
23:03:25 [2023-09-30T23:03:25.291Z] ok  	github.com/docker/docker/libnetwork/netutils	0.018s	coverage: 54.9% of statements
23:05:16 [2023-09-30T23:05:16.780Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.466s	coverage: 59.0% of statements
23:05:16 [2023-09-30T23:05:16.780Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
23:05:16 [2023-09-30T23:05:16.780Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
23:05:16 [2023-09-30T23:05:16.780Z] ok  	github.com/docker/docker/libnetwork/osl	4.435s	coverage: 40.2% of statements
23:05:16 [2023-09-30T23:05:16.780Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
23:05:16 [2023-09-30T23:05:16.780Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.7% of statements
23:05:17 [2023-09-30T23:05:17.721Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.717s	coverage: 46.3% of statements
23:05:17 [2023-09-30T23:05:17.981Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 84.9% of statements
23:05:17 [2023-09-30T23:05:17.981Z] ?   	github.com/docker/docker/libnetwork/scope	[no test files]
23:05:18 [2023-09-30T23:05:18.241Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 41.7% of statements
23:05:18 [2023-09-30T23:05:18.241Z] 
23:05:18 [2023-09-30T23:05:18.241Z] === Skipped
23:05:18 [2023-09-30T23:05:18.241Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
23:05:18 [2023-09-30T23:05:18.241Z]     firewalld_test.go:29: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory
23:05:18 [2023-09-30T23:05:18.241Z] 
23:05:18 [2023-09-30T23:05:18.241Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s)
23:05:18 [2023-09-30T23:05:18.241Z]     firewalld_test.go:88: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory
23:05:18 [2023-09-30T23:05:18.241Z] 
23:05:18 [2023-09-30T23:05:18.241Z] DONE 345 tests, 2 skipped in 188.940s
Post stage
[Pipeline] junit
23:05:19 [2023-09-30T23:05:19.196Z] Recording test results
23:05:19 [2023-09-30T23:05:19.319Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
23:05:19 [2023-09-30T23:05:19.626Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46573/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5b16dd6469002b232838c5a3741cb5588f74db40 -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:5b16dd6469002b232838c5a3741cb5588f74db40 hack/make.sh dynbinary test-integration
23:05:19 [2023-09-30T23:05:19.888Z] 
23:05:19 [2023-09-30T23:05:19.888Z] Removing bundles/
23:05:19 [2023-09-30T23:05:19.888Z] 
23:05:19 [2023-09-30T23:05:19.888Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
23:05:19 [2023-09-30T23:05:19.888Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
23:05:19 [2023-09-30T23:05:19.888Z] + tee /go/src/github.com/docker/docker/go.mod
23:05:19 [2023-09-30T23:05:19.888Z] module github.com/docker/docker
23:05:19 [2023-09-30T23:05:19.888Z] 
23:05:19 [2023-09-30T23:05:19.888Z] go 1.20
23:05:19 [2023-09-30T23:05:19.888Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
23:05:19 [2023-09-30T23:05:19.888Z] + GO111MODULE=on
23:05:19 [2023-09-30T23:05:19.888Z] + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=dev" -X "github.com/docker/docker/dockerversion.GitCommit=5b16dd6469002b232838c5a3741cb5588f74db40" -X "github.com/docker/docker/dockerversion.BuildTime=2023-09-30T23:05:19.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense="   ' -gcflags= github.com/docker/docker/cmd/dockerd
23:05:58 [2023-09-30T23:05:58.678Z] + rm -f /go/src/github.com/docker/docker/go.mod
23:05:58 [2023-09-30T23:05:58.678Z] Created binary: bundles/dynbinary-daemon/dockerd
23:05:58 [2023-09-30T23:05:58.678Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
23:05:58 [2023-09-30T23:05:58.678Z] + tee /go/src/github.com/docker/docker/go.mod
23:05:58 [2023-09-30T23:05:58.678Z] module github.com/docker/docker
23:05:58 [2023-09-30T23:05:58.678Z] 
23:05:58 [2023-09-30T23:05:58.678Z] go 1.20
23:05:58 [2023-09-30T23:05:58.678Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
23:05:58 [2023-09-30T23:05:58.678Z] + GO111MODULE=on
23:05:58 [2023-09-30T23:05:58.678Z] + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=dev" -X "github.com/docker/docker/dockerversion.GitCommit=5b16dd6469002b232838c5a3741cb5588f74db40" -X "github.com/docker/docker/dockerversion.BuildTime=2023-09-30T23:05:19.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense="   ' -gcflags= github.com/docker/docker/cmd/docker-proxy
23:05:58 [2023-09-30T23:05:58.678Z] + rm -f /go/src/github.com/docker/docker/go.mod
23:05:58 [2023-09-30T23:05:58.678Z] Created binary: bundles/dynbinary-daemon/docker-proxy
23:05:58 [2023-09-30T23:05:58.678Z] 
23:05:58 [2023-09-30T23:05:58.678Z] ---> Making bundle: test-integration (in bundles/test-integration)
23:05:58 [2023-09-30T23:05:58.678Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:05:58 [2023-09-30T23:05:58.678Z] HOSTNAME=898f45b649f2
23:05:58 [2023-09-30T23:05:58.678Z] TESTDEBUG=0
23:05:58 [2023-09-30T23:05:58.678Z] DEST=bundles/test-integration
23:05:58 [2023-09-30T23:05:58.678Z] PWD=/go/src/github.com/docker/docker
23:05:58 [2023-09-30T23:05:58.678Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
23:05:58 [2023-09-30T23:05:58.678Z] DOCKER_GITCOMMIT=5b16dd6469002b232838c5a3741cb5588f74db40
23:05:58 [2023-09-30T23:05:58.678Z] container=docker
23:05:58 [2023-09-30T23:05:58.678Z] HOME=/root
23:05:58 [2023-09-30T23:05:58.678Z] CONTAINERD_NAMESPACE=moby
23:05:58 [2023-09-30T23:05:58.678Z] GOLANG_VERSION=1.21.1
23:05:58 [2023-09-30T23:05:58.678Z] VALIDATE_REPO=https://github.com/moby/moby.git
23:05:58 [2023-09-30T23:05:58.678Z] VALIDATE_BRANCH=master
23:05:58 [2023-09-30T23:05:58.678Z] TERM=xterm
23:05:58 [2023-09-30T23:05:58.678Z] DOCKER_PKG=github.com/docker/docker
23:05:58 [2023-09-30T23:05:58.678Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
23:05:58 [2023-09-30T23:05:58.678Z] SHLVL=1
23:05:58 [2023-09-30T23:05:58.678Z] TIMEOUT=120m
23:05:58 [2023-09-30T23:05:58.678Z] GOTOOLCHAIN=local
23:05:58 [2023-09-30T23:05:58.678Z] DOCKER_GRAPHDRIVER=overlay2
23:05:58 [2023-09-30T23:05:58.678Z] GO111MODULE=off
23:05:58 [2023-09-30T23:05:58.678Z] DOCKER_EXPERIMENTAL=1
23:05:58 [2023-09-30T23:05:58.678Z] TEST_SKIP_INTEGRATION_CLI=1
23:05:58 [2023-09-30T23:05:58.678Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:05:58 [2023-09-30T23:05:58.678Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:05:58 [2023-09-30T23:05:58.678Z] GOPATH=/go
23:05:58 [2023-09-30T23:05:58.678Z] PKG_CONFIG=pkg-config
23:05:58 [2023-09-30T23:05:58.678Z] _=/usr/bin/env
23:05:58 [2023-09-30T23:05:58.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
23:06:16 [2023-09-30T23:06:16.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main
23:06:17 [2023-09-30T23:06:17.749Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
23:06:19 [2023-09-30T23:06:19.131Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
23:06:21 [2023-09-30T23:06:21.043Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
23:06:25 [2023-09-30T23:06:25.253Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
23:06:28 [2023-09-30T23:06:28.557Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
23:06:28 [2023-09-30T23:06:28.557Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
23:06:29 [2023-09-30T23:06:29.939Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
23:06:31 [2023-09-30T23:06:31.321Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
23:06:32 [2023-09-30T23:06:32.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
23:06:32 [2023-09-30T23:06:32.523Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
23:06:33 [2023-09-30T23:06:33.906Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
23:06:35 [2023-09-30T23:06:35.289Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
23:06:37 [2023-09-30T23:06:37.201Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
23:06:38 [2023-09-30T23:06:38.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
23:06:38 [2023-09-30T23:06:38.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
23:06:39 [2023-09-30T23:06:39.788Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
23:06:40 [2023-09-30T23:06:40.729Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
23:06:42 [2023-09-30T23:06:42.113Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
23:06:43 [2023-09-30T23:06:43.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
23:06:43 [2023-09-30T23:06:43.995Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
23:06:45 [2023-09-30T23:06:45.380Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
23:06:45 [2023-09-30T23:06:45.380Z] Using test binary /usr/local/cli-integration/docker
23:06:45 [2023-09-30T23:06:45.380Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
23:06:45 [2023-09-30T23:06:45.380Z] +++ /etc/init.d/apparmor start
23:06:45 [2023-09-30T23:06:45.380Z] Not: starting.
23:06:45 [2023-09-30T23:06:45.380Z] INFO: Waiting for daemon to start...
23:06:45 [2023-09-30T23:06:45.380Z] Starting dockerd
23:06:45 [2023-09-30T23:06:45.380Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.TULoAMjC4k/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
23:07:00 [2023-09-30T23:07:00.277Z] .
23:07:00 [2023-09-30T23:07:00.277Z] ---> Making bundle: .build-empty-images (in bundles/test-integration)
23:07:00 [2023-09-30T23:07:00.277Z] ++++ tar -cC bundles/test-integration/emptyfs .
23:07:00 [2023-09-30T23:07:00.277Z] ++++ docker load
23:07:00 [2023-09-30T23:07:00.277Z] Loaded image: emptyfs:latest
23:07:00 [2023-09-30T23:07:00.277Z] ++++ tar -cC bundles/test-integration/dangling .
23:07:00 [2023-09-30T23:07:00.277Z] ++++ docker load
23:07:00 [2023-09-30T23:07:00.277Z] Loaded image ID: sha256:0df1207206e5288f4a989a2f13d1f5b3c4e70467702c1d5d21dfc9f002b7bd43
23:07:00 [2023-09-30T23:07:00.277Z] Running integration-test (iteration 1)
23:07:00 [2023-09-30T23:07:00.277Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m  
23:07:00 [2023-09-30T23:07:00.277Z] ++ '[' -n '' ']'
23:07:00 [2023-09-30T23:07:00.277Z] ++ 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
23:07:00 [2023-09-30T23:07:00.277Z] ++ set -e
23:07:00 [2023-09-30T23:07:00.277Z] ++ '[' -n 0 ']'
23:07:00 [2023-09-30T23:07:00.277Z] ++ set -x
23:07:00 [2023-09-30T23:07:00.278Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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
23:07:00 [2023-09-30T23:07:00.278Z] Loaded image: busybox:latest
23:07:00 [2023-09-30T23:07:00.278Z] Loaded image: busybox:glibc
23:07:00 [2023-09-30T23:07:00.278Z] Loaded image: debian:bullseye-slim
23:07:00 [2023-09-30T23:07:00.278Z] Loaded image: hello-world:latest
23:07:00 [2023-09-30T23:07:00.278Z] Loaded image: arm32v7/hello-world:latest
23:07:00 [2023-09-30T23:07:00.278Z] INFO: Testing against a local daemon
23:07:00 [2023-09-30T23:07:00.278Z] === RUN   TestCgroupNamespacesBuild
23:07:00 [2023-09-30T23:07:00.538Z] --- PASS: TestCgroupNamespacesBuild (1.13s)
23:07:00 [2023-09-30T23:07:00.538Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
23:07:01 [2023-09-30T23:07:01.921Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.12s)
23:07:01 [2023-09-30T23:07:01.921Z] === RUN   TestBuildWithSession
23:07:01 [2023-09-30T23:07:01.921Z]     build_session_test.go:26: TODO: BuildKit
23:07:01 [2023-09-30T23:07:01.921Z] --- SKIP: TestBuildWithSession (0.00s)
23:07:01 [2023-09-30T23:07:01.921Z] === RUN   TestBuildSquashParent
23:07:05 [2023-09-30T23:07:05.218Z] --- PASS: TestBuildSquashParent (3.43s)
23:07:05 [2023-09-30T23:07:05.218Z] === RUN   TestBuildWithRemoveAndForceRemove
23:07:05 [2023-09-30T23:07:05.218Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:07:05 [2023-09-30T23:07:05.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:07:05 [2023-09-30T23:07:05.218Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:07:05 [2023-09-30T23:07:05.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:07:05 [2023-09-30T23:07:05.218Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:07:05 [2023-09-30T23:07:05.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:07:05 [2023-09-30T23:07:05.218Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:07:05 [2023-09-30T23:07:05.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:07:05 [2023-09-30T23:07:05.218Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:07:05 [2023-09-30T23:07:05.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:07:05 [2023-09-30T23:07:05.218Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:07:05 [2023-09-30T23:07:05.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:07:05 [2023-09-30T23:07:05.218Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:07:05 [2023-09-30T23:07:05.218Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:07:05 [2023-09-30T23:07:05.218Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:07:05 [2023-09-30T23:07:05.218Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:07:05 [2023-09-30T23:07:05.218Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:07:05 [2023-09-30T23:07:05.218Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:07:08 [2023-09-30T23:07:08.516Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s)
23:07:08 [2023-09-30T23:07:08.516Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.42s)
23:07:08 [2023-09-30T23:07:08.516Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.44s)
23:07:08 [2023-09-30T23:07:08.516Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.02s)
23:07:08 [2023-09-30T23:07:08.516Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.18s)
23:07:08 [2023-09-30T23:07:08.516Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.19s)
23:07:08 [2023-09-30T23:07:08.516Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.23s)
23:07:08 [2023-09-30T23:07:08.516Z] === RUN   TestBuildMultiStageCopy
23:07:08 [2023-09-30T23:07:08.516Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:07:09 [2023-09-30T23:07:09.456Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:07:09 [2023-09-30T23:07:09.456Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:07:09 [2023-09-30T23:07:09.717Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:07:09 [2023-09-30T23:07:09.717Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:07:09 [2023-09-30T23:07:09.977Z] --- PASS: TestBuildMultiStageCopy (1.40s)
23:07:09 [2023-09-30T23:07:09.977Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.00s)
23:07:09 [2023-09-30T23:07:09.977Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.08s)
23:07:09 [2023-09-30T23:07:09.977Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.10s)
23:07:09 [2023-09-30T23:07:09.977Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.10s)
23:07:09 [2023-09-30T23:07:09.977Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.12s)
23:07:09 [2023-09-30T23:07:09.977Z] === RUN   TestBuildMultiStageParentConfig
23:07:10 [2023-09-30T23:07:10.238Z] --- PASS: TestBuildMultiStageParentConfig (0.37s)
23:07:10 [2023-09-30T23:07:10.238Z] === RUN   TestBuildLabelWithTargets
23:07:10 [2023-09-30T23:07:10.810Z] --- PASS: TestBuildLabelWithTargets (0.58s)
23:07:10 [2023-09-30T23:07:10.810Z] === RUN   TestBuildWithEmptyLayers
23:07:10 [2023-09-30T23:07:10.810Z] --- PASS: TestBuildWithEmptyLayers (0.13s)
23:07:10 [2023-09-30T23:07:10.810Z] === RUN   TestBuildMultiStageOnBuild
23:07:12 [2023-09-30T23:07:12.195Z] --- PASS: TestBuildMultiStageOnBuild (1.22s)
23:07:12 [2023-09-30T23:07:12.195Z] === RUN   TestBuildUncleanTarFilenames
23:07:12 [2023-09-30T23:07:12.195Z] --- PASS: TestBuildUncleanTarFilenames (0.13s)
23:07:12 [2023-09-30T23:07:12.195Z] === RUN   TestBuildMultiStageLayerLeak
23:07:13 [2023-09-30T23:07:13.579Z] --- PASS: TestBuildMultiStageLayerLeak (1.07s)
23:07:13 [2023-09-30T23:07:13.579Z] === RUN   TestBuildWithHugeFile
23:08:50 [2023-09-30T23:08:50.069Z] --- PASS: TestBuildWithHugeFile (83.48s)
23:08:50 [2023-09-30T23:08:50.069Z] === RUN   TestBuildWCOWSandboxSize
23:08:50 [2023-09-30T23:08:50.069Z]     build_test.go:525: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
23:08:50 [2023-09-30T23:08:50.069Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
23:08:50 [2023-09-30T23:08:50.069Z] === RUN   TestBuildWithEmptyDockerfile
23:08:50 [2023-09-30T23:08:50.069Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:08:50 [2023-09-30T23:08:50.069Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:08:50 [2023-09-30T23:08:50.069Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:08:50 [2023-09-30T23:08:50.069Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:08:50 [2023-09-30T23:08:50.069Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:08:50 [2023-09-30T23:08:50.069Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:08:50 [2023-09-30T23:08:50.069Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:08:50 [2023-09-30T23:08:50.069Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:08:50 [2023-09-30T23:08:50.069Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:08:50 [2023-09-30T23:08:50.069Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
23:08:50 [2023-09-30T23:08:50.069Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
23:08:50 [2023-09-30T23:08:50.069Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
23:08:50 [2023-09-30T23:08:50.069Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
23:08:50 [2023-09-30T23:08:50.069Z] === RUN   TestBuildPreserveOwnership
23:08:50 [2023-09-30T23:08:50.069Z] === RUN   TestBuildPreserveOwnership/copy_from
23:08:50 [2023-09-30T23:08:50.069Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
23:08:50 [2023-09-30T23:08:50.069Z] --- PASS: TestBuildPreserveOwnership (2.24s)
23:08:50 [2023-09-30T23:08:50.069Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.58s)
23:08:50 [2023-09-30T23:08:50.069Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.65s)
23:08:50 [2023-09-30T23:08:50.069Z] === RUN   TestBuildPlatformInvalid
23:08:50 [2023-09-30T23:08:50.069Z] --- PASS: TestBuildPlatformInvalid (0.03s)
23:08:50 [2023-09-30T23:08:50.069Z] === RUN   TestBuildkitHistoryTracePropagation
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:38Z" level=info msg="[core] [Channel #1] Channel created" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:38Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:38Z" level=info msg="[core] [Channel #1] parsed dial target is: {Scheme:unix Authority: URL:{Scheme:unix Opaque: User: Host: Path:/run/buildkit/buildkitd.sock RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}}" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:38Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:38Z" level=info msg="[core] [Channel #1] Resolver state updated: {\n  \"Addresses\": [\n    {\n      \"Addr\": \"/run/buildkit/buildkitd.sock\",\n      \"ServerName\": \"\",\n      \"Attributes\": {},\n      \"BalancerAttributes\": null,\n      \"Type\": 0,\n      \"Metadata\": null\n    }\n  ],\n  \"ServiceConfig\": null,\n  \"Attributes\": null\n} (resolver returned new addresses)" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:38Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:38Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:38Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:38Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:38Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:38Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:38Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:38Z" level=info msg="[core] [Server #4] Server created" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z]     build_traces_test.go:84: Waiting for trace to be available
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:43Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:43Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:43Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:43Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:43Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] time="2023-09-30T23:08:43Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc
23:08:50 [2023-09-30T23:08:50.069Z] --- PASS: TestBuildkitHistoryTracePropagation (4.03s)
23:08:50 [2023-09-30T23:08:50.069Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
23:08:50 [2023-09-30T23:08:50.069Z] Loaded image: busybox:latest
23:08:50 [2023-09-30T23:08:50.069Z] Loaded image: busybox:glibc
23:08:50 [2023-09-30T23:08:50.069Z] Loaded image: debian:bullseye-slim
23:08:50 [2023-09-30T23:08:50.069Z] Loaded image: hello-world:latest
23:08:50 [2023-09-30T23:08:50.069Z] Loaded image: arm32v7/hello-world:latest
23:08:53 [2023-09-30T23:08:53.370Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.66s)
23:08:53 [2023-09-30T23:08:53.370Z] PASS
23:08:53 [2023-09-30T23:08:53.370Z] 
23:08:53 [2023-09-30T23:08:53.370Z] === Skipped
23:08:53 [2023-09-30T23:08:53.370Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
23:08:53 [2023-09-30T23:08:53.370Z]     build_session_test.go:26: TODO: BuildKit
23:08:53 [2023-09-30T23:08:53.370Z] 
23:08:53 [2023-09-30T23:08:53.370Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
23:08:53 [2023-09-30T23:08:53.370Z]     build_test.go:525: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
23:08:53 [2023-09-30T23:08:53.370Z] 
23:08:53 [2023-09-30T23:08:53.370Z] DONE 35 tests, 2 skipped in 114.611s
23:08:53 [2023-09-30T23:08:53.370Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m  
23:08:53 [2023-09-30T23:08:53.370Z] ++ '[' -n '' ']'
23:08:53 [2023-09-30T23:08:53.370Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m
23:08:53 [2023-09-30T23:08:53.370Z] ++ set -e
23:08:53 [2023-09-30T23:08:53.370Z] ++ '[' -n 0 ']'
23:08:53 [2023-09-30T23:08:53.370Z] ++ set -x
23:08:53 [2023-09-30T23:08:53.370Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m
23:08:53 [2023-09-30T23:08:53.370Z] INFO: Testing against a local daemon
23:08:53 [2023-09-30T23:08:53.370Z] === RUN   TestNoNewPrivileges
23:08:58 [2023-09-30T23:08:58.682Z] === RUN   TestNoNewPrivileges/CapabilityRequested=true
23:08:58 [2023-09-30T23:08:58.682Z] === RUN   TestNoNewPrivileges/CapabilityRequested=false
23:08:58 [2023-09-30T23:08:58.682Z] --- PASS: TestNoNewPrivileges (5.82s)
23:08:58 [2023-09-30T23:08:58.682Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.44s)
23:08:58 [2023-09-30T23:08:58.682Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.42s)
23:08:58 [2023-09-30T23:08:58.682Z] PASS
23:08:58 [2023-09-30T23:08:58.682Z] 
23:08:58 [2023-09-30T23:08:58.682Z] DONE 3 tests in 5.854s
23:08:58 [2023-09-30T23:08:58.682Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m  
23:08:58 [2023-09-30T23:08:58.682Z] ++ '[' -n '' ']'
23:08:58 [2023-09-30T23:08:58.682Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
23:08:58 [2023-09-30T23:08:58.682Z] ++ set -e
23:08:58 [2023-09-30T23:08:58.682Z] ++ '[' -n 0 ']'
23:08:58 [2023-09-30T23:08:58.682Z] ++ set -x
23:08:58 [2023-09-30T23:08:58.682Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
23:08:58 [2023-09-30T23:08:58.682Z] INFO: Testing against a local daemon
23:08:58 [2023-09-30T23:08:58.682Z] === RUN   TestConfigInspect
23:09:00 [2023-09-30T23:09:00.655Z] --- PASS: TestConfigInspect (1.99s)
23:09:00 [2023-09-30T23:09:00.655Z] === RUN   TestConfigList
23:09:02 [2023-09-30T23:09:02.086Z] === RUN   TestConfigList/test_filter_by_name
23:09:02 [2023-09-30T23:09:02.086Z] === RUN   TestConfigList/test_filter_by_id
23:09:02 [2023-09-30T23:09:02.086Z] === RUN   TestConfigList/test_filter_by_label_key_only
23:09:02 [2023-09-30T23:09:02.086Z] === RUN   TestConfigList/test_filter_by_label_key=value_test0-TestConfigList
23:09:02 [2023-09-30T23:09:02.086Z] === RUN   TestConfigList/test_filter_by_label_key=value_test1-TestConfigList
23:09:02 [2023-09-30T23:09:02.680Z] --- PASS: TestConfigList (2.03s)
23:09:02 [2023-09-30T23:09:02.680Z]     --- PASS: TestConfigList/test_filter_by_name (0.00s)
23:09:02 [2023-09-30T23:09:02.680Z]     --- PASS: TestConfigList/test_filter_by_id (0.00s)
23:09:02 [2023-09-30T23:09:02.680Z]     --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s)
23:09:02 [2023-09-30T23:09:02.680Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s)
23:09:02 [2023-09-30T23:09:02.680Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s)
23:09:02 [2023-09-30T23:09:02.680Z] === RUN   TestConfigsCreateAndDelete
23:09:04 [2023-09-30T23:09:04.645Z] --- PASS: TestConfigsCreateAndDelete (1.93s)
23:09:04 [2023-09-30T23:09:04.645Z] === RUN   TestConfigsUpdate
23:09:06 [2023-09-30T23:09:06.580Z] --- PASS: TestConfigsUpdate (1.95s)
23:09:06 [2023-09-30T23:09:06.580Z] === RUN   TestTemplatedConfig
23:09:09 [2023-09-30T23:09:09.125Z] --- PASS: TestTemplatedConfig (2.59s)
23:09:09 [2023-09-30T23:09:09.125Z] === RUN   TestConfigCreateResolve
23:09:11 [2023-09-30T23:09:11.038Z] --- PASS: TestConfigCreateResolve (1.86s)
23:09:11 [2023-09-30T23:09:11.038Z] PASS
23:09:11 [2023-09-30T23:09:11.038Z] 
23:09:11 [2023-09-30T23:09:11.038Z] DONE 11 tests in 12.399s
23:09:11 [2023-09-30T23:09:11.038Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m  
23:09:11 [2023-09-30T23:09:11.038Z] ++ '[' -n '' ']'
23:09:11 [2023-09-30T23:09:11.038Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
23:09:11 [2023-09-30T23:09:11.038Z] ++ set -e
23:09:11 [2023-09-30T23:09:11.038Z] ++ '[' -n 0 ']'
23:09:11 [2023-09-30T23:09:11.038Z] ++ set -x
23:09:11 [2023-09-30T23:09:11.038Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
23:09:11 [2023-09-30T23:09:11.038Z] INFO: Testing against a local daemon
23:09:11 [2023-09-30T23:09:11.038Z] === RUN   TestAttach
23:09:11 [2023-09-30T23:09:11.038Z] === RUN   TestAttach/without_TTY
23:09:11 [2023-09-30T23:09:11.038Z] === PAUSE TestAttach/without_TTY
23:09:11 [2023-09-30T23:09:11.038Z] === RUN   TestAttach/with_TTY
23:09:11 [2023-09-30T23:09:11.038Z] === PAUSE TestAttach/with_TTY
23:09:11 [2023-09-30T23:09:11.038Z] === CONT  TestAttach/without_TTY
23:09:11 [2023-09-30T23:09:11.038Z] === CONT  TestAttach/with_TTY
23:09:11 [2023-09-30T23:09:11.299Z] --- PASS: TestAttach (0.02s)
23:09:11 [2023-09-30T23:09:11.299Z]     --- PASS: TestAttach/with_TTY (0.04s)
23:09:11 [2023-09-30T23:09:11.299Z]     --- PASS: TestAttach/without_TTY (0.05s)
23:09:11 [2023-09-30T23:09:11.299Z] === RUN   TestCreateWithCDIDevices
23:09:12 [2023-09-30T23:09:12.241Z] --- PASS: TestCreateWithCDIDevices (1.01s)
23:09:12 [2023-09-30T23:09:12.241Z] === RUN   TestCDISpecDirsAreInSystemInfo
23:09:12 [2023-09-30T23:09:12.241Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default
23:09:12 [2023-09-30T23:09:12.811Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned
23:09:13 [2023-09-30T23:09:13.383Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice
23:09:13 [2023-09-30T23:09:13.955Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice
23:09:14 [2023-09-30T23:09:14.216Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice
23:09:14 [2023-09-30T23:09:14.787Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice
23:09:15 [2023-09-30T23:09:15.359Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice
23:09:15 [2023-09-30T23:09:15.930Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice
23:09:16 [2023-09-30T23:09:16.502Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.17s)
23:09:16 [2023-09-30T23:09:16.502Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default (0.52s)
23:09:16 [2023-09-30T23:09:16.502Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned (0.52s)
23:09:16 [2023-09-30T23:09:16.502Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s)
23:09:16 [2023-09-30T23:09:16.502Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice (0.52s)
23:09:16 [2023-09-30T23:09:16.502Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice (0.52s)
23:09:16 [2023-09-30T23:09:16.502Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice (0.52s)
23:09:16 [2023-09-30T23:09:16.502Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s)
23:09:16 [2023-09-30T23:09:16.502Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice (0.52s)
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestCheckpoint
23:09:16 [2023-09-30T23:09:16.502Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:09:16 [2023-09-30T23:09:16.502Z] --- SKIP: TestCheckpoint (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/commit
23:09:16 [2023-09-30T23:09:16.502Z] === PAUSE TestContainerInvalidJSON/commit
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/containers/create
23:09:16 [2023-09-30T23:09:16.502Z] === PAUSE TestContainerInvalidJSON/containers/create
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
23:09:16 [2023-09-30T23:09:16.502Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
23:09:16 [2023-09-30T23:09:16.502Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
23:09:16 [2023-09-30T23:09:16.502Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
23:09:16 [2023-09-30T23:09:16.502Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
23:09:16 [2023-09-30T23:09:16.502Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
23:09:16 [2023-09-30T23:09:16.502Z] === CONT  TestContainerInvalidJSON/commit
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
23:09:16 [2023-09-30T23:09:16.502Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
23:09:16 [2023-09-30T23:09:16.502Z] === CONT  TestContainerInvalidJSON/containers/create
23:09:16 [2023-09-30T23:09:16.502Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
23:09:16 [2023-09-30T23:09:16.502Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
23:09:16 [2023-09-30T23:09:16.502Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
23:09:16 [2023-09-30T23:09:16.502Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/commit/empty_body
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
23:09:16 [2023-09-30T23:09:16.502Z] --- PASS: TestContainerInvalidJSON (0.01s)
23:09:16 [2023-09-30T23:09:16.502Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:09:16 [2023-09-30T23:09:16.502Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestCopyFromContainerPathIsNotDir
23:09:16 [2023-09-30T23:09:16.502Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestCopyToContainerPathDoesNotExist
23:09:16 [2023-09-30T23:09:16.502Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestCopyEmptyFile
23:09:16 [2023-09-30T23:09:16.502Z] --- PASS: TestCopyEmptyFile (0.06s)
23:09:16 [2023-09-30T23:09:16.502Z] === RUN   TestCopyToContainerPathIsNotDir
23:09:16 [2023-09-30T23:09:16.763Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
23:09:16 [2023-09-30T23:09:16.763Z] === RUN   TestCopyFromContainer
23:09:17 [2023-09-30T23:09:17.335Z] === RUN   TestCopyFromContainer//
23:09:17 [2023-09-30T23:09:17.335Z] === RUN   TestCopyFromContainer/.
23:09:17 [2023-09-30T23:09:17.335Z] === RUN   TestCopyFromContainer//.
23:09:17 [2023-09-30T23:09:17.335Z] === RUN   TestCopyFromContainer/./
23:09:17 [2023-09-30T23:09:17.335Z] === RUN   TestCopyFromContainer//./
23:09:17 [2023-09-30T23:09:17.335Z] === RUN   TestCopyFromContainer//bar/root
23:09:17 [2023-09-30T23:09:17.335Z] === RUN   TestCopyFromContainer//bar/root/
23:09:17 [2023-09-30T23:09:17.335Z] === RUN   TestCopyFromContainer//bar/root/.
23:09:17 [2023-09-30T23:09:17.335Z] === RUN   TestCopyFromContainer/bar/quux
23:09:17 [2023-09-30T23:09:17.335Z] === RUN   TestCopyFromContainer/bar/quux/
23:09:17 [2023-09-30T23:09:17.335Z] === RUN   TestCopyFromContainer/bar/quux/.
23:09:17 [2023-09-30T23:09:17.335Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:09:17 [2023-09-30T23:09:17.335Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:09:17 [2023-09-30T23:09:17.335Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:09:17 [2023-09-30T23:09:17.335Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:09:17 [2023-09-30T23:09:17.335Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
23:09:17 [2023-09-30T23:09:17.335Z] === RUN   TestCopyFromContainer/bar/notarget
23:09:17 [2023-09-30T23:09:17.596Z] --- PASS: TestCopyFromContainer (0.82s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCopyFromContainer// (0.01s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCopyFromContainer/. (0.01s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCopyFromContainer//. (0.01s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.00s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.00s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.00s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.00s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.00s)
23:09:17 [2023-09-30T23:09:17.596Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
23:09:17 [2023-09-30T23:09:17.596Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:09:17 [2023-09-30T23:09:17.596Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:09:17 [2023-09-30T23:09:17.596Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:09:17 [2023-09-30T23:09:17.596Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:09:17 [2023-09-30T23:09:17.596Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
23:09:17 [2023-09-30T23:09:17.596Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
23:09:17 [2023-09-30T23:09:17.596Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:09:17 [2023-09-30T23:09:17.596Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
23:09:17 [2023-09-30T23:09:17.596Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:09:17 [2023-09-30T23:09:17.596Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
23:09:17 [2023-09-30T23:09:17.596Z] === RUN   TestCreateLinkToNonExistingContainer
23:09:17 [2023-09-30T23:09:17.596Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
23:09:17 [2023-09-30T23:09:17.596Z] === RUN   TestCreateWithInvalidEnv
23:09:17 [2023-09-30T23:09:17.596Z] === RUN   TestCreateWithInvalidEnv/0
23:09:17 [2023-09-30T23:09:17.596Z] === PAUSE TestCreateWithInvalidEnv/0
23:09:17 [2023-09-30T23:09:17.596Z] === RUN   TestCreateWithInvalidEnv/1
23:09:17 [2023-09-30T23:09:17.596Z] === PAUSE TestCreateWithInvalidEnv/1
23:09:17 [2023-09-30T23:09:17.596Z] === RUN   TestCreateWithInvalidEnv/2
23:09:17 [2023-09-30T23:09:17.596Z] === PAUSE TestCreateWithInvalidEnv/2
23:09:17 [2023-09-30T23:09:17.596Z] === CONT  TestCreateWithInvalidEnv/0
23:09:17 [2023-09-30T23:09:17.596Z] === CONT  TestCreateWithInvalidEnv/2
23:09:17 [2023-09-30T23:09:17.596Z] === CONT  TestCreateWithInvalidEnv/1
23:09:17 [2023-09-30T23:09:17.596Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
23:09:17 [2023-09-30T23:09:17.596Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
23:09:17 [2023-09-30T23:09:17.596Z] === RUN   TestCreateTmpfsMountsTarget
23:09:17 [2023-09-30T23:09:17.596Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
23:09:17 [2023-09-30T23:09:17.596Z] === RUN   TestCreateWithCustomMaskedPaths
23:09:18 [2023-09-30T23:09:18.981Z] --- PASS: TestCreateWithCustomMaskedPaths (1.32s)
23:09:18 [2023-09-30T23:09:18.981Z] === RUN   TestCreateWithCustomReadonlyPaths
23:09:20 [2023-09-30T23:09:20.366Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.28s)
23:09:20 [2023-09-30T23:09:20.366Z] === RUN   TestCreateWithInvalidHealthcheckParams
23:09:20 [2023-09-30T23:09:20.366Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:09:20 [2023-09-30T23:09:20.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:09:20 [2023-09-30T23:09:20.366Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:09:20 [2023-09-30T23:09:20.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:09:20 [2023-09-30T23:09:20.366Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:09:20 [2023-09-30T23:09:20.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:09:20 [2023-09-30T23:09:20.366Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:09:20 [2023-09-30T23:09:20.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:09:20 [2023-09-30T23:09:20.366Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:09:20 [2023-09-30T23:09:20.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:09:20 [2023-09-30T23:09:20.366Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:09:20 [2023-09-30T23:09:20.366Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:09:20 [2023-09-30T23:09:20.366Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:09:20 [2023-09-30T23:09:20.366Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:09:20 [2023-09-30T23:09:20.366Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:09:20 [2023-09-30T23:09:20.366Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
23:09:20 [2023-09-30T23:09:20.367Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
23:09:20 [2023-09-30T23:09:20.367Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
23:09:20 [2023-09-30T23:09:20.367Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
23:09:20 [2023-09-30T23:09:20.367Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
23:09:20 [2023-09-30T23:09:20.367Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
23:09:20 [2023-09-30T23:09:20.367Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
23:09:20 [2023-09-30T23:09:20.627Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s)
23:09:20 [2023-09-30T23:09:20.627Z] === RUN   TestCreateDifferentPlatform
23:09:20 [2023-09-30T23:09:20.627Z] === RUN   TestCreateDifferentPlatform/different_os
23:09:20 [2023-09-30T23:09:20.627Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
23:09:20 [2023-09-30T23:09:20.627Z] --- PASS: TestCreateDifferentPlatform (0.01s)
23:09:20 [2023-09-30T23:09:20.627Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
23:09:20 [2023-09-30T23:09:20.627Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
23:09:20 [2023-09-30T23:09:20.627Z] === RUN   TestCreateVolumesFromNonExistingContainer
23:09:20 [2023-09-30T23:09:20.627Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
23:09:20 [2023-09-30T23:09:20.627Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
23:09:20 [2023-09-30T23:09:20.627Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
23:09:20 [2023-09-30T23:09:20.627Z] === RUN   TestCreateInvalidHostConfig
23:09:20 [2023-09-30T23:09:20.627Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
23:09:20 [2023-09-30T23:09:20.627Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
23:09:20 [2023-09-30T23:09:20.627Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
23:09:20 [2023-09-30T23:09:20.627Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
23:09:20 [2023-09-30T23:09:20.627Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
23:09:20 [2023-09-30T23:09:20.627Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
23:09:20 [2023-09-30T23:09:20.627Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
23:09:20 [2023-09-30T23:09:20.627Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
23:09:20 [2023-09-30T23:09:20.627Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
23:09:20 [2023-09-30T23:09:20.627Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
23:09:20 [2023-09-30T23:09:20.627Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
23:09:20 [2023-09-30T23:09:20.627Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
23:09:20 [2023-09-30T23:09:20.627Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
23:09:20 [2023-09-30T23:09:20.627Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
23:09:20 [2023-09-30T23:09:20.627Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
23:09:20 [2023-09-30T23:09:20.627Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
23:09:20 [2023-09-30T23:09:20.627Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
23:09:20 [2023-09-30T23:09:20.628Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
23:09:20 [2023-09-30T23:09:20.628Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
23:09:20 [2023-09-30T23:09:20.628Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
23:09:20 [2023-09-30T23:09:20.628Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
23:09:20 [2023-09-30T23:09:20.628Z] === RUN   TestCreateWithMultipleEndpointSettings
23:09:20 [2023-09-30T23:09:20.628Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.44
23:09:20 [2023-09-30T23:09:20.628Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.43
23:09:20 [2023-09-30T23:09:20.628Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.05s)
23:09:20 [2023-09-30T23:09:20.628Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.03s)
23:09:20 [2023-09-30T23:09:20.628Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s)
23:09:20 [2023-09-30T23:09:20.628Z] === RUN   TestContainerStartOnDaemonRestart
23:09:20 [2023-09-30T23:09:20.628Z] === PAUSE TestContainerStartOnDaemonRestart
23:09:20 [2023-09-30T23:09:20.628Z] === RUN   TestDaemonRestartIpcMode
23:09:20 [2023-09-30T23:09:20.628Z] === PAUSE TestDaemonRestartIpcMode
23:09:20 [2023-09-30T23:09:20.628Z] === RUN   TestDaemonHostGatewayIP
23:09:20 [2023-09-30T23:09:20.628Z] === PAUSE TestDaemonHostGatewayIP
23:09:20 [2023-09-30T23:09:20.628Z] === RUN   TestRestartDaemonWithRestartingContainer
23:09:20 [2023-09-30T23:09:20.628Z] === PAUSE TestRestartDaemonWithRestartingContainer
23:09:20 [2023-09-30T23:09:20.628Z] === RUN   TestHardRestartWhenContainerIsRunning
23:09:20 [2023-09-30T23:09:20.628Z] === PAUSE TestHardRestartWhenContainerIsRunning
23:09:20 [2023-09-30T23:09:20.628Z] === RUN   TestContainerKillOnDaemonStart
23:09:20 [2023-09-30T23:09:20.628Z] === PAUSE TestContainerKillOnDaemonStart
23:09:20 [2023-09-30T23:09:20.628Z] === RUN   TestDiff
23:09:21 [2023-09-30T23:09:21.199Z] --- PASS: TestDiff (0.43s)
23:09:21 [2023-09-30T23:09:21.199Z] === RUN   TestDiffStoppedContainer
23:09:21 [2023-09-30T23:09:21.771Z] --- PASS: TestDiffStoppedContainer (0.45s)
23:09:21 [2023-09-30T23:09:21.771Z] === RUN   TestExecConsoleSize
23:09:22 [2023-09-30T23:09:22.032Z] --- PASS: TestExecConsoleSize (0.52s)
23:09:22 [2023-09-30T23:09:22.032Z] === RUN   TestExecWithCloseStdin
23:09:22 [2023-09-30T23:09:22.603Z] --- PASS: TestExecWithCloseStdin (0.58s)
23:09:22 [2023-09-30T23:09:22.603Z] === RUN   TestExec
23:09:23 [2023-09-30T23:09:23.175Z] --- PASS: TestExec (0.47s)
23:09:23 [2023-09-30T23:09:23.175Z] === RUN   TestExecUser
23:09:23 [2023-09-30T23:09:23.747Z] --- PASS: TestExecUser (0.54s)
23:09:23 [2023-09-30T23:09:23.747Z] === RUN   TestExportContainerAndImportImage
23:09:24 [2023-09-30T23:09:24.318Z] --- PASS: TestExportContainerAndImportImage (0.53s)
23:09:24 [2023-09-30T23:09:24.319Z] === RUN   TestExportContainerAfterDaemonRestart
23:09:30 [2023-09-30T23:09:30.901Z] --- PASS: TestExportContainerAfterDaemonRestart (6.15s)
23:09:30 [2023-09-30T23:09:30.901Z] === RUN   TestHealthCheckWorkdir
23:09:31 [2023-09-30T23:09:31.162Z] --- PASS: TestHealthCheckWorkdir (0.66s)
23:09:31 [2023-09-30T23:09:31.162Z] === RUN   TestHealthKillContainer
23:09:39 [2023-09-30T23:09:39.296Z] --- PASS: TestHealthKillContainer (7.97s)
23:09:39 [2023-09-30T23:09:39.296Z] === RUN   TestHealthCheckProcessKilled
23:09:39 [2023-09-30T23:09:39.868Z] --- PASS: TestHealthCheckProcessKilled (0.76s)
23:09:39 [2023-09-30T23:09:39.868Z] === RUN   TestHealthStartInterval
23:09:41 [2023-09-30T23:09:41.251Z]     health_test.go:141: &{2023-09-30 23:09:40.983426241 +0000 UTC 2023-09-30 23:09:41.02851197 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
23:09:41 [2023-09-30T23:09:41.251Z]         }
23:09:41 [2023-09-30T23:09:41.251Z]     health_test.go:141: &{2023-09-30 23:09:40.983426241 +0000 UTC 2023-09-30 23:09:41.02851197 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
23:09:41 [2023-09-30T23:09:41.251Z]         }
23:09:41 [2023-09-30T23:09:41.511Z]     health_test.go:141: &{2023-09-30 23:09:40.983426241 +0000 UTC 2023-09-30 23:09:41.02851197 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
23:09:41 [2023-09-30T23:09:41.511Z]         }
23:09:41 [2023-09-30T23:09:41.511Z]     health_test.go:141: &{2023-09-30 23:09:40.983426241 +0000 UTC 2023-09-30 23:09:41.02851197 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
23:09:41 [2023-09-30T23:09:41.511Z]         }
23:09:41 [2023-09-30T23:09:41.511Z]     health_test.go:141: &{2023-09-30 23:09:40.983426241 +0000 UTC 2023-09-30 23:09:41.02851197 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
23:09:41 [2023-09-30T23:09:41.511Z]         }
23:09:41 [2023-09-30T23:09:41.772Z]     health_test.go:141: &{2023-09-30 23:09:40.983426241 +0000 UTC 2023-09-30 23:09:41.02851197 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
23:09:41 [2023-09-30T23:09:41.772Z]         }
23:09:41 [2023-09-30T23:09:41.772Z]     health_test.go:141: &{2023-09-30 23:09:40.983426241 +0000 UTC 2023-09-30 23:09:41.02851197 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
23:09:41 [2023-09-30T23:09:41.772Z]         }
23:09:42 [2023-09-30T23:09:42.032Z]     health_test.go:141: &{2023-09-30 23:09:40.983426241 +0000 UTC 2023-09-30 23:09:41.02851197 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
23:09:42 [2023-09-30T23:09:42.032Z]         }
23:09:42 [2023-09-30T23:09:42.032Z]     health_test.go:141: &{2023-09-30 23:09:40.983426241 +0000 UTC 2023-09-30 23:09:41.02851197 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
23:09:42 [2023-09-30T23:09:42.032Z]         }
23:09:42 [2023-09-30T23:09:42.032Z]     health_test.go:141: &{2023-09-30 23:09:40.983426241 +0000 UTC 2023-09-30 23:09:41.02851197 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
23:09:42 [2023-09-30T23:09:42.032Z]         }
23:09:42 [2023-09-30T23:09:42.293Z]     health_test.go:141: &{2023-09-30 23:09:42.034335602 +0000 UTC 2023-09-30 23:09:42.09025692 +0000 UTC 1 2}
23:09:42 [2023-09-30T23:09:42.293Z]     health_test.go:141: &{2023-09-30 23:09:42.034335602 +0000 UTC 2023-09-30 23:09:42.09025692 +0000 UTC 1 2}
23:09:42 [2023-09-30T23:09:42.553Z]     health_test.go:141: &{2023-09-30 23:09:42.034335602 +0000 UTC 2023-09-30 23:09:42.09025692 +0000 UTC 1 2}
23:09:42 [2023-09-30T23:09:42.553Z]     health_test.go:141: &{2023-09-30 23:09:42.034335602 +0000 UTC 2023-09-30 23:09:42.09025692 +0000 UTC 1 2}
23:09:42 [2023-09-30T23:09:42.554Z]     health_test.go:141: &{2023-09-30 23:09:42.034335602 +0000 UTC 2023-09-30 23:09:42.09025692 +0000 UTC 1 2}
23:09:42 [2023-09-30T23:09:42.814Z]     health_test.go:141: &{2023-09-30 23:09:42.034335602 +0000 UTC 2023-09-30 23:09:42.09025692 +0000 UTC 1 2}
23:09:42 [2023-09-30T23:09:42.814Z]     health_test.go:141: &{2023-09-30 23:09:42.034335602 +0000 UTC 2023-09-30 23:09:42.09025692 +0000 UTC 1 2}
23:09:42 [2023-09-30T23:09:42.814Z]     health_test.go:141: &{2023-09-30 23:09:42.034335602 +0000 UTC 2023-09-30 23:09:42.09025692 +0000 UTC 1 2}
23:09:43 [2023-09-30T23:09:43.074Z]     health_test.go:141: &{2023-09-30 23:09:42.034335602 +0000 UTC 2023-09-30 23:09:42.09025692 +0000 UTC 1 2}
23:09:43 [2023-09-30T23:09:43.074Z]     health_test.go:141: &{2023-09-30 23:09:42.034335602 +0000 UTC 2023-09-30 23:09:42.09025692 +0000 UTC 1 2}
23:09:43 [2023-09-30T23:09:43.335Z]     health_test.go:141: &{2023-09-30 23:09:42.034335602 +0000 UTC 2023-09-30 23:09:42.09025692 +0000 UTC 1 2}
23:09:43 [2023-09-30T23:09:43.335Z]     health_test.go:169: 1.060695067s
23:09:44 [2023-09-30T23:09:44.275Z]     health_test.go:169: 1.060695067s
23:09:45 [2023-09-30T23:09:45.216Z]     health_test.go:169: 1.060695067s
23:09:46 [2023-09-30T23:09:46.599Z]     health_test.go:169: 1.060695067s
23:09:47 [2023-09-30T23:09:47.540Z]     health_test.go:169: 1.060695067s
23:09:48 [2023-09-30T23:09:48.480Z]     health_test.go:169: 1.060695067s
23:09:49 [2023-09-30T23:09:49.421Z]     health_test.go:169: 1.060695067s
23:09:50 [2023-09-30T23:09:50.363Z]     health_test.go:169: 1.060695067s
23:09:51 [2023-09-30T23:09:51.304Z]     health_test.go:169: 1.060695067s
23:09:52 [2023-09-30T23:09:52.245Z]     health_test.go:169: 1.060695067s
23:09:53 [2023-09-30T23:09:53.628Z]     health_test.go:169: 1.060695067s
23:09:54 [2023-09-30T23:09:54.570Z]     health_test.go:169: 1.060695067s
23:09:55 [2023-09-30T23:09:55.511Z]     health_test.go:169: 1.060695067s
23:09:56 [2023-09-30T23:09:56.452Z]     health_test.go:169: 1.060695067s
23:09:57 [2023-09-30T23:09:57.392Z]     health_test.go:169: 1.060695067s
23:09:58 [2023-09-30T23:09:58.333Z]     health_test.go:169: 1.060695067s
23:09:59 [2023-09-30T23:09:59.274Z]     health_test.go:169: 1.060695067s
23:10:00 [2023-09-30T23:10:00.658Z]     health_test.go:169: 1.060695067s
23:10:01 [2023-09-30T23:10:01.599Z]     health_test.go:169: 1.060695067s
23:10:02 [2023-09-30T23:10:02.539Z]     health_test.go:169: 1.060695067s
23:10:03 [2023-09-30T23:10:03.480Z]     health_test.go:169: 1.060695067s
23:10:04 [2023-09-30T23:10:04.420Z]     health_test.go:169: 1.060695067s
23:10:05 [2023-09-30T23:10:05.360Z]     health_test.go:169: 1.060695067s
23:10:06 [2023-09-30T23:10:06.300Z]     health_test.go:169: 1.060695067s
23:10:07 [2023-09-30T23:10:07.239Z]     health_test.go:169: 1.060695067s
23:10:08 [2023-09-30T23:10:08.621Z]     health_test.go:169: 1.060695067s
23:10:09 [2023-09-30T23:10:09.560Z]     health_test.go:169: 1.060695067s
23:10:10 [2023-09-30T23:10:10.501Z]     health_test.go:169: 1.060695067s
23:10:11 [2023-09-30T23:10:11.441Z]     health_test.go:169: 1.060695067s
23:10:12 [2023-09-30T23:10:12.381Z]     health_test.go:169: 1.060695067s
23:10:13 [2023-09-30T23:10:13.763Z] --- PASS: TestHealthStartInterval (33.80s)
23:10:13 [2023-09-30T23:10:13.763Z] === RUN   TestInspectCpusetInConfigPre120
23:10:14 [2023-09-30T23:10:14.023Z] --- PASS: TestInspectCpusetInConfigPre120 (0.44s)
23:10:14 [2023-09-30T23:10:14.023Z] === RUN   TestInspectAnnotations
23:10:14 [2023-09-30T23:10:14.023Z] --- PASS: TestInspectAnnotations (0.04s)
23:10:14 [2023-09-30T23:10:14.023Z] === RUN   TestIpcModeNone
23:10:14 [2023-09-30T23:10:14.594Z] --- PASS: TestIpcModeNone (0.52s)
23:10:14 [2023-09-30T23:10:14.594Z] === RUN   TestIpcModePrivate
23:10:14 [2023-09-30T23:10:14.854Z]     ipcmode_linux_test.go:88: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
23:10:15 [2023-09-30T23:10:15.114Z] --- PASS: TestIpcModePrivate (0.53s)
23:10:15 [2023-09-30T23:10:15.114Z] === RUN   TestIpcModeShareable
23:10:15 [2023-09-30T23:10:15.374Z]     ipcmode_linux_test.go:88: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
23:10:15 [2023-09-30T23:10:15.635Z] --- PASS: TestIpcModeShareable (0.49s)
23:10:15 [2023-09-30T23:10:15.635Z] === RUN   TestAPIIpcModeShareableAndContainer
23:10:17 [2023-09-30T23:10:17.018Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.21s)
23:10:17 [2023-09-30T23:10:17.018Z] === RUN   TestAPIIpcModeHost
23:10:17 [2023-09-30T23:10:17.279Z] --- PASS: TestAPIIpcModeHost (0.34s)
23:10:17 [2023-09-30T23:10:17.279Z] === RUN   TestDaemonIpcModeShareable
23:10:18 [2023-09-30T23:10:18.219Z]     ipcmode_linux_test.go:256: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
23:10:18 [2023-09-30T23:10:18.219Z] --- PASS: TestDaemonIpcModeShareable (1.12s)
23:10:18 [2023-09-30T23:10:18.219Z] === RUN   TestDaemonIpcModePrivate
23:10:19 [2023-09-30T23:10:19.160Z]     ipcmode_linux_test.go:256: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
23:10:19 [2023-09-30T23:10:19.420Z] --- PASS: TestDaemonIpcModePrivate (1.12s)
23:10:19 [2023-09-30T23:10:19.420Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:10:20 [2023-09-30T23:10:20.360Z]     ipcmode_linux_test.go:256: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
23:10:20 [2023-09-30T23:10:20.620Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.14s)
23:10:20 [2023-09-30T23:10:20.620Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:10:21 [2023-09-30T23:10:21.560Z]     ipcmode_linux_test.go:256: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
23:10:21 [2023-09-30T23:10:21.820Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.14s)
23:10:21 [2023-09-30T23:10:21.820Z] === RUN   TestIpcModeOlderClient
23:10:21 [2023-09-30T23:10:21.820Z] === PAUSE TestIpcModeOlderClient
23:10:21 [2023-09-30T23:10:21.820Z] === RUN   TestKillContainerInvalidSignal
23:10:22 [2023-09-30T23:10:22.391Z] --- PASS: TestKillContainerInvalidSignal (0.51s)
23:10:22 [2023-09-30T23:10:22.391Z] === RUN   TestKillContainer
23:10:22 [2023-09-30T23:10:22.391Z] === RUN   TestKillContainer/no_signal
23:10:22 [2023-09-30T23:10:22.651Z] === RUN   TestKillContainer/non_killing_signal
23:10:22 [2023-09-30T23:10:22.911Z] === RUN   TestKillContainer/killing_signal
23:10:23 [2023-09-30T23:10:23.481Z] --- PASS: TestKillContainer (1.36s)
23:10:23 [2023-09-30T23:10:23.481Z]     --- PASS: TestKillContainer/no_signal (0.42s)
23:10:23 [2023-09-30T23:10:23.481Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
23:10:23 [2023-09-30T23:10:23.481Z]     --- PASS: TestKillContainer/killing_signal (0.42s)
23:10:23 [2023-09-30T23:10:23.481Z] === RUN   TestKillWithStopSignalAndRestartPolicies
23:10:23 [2023-09-30T23:10:23.481Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
23:10:24 [2023-09-30T23:10:24.051Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
23:10:24 [2023-09-30T23:10:24.621Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.94s)
23:10:24 [2023-09-30T23:10:24.621Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s)
23:10:24 [2023-09-30T23:10:24.621Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s)
23:10:24 [2023-09-30T23:10:24.621Z] === RUN   TestKillStoppedContainer
23:10:24 [2023-09-30T23:10:24.621Z] --- PASS: TestKillStoppedContainer (0.05s)
23:10:24 [2023-09-30T23:10:24.621Z] === RUN   TestKillStoppedContainerAPIPre120
23:10:24 [2023-09-30T23:10:24.621Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
23:10:24 [2023-09-30T23:10:24.621Z] === RUN   TestKillDifferentUserContainer
23:10:25 [2023-09-30T23:10:25.191Z] --- PASS: TestKillDifferentUserContainer (0.47s)
23:10:25 [2023-09-30T23:10:25.191Z] === RUN   TestInspectOomKilledTrue
23:10:25 [2023-09-30T23:10:25.761Z] --- PASS: TestInspectOomKilledTrue (0.51s)
23:10:25 [2023-09-30T23:10:25.761Z] === RUN   TestInspectOomKilledFalse
23:10:26 [2023-09-30T23:10:26.022Z] --- PASS: TestInspectOomKilledFalse (0.40s)
23:10:26 [2023-09-30T23:10:26.022Z] === RUN   TestLinksEtcHostsContentMatch
23:10:26 [2023-09-30T23:10:26.282Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s)
23:10:26 [2023-09-30T23:10:26.282Z] === RUN   TestLinksContainerNames
23:10:27 [2023-09-30T23:10:27.222Z] --- PASS: TestLinksContainerNames (0.89s)
23:10:27 [2023-09-30T23:10:27.222Z] === RUN   TestLogsFollowTailEmpty
23:10:27 [2023-09-30T23:10:27.793Z] --- PASS: TestLogsFollowTailEmpty (0.44s)
23:10:27 [2023-09-30T23:10:27.793Z] === RUN   TestLogs
23:10:27 [2023-09-30T23:10:27.793Z] === RUN   TestLogs/driver_local
23:10:27 [2023-09-30T23:10:27.793Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
23:10:27 [2023-09-30T23:10:27.793Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
23:10:27 [2023-09-30T23:10:27.793Z] === RUN   TestLogs/driver_local/tty/only_stdout
23:10:27 [2023-09-30T23:10:27.793Z] === PAUSE TestLogs/driver_local/tty/only_stdout
23:10:27 [2023-09-30T23:10:27.793Z] === RUN   TestLogs/driver_local/tty/only_stderr
23:10:27 [2023-09-30T23:10:27.793Z] === PAUSE TestLogs/driver_local/tty/only_stderr
23:10:27 [2023-09-30T23:10:27.793Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
23:10:27 [2023-09-30T23:10:27.793Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
23:10:27 [2023-09-30T23:10:27.793Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
23:10:27 [2023-09-30T23:10:27.793Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
23:10:27 [2023-09-30T23:10:27.793Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
23:10:27 [2023-09-30T23:10:27.793Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
23:10:27 [2023-09-30T23:10:27.793Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
23:10:27 [2023-09-30T23:10:27.793Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
23:10:27 [2023-09-30T23:10:27.793Z] === CONT  TestLogs/driver_local/tty/only_stderr
23:10:27 [2023-09-30T23:10:27.793Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
23:10:27 [2023-09-30T23:10:27.793Z] === CONT  TestLogs/driver_local/tty/only_stdout
23:10:27 [2023-09-30T23:10:27.793Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
23:10:29 [2023-09-30T23:10:29.706Z] === RUN   TestLogs/driver_json-file
23:10:29 [2023-09-30T23:10:29.706Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
23:10:29 [2023-09-30T23:10:29.706Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
23:10:29 [2023-09-30T23:10:29.706Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
23:10:29 [2023-09-30T23:10:29.706Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
23:10:29 [2023-09-30T23:10:29.706Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
23:10:29 [2023-09-30T23:10:29.706Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
23:10:29 [2023-09-30T23:10:29.706Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
23:10:29 [2023-09-30T23:10:29.706Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
23:10:29 [2023-09-30T23:10:29.706Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
23:10:29 [2023-09-30T23:10:29.706Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
23:10:29 [2023-09-30T23:10:29.706Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
23:10:29 [2023-09-30T23:10:29.706Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
23:10:29 [2023-09-30T23:10:29.706Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
23:10:29 [2023-09-30T23:10:29.706Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
23:10:29 [2023-09-30T23:10:29.706Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
23:10:29 [2023-09-30T23:10:29.706Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
23:10:29 [2023-09-30T23:10:29.706Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
23:10:29 [2023-09-30T23:10:29.706Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
23:10:31 [2023-09-30T23:10:31.088Z] --- PASS: TestLogs (3.37s)
23:10:31 [2023-09-30T23:10:31.088Z]     --- PASS: TestLogs/driver_local (0.01s)
23:10:31 [2023-09-30T23:10:31.088Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.89s)
23:10:31 [2023-09-30T23:10:31.088Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.98s)
23:10:31 [2023-09-30T23:10:31.088Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.14s)
23:10:31 [2023-09-30T23:10:31.088Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.55s)
23:10:31 [2023-09-30T23:10:31.088Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.64s)
23:10:31 [2023-09-30T23:10:31.088Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.69s)
23:10:31 [2023-09-30T23:10:31.089Z]     --- PASS: TestLogs/driver_json-file (0.01s)
23:10:31 [2023-09-30T23:10:31.089Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.70s)
23:10:31 [2023-09-30T23:10:31.089Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.03s)
23:10:31 [2023-09-30T23:10:31.089Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.40s)
23:10:31 [2023-09-30T23:10:31.089Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.47s)
23:10:31 [2023-09-30T23:10:31.089Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.60s)
23:10:31 [2023-09-30T23:10:31.089Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.66s)
23:10:31 [2023-09-30T23:10:31.089Z] === RUN   TestContainerNetworkMountsNoChown
23:10:31 [2023-09-30T23:10:31.659Z] --- PASS: TestContainerNetworkMountsNoChown (0.49s)
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/default
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/default
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/private
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/private
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/rprivate
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/rprivate
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/slave
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/slave
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/rslave
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/rslave
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/shared
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/shared
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/rshared
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/rshared
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/default
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/rshared
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/default/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/rprivate
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/default/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/private
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/default/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/default/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/rshared/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/default/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/default/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/default/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/shared
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/rshared/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/shared/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/shared/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/slave
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/private/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/shared/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/private/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/rslave
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/slave/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/shared/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/slave/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/private/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/slave/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/slave/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/rslave/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/private/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/rslave/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/private/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/default/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestMountDaemonRoot/private/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/default/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/default/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/rshared/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/rshared/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/shared/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/shared/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/slave/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/slave/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/rslave/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/rslave/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/private/bind_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/private/mount_subpath
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/private/mount_root
23:10:31 [2023-09-30T23:10:31.659Z] === CONT  TestMountDaemonRoot/private/bind_subpath
23:10:31 [2023-09-30T23:10:31.659Z] --- PASS: TestMountDaemonRoot (0.02s)
23:10:31 [2023-09-30T23:10:31.659Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s)
23:10:31 [2023-09-30T23:10:31.659Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s)
23:10:31 [2023-09-30T23:10:31.659Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
23:10:31 [2023-09-30T23:10:31.659Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
23:10:31 [2023-09-30T23:10:31.659Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
23:10:31 [2023-09-30T23:10:31.659Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s)
23:10:31 [2023-09-30T23:10:31.659Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
23:10:31 [2023-09-30T23:10:31.659Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s)
23:10:31 [2023-09-30T23:10:31.659Z] === RUN   TestContainerBindMountNonRecursive
23:10:33 [2023-09-30T23:10:33.041Z] --- PASS: TestContainerBindMountNonRecursive (1.33s)
23:10:33 [2023-09-30T23:10:33.041Z] === RUN   TestContainerVolumesMountedAsShared
23:10:33 [2023-09-30T23:10:33.611Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s)
23:10:33 [2023-09-30T23:10:33.611Z] === RUN   TestContainerVolumesMountedAsSlave
23:10:33 [2023-09-30T23:10:33.871Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s)
23:10:33 [2023-09-30T23:10:33.871Z] === RUN   TestContainerCopyLeaksMounts
23:10:34 [2023-09-30T23:10:34.441Z] --- PASS: TestContainerCopyLeaksMounts (0.52s)
23:10:34 [2023-09-30T23:10:34.441Z] === RUN   TestContainerBindMountRecursivelyReadOnly
23:10:35 [2023-09-30T23:10:35.824Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.61s)
23:10:35 [2023-09-30T23:10:35.824Z] === RUN   TestNetworkNat
23:10:36 [2023-09-30T23:10:36.395Z] --- PASS: TestNetworkNat (0.48s)
23:10:36 [2023-09-30T23:10:36.395Z] === RUN   TestNetworkLocalhostTCPNat
23:10:36 [2023-09-30T23:10:36.966Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s)
23:10:36 [2023-09-30T23:10:36.966Z] === RUN   TestNetworkLoopbackNat
23:10:39 [2023-09-30T23:10:39.509Z] --- PASS: TestNetworkLoopbackNat (2.59s)
23:10:39 [2023-09-30T23:10:39.509Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors
23:10:39 [2023-09-30T23:10:39.769Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff
23:10:39 [2023-09-30T23:10:39.769Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/export
23:10:39 [2023-09-30T23:10:39.769Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container
23:10:39 [2023-09-30T23:10:39.769Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container
23:10:40 [2023-09-30T23:10:40.030Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.46s)
23:10:40 [2023-09-30T23:10:40.030Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.01s)
23:10:40 [2023-09-30T23:10:40.030Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s)
23:10:40 [2023-09-30T23:10:40.030Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s)
23:10:40 [2023-09-30T23:10:40.030Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s)
23:10:40 [2023-09-30T23:10:40.030Z] === RUN   TestPause
23:10:40 [2023-09-30T23:10:40.601Z] --- PASS: TestPause (0.49s)
23:10:40 [2023-09-30T23:10:40.601Z] === RUN   TestPauseFailsOnWindowsServerContainers
23:10:40 [2023-09-30T23:10:40.601Z]     pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:10:40 [2023-09-30T23:10:40.601Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
23:10:40 [2023-09-30T23:10:40.601Z] === RUN   TestPauseStopPausedContainer
23:10:40 [2023-09-30T23:10:40.862Z] --- PASS: TestPauseStopPausedContainer (0.45s)
23:10:40 [2023-09-30T23:10:40.862Z] === RUN   TestPIDModeHost
23:10:41 [2023-09-30T23:10:41.803Z] --- PASS: TestPIDModeHost (0.98s)
23:10:41 [2023-09-30T23:10:41.803Z] === RUN   TestPIDModeContainer
23:10:41 [2023-09-30T23:10:41.803Z] === RUN   TestPIDModeContainer/non-existing_container
23:10:41 [2023-09-30T23:10:41.803Z] === RUN   TestPIDModeContainer/non-running_container
23:10:42 [2023-09-30T23:10:42.064Z] === RUN   TestPIDModeContainer/running_container
23:10:43 [2023-09-30T23:10:43.005Z] --- PASS: TestPIDModeContainer (1.10s)
23:10:43 [2023-09-30T23:10:43.005Z]     --- PASS: TestPIDModeContainer/non-existing_container (0.00s)
23:10:43 [2023-09-30T23:10:43.005Z]     --- PASS: TestPIDModeContainer/non-running_container (0.17s)
23:10:43 [2023-09-30T23:10:43.005Z]     --- PASS: TestPIDModeContainer/running_container (0.51s)
23:10:43 [2023-09-30T23:10:43.005Z] === RUN   TestPsFilter
23:10:43 [2023-09-30T23:10:43.005Z] === RUN   TestPsFilter/since
23:10:43 [2023-09-30T23:10:43.005Z] === RUN   TestPsFilter/before
23:10:43 [2023-09-30T23:10:43.005Z] --- PASS: TestPsFilter (0.11s)
23:10:43 [2023-09-30T23:10:43.005Z]     --- PASS: TestPsFilter/since (0.00s)
23:10:43 [2023-09-30T23:10:43.005Z]     --- PASS: TestPsFilter/before (0.00s)
23:10:43 [2023-09-30T23:10:43.005Z] === RUN   TestRemoveContainerWithRemovedVolume
23:10:43 [2023-09-30T23:10:43.576Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s)
23:10:43 [2023-09-30T23:10:43.576Z] === RUN   TestRemoveContainerWithVolume
23:10:43 [2023-09-30T23:10:43.837Z] --- PASS: TestRemoveContainerWithVolume (0.39s)
23:10:43 [2023-09-30T23:10:43.837Z] === RUN   TestRemoveContainerRunning
23:10:44 [2023-09-30T23:10:44.408Z] --- PASS: TestRemoveContainerRunning (0.45s)
23:10:44 [2023-09-30T23:10:44.408Z] === RUN   TestRemoveContainerForceRemoveRunning
23:10:44 [2023-09-30T23:10:44.979Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.46s)
23:10:44 [2023-09-30T23:10:44.979Z] === RUN   TestRemoveInvalidContainer
23:10:44 [2023-09-30T23:10:44.979Z] --- PASS: TestRemoveInvalidContainer (0.01s)
23:10:44 [2023-09-30T23:10:44.979Z] === RUN   TestRenameLinkedContainer
23:10:46 [2023-09-30T23:10:46.889Z] --- PASS: TestRenameLinkedContainer (1.89s)
23:10:46 [2023-09-30T23:10:46.889Z] === RUN   TestRenameStoppedContainer
23:10:47 [2023-09-30T23:10:47.149Z] --- PASS: TestRenameStoppedContainer (0.46s)
23:10:47 [2023-09-30T23:10:47.149Z] === RUN   TestRenameRunningContainerAndReuse
23:10:48 [2023-09-30T23:10:48.089Z] --- PASS: TestRenameRunningContainerAndReuse (0.91s)
23:10:48 [2023-09-30T23:10:48.089Z] === RUN   TestRenameInvalidName
23:10:48 [2023-09-30T23:10:48.659Z] --- PASS: TestRenameInvalidName (0.45s)
23:10:48 [2023-09-30T23:10:48.659Z] === RUN   TestRenameAnonymousContainer
23:10:50 [2023-09-30T23:10:50.042Z] --- PASS: TestRenameAnonymousContainer (1.64s)
23:10:50 [2023-09-30T23:10:50.042Z] === RUN   TestRenameContainerWithSameName
23:10:50 [2023-09-30T23:10:50.613Z] --- PASS: TestRenameContainerWithSameName (0.49s)
23:10:50 [2023-09-30T23:10:50.613Z] === RUN   TestRenameContainerWithLinkedContainer
23:10:51 [2023-09-30T23:10:51.554Z] --- PASS: TestRenameContainerWithLinkedContainer (0.98s)
23:10:51 [2023-09-30T23:10:51.554Z] === RUN   TestResize
23:10:51 [2023-09-30T23:10:51.554Z] === RUN   TestResize/success
23:10:51 [2023-09-30T23:10:51.814Z] === RUN   TestResize/invalid_size
23:10:52 [2023-09-30T23:10:52.074Z] === RUN   TestResize/invalid_state
23:10:52 [2023-09-30T23:10:52.646Z] --- PASS: TestResize (0.98s)
23:10:52 [2023-09-30T23:10:52.646Z]     --- PASS: TestResize/success (0.26s)
23:10:52 [2023-09-30T23:10:52.646Z]     --- PASS: TestResize/invalid_size (0.25s)
23:10:52 [2023-09-30T23:10:52.646Z]     --- PASS: TestResize/invalid_state (0.04s)
23:10:52 [2023-09-30T23:10:52.646Z] === RUN   TestDaemonRestartKillContainers
23:10:52 [2023-09-30T23:10:52.646Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:10:52 [2023-09-30T23:10:52.646Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:10:54 [2023-09-30T23:10:54.032Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:10:54 [2023-09-30T23:10:54.604Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:10:54 [2023-09-30T23:10:54.864Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
23:10:54 [2023-09-30T23:10:54.864Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
23:10:55 [2023-09-30T23:10:55.125Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
23:10:55 [2023-09-30T23:10:55.125Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:10:55 [2023-09-30T23:10:55.696Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:10:55 [2023-09-30T23:10:55.956Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:10:59 [2023-09-30T23:10:59.255Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
23:10:59 [2023-09-30T23:10:59.256Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.26s)
23:10:59 [2023-09-30T23:10:59.256Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.99s)
23:10:59 [2023-09-30T23:10:59.256Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.26s)
23:10:59 [2023-09-30T23:10:59.256Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.39s)
23:10:59 [2023-09-30T23:10:59.256Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.53s)
23:10:59 [2023-09-30T23:10:59.256Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.59s)
23:10:59 [2023-09-30T23:10:59.256Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.95s)
23:10:59 [2023-09-30T23:10:59.256Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.09s)
23:10:59 [2023-09-30T23:10:59.256Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.41s)
23:10:59 [2023-09-30T23:10:59.256Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.21s)
23:10:59 [2023-09-30T23:10:59.256Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.19s)
23:10:59 [2023-09-30T23:10:59.256Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.64s)
23:10:59 [2023-09-30T23:10:59.256Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.24s)
23:10:59 [2023-09-30T23:10:59.256Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.48s)
23:10:59 [2023-09-30T23:10:59.256Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.54s)
23:10:59 [2023-09-30T23:10:59.256Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.82s)
23:10:59 [2023-09-30T23:10:59.256Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
23:10:59 [2023-09-30T23:10:59.256Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
23:10:59 [2023-09-30T23:10:59.826Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
23:11:01 [2023-09-30T23:11:01.211Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.97s)
23:11:01 [2023-09-30T23:11:01.211Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.95s)
23:11:01 [2023-09-30T23:11:01.211Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.01s)
23:11:01 [2023-09-30T23:11:01.211Z] === RUN   TestCgroupNamespacesRun
23:11:02 [2023-09-30T23:11:02.153Z] --- PASS: TestCgroupNamespacesRun (1.16s)
23:11:02 [2023-09-30T23:11:02.153Z] === RUN   TestCgroupNamespacesRunPrivileged
23:11:03 [2023-09-30T23:11:03.536Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.17s)
23:11:03 [2023-09-30T23:11:03.536Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
23:11:04 [2023-09-30T23:11:04.479Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.11s)
23:11:04 [2023-09-30T23:11:04.479Z] === RUN   TestCgroupNamespacesRunHostMode
23:11:05 [2023-09-30T23:11:05.420Z] --- PASS: TestCgroupNamespacesRunHostMode (1.14s)
23:11:05 [2023-09-30T23:11:05.420Z] === RUN   TestCgroupNamespacesRunPrivateMode
23:11:06 [2023-09-30T23:11:06.803Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s)
23:11:06 [2023-09-30T23:11:06.803Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
23:11:07 [2023-09-30T23:11:07.743Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.04s)
23:11:07 [2023-09-30T23:11:07.743Z] === RUN   TestCgroupNamespacesRunInvalidMode
23:11:08 [2023-09-30T23:11:08.314Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.60s)
23:11:08 [2023-09-30T23:11:08.314Z] === RUN   TestCgroupNamespacesRunOlderClient
23:11:09 [2023-09-30T23:11:09.696Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.13s)
23:11:09 [2023-09-30T23:11:09.696Z] === RUN   TestNISDomainname
23:11:09 [2023-09-30T23:11:09.956Z] --- PASS: TestNISDomainname (0.52s)
23:11:09 [2023-09-30T23:11:09.956Z] === RUN   TestHostnameDnsResolution
23:11:10 [2023-09-30T23:11:10.897Z] --- PASS: TestHostnameDnsResolution (0.76s)
23:11:10 [2023-09-30T23:11:10.897Z] === RUN   TestUnprivilegedPortsAndPing
23:11:11 [2023-09-30T23:11:11.158Z] --- PASS: TestUnprivilegedPortsAndPing (0.52s)
23:11:11 [2023-09-30T23:11:11.158Z] === RUN   TestPrivilegedHostDevices
23:11:11 [2023-09-30T23:11:11.729Z] --- PASS: TestPrivilegedHostDevices (0.58s)
23:11:11 [2023-09-30T23:11:11.729Z] === RUN   TestRunConsoleSize
23:11:12 [2023-09-30T23:11:12.299Z] --- PASS: TestRunConsoleSize (0.39s)
23:11:12 [2023-09-30T23:11:12.299Z] === RUN   TestRunWithAlternativeContainerdShim
23:11:17 [2023-09-30T23:11:17.582Z] --- PASS: TestRunWithAlternativeContainerdShim (5.46s)
23:11:17 [2023-09-30T23:11:17.582Z] === RUN   TestMacAddressIsAppliedToMainNetworkWithShortID
23:11:18 [2023-09-30T23:11:18.964Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.12s)
23:11:18 [2023-09-30T23:11:18.964Z] === RUN   TestStats
23:11:21 [2023-09-30T23:11:21.503Z] --- PASS: TestStats (2.49s)
23:11:21 [2023-09-30T23:11:21.503Z] === RUN   TestStopContainerWithTimeout
23:11:21 [2023-09-30T23:11:21.503Z] === RUN   TestStopContainerWithTimeout/0
23:11:21 [2023-09-30T23:11:21.503Z] === PAUSE TestStopContainerWithTimeout/0
23:11:21 [2023-09-30T23:11:21.503Z] === RUN   TestStopContainerWithTimeout/1
23:11:21 [2023-09-30T23:11:21.503Z] === PAUSE TestStopContainerWithTimeout/1
23:11:21 [2023-09-30T23:11:21.503Z] === RUN   TestStopContainerWithTimeout/3
23:11:21 [2023-09-30T23:11:21.503Z] === PAUSE TestStopContainerWithTimeout/3
23:11:21 [2023-09-30T23:11:21.503Z] === RUN   TestStopContainerWithTimeout/-1
23:11:21 [2023-09-30T23:11:21.503Z] === PAUSE TestStopContainerWithTimeout/-1
23:11:21 [2023-09-30T23:11:21.503Z] === CONT  TestStopContainerWithTimeout/0
23:11:21 [2023-09-30T23:11:21.503Z] === CONT  TestStopContainerWithTimeout/3
23:11:21 [2023-09-30T23:11:21.503Z] === CONT  TestStopContainerWithTimeout/1
23:11:21 [2023-09-30T23:11:21.503Z] === CONT  TestStopContainerWithTimeout/-1
23:11:24 [2023-09-30T23:11:24.043Z] --- PASS: TestStopContainerWithTimeout (0.04s)
23:11:24 [2023-09-30T23:11:24.043Z]     --- PASS: TestStopContainerWithTimeout/0 (0.77s)
23:11:24 [2023-09-30T23:11:24.043Z]     --- PASS: TestStopContainerWithTimeout/1 (1.94s)
23:11:24 [2023-09-30T23:11:24.043Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.58s)
23:11:24 [2023-09-30T23:11:24.043Z]     --- PASS: TestStopContainerWithTimeout/3 (2.86s)
23:11:24 [2023-09-30T23:11:24.043Z] === RUN   TestStopContainerWithTimeoutCancel
23:11:24 [2023-09-30T23:11:24.043Z] === PAUSE TestStopContainerWithTimeoutCancel
23:11:24 [2023-09-30T23:11:24.043Z] === RUN   TestStopContainerWithRestartPolicyAlways
23:11:26 [2023-09-30T23:11:26.585Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.42s)
23:11:26 [2023-09-30T23:11:26.585Z] === RUN   TestUpdateMemory
23:11:27 [2023-09-30T23:11:27.158Z] --- PASS: TestUpdateMemory (0.58s)
23:11:27 [2023-09-30T23:11:27.158Z] === RUN   TestUpdateCPUQuota
23:11:28 [2023-09-30T23:11:28.097Z] --- PASS: TestUpdateCPUQuota (0.86s)
23:11:28 [2023-09-30T23:11:28.097Z] === RUN   TestUpdatePidsLimit
23:11:28 [2023-09-30T23:11:28.097Z] === RUN   TestUpdatePidsLimit/update_from_none
23:11:28 [2023-09-30T23:11:28.357Z] === RUN   TestUpdatePidsLimit/no_change
23:11:28 [2023-09-30T23:11:28.357Z] === RUN   TestUpdatePidsLimit/update_lower
23:11:28 [2023-09-30T23:11:28.617Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
23:11:28 [2023-09-30T23:11:28.877Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
23:11:29 [2023-09-30T23:11:29.137Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
23:11:29 [2023-09-30T23:11:29.397Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
23:11:29 [2023-09-30T23:11:29.966Z] --- PASS: TestUpdatePidsLimit (1.93s)
23:11:29 [2023-09-30T23:11:29.966Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.22s)
23:11:29 [2023-09-30T23:11:29.966Z]     --- PASS: TestUpdatePidsLimit/no_change (0.23s)
23:11:29 [2023-09-30T23:11:29.966Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.21s)
23:11:29 [2023-09-30T23:11:29.966Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.17s)
23:11:29 [2023-09-30T23:11:29.966Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s)
23:11:29 [2023-09-30T23:11:29.966Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s)
23:11:29 [2023-09-30T23:11:29.966Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s)
23:11:29 [2023-09-30T23:11:29.966Z] === RUN   TestUpdateRestartPolicy
23:11:42 [2023-09-30T23:11:42.188Z] --- PASS: TestUpdateRestartPolicy (10.74s)
23:11:42 [2023-09-30T23:11:42.188Z] === RUN   TestUpdateRestartWithAutoRemove
23:11:42 [2023-09-30T23:11:42.188Z] --- PASS: TestUpdateRestartWithAutoRemove (0.47s)
23:11:42 [2023-09-30T23:11:42.188Z] === RUN   TestWaitNonBlocked
23:11:42 [2023-09-30T23:11:42.188Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
23:11:42 [2023-09-30T23:11:42.188Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
23:11:42 [2023-09-30T23:11:42.188Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
23:11:42 [2023-09-30T23:11:42.188Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
23:11:42 [2023-09-30T23:11:42.188Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
23:11:42 [2023-09-30T23:11:42.188Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
23:11:42 [2023-09-30T23:11:42.188Z] --- PASS: TestWaitNonBlocked (0.03s)
23:11:42 [2023-09-30T23:11:42.188Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.90s)
23:11:42 [2023-09-30T23:11:42.188Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.96s)
23:11:42 [2023-09-30T23:11:42.188Z] === RUN   TestWaitBlocked
23:11:42 [2023-09-30T23:11:42.188Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
23:11:42 [2023-09-30T23:11:42.188Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
23:11:42 [2023-09-30T23:11:42.188Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
23:11:42 [2023-09-30T23:11:42.188Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
23:11:42 [2023-09-30T23:11:42.188Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
23:11:42 [2023-09-30T23:11:42.188Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
23:11:42 [2023-09-30T23:11:42.758Z] --- PASS: TestWaitBlocked (0.03s)
23:11:42 [2023-09-30T23:11:42.758Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.61s)
23:11:42 [2023-09-30T23:11:42.758Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s)
23:11:42 [2023-09-30T23:11:42.758Z] === RUN   TestWaitConditions
23:11:42 [2023-09-30T23:11:42.758Z] === RUN   TestWaitConditions/default
23:11:42 [2023-09-30T23:11:42.758Z] === PAUSE TestWaitConditions/default
23:11:42 [2023-09-30T23:11:42.758Z] === RUN   TestWaitConditions/not-running
23:11:42 [2023-09-30T23:11:42.758Z] === PAUSE TestWaitConditions/not-running
23:11:42 [2023-09-30T23:11:42.758Z] === RUN   TestWaitConditions/next-exit
23:11:42 [2023-09-30T23:11:42.758Z] === PAUSE TestWaitConditions/next-exit
23:11:42 [2023-09-30T23:11:42.758Z] === RUN   TestWaitConditions/removed
23:11:42 [2023-09-30T23:11:42.758Z] === PAUSE TestWaitConditions/removed
23:11:42 [2023-09-30T23:11:42.758Z] === CONT  TestWaitConditions/default
23:11:42 [2023-09-30T23:11:42.758Z] === CONT  TestWaitConditions/next-exit
23:11:42 [2023-09-30T23:11:42.758Z] === CONT  TestWaitConditions/removed
23:11:42 [2023-09-30T23:11:42.758Z] === CONT  TestWaitConditions/not-running
23:11:43 [2023-09-30T23:11:43.018Z]     wait_test.go:146: ContainerID = 6c74130c0f09d3203b06e26c21c6a3d4a2d66db70df2d3295e6197fa44da8759
23:11:43 [2023-09-30T23:11:43.018Z]     wait_test.go:146: ContainerID = d0a14f3858811e01b9873f18b208888320fb768981af4eb6996cc6ef138afdbd
23:11:43 [2023-09-30T23:11:43.018Z]     wait_test.go:146: ContainerID = 7eb3e2bd5d3bcfc9199d1f01f599a3a09d1b5f7816c000e4e7a6b03216e34219
23:11:43 [2023-09-30T23:11:43.018Z]     wait_test.go:146: ContainerID = 93ce0338efa3bef777d2b3288864a46559bd52a540cd38a02a9a1d8a3bddae4d
23:11:43 [2023-09-30T23:11:43.959Z] --- PASS: TestWaitConditions (0.03s)
23:11:43 [2023-09-30T23:11:43.959Z]     --- PASS: TestWaitConditions/default (0.90s)
23:11:43 [2023-09-30T23:11:43.959Z]     --- PASS: TestWaitConditions/removed (0.95s)
23:11:43 [2023-09-30T23:11:43.959Z]     --- PASS: TestWaitConditions/next-exit (1.10s)
23:11:43 [2023-09-30T23:11:43.959Z]     --- PASS: TestWaitConditions/not-running (1.15s)
23:11:43 [2023-09-30T23:11:43.959Z] === RUN   TestWaitRestartedContainer
23:11:43 [2023-09-30T23:11:43.959Z] === RUN   TestWaitRestartedContainer/default
23:11:43 [2023-09-30T23:11:43.959Z] === PAUSE TestWaitRestartedContainer/default
23:11:43 [2023-09-30T23:11:43.960Z] === RUN   TestWaitRestartedContainer/not-running
23:11:43 [2023-09-30T23:11:43.960Z] === PAUSE TestWaitRestartedContainer/not-running
23:11:43 [2023-09-30T23:11:43.960Z] === RUN   TestWaitRestartedContainer/next-exit
23:11:43 [2023-09-30T23:11:43.960Z] === PAUSE TestWaitRestartedContainer/next-exit
23:11:43 [2023-09-30T23:11:43.960Z] === CONT  TestWaitRestartedContainer/default
23:11:43 [2023-09-30T23:11:43.960Z] === CONT  TestWaitRestartedContainer/next-exit
23:11:43 [2023-09-30T23:11:43.960Z] === CONT  TestWaitRestartedContainer/not-running
23:11:46 [2023-09-30T23:11:46.500Z] --- PASS: TestWaitRestartedContainer (0.01s)
23:11:46 [2023-09-30T23:11:46.500Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.58s)
23:11:46 [2023-09-30T23:11:46.500Z]     --- PASS: TestWaitRestartedContainer/not-running (2.08s)
23:11:46 [2023-09-30T23:11:46.500Z]     --- PASS: TestWaitRestartedContainer/default (2.13s)
23:11:46 [2023-09-30T23:11:46.500Z] === CONT  TestHardRestartWhenContainerIsRunning
23:11:46 [2023-09-30T23:11:46.500Z] === CONT  TestRestartDaemonWithRestartingContainer
23:11:46 [2023-09-30T23:11:46.500Z] === CONT  TestContainerStartOnDaemonRestart
23:11:46 [2023-09-30T23:11:46.500Z] === CONT  TestStopContainerWithTimeoutCancel
23:11:46 [2023-09-30T23:11:46.500Z] === CONT  TestDaemonHostGatewayIP
23:11:46 [2023-09-30T23:11:46.500Z] === CONT  TestDaemonRestartIpcMode
23:11:46 [2023-09-30T23:11:46.500Z] === CONT  TestContainerKillOnDaemonStart
23:11:46 [2023-09-30T23:11:46.500Z] === CONT  TestIpcModeOlderClient
23:11:46 [2023-09-30T23:11:46.500Z] --- PASS: TestIpcModeOlderClient (0.09s)
23:11:48 [2023-09-30T23:11:48.413Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=none
23:11:48 [2023-09-30T23:11:48.413Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure
23:11:48 [2023-09-30T23:11:48.413Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.21s)
23:11:48 [2023-09-30T23:11:48.413Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s)
23:11:48 [2023-09-30T23:11:48.413Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.36s)
23:11:48 [2023-09-30T23:11:48.674Z] --- PASS: TestContainerStartOnDaemonRestart (2.43s)
23:11:48 [2023-09-30T23:11:48.674Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.54s)
23:11:49 [2023-09-30T23:11:49.615Z] --- PASS: TestDaemonHostGatewayIP (3.21s)
23:11:49 [2023-09-30T23:11:49.615Z] --- PASS: TestDaemonRestartIpcMode (3.43s)
23:11:49 [2023-09-30T23:11:49.875Z] --- PASS: TestStopContainerWithTimeoutCancel (3.61s)
23:11:58 [2023-09-30T23:11:58.006Z] --- PASS: TestContainerKillOnDaemonStart (11.81s)
23:11:58 [2023-09-30T23:11:58.006Z] PASS
23:11:58 [2023-09-30T23:11:58.006Z] 
23:11:58 [2023-09-30T23:11:58.006Z] === Skipped
23:11:58 [2023-09-30T23:11:58.006Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
23:11:58 [2023-09-30T23:11:58.006Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:11:58 [2023-09-30T23:11:58.006Z] 
23:11:58 [2023-09-30T23:11:58.006Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
23:11:58 [2023-09-30T23:11:58.006Z]     pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:11:58 [2023-09-30T23:11:58.006Z] 
23:11:58 [2023-09-30T23:11:58.006Z] DONE 316 tests, 2 skipped in 166.896s
23:11:58 [2023-09-30T23:11:58.006Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m  
23:11:58 [2023-09-30T23:11:58.006Z] ++ '[' -n '' ']'
23:11:58 [2023-09-30T23:11:58.006Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
23:11:58 [2023-09-30T23:11:58.006Z] ++ set -e
23:11:58 [2023-09-30T23:11:58.006Z] ++ '[' -n 0 ']'
23:11:58 [2023-09-30T23:11:58.006Z] ++ set -x
23:11:58 [2023-09-30T23:11:58.006Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
23:11:58 [2023-09-30T23:11:58.006Z] INFO: Testing against a local daemon
23:11:58 [2023-09-30T23:11:58.006Z] === RUN   TestConfigDaemonID
23:11:59 [2023-09-30T23:11:59.389Z]     daemon_test.go:60: [d87e1aa173d71] daemon is not started
23:11:59 [2023-09-30T23:11:59.389Z] --- PASS: TestConfigDaemonID (1.04s)
23:11:59 [2023-09-30T23:11:59.389Z] === RUN   TestDaemonConfigValidation
23:11:59 [2023-09-30T23:11:59.389Z] === RUN   TestDaemonConfigValidation/config_with_no_content
23:11:59 [2023-09-30T23:11:59.389Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
23:11:59 [2023-09-30T23:11:59.389Z] === RUN   TestDaemonConfigValidation/config_with_{}
23:11:59 [2023-09-30T23:11:59.389Z] === PAUSE TestDaemonConfigValidation/config_with_{}
23:11:59 [2023-09-30T23:11:59.389Z] === RUN   TestDaemonConfigValidation/invalid_config
23:11:59 [2023-09-30T23:11:59.389Z] === PAUSE TestDaemonConfigValidation/invalid_config
23:11:59 [2023-09-30T23:11:59.389Z] === RUN   TestDaemonConfigValidation/malformed_config
23:11:59 [2023-09-30T23:11:59.389Z] === PAUSE TestDaemonConfigValidation/malformed_config
23:11:59 [2023-09-30T23:11:59.389Z] === RUN   TestDaemonConfigValidation/valid_config
23:11:59 [2023-09-30T23:11:59.389Z] === PAUSE TestDaemonConfigValidation/valid_config
23:11:59 [2023-09-30T23:11:59.389Z] === CONT  TestDaemonConfigValidation/config_with_no_content
23:11:59 [2023-09-30T23:11:59.389Z] === CONT  TestDaemonConfigValidation/malformed_config
23:11:59 [2023-09-30T23:11:59.389Z] === CONT  TestDaemonConfigValidation/valid_config
23:11:59 [2023-09-30T23:11:59.389Z] === CONT  TestDaemonConfigValidation/invalid_config
23:11:59 [2023-09-30T23:11:59.389Z] === CONT  TestDaemonConfigValidation/config_with_{}
23:11:59 [2023-09-30T23:11:59.389Z] --- PASS: TestDaemonConfigValidation (0.00s)
23:11:59 [2023-09-30T23:11:59.389Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.06s)
23:11:59 [2023-09-30T23:11:59.389Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
23:11:59 [2023-09-30T23:11:59.389Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
23:11:59 [2023-09-30T23:11:59.389Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s)
23:11:59 [2023-09-30T23:11:59.389Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s)
23:11:59 [2023-09-30T23:11:59.389Z] === RUN   TestConfigDaemonSeccompProfiles
23:11:59 [2023-09-30T23:11:59.389Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
23:12:00 [2023-09-30T23:12:00.330Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
23:12:01 [2023-09-30T23:12:01.271Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
23:12:02 [2023-09-30T23:12:02.211Z]     daemon_test.go:179: [d328e8ba9f5c4] daemon is not started
23:12:02 [2023-09-30T23:12:02.211Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s)
23:12:02 [2023-09-30T23:12:02.211Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
23:12:02 [2023-09-30T23:12:02.211Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
23:12:02 [2023-09-30T23:12:02.211Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
23:12:02 [2023-09-30T23:12:02.211Z] === RUN   TestDaemonProxy
23:12:02 [2023-09-30T23:12:02.211Z] === RUN   TestDaemonProxy/environment_variables
23:12:02 [2023-09-30T23:12:02.211Z] === PAUSE TestDaemonProxy/environment_variables
23:12:02 [2023-09-30T23:12:02.211Z] === RUN   TestDaemonProxy/command-line_options
23:12:02 [2023-09-30T23:12:02.211Z] === PAUSE TestDaemonProxy/command-line_options
23:12:02 [2023-09-30T23:12:02.211Z] === RUN   TestDaemonProxy/configuration_file
23:12:02 [2023-09-30T23:12:02.211Z] === PAUSE TestDaemonProxy/configuration_file
23:12:02 [2023-09-30T23:12:02.211Z] === RUN   TestDaemonProxy/conflicting_options
23:12:02 [2023-09-30T23:12:02.782Z] === RUN   TestDaemonProxy/reload_sanitized
23:12:02 [2023-09-30T23:12:02.782Z] === PAUSE TestDaemonProxy/reload_sanitized
23:12:02 [2023-09-30T23:12:02.782Z] === CONT  TestDaemonProxy/environment_variables
23:12:02 [2023-09-30T23:12:02.782Z] === CONT  TestDaemonProxy/configuration_file
23:12:02 [2023-09-30T23:12:02.782Z] === CONT  TestDaemonProxy/reload_sanitized
23:12:02 [2023-09-30T23:12:02.782Z] === CONT  TestDaemonProxy/command-line_options
23:12:04 [2023-09-30T23:12:04.692Z] --- PASS: TestDaemonProxy (0.50s)
23:12:04 [2023-09-30T23:12:04.692Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
23:12:04 [2023-09-30T23:12:04.692Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.62s)
23:12:04 [2023-09-30T23:12:04.692Z]     --- PASS: TestDaemonProxy/environment_variables (1.74s)
23:12:04 [2023-09-30T23:12:04.692Z]     --- PASS: TestDaemonProxy/command-line_options (1.75s)
23:12:04 [2023-09-30T23:12:04.692Z]     --- PASS: TestDaemonProxy/configuration_file (1.76s)
23:12:04 [2023-09-30T23:12:04.692Z] === RUN   TestLiveRestore
23:12:04 [2023-09-30T23:12:04.692Z] === RUN   TestLiveRestore/volume_references
23:12:04 [2023-09-30T23:12:04.692Z] === PAUSE TestLiveRestore/volume_references
23:12:04 [2023-09-30T23:12:04.692Z] === CONT  TestLiveRestore/volume_references
23:12:05 [2023-09-30T23:12:05.262Z] === RUN   TestLiveRestore/volume_references/restartPolicy
23:12:05 [2023-09-30T23:12:05.262Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
23:12:06 [2023-09-30T23:12:06.202Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
23:12:07 [2023-09-30T23:12:07.142Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
23:12:08 [2023-09-30T23:12:08.082Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
23:12:09 [2023-09-30T23:12:09.023Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
23:12:09 [2023-09-30T23:12:09.963Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted
23:12:10 [2023-09-30T23:12:10.534Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
23:12:11 [2023-09-30T23:12:11.474Z] --- PASS: TestLiveRestore (0.00s)
23:12:11 [2023-09-30T23:12:11.475Z]     --- PASS: TestLiveRestore/volume_references (6.92s)
23:12:11 [2023-09-30T23:12:11.475Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.91s)
23:12:11 [2023-09-30T23:12:11.475Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.02s)
23:12:11 [2023-09-30T23:12:11.475Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.96s)
23:12:11 [2023-09-30T23:12:11.475Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.94s)
23:12:11 [2023-09-30T23:12:11.475Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.99s)
23:12:11 [2023-09-30T23:12:11.475Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.46s)
23:12:11 [2023-09-30T23:12:11.475Z]             --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.46s)
23:12:11 [2023-09-30T23:12:11.475Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.95s)
23:12:11 [2023-09-30T23:12:11.475Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
23:12:12 [2023-09-30T23:12:12.045Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.67s)
23:12:12 [2023-09-30T23:12:12.045Z] PASS
23:12:12 [2023-09-30T23:12:12.306Z] 
23:12:12 [2023-09-30T23:12:12.306Z] DONE 28 tests in 14.155s
23:12:12 [2023-09-30T23:12:12.306Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m  
23:12:12 [2023-09-30T23:12:12.306Z] ++ '[' -n '' ']'
23:12:12 [2023-09-30T23:12:12.306Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
23:12:12 [2023-09-30T23:12:12.306Z] ++ set -e
23:12:12 [2023-09-30T23:12:12.306Z] ++ '[' -n 0 ']'
23:12:12 [2023-09-30T23:12:12.306Z] ++ set -x
23:12:12 [2023-09-30T23:12:12.306Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
23:12:12 [2023-09-30T23:12:12.306Z] INFO: Testing against a local daemon
23:12:12 [2023-09-30T23:12:12.306Z] === RUN   TestCommitInheritsEnv
23:12:12 [2023-09-30T23:12:12.306Z] --- PASS: TestCommitInheritsEnv (0.20s)
23:12:12 [2023-09-30T23:12:12.306Z] === RUN   TestImportExtremelyLargeImageWorks
23:12:12 [2023-09-30T23:12:12.306Z]     import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out
23:12:12 [2023-09-30T23:12:12.306Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
23:12:12 [2023-09-30T23:12:12.306Z] === RUN   TestImportWithCustomPlatform
23:12:12 [2023-09-30T23:12:12.306Z] === RUN   TestImportWithCustomPlatform/#00
23:12:12 [2023-09-30T23:12:12.567Z] === RUN   TestImportWithCustomPlatform/_______
23:12:12 [2023-09-30T23:12:12.567Z] === RUN   TestImportWithCustomPlatform//
23:12:12 [2023-09-30T23:12:12.567Z] === RUN   TestImportWithCustomPlatform/linux
23:12:12 [2023-09-30T23:12:12.567Z] === RUN   TestImportWithCustomPlatform/LINUX
23:12:12 [2023-09-30T23:12:12.567Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
23:12:12 [2023-09-30T23:12:12.567Z] === RUN   TestImportWithCustomPlatform/macos
23:12:12 [2023-09-30T23:12:12.567Z] === RUN   TestImportWithCustomPlatform/macos/arm64
23:12:12 [2023-09-30T23:12:12.567Z] === RUN   TestImportWithCustomPlatform/nintendo64
23:12:12 [2023-09-30T23:12:12.567Z] --- PASS: TestImportWithCustomPlatform (0.14s)
23:12:12 [2023-09-30T23:12:12.567Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
23:12:12 [2023-09-30T23:12:12.567Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
23:12:12 [2023-09-30T23:12:12.567Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
23:12:12 [2023-09-30T23:12:12.567Z]     --- PASS: TestImportWithCustomPlatform/linux (0.03s)
23:12:12 [2023-09-30T23:12:12.567Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.03s)
23:12:12 [2023-09-30T23:12:12.567Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
23:12:12 [2023-09-30T23:12:12.567Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
23:12:12 [2023-09-30T23:12:12.567Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
23:12:12 [2023-09-30T23:12:12.567Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
23:12:12 [2023-09-30T23:12:12.567Z] === RUN   TestImageInspectEmptyTagsAndDigests
23:12:12 [2023-09-30T23:12:12.567Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s)
23:12:12 [2023-09-30T23:12:12.567Z] === RUN   TestImagesFilterMultiReference
23:12:12 [2023-09-30T23:12:12.567Z] --- PASS: TestImagesFilterMultiReference (0.06s)
23:12:12 [2023-09-30T23:12:12.567Z] === RUN   TestImagesFilterBeforeSince
23:12:12 [2023-09-30T23:12:12.827Z]     list_test.go:87: ImageList: ID=sha256:fd40c795be13a99a2099d9e0b1f7b407fdf62b6b9aff9fa3eececbabb07fb072 RepoTags=[testimagesfilterbeforesince:v2]
23:12:12 [2023-09-30T23:12:12.827Z]     list_test.go:87: ImageList: ID=sha256:f20dc0e5227ae12c93720cd4441f7db49b1302b98673c11c053cd237a35b799e RepoTags=[testimagesfilterbeforesince:v3]
23:12:12 [2023-09-30T23:12:12.828Z]     list_test.go:87: ImageList: ID=sha256:02d191475b6c8eab2be4a6f1a923ffbfde5c6a64e8e30b501cd90b80efeb0635 RepoTags=[testimagesfilterbeforesince:v1]
23:12:12 [2023-09-30T23:12:12.828Z] --- PASS: TestImagesFilterBeforeSince (0.26s)
23:12:12 [2023-09-30T23:12:12.828Z] === RUN   TestAPIImagesFilters
23:12:12 [2023-09-30T23:12:12.828Z] === RUN   TestAPIImagesFilters/repository_regex
23:12:12 [2023-09-30T23:12:12.828Z] === PAUSE TestAPIImagesFilters/repository_regex
23:12:12 [2023-09-30T23:12:12.828Z] === RUN   TestAPIImagesFilters/image_name_regex
23:12:12 [2023-09-30T23:12:12.828Z] === PAUSE TestAPIImagesFilters/image_name_regex
23:12:12 [2023-09-30T23:12:12.828Z] === RUN   TestAPIImagesFilters/image_name_without_a_tag
23:12:12 [2023-09-30T23:12:12.828Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag
23:12:12 [2023-09-30T23:12:12.828Z] === RUN   TestAPIImagesFilters/registry_port_regex
23:12:12 [2023-09-30T23:12:12.828Z] === PAUSE TestAPIImagesFilters/registry_port_regex
23:12:12 [2023-09-30T23:12:12.828Z] === CONT  TestAPIImagesFilters/repository_regex
23:12:12 [2023-09-30T23:12:12.828Z] === CONT  TestAPIImagesFilters/image_name_without_a_tag
23:12:12 [2023-09-30T23:12:12.828Z] === CONT  TestAPIImagesFilters/image_name_regex
23:12:12 [2023-09-30T23:12:12.828Z] === CONT  TestAPIImagesFilters/registry_port_regex
23:12:12 [2023-09-30T23:12:12.828Z] --- PASS: TestAPIImagesFilters (0.04s)
23:12:12 [2023-09-30T23:12:12.828Z]     --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s)
23:12:12 [2023-09-30T23:12:12.828Z]     --- PASS: TestAPIImagesFilters/image_name_regex (0.00s)
23:12:12 [2023-09-30T23:12:12.828Z]     --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s)
23:12:12 [2023-09-30T23:12:12.828Z]     --- PASS: TestAPIImagesFilters/repository_regex (0.00s)
23:12:12 [2023-09-30T23:12:12.828Z] === RUN   TestPruneDontDeleteUsedDangling
23:12:13 [2023-09-30T23:12:13.091Z] --- PASS: TestPruneDontDeleteUsedDangling (0.04s)
23:12:13 [2023-09-30T23:12:13.091Z] === RUN   TestImagePullPlatformInvalid
23:12:13 [2023-09-30T23:12:13.091Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
23:12:13 [2023-09-30T23:12:13.091Z] === RUN   TestImagePullStoredfDigestForOtherRepo
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.900106426Z" 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.9 instance.id=1e938c9f-df9a-45b2-b1ae-fd521c41b690 version=2.8.2 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.900198855Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=1e938c9f-df9a-45b2-b1ae-fd521c41b690 version=2.8.2 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.900204615Z" level=info msg="Starting upload purge in 9m0s" go.version=go1.19.9 instance.id=1e938c9f-df9a-45b2-b1ae-fd521c41b690 version=2.8.2 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.900445144Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.9 instance.id=1e938c9f-df9a-45b2-b1ae-fd521c41b690 version=2.8.2 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.99252899Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3feb6cd6-a0ca-422d-bc01-3e05b3cbb0a9 http.request.method=GET http.request.remoteaddr="127.0.0.1:45610" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.992576235Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=3feb6cd6-a0ca-422d-bc01-3e05b3cbb0a9 http.request.method=GET http.request.remoteaddr="127.0.0.1:45610" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="968.876µs" http.response.status=200 http.response.written=2 
23:12:13 [2023-09-30T23:12:13.091Z] 127.0.0.1 - - [30/Sep/2023:23:12:12 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.99493916Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2058bd4d-e27b-4f06-b0c0-9d75925f6440 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.6+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.994987742Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2058bd4d-e27b-4f06-b0c0-9d75925f6440 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.6+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.995097254Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2058bd4d-e27b-4f06-b0c0-9d75925f6440 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.6+unknown" trace.duration=40.032µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=3fa727a2-c00f-4968-8142-af8e7c914c94 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.995127382Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=ff9c76fa-854b-4729-9098-aae0f013e23e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.6+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.995164969Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=ff9c76fa-854b-4729-9098-aae0f013e23e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.6+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.995223151Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=ff9c76fa-854b-4729-9098-aae0f013e23e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.6+unknown" trace.duration=27.553µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=99647306-b68b-43f1-a0d4-18d014ad55fc trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.995284786Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b err.message="blob unknown to registry" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=ff9c76fa-854b-4729-9098-aae0f013e23e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.6+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.088644ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] 127.0.0.1 - - [30/Sep/2023:23:12:12 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.6+unknown"
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.995224012Z" 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.9 http.request.host="127.0.0.1:5000" http.request.id=2058bd4d-e27b-4f06-b0c0-9d75925f6440 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.6+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.095126ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] 127.0.0.1 - - [30/Sep/2023:23:12:12 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.6+unknown"
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.996947319Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=02343fd2-ce8b-4bec-8996-29fdcffecce9 http.request.method=POST http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.6+unknown" vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.996991273Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=02343fd2-ce8b-4bec-8996-29fdcffecce9 http.request.method=POST http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.6+unknown" vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.996989419Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=8167e42b-fe48-488e-8d9e-f8ed7d966e38 http.request.method=POST http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.6+unknown" vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.997025865Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=8167e42b-fe48-488e-8d9e-f8ed7d966e38 http.request.method=POST http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.6+unknown" vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.997129108Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd/startedat")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=02343fd2-ce8b-4bec-8996-29fdcffecce9 http.request.method=POST http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.6+unknown" trace.duration=108.141µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=15d87bea-6494-4cba-b15a-708259b65c0c trace.line=110 vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.997186469Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd/data", false)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=02343fd2-ce8b-4bec-8996-29fdcffecce9 http.request.method=POST http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.6+unknown" trace.duration=21.407µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=9aea8ec1-7460-4b6a-8fb3-b97f38797e0a trace.line=142 vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.997130864Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876/startedat")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=8167e42b-fe48-488e-8d9e-f8ed7d966e38 http.request.method=POST http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.6+unknown" trace.duration=69.94µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=e228714b-ad9b-462c-9ae6-e4db8412d45f trace.line=110 vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.997257089Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd/hashstates/sha256/0")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=02343fd2-ce8b-4bec-8996-29fdcffecce9 http.request.method=POST http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.6+unknown" trace.duration=37.497µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=75e5e331-429b-45cb-a93f-18d1afbb1f6c trace.line=110 vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.997309864Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876/data", false)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=8167e42b-fe48-488e-8d9e-f8ed7d966e38 http.request.method=POST http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.6+unknown" trace.duration=52.053µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=727d42ba-e411-48c5-b57b-ea054167ed68 trace.line=142 vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.997349683Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=02343fd2-ce8b-4bec-8996-29fdcffecce9 http.request.method=POST http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.6+unknown" http.response.duration=1.795027ms http.response.status=202 http.response.written=0 
23:12:13 [2023-09-30T23:12:13.091Z] 127.0.0.1 - - [30/Sep/2023:23:12:12 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.6+unknown"
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.997395081Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876/hashstates/sha256/0")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=8167e42b-fe48-488e-8d9e-f8ed7d966e38 http.request.method=POST http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.6+unknown" trace.duration=47.179µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=2db32809-a1df-4c63-bc75-acb686764d59 trace.line=110 vars.name=test 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.997471994Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=8167e42b-fe48-488e-8d9e-f8ed7d966e38 http.request.method=POST http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.6+unknown" http.response.duration=1.874114ms http.response.status=202 http.response.written=0 
23:12:13 [2023-09-30T23:12:13.091Z] 127.0.0.1 - - [30/Sep/2023:23:12:12 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.6+unknown"
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.998739785Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=fd1bc023-bc92-4860-8819-af8ebcbf69ee http.request.method=PUT http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd?_state=Fu22b1ffCkgkywUHyw7-Vtia-nqRZ8-vMGso-7vg3JJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyODA1ZjRmLTRhYzMtNGQ3Yy1iYmRkLWM4NjI4Y2ZlYWNiZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwMDI0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.6+unknown" vars.name=test vars.uuid=f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.998812736Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=fd1bc023-bc92-4860-8819-af8ebcbf69ee http.request.method=PUT http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd?_state=Fu22b1ffCkgkywUHyw7-Vtia-nqRZ8-vMGso-7vg3JJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyODA1ZjRmLTRhYzMtNGQ3Yy1iYmRkLWM4NjI4Y2ZlYWNiZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwMDI0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.6+unknown" vars.name=test vars.uuid=f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd 
23:12:13 [2023-09-30T23:12:13.091Z] time="2023-09-30T23:12:12.998887015Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd/startedat")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=fd1bc023-bc92-4860-8819-af8ebcbf69ee http.request.method=PUT http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd?_state=Fu22b1ffCkgkywUHyw7-Vtia-nqRZ8-vMGso-7vg3JJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyODA1ZjRmLTRhYzMtNGQ3Yy1iYmRkLWM4NjI4Y2ZlYWNiZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwMDI0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.6+unknown" trace.duration=45.571µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=cb06e74c-eb5c-4e2b-940d-7b40c6aecb68 trace.line=95 vars.name=test vars.uuid=f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:12.998938977Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd/data", true)" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=fd1bc023-bc92-4860-8819-af8ebcbf69ee http.request.method=PUT http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd?_state=Fu22b1ffCkgkywUHyw7-Vtia-nqRZ8-vMGso-7vg3JJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyODA1ZjRmLTRhYzMtNGQ3Yy1iYmRkLWM4NjI4Y2ZlYWNiZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwMDI0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.6+unknown" trace.duration=18.912µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=fe6665c0-23db-4954-a8a9-3d578d2943e5 trace.line=142 vars.name=test vars.uuid=f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:12.999006956Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=fd1bc023-bc92-4860-8819-af8ebcbf69ee http.request.method=PUT http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd?_state=Fu22b1ffCkgkywUHyw7-Vtia-nqRZ8-vMGso-7vg3JJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyODA1ZjRmLTRhYzMtNGQ3Yy1iYmRkLWM4NjI4Y2ZlYWNiZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwMDI0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.6+unknown" vars.name=test vars.uuid=f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:12.999080628Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd/hashstates/sha256/194")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=fd1bc023-bc92-4860-8819-af8ebcbf69ee http.request.method=PUT http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd?_state=Fu22b1ffCkgkywUHyw7-Vtia-nqRZ8-vMGso-7vg3JJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyODA1ZjRmLTRhYzMtNGQ3Yy1iYmRkLWM4NjI4Y2ZlYWNiZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwMDI0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.6+unknown" trace.duration=37.218µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=02f30482-a036-4bec-876f-2bd2c333ce26 trace.line=110 vars.name=test vars.uuid=f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:12.999123712Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd/data")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=fd1bc023-bc92-4860-8819-af8ebcbf69ee http.request.method=PUT http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd?_state=Fu22b1ffCkgkywUHyw7-Vtia-nqRZ8-vMGso-7vg3JJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyODA1ZjRmLTRhYzMtNGQ3Yy1iYmRkLWM4NjI4Y2ZlYWNiZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwMDI0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.6+unknown" trace.duration=14.113µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=403654cd-8c5f-4d3b-8452-248d28ea5be2 trace.line=155 vars.name=test vars.uuid=f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:12.999162826Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=fd1bc023-bc92-4860-8819-af8ebcbf69ee http.request.method=PUT http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd?_state=Fu22b1ffCkgkywUHyw7-Vtia-nqRZ8-vMGso-7vg3JJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyODA1ZjRmLTRhYzMtNGQ3Yy1iYmRkLWM4NjI4Y2ZlYWNiZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwMDI0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.6+unknown" trace.duration=11.782µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=13468b6a-4f67-4ece-8e07-05d6be946800 trace.line=155 vars.name=test vars.uuid=f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:12.999188901Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd/data")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=fd1bc023-bc92-4860-8819-af8ebcbf69ee http.request.method=PUT http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd?_state=Fu22b1ffCkgkywUHyw7-Vtia-nqRZ8-vMGso-7vg3JJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyODA1ZjRmLTRhYzMtNGQ3Yy1iYmRkLWM4NjI4Y2ZlYWNiZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwMDI0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.6+unknown" trace.duration=8.393µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=3ab379a3-ef66-411a-9d77-fa2670753bb5 trace.line=155 vars.name=test vars.uuid=f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:12.999264223Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd/data", "/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data"" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=fd1bc023-bc92-4860-8819-af8ebcbf69ee http.request.method=PUT http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd?_state=Fu22b1ffCkgkywUHyw7-Vtia-nqRZ8-vMGso-7vg3JJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyODA1ZjRmLTRhYzMtNGQ3Yy1iYmRkLWM4NjI4Y2ZlYWNiZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwMDI0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.6+unknown" trace.duration=50.247µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=854f564e-d012-4bf0-9f80-ed61d1ee3ae3 trace.line=185 vars.name=test vars.uuid=f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:12.999332554Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=fd1bc023-bc92-4860-8819-af8ebcbf69ee http.request.method=PUT http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd?_state=Fu22b1ffCkgkywUHyw7-Vtia-nqRZ8-vMGso-7vg3JJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyODA1ZjRmLTRhYzMtNGQ3Yy1iYmRkLWM4NjI4Y2ZlYWNiZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwMDI0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.6+unknown" trace.duration=41.878µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=23f115d9-4429-428f-89ca-1cf5366361f9 trace.line=110 vars.name=test vars.uuid=f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:12.999448917Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=fd1bc023-bc92-4860-8819-af8ebcbf69ee http.request.method=PUT http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd?_state=Fu22b1ffCkgkywUHyw7-Vtia-nqRZ8-vMGso-7vg3JJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyODA1ZjRmLTRhYzMtNGQ3Yy1iYmRkLWM4NjI4Y2ZlYWNiZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwMDI0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.6+unknown" trace.duration=89.64µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=dc05ca72-d177-4747-9ab4-53868a248457 trace.line=202 vars.name=test vars.uuid=f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:12.999522384Z" level=info msg="response completed" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=fd1bc023-bc92-4860-8819-af8ebcbf69ee http.request.method=PUT http.request.remoteaddr="127.0.0.1:45614" http.request.uri="/v2/test/blobs/uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd?_state=Fu22b1ffCkgkywUHyw7-Vtia-nqRZ8-vMGso-7vg3JJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyODA1ZjRmLTRhYzMtNGQ3Yy1iYmRkLWM4NjI4Y2ZlYWNiZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwMDI0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.6+unknown" http.response.duration=1.468313ms http.response.status=201 http.response.written=0 
23:12:13 [2023-09-30T23:12:13.092Z] 127.0.0.1 - - [30/Sep/2023:23:12:12 +0000] "PUT /v2/test/blobs/uploads/f2805f4f-4ac3-4d7c-bbdd-c8628cfeacbd?_state=Fu22b1ffCkgkywUHyw7-Vtia-nqRZ8-vMGso-7vg3JJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImYyODA1ZjRmLTRhYzMtNGQ3Yy1iYmRkLWM4NjI4Y2ZlYWNiZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwMDI0MzJaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.6+unknown"
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:13.000788559Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c29491b3-5f1d-4c2a-a922-dd90ac117cb5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876?_state=wcwfkTMy7fK2-w6U2ASLkxeHDXLF-mR5WGxt9xLnxhJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRhNGYxYmNkLTk4NjktNGVmMC1hMDBmLWNmODdhMTBkZjg3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwNDM2NzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.6+unknown" vars.name=test vars.uuid=da4f1bcd-9869-4ef0-a00f-cf87a10df876 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:13.000856726Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c29491b3-5f1d-4c2a-a922-dd90ac117cb5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876?_state=wcwfkTMy7fK2-w6U2ASLkxeHDXLF-mR5WGxt9xLnxhJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRhNGYxYmNkLTk4NjktNGVmMC1hMDBmLWNmODdhMTBkZjg3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwNDM2NzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.6+unknown" vars.name=test vars.uuid=da4f1bcd-9869-4ef0-a00f-cf87a10df876 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:13.000919855Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876/startedat")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c29491b3-5f1d-4c2a-a922-dd90ac117cb5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876?_state=wcwfkTMy7fK2-w6U2ASLkxeHDXLF-mR5WGxt9xLnxhJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRhNGYxYmNkLTk4NjktNGVmMC1hMDBmLWNmODdhMTBkZjg3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwNDM2NzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.6+unknown" trace.duration=35.97µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b71ff74b-5841-4ab8-9dc9-9b31d147db2e trace.line=95 vars.name=test vars.uuid=da4f1bcd-9869-4ef0-a00f-cf87a10df876 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:13.000970799Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876/data", true)" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c29491b3-5f1d-4c2a-a922-dd90ac117cb5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876?_state=wcwfkTMy7fK2-w6U2ASLkxeHDXLF-mR5WGxt9xLnxhJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRhNGYxYmNkLTk4NjktNGVmMC1hMDBmLWNmODdhMTBkZjg3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwNDM2NzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.6+unknown" trace.duration=21.292µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=8d882dca-deac-46ef-bbf0-1765699a7aad trace.line=142 vars.name=test vars.uuid=da4f1bcd-9869-4ef0-a00f-cf87a10df876 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:13.001022622Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c29491b3-5f1d-4c2a-a922-dd90ac117cb5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876?_state=wcwfkTMy7fK2-w6U2ASLkxeHDXLF-mR5WGxt9xLnxhJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRhNGYxYmNkLTk4NjktNGVmMC1hMDBmLWNmODdhMTBkZjg3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwNDM2NzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.6+unknown" vars.name=test vars.uuid=da4f1bcd-9869-4ef0-a00f-cf87a10df876 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:13.001093513Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876/hashstates/sha256/68")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c29491b3-5f1d-4c2a-a922-dd90ac117cb5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876?_state=wcwfkTMy7fK2-w6U2ASLkxeHDXLF-mR5WGxt9xLnxhJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRhNGYxYmNkLTk4NjktNGVmMC1hMDBmLWNmODdhMTBkZjg3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwNDM2NzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.6+unknown" trace.duration=35.24µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=2046fab5-9b82-4c2a-9acb-e0b7a3d5ee6e trace.line=110 vars.name=test vars.uuid=da4f1bcd-9869-4ef0-a00f-cf87a10df876 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:13.001130887Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876/data")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c29491b3-5f1d-4c2a-a922-dd90ac117cb5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876?_state=wcwfkTMy7fK2-w6U2ASLkxeHDXLF-mR5WGxt9xLnxhJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRhNGYxYmNkLTk4NjktNGVmMC1hMDBmLWNmODdhMTBkZjg3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwNDM2NzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.6+unknown" trace.duration=10.469µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=c45234c3-2360-4407-9889-6383c2c6fa9d trace.line=155 vars.name=test vars.uuid=da4f1bcd-9869-4ef0-a00f-cf87a10df876 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:13.001168753Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c29491b3-5f1d-4c2a-a922-dd90ac117cb5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876?_state=wcwfkTMy7fK2-w6U2ASLkxeHDXLF-mR5WGxt9xLnxhJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRhNGYxYmNkLTk4NjktNGVmMC1hMDBmLWNmODdhMTBkZjg3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwNDM2NzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.6+unknown" trace.duration=12.062µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=1c37cba8-adbd-488a-b8d6-97e34be904be trace.line=155 vars.name=test vars.uuid=da4f1bcd-9869-4ef0-a00f-cf87a10df876 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:13.001201228Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876/data")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c29491b3-5f1d-4c2a-a922-dd90ac117cb5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876?_state=wcwfkTMy7fK2-w6U2ASLkxeHDXLF-mR5WGxt9xLnxhJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRhNGYxYmNkLTk4NjktNGVmMC1hMDBmLWNmODdhMTBkZjg3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwNDM2NzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.6+unknown" trace.duration=11.175µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=63f7228b-b025-42d6-a57b-5057a4de7d22 trace.line=155 vars.name=test vars.uuid=da4f1bcd-9869-4ef0-a00f-cf87a10df876 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:13.001261411Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876/data", "/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data"" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c29491b3-5f1d-4c2a-a922-dd90ac117cb5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876?_state=wcwfkTMy7fK2-w6U2ASLkxeHDXLF-mR5WGxt9xLnxhJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRhNGYxYmNkLTk4NjktNGVmMC1hMDBmLWNmODdhMTBkZjg3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwNDM2NzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.6+unknown" trace.duration=37.694µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=3c8c825e-53f0-44a9-a3d8-ddc02f81bc9a trace.line=185 vars.name=test vars.uuid=da4f1bcd-9869-4ef0-a00f-cf87a10df876 
23:12:13 [2023-09-30T23:12:13.092Z] time="2023-09-30T23:12:13.001325205Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c29491b3-5f1d-4c2a-a922-dd90ac117cb5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876?_state=wcwfkTMy7fK2-w6U2ASLkxeHDXLF-mR5WGxt9xLnxhJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRhNGYxYmNkLTk4NjktNGVmMC1hMDBmLWNmODdhMTBkZjg3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwNDM2NzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.6+unknown" trace.duration=34.174µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=9a8e6842-04fb-4592-988f-08b3b087be40 trace.line=110 vars.name=test vars.uuid=da4f1bcd-9869-4ef0-a00f-cf87a10df876 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.001423714Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876")" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c29491b3-5f1d-4c2a-a922-dd90ac117cb5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876?_state=wcwfkTMy7fK2-w6U2ASLkxeHDXLF-mR5WGxt9xLnxhJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRhNGYxYmNkLTk4NjktNGVmMC1hMDBmLWNmODdhMTBkZjg3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwNDM2NzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.6+unknown" trace.duration=73.869µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=c90c2c8b-1d2c-4ad7-8d1a-6c610b8503ca trace.line=202 vars.name=test vars.uuid=da4f1bcd-9869-4ef0-a00f-cf87a10df876 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.001493768Z" level=info msg="response completed" go.version=go1.19.9 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=c29491b3-5f1d-4c2a-a922-dd90ac117cb5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/blobs/uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876?_state=wcwfkTMy7fK2-w6U2ASLkxeHDXLF-mR5WGxt9xLnxhJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRhNGYxYmNkLTk4NjktNGVmMC1hMDBmLWNmODdhMTBkZjg3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwNDM2NzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.6+unknown" http.response.duration=1.88245ms http.response.status=201 http.response.written=0 
23:12:13 [2023-09-30T23:12:13.093Z] 127.0.0.1 - - [30/Sep/2023:23:12:12 +0000] "PUT /v2/test/blobs/uploads/da4f1bcd-9869-4ef0-a00f-cf87a10df876?_state=wcwfkTMy7fK2-w6U2ASLkxeHDXLF-mR5WGxt9xLnxhJ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRhNGYxYmNkLTk4NjktNGVmMC1hMDBmLWNmODdhMTBkZjg3NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOS0zMFQyMzoxMjoxMi45OTcwNDM2NzhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.6+unknown"
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.002389529Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2d20e22f-d495-4354-b073-cf327f6bb813 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.002440753Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2d20e22f-d495-4354-b073-cf327f6bb813 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.002503259Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2d20e22f-d495-4354-b073-cf327f6bb813 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" trace.duration=24.779µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c2ef7bcf-e1c0-4df9-a383-13abd3d0c614 trace.line=95 vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.002563647Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2d20e22f-d495-4354-b073-cf327f6bb813 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="747.637µs" http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] 127.0.0.1 - - [30/Sep/2023:23:12:13 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.6+unknown"
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.003503609Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ecc811dc-041d-4bd8-8977-cbf158d24578 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.003540326Z" level=debug msg=PutImageManifest go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ecc811dc-041d-4bd8-8977-cbf158d24578 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.00368466Z" level=debug msg="Putting a Docker Manifest!" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ecc811dc-041d-4bd8-8977-cbf158d24578 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.003701636Z" level=debug msg="(*manifestStore).Put" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ecc811dc-041d-4bd8-8977-cbf158d24578 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.003710883Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ecc811dc-041d-4bd8-8977-cbf158d24578 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.003780018Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ecc811dc-041d-4bd8-8977-cbf158d24578 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" trace.duration=37.078µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b2885310-e1b5-4f6f-ad7a-4cd140aa1512 trace.line=95 vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.003830995Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ecc811dc-041d-4bd8-8977-cbf158d24578 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" trace.duration=15.442µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=bbe49eb6-3bdf-4cfc-930a-7b85d0d5835c trace.line=155 vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.003877378Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ecc811dc-041d-4bd8-8977-cbf158d24578 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" trace.duration=18.083µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f107b477-bc80-47a5-8ac4-242f1d7036c6 trace.line=95 vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.003918017Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ecc811dc-041d-4bd8-8977-cbf158d24578 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" trace.duration=10.683µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=95092e99-04a1-4cc2-844f-04be16839e6e trace.line=155 vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.00396102Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ecc811dc-041d-4bd8-8977-cbf158d24578 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" trace.duration=12.061µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=57dc4f1a-6d8f-4680-81b1-d9eca9ffcc91 trace.line=155 vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.00403228Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ecc811dc-041d-4bd8-8977-cbf158d24578 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" trace.duration=48.155µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=35a581b7-75fa-4f97-b460-486cae96d02a trace.line=110 vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.00411259Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ecc811dc-041d-4bd8-8977-cbf158d24578 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" trace.duration=50.018µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=f76f89d4-6d8d-4b21-a9fa-19701bd12b5e trace.line=110 vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.004262798Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ecc811dc-041d-4bd8-8977-cbf158d24578 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" trace.duration=58.173µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=400cd790-beb1-4e16-b89b-e55518b0d305 trace.line=110 vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.004320676Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ecc811dc-041d-4bd8-8977-cbf158d24578 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" trace.duration=34.042µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=6b20172e-458d-4fbf-8bfa-a884e599a442 trace.line=110 vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.004358157Z" level=debug msg="Succeeded in putting manifest!" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ecc811dc-041d-4bd8-8977-cbf158d24578 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.00437606Z" level=info msg="response completed" go.version=go1.19.9 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=ecc811dc-041d-4bd8-8977-cbf158d24578 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45620" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.6+unknown" http.response.duration=1.471299ms http.response.status=201 http.response.written=0 
23:12:13 [2023-09-30T23:12:13.093Z] 127.0.0.1 - - [30/Sep/2023:23:12:13 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.6+unknown"
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.008717434Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e1452c15-2360-4eda-8c62-4cf710fcec39 http.request.method=GET http.request.remoteaddr="127.0.0.1:45648" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.00876316Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=e1452c15-2360-4eda-8c62-4cf710fcec39 http.request.method=GET http.request.remoteaddr="127.0.0.1:45648" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="880.959µs" http.response.status=200 http.response.written=2 
23:12:13 [2023-09-30T23:12:13.093Z] 127.0.0.1 - - [30/Sep/2023:23:12:13 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.011322849Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=03c692d5-c0b6-4e0f-a3a1-2104d63e1e16 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45654" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.011368936Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=03c692d5-c0b6-4e0f-a3a1-2104d63e1e16 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45654" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.011452291Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=03c692d5-c0b6-4e0f-a3a1-2104d63e1e16 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45654" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=47.958µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=3a7ee0a8-0cd8-4f65-8425-2048513063c4 trace.line=95 vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.011478383Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=03c692d5-c0b6-4e0f-a3a1-2104d63e1e16 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45654" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.011528031Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=03c692d5-c0b6-4e0f-a3a1-2104d63e1e16 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45654" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=22.162µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d23c4bf8-1c18-4a2e-8cbc-c454c0bb9c64 trace.line=95 vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.011578902Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=03c692d5-c0b6-4e0f-a3a1-2104d63e1e16 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45654" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.91µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=c512563e-2f0e-4b15-8253-7e5dd156df23 trace.line=155 vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.011621494Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data", 0)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=03c692d5-c0b6-4e0f-a3a1-2104d63e1e16 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45654" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.873µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=9d60469b-feaa-41a1-8c6c-7d91fca7b6b0 trace.line=125 vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.011673054Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=03c692d5-c0b6-4e0f-a3a1-2104d63e1e16 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45654" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
23:12:13 [2023-09-30T23:12:13.093Z] time="2023-09-30T23:12:13.011773187Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=03c692d5-c0b6-4e0f-a3a1-2104d63e1e16 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45654" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-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.741842ms http.response.status=200 http.response.written=417 
23:12:13 [2023-09-30T23:12:13.094Z] 127.0.0.1 - - [30/Sep/2023:23:12:13 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.021518077Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=865c3a3f-1a06-4b8d-927b-0f38a790cecc http.request.method=GET http.request.remoteaddr="127.0.0.1:45658" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.021568185Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=865c3a3f-1a06-4b8d-927b-0f38a790cecc http.request.method=GET http.request.remoteaddr="127.0.0.1:45658" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.021584841Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=865c3a3f-1a06-4b8d-927b-0f38a790cecc http.request.method=GET http.request.remoteaddr="127.0.0.1:45658" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.021666965Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=865c3a3f-1a06-4b8d-927b-0f38a790cecc http.request.method=GET http.request.remoteaddr="127.0.0.1:45658" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=46.432µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=7cad4334-c5e8-45a6-b687-ad17cca5b85b trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.021719919Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=865c3a3f-1a06-4b8d-927b-0f38a790cecc http.request.method=GET http.request.remoteaddr="127.0.0.1:45658" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.197µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=9a20743d-5adc-4d84-ac25-87029c44a345 trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.021762118Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data", 0)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=865c3a3f-1a06-4b8d-927b-0f38a790cecc http.request.method=GET http.request.remoteaddr="127.0.0.1:45658" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.538µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=097e3805-03f2-4779-8dbd-60b6e8dcaab8 trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.021796562Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=865c3a3f-1a06-4b8d-927b-0f38a790cecc http.request.method=GET http.request.remoteaddr="127.0.0.1:45658" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.021904646Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=865c3a3f-1a06-4b8d-927b-0f38a790cecc http.request.method=GET http.request.remoteaddr="127.0.0.1:45658" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-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.227611ms http.response.status=200 http.response.written=417 
23:12:13 [2023-09-30T23:12:13.094Z] 127.0.0.1 - - [30/Sep/2023:23:12:13 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.028426377Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=98823477-8f80-4a40-b01c-df3e90ac6d2e http.request.method=GET http.request.remoteaddr="127.0.0.1:45672" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.028472833Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=98823477-8f80-4a40-b01c-df3e90ac6d2e http.request.method=GET http.request.remoteaddr="127.0.0.1:45672" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.028541312Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c467810-c2c1-4878-83a2-2cf4067bf209 http.request.method=GET http.request.remoteaddr="127.0.0.1:45674" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.028595818Z" level=debug msg=GetBlob go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c467810-c2c1-4878-83a2-2cf4067bf209 http.request.method=GET http.request.remoteaddr="127.0.0.1:45674" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.028549657Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=98823477-8f80-4a40-b01c-df3e90ac6d2e http.request.method=GET http.request.remoteaddr="127.0.0.1:45672" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=41.32µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c425ec7e-ec83-4e37-97d4-10ecfd95e03a trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.028746084Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=98823477-8f80-4a40-b01c-df3e90ac6d2e http.request.method=GET http.request.remoteaddr="127.0.0.1:45672" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=31.015µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=6743d668-fe23-44ac-9c64-2147b466746c trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.028662516Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c467810-c2c1-4878-83a2-2cf4067bf209 http.request.method=GET http.request.remoteaddr="127.0.0.1:45674" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=33.574µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=371d66c6-f46d-4ada-8a80-c1b318cad3bf trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.029105617Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=98823477-8f80-4a40-b01c-df3e90ac6d2e http.request.method=GET http.request.remoteaddr="127.0.0.1:45672" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=305.52µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=7c599437-aa3b-4c09-b12a-3d4a4921463a trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.029152976Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c467810-c2c1-4878-83a2-2cf4067bf209 http.request.method=GET http.request.remoteaddr="127.0.0.1:45674" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=24.041µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=d3a2471a-28cb-4447-a9a5-e2b1b437835a trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.029342306Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=98823477-8f80-4a40-b01c-df3e90ac6d2e http.request.method=GET http.request.remoteaddr="127.0.0.1:45672" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=33.288µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=6684ff8b-832a-454c-ae1e-8277b6f45996 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.029572185Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c467810-c2c1-4878-83a2-2cf4067bf209 http.request.method=GET http.request.remoteaddr="127.0.0.1:45674" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=33.304µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=43561d0a-a3ba-4bc3-8061-f156813118b8 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.029619167Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=98823477-8f80-4a40-b01c-df3e90ac6d2e http.request.method=GET http.request.remoteaddr="127.0.0.1:45672" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=21.62µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=9eb88f34-d749-485f-a68d-29b06b3586f1 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.029631835Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c467810-c2c1-4878-83a2-2cf4067bf209 http.request.method=GET http.request.remoteaddr="127.0.0.1:45674" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.982µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f7bc9ef6-e0cc-432e-92b7-ad7dc50b260d trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
23:12:13 [2023-09-30T23:12:13.094Z] time="2023-09-30T23:12:13.029667863Z" level=debug msg="filesystem.URLFor("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=98823477-8f80-4a40-b01c-df3e90ac6d2e http.request.method=GET http.request.remoteaddr="127.0.0.1:45672" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.857µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=87956793-819e-40e7-ad78-3b1953dc311e trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.029669438Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c467810-c2c1-4878-83a2-2cf4067bf209 http.request.method=GET http.request.remoteaddr="127.0.0.1:45674" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.198µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=55fce4af-68ca-4965-bdd4-02d1a033fb6e trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.029755353Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data", 0)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=98823477-8f80-4a40-b01c-df3e90ac6d2e http.request.method=GET http.request.remoteaddr="127.0.0.1:45672" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.797µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=ee4546c8-cec1-462c-8dea-fdcb653e5107 trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.03078963Z" level=debug msg="filesystem.URLFor("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c467810-c2c1-4878-83a2-2cf4067bf209 http.request.method=GET http.request.remoteaddr="127.0.0.1:45674" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.343µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=1d8d0b10-a847-4c03-968e-b9016724951c trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.030878638Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data", 0)" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c467810-c2c1-4878-83a2-2cf4067bf209 http.request.method=GET http.request.remoteaddr="127.0.0.1:45674" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=26.79µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=db839603-b4e8-49dd-9fd6-5c0d90374362 trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.031290487Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=98823477-8f80-4a40-b01c-df3e90ac6d2e http.request.method=GET http.request.remoteaddr="127.0.0.1:45672" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=34.888µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=80e57d3d-6bed-4d2f-8a04-e9804dda076a trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.031291094Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c467810-c2c1-4878-83a2-2cf4067bf209 http.request.method=GET http.request.remoteaddr="127.0.0.1:45674" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=35.815µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=dc7cfa3f-7411-4828-9df9-9e5e2f92da4e trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.031413857Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=98823477-8f80-4a40-b01c-df3e90ac6d2e http.request.method=GET http.request.remoteaddr="127.0.0.1:45672" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.885µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=b9dd36d1-4a4f-4216-a68f-800038934101 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.031452133Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c467810-c2c1-4878-83a2-2cf4067bf209 http.request.method=GET http.request.remoteaddr="127.0.0.1:45674" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.299µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=c1f013e1-c060-4885-a2fc-74746909e95f trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.031521752Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=9c467810-c2c1-4878-83a2-2cf4067bf209 http.request.method=GET http.request.remoteaddr="127.0.0.1:45674" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.819448ms http.response.status=200 http.response.written=68 
23:12:13 [2023-09-30T23:12:13.095Z] 127.0.0.1 - - [30/Sep/2023:23:12:13 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.031608011Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=98823477-8f80-4a40-b01c-df3e90ac6d2e http.request.method=GET http.request.remoteaddr="127.0.0.1:45672" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.975761ms http.response.status=200 http.response.written=194 
23:12:13 [2023-09-30T23:12:13.095Z] 127.0.0.1 - - [30/Sep/2023:23:12:13 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.045202567Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=04be6aa6-b276-4efc-befd-0c7385d28df0 http.request.method=GET http.request.remoteaddr="127.0.0.1:45704" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.04524959Z" level=info msg="response completed" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=04be6aa6-b276-4efc-befd-0c7385d28df0 http.request.method=GET http.request.remoteaddr="127.0.0.1:45704" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="908.233µs" http.response.status=200 http.response.written=2 
23:12:13 [2023-09-30T23:12:13.095Z] 127.0.0.1 - - [30/Sep/2023:23:12:13 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.051109713Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=d85ca3f2-5707-43be-a620-8eb7336a3d58 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45714" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.05115411Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=d85ca3f2-5707-43be-a620-8eb7336a3d58 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45714" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.051168526Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=d85ca3f2-5707-43be-a620-8eb7336a3d58 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45714" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.051234765Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=d85ca3f2-5707-43be-a620-8eb7336a3d58 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45714" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=32.508µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=76d7b1c5-c19c-4569-b1a5-593b69c6a826 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.051285397Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=d85ca3f2-5707-43be-a620-8eb7336a3d58 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45714" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.63µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=cc7c0b4d-54f9-4ecd-9aea-6a5d60aca40f trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.051357478Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" err.message="manifest unknown" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=d85ca3f2-5707-43be-a620-8eb7336a3d58 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45714" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.056448ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.095Z] 127.0.0.1 - - [30/Sep/2023:23:12:13 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.052583711Z" level=debug msg="authorizing request" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2280ee49-0573-4d9b-994b-e63bf8deb9b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45728" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.052622463Z" level=debug msg=GetImageManifest go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2280ee49-0573-4d9b-994b-e63bf8deb9b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45728" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.052640998Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2280ee49-0573-4d9b-994b-e63bf8deb9b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45728" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.052699172Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2280ee49-0573-4d9b-994b-e63bf8deb9b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45728" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=26.445µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=03063299-1efd-44f2-a9e2-5fc7e8d7db48 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.052745169Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2280ee49-0573-4d9b-994b-e63bf8deb9b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45728" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.587µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=5c8e6875-ea3d-48d5-aca5-36580cc681bf trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.095Z] time="2023-09-30T23:12:13.052787113Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" err.message="manifest unknown" go.version=go1.19.9 http.request.host="127.0.0.1:5000" http.request.id=2280ee49-0573-4d9b-994b-e63bf8deb9b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45728" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="957.537µs" http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
23:12:13 [2023-09-30T23:12:13.095Z] 127.0.0.1 - - [30/Sep/2023:23:12:13 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.1 git-commit/5b16dd6469002b232838c5a3741cb5588f74db40 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
23:12:13 [2023-09-30T23:12:13.095Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.18s)
23:12:13 [2023-09-30T23:12:13.095Z] === RUN   TestRemoveImageOrphaning
23:12:13 [2023-09-30T23:12:13.356Z] --- PASS: TestRemoveImageOrphaning (0.19s)
23:12:13 [2023-09-30T23:12:13.356Z] === RUN   TestRemoveByDigest
23:12:13 [2023-09-30T23:12:13.356Z]     remove_test.go:63: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
23:12:13 [2023-09-30T23:12:13.356Z] --- SKIP: TestRemoveByDigest (0.00s)
23:12:13 [2023-09-30T23:12:13.356Z] === RUN   TestRemoveImageGarbageCollector
23:12:13 [2023-09-30T23:12:13.356Z]     remove_unix_test.go:34: (*Execution).NotAmd64-fm
23:12:13 [2023-09-30T23:12:13.356Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
23:12:13 [2023-09-30T23:12:13.356Z] === RUN   TestSaveCheckTimes
23:12:13 [2023-09-30T23:12:13.356Z] === PAUSE TestSaveCheckTimes
23:12:13 [2023-09-30T23:12:13.356Z] === RUN   TestSaveRepoWithMultipleImages
23:12:14 [2023-09-30T23:12:14.297Z] --- PASS: TestSaveRepoWithMultipleImages (1.02s)
23:12:14 [2023-09-30T23:12:14.297Z] === RUN   TestSaveDirectoryPermissions
23:12:15 [2023-09-30T23:12:15.680Z] --- PASS: TestSaveDirectoryPermissions (0.98s)
23:12:15 [2023-09-30T23:12:15.680Z] === RUN   TestTagUnprefixedRepoByNameOrName
23:12:15 [2023-09-30T23:12:15.680Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
23:12:15 [2023-09-30T23:12:15.680Z] === RUN   TestTagUsingDigestAlgorithmAsName
23:12:15 [2023-09-30T23:12:15.680Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s)
23:12:15 [2023-09-30T23:12:15.680Z] === RUN   TestTagValidPrefixedRepo
23:12:15 [2023-09-30T23:12:15.680Z] === RUN   TestTagValidPrefixedRepo/fooo/bar
23:12:15 [2023-09-30T23:12:15.681Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar
23:12:15 [2023-09-30T23:12:15.681Z] === RUN   TestTagValidPrefixedRepo/fooaa/test
23:12:15 [2023-09-30T23:12:15.681Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test
23:12:15 [2023-09-30T23:12:15.681Z] === RUN   TestTagValidPrefixedRepo/foooo:t
23:12:15 [2023-09-30T23:12:15.681Z] === PAUSE TestTagValidPrefixedRepo/foooo:t
23:12:15 [2023-09-30T23:12:15.681Z] === RUN   TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
23:12:15 [2023-09-30T23:12:15.681Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
23:12:15 [2023-09-30T23:12:15.681Z] === CONT  TestTagValidPrefixedRepo/fooo/bar
23:12:15 [2023-09-30T23:12:15.681Z] === CONT  TestTagValidPrefixedRepo/foooo:t
23:12:15 [2023-09-30T23:12:15.681Z] === CONT  TestTagValidPrefixedRepo/fooaa/test
23:12:15 [2023-09-30T23:12:15.681Z] === CONT  TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
23:12:15 [2023-09-30T23:12:15.681Z] --- PASS: TestTagValidPrefixedRepo (0.02s)
23:12:15 [2023-09-30T23:12:15.681Z]     --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s)
23:12:15 [2023-09-30T23:12:15.681Z]     --- PASS: TestTagValidPrefixedRepo/foooo:t (0.01s)
23:12:15 [2023-09-30T23:12:15.681Z]     --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.01s)
23:12:15 [2023-09-30T23:12:15.681Z]     --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.02s)
23:12:15 [2023-09-30T23:12:15.681Z] === RUN   TestTagExistedNameWithoutForce
23:12:15 [2023-09-30T23:12:15.681Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
23:12:15 [2023-09-30T23:12:15.681Z] === RUN   TestTagOfficialNames
23:12:15 [2023-09-30T23:12:15.681Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox
23:12:15 [2023-09-30T23:12:15.681Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox
23:12:15 [2023-09-30T23:12:15.681Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_library/busybox
23:12:15 [2023-09-30T23:12:15.681Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox
23:12:15 [2023-09-30T23:12:15.681Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox
23:12:15 [2023-09-30T23:12:15.681Z] --- PASS: TestTagOfficialNames (0.05s)
23:12:15 [2023-09-30T23:12:15.681Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s)
23:12:15 [2023-09-30T23:12:15.681Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s)
23:12:15 [2023-09-30T23:12:15.681Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s)
23:12:15 [2023-09-30T23:12:15.681Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s)
23:12:15 [2023-09-30T23:12:15.681Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s)
23:12:15 [2023-09-30T23:12:15.681Z] === RUN   TestTagMatchesDigest
23:12:15 [2023-09-30T23:12:15.681Z] --- PASS: TestTagMatchesDigest (0.01s)
23:12:15 [2023-09-30T23:12:15.681Z] === CONT  TestSaveCheckTimes
23:12:15 [2023-09-30T23:12:15.681Z] --- PASS: TestSaveCheckTimes (0.03s)
23:12:15 [2023-09-30T23:12:15.681Z] PASS
23:12:15 [2023-09-30T23:12:15.681Z] 
23:12:15 [2023-09-30T23:12:15.681Z] === Skipped
23:12:15 [2023-09-30T23:12:15.681Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
23:12:15 [2023-09-30T23:12:15.681Z]     import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out
23:12:15 [2023-09-30T23:12:15.681Z] 
23:12:15 [2023-09-30T23:12:15.681Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s)
23:12:15 [2023-09-30T23:12:15.681Z]     remove_test.go:63: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
23:12:15 [2023-09-30T23:12:15.681Z] 
23:12:15 [2023-09-30T23:12:15.681Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
23:12:15 [2023-09-30T23:12:15.681Z]     remove_unix_test.go:34: (*Execution).NotAmd64-fm
23:12:15 [2023-09-30T23:12:15.681Z] 
23:12:15 [2023-09-30T23:12:15.681Z] DONE 44 tests, 3 skipped in 3.374s
23:12:15 [2023-09-30T23:12:15.681Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m  
23:12:15 [2023-09-30T23:12:15.681Z] ++ '[' -n '' ']'
23:12:15 [2023-09-30T23:12:15.681Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
23:12:15 [2023-09-30T23:12:15.681Z] ++ set -e
23:12:15 [2023-09-30T23:12:15.681Z] ++ '[' -n 0 ']'
23:12:15 [2023-09-30T23:12:15.681Z] ++ set -x
23:12:15 [2023-09-30T23:12:15.681Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
23:12:15 [2023-09-30T23:12:15.681Z] === RUN   TestStripANSICommands
23:12:15 [2023-09-30T23:12:15.681Z] === RUN   TestStripANSICommands/#00
23:12:15 [2023-09-30T23:12:15.681Z] === RUN   TestStripANSICommands/#01
23:12:15 [2023-09-30T23:12:15.681Z] --- PASS: TestStripANSICommands (0.00s)
23:12:15 [2023-09-30T23:12:15.681Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
23:12:15 [2023-09-30T23:12:15.681Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
23:12:15 [2023-09-30T23:12:15.681Z] PASS
23:12:15 [2023-09-30T23:12:15.681Z] 
23:12:15 [2023-09-30T23:12:15.681Z] DONE 3 tests in 0.008s
23:12:15 [2023-09-30T23:12:15.681Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m  
23:12:15 [2023-09-30T23:12:15.681Z] ++ '[' -n '' ']'
23:12:15 [2023-09-30T23:12:15.681Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
23:12:15 [2023-09-30T23:12:15.681Z] ++ set -e
23:12:15 [2023-09-30T23:12:15.681Z] ++ '[' -n 0 ']'
23:12:15 [2023-09-30T23:12:15.681Z] ++ set -x
23:12:15 [2023-09-30T23:12:15.681Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
23:12:15 [2023-09-30T23:12:15.681Z] INFO: Testing against a local daemon
23:12:15 [2023-09-30T23:12:15.681Z] === RUN   TestCreateWithMultiNetworks
23:12:16 [2023-09-30T23:12:16.621Z] --- PASS: TestCreateWithMultiNetworks (1.00s)
23:12:16 [2023-09-30T23:12:16.621Z] === RUN   TestNetworkCreateDelete
23:12:16 [2023-09-30T23:12:16.881Z] --- PASS: TestNetworkCreateDelete (0.20s)
23:12:16 [2023-09-30T23:12:16.881Z] === RUN   TestDockerNetworkDeletePreferID
23:12:17 [2023-09-30T23:12:17.451Z] --- PASS: TestDockerNetworkDeletePreferID (0.54s)
23:12:17 [2023-09-30T23:12:17.451Z] === RUN   TestDaemonDNSFallback
23:12:24 [2023-09-30T23:12:24.030Z] --- PASS: TestDaemonDNSFallback (6.27s)
23:12:24 [2023-09-30T23:12:24.031Z] === RUN   TestInspectNetwork
23:12:26 [2023-09-30T23:12:26.573Z] === RUN   TestInspectNetwork/full_network_id
23:12:26 [2023-09-30T23:12:26.573Z] === RUN   TestInspectNetwork/partial_network_id
23:12:26 [2023-09-30T23:12:26.573Z] === RUN   TestInspectNetwork/network_name
23:12:26 [2023-09-30T23:12:26.573Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
23:12:30 [2023-09-30T23:12:30.773Z] --- PASS: TestInspectNetwork (7.17s)
23:12:30 [2023-09-30T23:12:30.773Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
23:12:30 [2023-09-30T23:12:30.773Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
23:12:30 [2023-09-30T23:12:30.773Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
23:12:30 [2023-09-30T23:12:30.773Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
23:12:30 [2023-09-30T23:12:30.773Z] === RUN   TestRunContainerWithBridgeNone
23:12:32 [2023-09-30T23:12:32.684Z] --- PASS: TestRunContainerWithBridgeNone (1.48s)
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkInvalidJSON
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkInvalidJSON/networks/create
23:12:32 [2023-09-30T23:12:32.684Z] === PAUSE TestNetworkInvalidJSON/networks/create
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
23:12:32 [2023-09-30T23:12:32.684Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
23:12:32 [2023-09-30T23:12:32.684Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
23:12:32 [2023-09-30T23:12:32.684Z] === CONT  TestNetworkInvalidJSON/networks/create
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
23:12:32 [2023-09-30T23:12:32.684Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
23:12:32 [2023-09-30T23:12:32.684Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
23:12:32 [2023-09-30T23:12:32.684Z] --- PASS: TestNetworkInvalidJSON (0.01s)
23:12:32 [2023-09-30T23:12:32.684Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
23:12:32 [2023-09-30T23:12:32.684Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
23:12:32 [2023-09-30T23:12:32.684Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
23:12:32 [2023-09-30T23:12:32.684Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
23:12:32 [2023-09-30T23:12:32.684Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
23:12:32 [2023-09-30T23:12:32.684Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
23:12:32 [2023-09-30T23:12:32.684Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
23:12:32 [2023-09-30T23:12:32.684Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
23:12:32 [2023-09-30T23:12:32.684Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
23:12:32 [2023-09-30T23:12:32.684Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
23:12:32 [2023-09-30T23:12:32.684Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
23:12:32 [2023-09-30T23:12:32.684Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
23:12:32 [2023-09-30T23:12:32.684Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
23:12:32 [2023-09-30T23:12:32.684Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
23:12:32 [2023-09-30T23:12:32.684Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkList
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkList//networks
23:12:32 [2023-09-30T23:12:32.684Z] === PAUSE TestNetworkList//networks
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestNetworkList//networks/
23:12:32 [2023-09-30T23:12:32.684Z] === PAUSE TestNetworkList//networks/
23:12:32 [2023-09-30T23:12:32.684Z] === CONT  TestNetworkList//networks
23:12:32 [2023-09-30T23:12:32.684Z] === CONT  TestNetworkList//networks/
23:12:32 [2023-09-30T23:12:32.684Z] --- PASS: TestNetworkList (0.01s)
23:12:32 [2023-09-30T23:12:32.684Z]     --- PASS: TestNetworkList//networks (0.00s)
23:12:32 [2023-09-30T23:12:32.684Z]     --- PASS: TestNetworkList//networks/ (0.00s)
23:12:32 [2023-09-30T23:12:32.684Z] === RUN   TestHostIPv4BridgeLabel
23:12:32 [2023-09-30T23:12:32.945Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
23:12:32 [2023-09-30T23:12:32.945Z] === RUN   TestDefaultNetworkOpts
23:12:32 [2023-09-30T23:12:32.945Z] === RUN   TestDefaultNetworkOpts/default_value
23:12:34 [2023-09-30T23:12:34.329Z] === RUN   TestDefaultNetworkOpts/cmdline_value
23:12:35 [2023-09-30T23:12:35.714Z] === RUN   TestDefaultNetworkOpts/config-from_value
23:12:37 [2023-09-30T23:12:37.098Z] --- PASS: TestDefaultNetworkOpts (3.91s)
23:12:37 [2023-09-30T23:12:37.098Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.28s)
23:12:37 [2023-09-30T23:12:37.098Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.32s)
23:12:37 [2023-09-30T23:12:37.098Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.31s)
23:12:37 [2023-09-30T23:12:37.098Z] === RUN   TestForbidDuplicateNetworkNames
23:12:37 [2023-09-30T23:12:37.359Z] --- PASS: TestForbidDuplicateNetworkNames (0.64s)
23:12:37 [2023-09-30T23:12:37.359Z] === RUN   TestDaemonRestartWithLiveRestore
23:12:38 [2023-09-30T23:12:38.745Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
23:12:38 [2023-09-30T23:12:38.745Z] === RUN   TestDaemonDefaultNetworkPools
23:12:39 [2023-09-30T23:12:39.316Z] --- PASS: TestDaemonDefaultNetworkPools (0.84s)
23:12:39 [2023-09-30T23:12:39.316Z] === RUN   TestDaemonRestartWithExistingNetwork
23:12:40 [2023-09-30T23:12:40.701Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
23:12:40 [2023-09-30T23:12:40.701Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:12:41 [2023-09-30T23:12:41.643Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s)
23:12:41 [2023-09-30T23:12:41.643Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
23:12:42 [2023-09-30T23:12:42.590Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s)
23:12:42 [2023-09-30T23:12:42.590Z] === RUN   TestServiceWithPredefinedNetwork
23:12:44 [2023-09-30T23:12:44.542Z] --- PASS: TestServiceWithPredefinedNetwork (2.06s)
23:12:44 [2023-09-30T23:12:44.542Z] === RUN   TestServiceRemoveKeepsIngressNetwork
23:12:44 [2023-09-30T23:12:44.542Z]     service_test.go:256: FLAKY_TEST
23:12:44 [2023-09-30T23:12:44.542Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
23:12:44 [2023-09-30T23:12:44.542Z] === RUN   TestServiceWithDataPathPortInit
23:12:59 [2023-09-30T23:12:59.614Z] --- PASS: TestServiceWithDataPathPortInit (13.51s)
23:12:59 [2023-09-30T23:12:59.614Z] === RUN   TestServiceWithDefaultAddressPoolInit
23:13:00 [2023-09-30T23:13:00.203Z]     service_test.go:447: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:xbgp0uylinusezhcrjuh444v8 Created:2023-09-30 23:12:59.215247874 +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[4749edea2cba73ff70495b3cf5e91e621d2ed38357b96a7ba8f5194358dbecac:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pmzwhqdoblbibnjtmih0wtayy EndpointID:3dfe534ff88efed72b40df500fa778d00d2db2fe21d1c475f22b9662772093ba MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d7ea97ec8a8dfa97528f2c215fa6d89f843a4cd69358e43f8bea012aaebdc2f5 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:65701372706b IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pmzwhqdoblbibnjtmih0wtayy EndpointID:3dfe534ff88efed72b40df500fa778d00d2db2fe21d1c475f22b9662772093ba EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
23:13:05 [2023-09-30T23:13:05.492Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.85s)
23:13:05 [2023-09-30T23:13:05.492Z] PASS
23:13:05 [2023-09-30T23:13:05.492Z] 
23:13:05 [2023-09-30T23:13:05.492Z] === Skipped
23:13:05 [2023-09-30T23:13:05.492Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
23:13:05 [2023-09-30T23:13:05.492Z]     service_test.go:256: FLAKY_TEST
23:13:05 [2023-09-30T23:13:05.492Z] 
23:13:05 [2023-09-30T23:13:05.492Z] DONE 44 tests, 1 skipped in 49.175s
23:13:05 [2023-09-30T23:13:05.492Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m  
23:13:05 [2023-09-30T23:13:05.492Z] ++ '[' -n '' ']'
23:13:05 [2023-09-30T23:13:05.492Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
23:13:05 [2023-09-30T23:13:05.492Z] ++ set -e
23:13:05 [2023-09-30T23:13:05.492Z] ++ '[' -n 0 ']'
23:13:05 [2023-09-30T23:13:05.492Z] ++ set -x
23:13:05 [2023-09-30T23:13:05.492Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
23:13:05 [2023-09-30T23:13:05.492Z] INFO: Testing against a local daemon
23:13:05 [2023-09-30T23:13:05.493Z] === RUN   TestDockerNetworkIpvlanPersistance
23:13:05 [2023-09-30T23:13:05.493Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:13:05 [2023-09-30T23:13:05.493Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
23:13:05 [2023-09-30T23:13:05.493Z] === RUN   TestDockerNetworkIpvlan
23:13:05 [2023-09-30T23:13:05.493Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:13:05 [2023-09-30T23:13:05.493Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
23:13:05 [2023-09-30T23:13:05.493Z] PASS
23:13:05 [2023-09-30T23:13:05.493Z] 
23:13:05 [2023-09-30T23:13:05.493Z] === Skipped
23:13:05 [2023-09-30T23:13:05.493Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
23:13:05 [2023-09-30T23:13:05.493Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:13:05 [2023-09-30T23:13:05.493Z] 
23:13:05 [2023-09-30T23:13:05.493Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
23:13:05 [2023-09-30T23:13:05.493Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:13:05 [2023-09-30T23:13:05.493Z] 
23:13:05 [2023-09-30T23:13:05.493Z] DONE 2 tests, 2 skipped in 0.041s
23:13:05 [2023-09-30T23:13:05.493Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m  
23:13:05 [2023-09-30T23:13:05.493Z] ++ '[' -n '' ']'
23:13:05 [2023-09-30T23:13:05.493Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
23:13:05 [2023-09-30T23:13:05.493Z] ++ set -e
23:13:05 [2023-09-30T23:13:05.493Z] ++ '[' -n 0 ']'
23:13:05 [2023-09-30T23:13:05.493Z] ++ set -x
23:13:05 [2023-09-30T23:13:05.493Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
23:13:05 [2023-09-30T23:13:05.493Z] INFO: Testing against a local daemon
23:13:05 [2023-09-30T23:13:05.493Z] === RUN   TestDockerNetworkMacvlanPersistance
23:13:06 [2023-09-30T23:13:06.064Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.22s)
23:13:06 [2023-09-30T23:13:06.064Z] === RUN   TestDockerNetworkMacvlan
23:13:06 [2023-09-30T23:13:06.064Z] === RUN   TestDockerNetworkMacvlan/Subinterface
23:13:06 [2023-09-30T23:13:06.635Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
23:13:07 [2023-09-30T23:13:07.207Z] === RUN   TestDockerNetworkMacvlan/NilParent
23:13:07 [2023-09-30T23:13:07.779Z] === RUN   TestDockerNetworkMacvlan/InternalMode
23:13:08 [2023-09-30T23:13:08.722Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
23:13:08 [2023-09-30T23:13:08.983Z] === RUN   TestDockerNetworkMacvlan/Addressing
23:13:09 [2023-09-30T23:13:09.555Z] --- PASS: TestDockerNetworkMacvlan (3.57s)
23:13:09 [2023-09-30T23:13:09.555Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.60s)
23:13:09 [2023-09-30T23:13:09.555Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.60s)
23:13:09 [2023-09-30T23:13:09.555Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.59s)
23:13:09 [2023-09-30T23:13:09.555Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.59s)
23:13:09 [2023-09-30T23:13:09.555Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (0.60s)
23:13:09 [2023-09-30T23:13:09.555Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s)
23:13:09 [2023-09-30T23:13:09.555Z] PASS
23:13:09 [2023-09-30T23:13:09.555Z] 
23:13:09 [2023-09-30T23:13:09.555Z] DONE 8 tests in 4.829s
23:13:09 [2023-09-30T23:13:09.816Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m  
23:13:09 [2023-09-30T23:13:09.816Z] ++ '[' -n '' ']'
23:13:09 [2023-09-30T23:13:09.816Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
23:13:09 [2023-09-30T23:13:09.816Z] ++ set -e
23:13:09 [2023-09-30T23:13:09.816Z] ++ '[' -n 0 ']'
23:13:09 [2023-09-30T23:13:09.816Z] ++ set -x
23:13:09 [2023-09-30T23:13:09.816Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
23:13:09 [2023-09-30T23:13:09.816Z] testing: warning: no tests to run
23:13:09 [2023-09-30T23:13:09.816Z] PASS
23:13:09 [2023-09-30T23:13:09.816Z] 
23:13:09 [2023-09-30T23:13:09.816Z] DONE 0 tests in 0.007s
23:13:09 [2023-09-30T23:13:09.816Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m  
23:13:09 [2023-09-30T23:13:09.816Z] ++ '[' -n '' ']'
23:13:09 [2023-09-30T23:13:09.816Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
23:13:09 [2023-09-30T23:13:09.816Z] ++ set -e
23:13:09 [2023-09-30T23:13:09.816Z] ++ '[' -n 0 ']'
23:13:09 [2023-09-30T23:13:09.816Z] ++ set -x
23:13:09 [2023-09-30T23:13:09.816Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
23:13:09 [2023-09-30T23:13:09.816Z] INFO: Testing against a local daemon
23:13:09 [2023-09-30T23:13:09.816Z] === RUN   TestAuthZPluginAllowRequest
23:13:10 [2023-09-30T23:13:10.759Z] --- PASS: TestAuthZPluginAllowRequest (1.07s)
23:13:10 [2023-09-30T23:13:10.759Z] === RUN   TestAuthZPluginTLS
23:13:11 [2023-09-30T23:13:11.331Z] --- PASS: TestAuthZPluginTLS (0.55s)
23:13:11 [2023-09-30T23:13:11.331Z] === RUN   TestAuthZPluginDenyRequest
23:13:11 [2023-09-30T23:13:11.902Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
23:13:11 [2023-09-30T23:13:11.902Z] === RUN   TestAuthZPluginAPIDenyResponse
23:13:12 [2023-09-30T23:13:12.473Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
23:13:12 [2023-09-30T23:13:12.473Z] === RUN   TestAuthZPluginDenyResponse
23:13:13 [2023-09-30T23:13:13.044Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
23:13:13 [2023-09-30T23:13:13.044Z] === RUN   TestAuthZPluginAllowEventStream
23:13:13 [2023-09-30T23:13:13.986Z] 2023/09/30 23:13:13 http: panic serving 127.0.0.1:42934: runtime error: invalid memory address or nil pointer dereference
23:13:13 [2023-09-30T23:13:13.986Z] goroutine 48 [running]:
23:13:13 [2023-09-30T23:13:13.986Z] net/http.(*conn).serve.func1()
23:13:13 [2023-09-30T23:13:13.986Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
23:13:13 [2023-09-30T23:13:13.986Z] panic({0xa71b80?, 0x1578e70?})
23:13:13 [2023-09-30T23:13:13.986Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
23:13:13 [2023-09-30T23:13:13.986Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd69d40, 0x4000140840}, 0xffff73c4c308?)
23:13:13 [2023-09-30T23:13:13.986Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c
23:13:13 [2023-09-30T23:13:13.986Z] net/http.HandlerFunc.ServeHTTP(0x40001d4d00?, {0xd69d40?, 0x4000140840?}, 0x407788?)
23:13:13 [2023-09-30T23:13:13.986Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
23:13:13 [2023-09-30T23:13:13.986Z] net/http.(*ServeMux).ServeHTTP(0xd6fe28?, {0xd69d40, 0x4000140840}, 0x40001d4d00)
23:13:13 [2023-09-30T23:13:13.986Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
23:13:13 [2023-09-30T23:13:13.986Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*Handler).ServeHTTP(0x40003220c0, {0xd68930?, 0x400017a620}, 0x40001d4a00)
23:13:13 [2023-09-30T23:13:13.986Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:213 +0xf40
23:13:13 [2023-09-30T23:13:13.986Z] net/http.serverHandler.ServeHTTP({0xd654e8?}, {0xd68930?, 0x400017a620?}, 0x6?)
23:13:13 [2023-09-30T23:13:13.986Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
23:13:13 [2023-09-30T23:13:13.986Z] net/http.(*conn).serve(0x40000bd7a0, {0xd6fe28, 0x40000ee000})
23:13:13 [2023-09-30T23:13:13.986Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
23:13:13 [2023-09-30T23:13:13.986Z] created by net/http.(*Server).Serve in goroutine 8
23:13:13 [2023-09-30T23:13:13.986Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
23:13:14 [2023-09-30T23:13:14.927Z] 2023/09/30 23:13:14 http: panic serving 127.0.0.1:42918: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
23:13:14 [2023-09-30T23:13:14.927Z] goroutine 171 [running]:
23:13:14 [2023-09-30T23:13:14.927Z] net/http.(*conn).serve.func1()
23:13:14 [2023-09-30T23:13:14.927Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
23:13:14 [2023-09-30T23:13:14.927Z] panic({0xa09260?, 0x4000316690?})
23:13:14 [2023-09-30T23:13:14.927Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
23:13:14 [2023-09-30T23:13:14.927Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd69d40, 0x4000140900}, 0xffff73c4c308?)
23:13:14 [2023-09-30T23:13:14.927Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
23:13:14 [2023-09-30T23:13:14.927Z] net/http.HandlerFunc.ServeHTTP(0x40001d5000?, {0xd69d40?, 0x4000140900?}, 0x407788?)
23:13:14 [2023-09-30T23:13:14.927Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
23:13:14 [2023-09-30T23:13:14.927Z] net/http.(*ServeMux).ServeHTTP(0xd6fe28?, {0xd69d40, 0x4000140900}, 0x40001d5000)
23:13:14 [2023-09-30T23:13:14.927Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
23:13:14 [2023-09-30T23:13:14.927Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*Handler).ServeHTTP(0x40003220c0, {0xd68930?, 0x400017a700}, 0x40001d4f00)
23:13:14 [2023-09-30T23:13:14.927Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:213 +0xf40
23:13:14 [2023-09-30T23:13:14.927Z] net/http.serverHandler.ServeHTTP({0x4000425b30?}, {0xd68930?, 0x400017a700?}, 0x6?)
23:13:14 [2023-09-30T23:13:14.927Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
23:13:14 [2023-09-30T23:13:14.927Z] net/http.(*conn).serve(0x40002e3320, {0xd6fe28, 0x40000ee000})
23:13:14 [2023-09-30T23:13:14.927Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
23:13:14 [2023-09-30T23:13:14.927Z] created by net/http.(*Server).Serve in goroutine 8
23:13:14 [2023-09-30T23:13:14.927Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
23:13:16 [2023-09-30T23:13:16.837Z] 2023/09/30 23:13:16 http: panic serving 127.0.0.1:36228: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
23:13:16 [2023-09-30T23:13:16.837Z] goroutine 112 [running]:
23:13:16 [2023-09-30T23:13:16.837Z] net/http.(*conn).serve.func1()
23:13:16 [2023-09-30T23:13:16.837Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
23:13:16 [2023-09-30T23:13:16.837Z] panic({0xa09260?, 0x4000316730?})
23:13:16 [2023-09-30T23:13:16.837Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
23:13:16 [2023-09-30T23:13:16.837Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd69d40, 0x40001409c0}, 0xffff73c4c308?)
23:13:16 [2023-09-30T23:13:16.837Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
23:13:16 [2023-09-30T23:13:16.837Z] net/http.HandlerFunc.ServeHTTP(0x40001d5200?, {0xd69d40?, 0x40001409c0?}, 0x407788?)
23:13:16 [2023-09-30T23:13:16.837Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
23:13:16 [2023-09-30T23:13:16.837Z] net/http.(*ServeMux).ServeHTTP(0xd6fe28?, {0xd69d40, 0x40001409c0}, 0x40001d5200)
23:13:16 [2023-09-30T23:13:16.837Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
23:13:16 [2023-09-30T23:13:16.837Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*Handler).ServeHTTP(0x40003220c0, {0xd68930?, 0x400017a7e0}, 0x40001d5100)
23:13:16 [2023-09-30T23:13:16.837Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:213 +0xf40
23:13:16 [2023-09-30T23:13:16.837Z] net/http.serverHandler.ServeHTTP({0x40001179e0?}, {0xd68930?, 0x400017a7e0?}, 0x6?)
23:13:16 [2023-09-30T23:13:16.837Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
23:13:16 [2023-09-30T23:13:16.837Z] net/http.(*conn).serve(0x40002e2510, {0xd6fe28, 0x40000ee000})
23:13:16 [2023-09-30T23:13:16.837Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
23:13:16 [2023-09-30T23:13:16.837Z] created by net/http.(*Server).Serve in goroutine 8
23:13:16 [2023-09-30T23:13:16.837Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
23:13:19 [2023-09-30T23:13:19.379Z] --- PASS: TestAuthZPluginAllowEventStream (6.11s)
23:13:19 [2023-09-30T23:13:19.379Z] === RUN   TestAuthZPluginErrorResponse
23:13:19 [2023-09-30T23:13:19.639Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
23:13:19 [2023-09-30T23:13:19.639Z] === RUN   TestAuthZPluginErrorRequest
23:13:20 [2023-09-30T23:13:20.210Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
23:13:20 [2023-09-30T23:13:20.210Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:13:20 [2023-09-30T23:13:20.781Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
23:13:20 [2023-09-30T23:13:20.781Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
23:13:22 [2023-09-30T23:13:22.165Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.22s)
23:13:22 [2023-09-30T23:13:22.165Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
23:13:23 [2023-09-30T23:13:23.106Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.17s)
23:13:23 [2023-09-30T23:13:23.106Z] === RUN   TestAuthZPluginHeader
23:13:23 [2023-09-30T23:13:23.677Z] --- PASS: TestAuthZPluginHeader (0.61s)
23:13:23 [2023-09-30T23:13:23.677Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
23:13:23 [2023-09-30T23:13:23.677Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
23:13:23 [2023-09-30T23:13:23.677Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
23:13:23 [2023-09-30T23:13:23.677Z] === RUN   TestAuthZPluginV2Disable
23:13:23 [2023-09-30T23:13:23.677Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
23:13:23 [2023-09-30T23:13:23.677Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
23:13:23 [2023-09-30T23:13:23.677Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
23:13:23 [2023-09-30T23:13:23.677Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
23:13:23 [2023-09-30T23:13:23.677Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
23:13:23 [2023-09-30T23:13:23.677Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
23:13:23 [2023-09-30T23:13:23.677Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
23:13:23 [2023-09-30T23:13:23.677Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
23:13:23 [2023-09-30T23:13:23.677Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
23:13:41 [2023-09-30T23:13:41.785Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s)
23:13:41 [2023-09-30T23:13:41.785Z] PASS
23:13:41 [2023-09-30T23:13:41.785Z] 
23:13:41 [2023-09-30T23:13:41.785Z] === Skipped
23:13:41 [2023-09-30T23:13:41.785Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
23:13:41 [2023-09-30T23:13:41.785Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
23:13:41 [2023-09-30T23:13:41.785Z] 
23:13:41 [2023-09-30T23:13:41.785Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
23:13:41 [2023-09-30T23:13:41.785Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
23:13:41 [2023-09-30T23:13:41.785Z] 
23:13:41 [2023-09-30T23:13:41.785Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
23:13:41 [2023-09-30T23:13:41.785Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
23:13:41 [2023-09-30T23:13:41.785Z] 
23:13:41 [2023-09-30T23:13:41.785Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
23:13:41 [2023-09-30T23:13:41.785Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
23:13:41 [2023-09-30T23:13:41.785Z] 
23:13:41 [2023-09-30T23:13:41.785Z] DONE 17 tests, 4 skipped in 30.849s
23:13:41 [2023-09-30T23:13:41.785Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m  
23:13:41 [2023-09-30T23:13:41.785Z] ++ '[' -n '' ']'
23:13:41 [2023-09-30T23:13:41.785Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
23:13:41 [2023-09-30T23:13:41.785Z] ++ set -e
23:13:41 [2023-09-30T23:13:41.785Z] ++ '[' -n 0 ']'
23:13:41 [2023-09-30T23:13:41.785Z] ++ set -x
23:13:41 [2023-09-30T23:13:41.785Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
23:13:41 [2023-09-30T23:13:41.785Z] INFO: Testing against a local daemon
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInvalidJSON
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
23:13:41 [2023-09-30T23:13:41.786Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
23:13:41 [2023-09-30T23:13:41.786Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInvalidJSON/plugins/pull
23:13:41 [2023-09-30T23:13:41.786Z] === PAUSE TestPluginInvalidJSON/plugins/pull
23:13:41 [2023-09-30T23:13:41.786Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
23:13:41 [2023-09-30T23:13:41.786Z] === CONT  TestPluginInvalidJSON/plugins/pull
23:13:41 [2023-09-30T23:13:41.786Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
23:13:41 [2023-09-30T23:13:41.786Z] --- PASS: TestPluginInvalidJSON (0.01s)
23:13:41 [2023-09-30T23:13:41.786Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
23:13:41 [2023-09-30T23:13:41.786Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
23:13:41 [2023-09-30T23:13:41.786Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
23:13:41 [2023-09-30T23:13:41.786Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
23:13:41 [2023-09-30T23:13:41.786Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
23:13:41 [2023-09-30T23:13:41.786Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
23:13:41 [2023-09-30T23:13:41.786Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
23:13:41 [2023-09-30T23:13:41.786Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
23:13:41 [2023-09-30T23:13:41.786Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
23:13:41 [2023-09-30T23:13:41.786Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
23:13:41 [2023-09-30T23:13:41.786Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
23:13:41 [2023-09-30T23:13:41.786Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
23:13:41 [2023-09-30T23:13:41.786Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
23:13:41 [2023-09-30T23:13:41.786Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
23:13:41 [2023-09-30T23:13:41.786Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInstall
23:13:41 [2023-09-30T23:13:41.786Z] === RUN   TestPluginInstall/no_auth
23:13:44 [2023-09-30T23:13:44.330Z] time="2023-09-30T23:13:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:13:44 [2023-09-30T23:13:44.330Z] time="2023-09-30T23:13:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:abdfb4050a31b350adbf3bcbff70e2a959a98fdb1b972102c4e86e307ab5ee79" mediatype=application/vnd.docker.plugin.v1+json size=522
23:13:44 [2023-09-30T23:13:44.330Z] time="2023-09-30T23:13:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:13:44 [2023-09-30T23:13:44.330Z] time="2023-09-30T23:13:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:abdfb4050a31b350adbf3bcbff70e2a959a98fdb1b972102c4e86e307ab5ee79" mediatype=application/vnd.docker.plugin.v1+json size=522
23:13:44 [2023-09-30T23:13:44.330Z] === RUN   TestPluginInstall/with_htpasswd
23:13:44 [2023-09-30T23:13:44.591Z] time="2023-09-30T23:13:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:13:44 [2023-09-30T23:13:44.591Z] time="2023-09-30T23:13:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e63256dae339d39d37f4d86b34f84ac0670d732ebb303bce58ba2db7356b0dbf" mediatype=application/vnd.docker.plugin.v1+json size=522
23:13:44 [2023-09-30T23:13:44.591Z] time="2023-09-30T23:13:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:13:44 [2023-09-30T23:13:44.591Z] time="2023-09-30T23:13:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e63256dae339d39d37f4d86b34f84ac0670d732ebb303bce58ba2db7356b0dbf" mediatype=application/vnd.docker.plugin.v1+json size=522
23:13:44 [2023-09-30T23:13:44.851Z] === RUN   TestPluginInstall/with_insecure
23:13:45 [2023-09-30T23:13:45.793Z] time="2023-09-30T23:13:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:13:45 [2023-09-30T23:13:45.793Z] time="2023-09-30T23:13:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2f1970edef693185cc009156d1f49e03ddb0a81f5f9365ad36bba20e96f234f0" mediatype=application/vnd.docker.plugin.v1+json size=522
23:13:45 [2023-09-30T23:13:45.793Z] time="2023-09-30T23:13:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:13:45 [2023-09-30T23:13:45.793Z] time="2023-09-30T23:13:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2f1970edef693185cc009156d1f49e03ddb0a81f5f9365ad36bba20e96f234f0" mediatype=application/vnd.docker.plugin.v1+json size=522
23:13:45 [2023-09-30T23:13:45.793Z]     plugin_test.go:204: [d24935c246a6f] daemon is not started
23:13:45 [2023-09-30T23:13:45.793Z] --- PASS: TestPluginInstall (5.07s)
23:13:45 [2023-09-30T23:13:45.793Z]     --- PASS: TestPluginInstall/no_auth (3.69s)
23:13:45 [2023-09-30T23:13:45.793Z]     --- PASS: TestPluginInstall/with_htpasswd (0.45s)
23:13:45 [2023-09-30T23:13:45.793Z]     --- PASS: TestPluginInstall/with_insecure (0.92s)
23:13:45 [2023-09-30T23:13:45.793Z] === RUN   TestPluginsWithRuntimes
23:13:47 [2023-09-30T23:13:47.177Z] === RUN   TestPluginsWithRuntimes/No_Args
23:13:48 [2023-09-30T23:13:48.119Z] === RUN   TestPluginsWithRuntimes/With_Args
23:13:49 [2023-09-30T23:13:49.061Z] --- PASS: TestPluginsWithRuntimes (3.43s)
23:13:49 [2023-09-30T23:13:49.061Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.92s)
23:13:49 [2023-09-30T23:13:49.061Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.91s)
23:13:49 [2023-09-30T23:13:49.061Z] === RUN   TestPluginBackCompatMediaTypes
23:13:49 [2023-09-30T23:13:49.632Z] --- PASS: TestPluginBackCompatMediaTypes (0.49s)
23:13:49 [2023-09-30T23:13:49.632Z] PASS
23:13:49 [2023-09-30T23:13:49.632Z] 
23:13:49 [2023-09-30T23:13:49.632Z] DONE 24 tests in 9.039s
23:13:49 [2023-09-30T23:13:49.632Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m  
23:13:49 [2023-09-30T23:13:49.632Z] ++ '[' -n '' ']'
23:13:49 [2023-09-30T23:13:49.632Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
23:13:49 [2023-09-30T23:13:49.632Z] ++ set -e
23:13:49 [2023-09-30T23:13:49.632Z] ++ '[' -n 0 ']'
23:13:49 [2023-09-30T23:13:49.632Z] ++ set -x
23:13:49 [2023-09-30T23:13:49.632Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
23:13:49 [2023-09-30T23:13:49.632Z] INFO: Testing against a local daemon
23:13:49 [2023-09-30T23:13:49.632Z] === RUN   TestExternalGraphDriver
23:13:49 [2023-09-30T23:13:49.893Z] === RUN   TestExternalGraphDriver/json
23:13:49 [2023-09-30T23:13:49.893Z] === RUN   TestExternalGraphDriver/spec
23:13:49 [2023-09-30T23:13:49.893Z] === RUN   TestExternalGraphDriver/pull
23:13:49 [2023-09-30T23:13:49.893Z] --- PASS: TestExternalGraphDriver (0.33s)
23:13:49 [2023-09-30T23:13:49.893Z]     --- PASS: TestExternalGraphDriver/json (0.00s)
23:13:49 [2023-09-30T23:13:49.893Z]     --- PASS: TestExternalGraphDriver/spec (0.00s)
23:13:49 [2023-09-30T23:13:49.893Z]     --- PASS: TestExternalGraphDriver/pull (0.00s)
23:13:49 [2023-09-30T23:13:49.893Z] === RUN   TestGraphdriverPluginV2
23:13:50 [2023-09-30T23:13:50.464Z]     external_test.go:415: (*Execution).NotAmd64-fm
23:13:50 [2023-09-30T23:13:50.464Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
23:13:50 [2023-09-30T23:13:50.464Z] PASS
23:13:50 [2023-09-30T23:13:50.464Z] 
23:13:50 [2023-09-30T23:13:50.464Z] === Skipped
23:13:50 [2023-09-30T23:13:50.464Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
23:13:50 [2023-09-30T23:13:50.464Z]     external_test.go:415: (*Execution).NotAmd64-fm
23:13:50 [2023-09-30T23:13:50.464Z] 
23:13:50 [2023-09-30T23:13:50.464Z] DONE 5 tests, 1 skipped in 0.692s
23:13:50 [2023-09-30T23:13:50.464Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m  
23:13:50 [2023-09-30T23:13:50.464Z] ++ '[' -n '' ']'
23:13:50 [2023-09-30T23:13:50.464Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
23:13:50 [2023-09-30T23:13:50.464Z] ++ set -e
23:13:50 [2023-09-30T23:13:50.464Z] ++ '[' -n 0 ']'
23:13:50 [2023-09-30T23:13:50.464Z] ++ set -x
23:13:50 [2023-09-30T23:13:50.464Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
23:13:50 [2023-09-30T23:13:50.464Z] INFO: Testing against a local daemon
23:13:50 [2023-09-30T23:13:50.464Z] === RUN   TestContinueAfterPluginCrash
23:13:50 [2023-09-30T23:13:50.464Z] === PAUSE TestContinueAfterPluginCrash
23:13:50 [2023-09-30T23:13:50.464Z] === RUN   TestReadPluginNoRead
23:13:50 [2023-09-30T23:13:50.464Z] === PAUSE TestReadPluginNoRead
23:13:50 [2023-09-30T23:13:50.464Z] === RUN   TestDaemonStartWithLogOpt
23:13:50 [2023-09-30T23:13:50.464Z] === PAUSE TestDaemonStartWithLogOpt
23:13:50 [2023-09-30T23:13:50.464Z] === CONT  TestDaemonStartWithLogOpt
23:13:50 [2023-09-30T23:13:50.464Z] === CONT  TestContinueAfterPluginCrash
23:13:50 [2023-09-30T23:13:50.464Z] === CONT  TestReadPluginNoRead
23:13:52 [2023-09-30T23:13:52.377Z] === RUN   TestReadPluginNoRead/default
23:13:53 [2023-09-30T23:13:53.319Z] --- PASS: TestDaemonStartWithLogOpt (2.71s)
23:13:53 [2023-09-30T23:13:53.890Z] === RUN   TestReadPluginNoRead/disabled_caching
23:13:55 [2023-09-30T23:13:55.273Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
23:13:56 [2023-09-30T23:13:56.215Z]     read_test.go:93: [dd19247a5fef3] daemon is not started
23:13:56 [2023-09-30T23:13:56.215Z] --- PASS: TestReadPluginNoRead (5.80s)
23:13:56 [2023-09-30T23:13:56.215Z]     --- PASS: TestReadPluginNoRead/default (1.28s)
23:13:56 [2023-09-30T23:13:56.215Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.24s)
23:13:56 [2023-09-30T23:13:56.215Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.20s)
23:13:58 [2023-09-30T23:13:58.127Z] --- PASS: TestContinueAfterPluginCrash (7.61s)
23:13:58 [2023-09-30T23:13:58.127Z] PASS
23:13:58 [2023-09-30T23:13:58.127Z] 
23:13:58 [2023-09-30T23:13:58.127Z] DONE 6 tests in 7.653s
23:13:58 [2023-09-30T23:13:58.127Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m  
23:13:58 [2023-09-30T23:13:58.127Z] ++ '[' -n '' ']'
23:13:58 [2023-09-30T23:13:58.127Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
23:13:58 [2023-09-30T23:13:58.127Z] ++ set -e
23:13:58 [2023-09-30T23:13:58.127Z] ++ '[' -n 0 ']'
23:13:58 [2023-09-30T23:13:58.127Z] ++ set -x
23:13:58 [2023-09-30T23:13:58.127Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
23:13:58 [2023-09-30T23:13:58.127Z] testing: warning: no tests to run
23:13:58 [2023-09-30T23:13:58.127Z] PASS
23:13:58 [2023-09-30T23:13:58.127Z] 
23:13:58 [2023-09-30T23:13:58.127Z] DONE 0 tests in 0.008s
23:13:58 [2023-09-30T23:13:58.127Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m  
23:13:58 [2023-09-30T23:13:58.127Z] ++ '[' -n '' ']'
23:13:58 [2023-09-30T23:13:58.127Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
23:13:58 [2023-09-30T23:13:58.127Z] ++ set -e
23:13:58 [2023-09-30T23:13:58.127Z] ++ '[' -n 0 ']'
23:13:58 [2023-09-30T23:13:58.127Z] ++ set -x
23:13:58 [2023-09-30T23:13:58.127Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
23:13:58 [2023-09-30T23:13:58.127Z] INFO: Testing against a local daemon
23:13:58 [2023-09-30T23:13:58.127Z] === RUN   TestPluginWithDevMounts
23:13:58 [2023-09-30T23:13:58.127Z] === PAUSE TestPluginWithDevMounts
23:13:58 [2023-09-30T23:13:58.127Z] === CONT  TestPluginWithDevMounts
23:13:59 [2023-09-30T23:13:59.510Z] --- PASS: TestPluginWithDevMounts (1.51s)
23:13:59 [2023-09-30T23:13:59.510Z] PASS
23:13:59 [2023-09-30T23:13:59.510Z] 
23:13:59 [2023-09-30T23:13:59.510Z] DONE 1 tests in 1.550s
23:13:59 [2023-09-30T23:13:59.510Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m  
23:13:59 [2023-09-30T23:13:59.510Z] ++ '[' -n '' ']'
23:13:59 [2023-09-30T23:13:59.510Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
23:13:59 [2023-09-30T23:13:59.510Z] ++ set -e
23:13:59 [2023-09-30T23:13:59.510Z] ++ '[' -n 0 ']'
23:13:59 [2023-09-30T23:13:59.510Z] ++ set -x
23:13:59 [2023-09-30T23:13:59.510Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
23:13:59 [2023-09-30T23:13:59.510Z] INFO: Testing against a local daemon
23:13:59 [2023-09-30T23:13:59.510Z] === RUN   TestSecretInspect
23:14:01 [2023-09-30T23:14:01.424Z] --- PASS: TestSecretInspect (1.91s)
23:14:01 [2023-09-30T23:14:01.424Z] === RUN   TestSecretList
23:14:03 [2023-09-30T23:14:03.965Z] --- PASS: TestSecretList (1.98s)
23:14:03 [2023-09-30T23:14:03.965Z] === RUN   TestSecretsCreateAndDelete
23:14:05 [2023-09-30T23:14:05.347Z] --- PASS: TestSecretsCreateAndDelete (1.89s)
23:14:05 [2023-09-30T23:14:05.347Z] === RUN   TestSecretsUpdate
23:14:07 [2023-09-30T23:14:07.889Z] --- PASS: TestSecretsUpdate (1.99s)
23:14:07 [2023-09-30T23:14:07.889Z] === RUN   TestTemplatedSecret
23:14:10 [2023-09-30T23:14:10.431Z] --- PASS: TestTemplatedSecret (2.63s)
23:14:10 [2023-09-30T23:14:10.431Z] === RUN   TestSecretCreateResolve
23:14:12 [2023-09-30T23:14:12.342Z] --- PASS: TestSecretCreateResolve (2.00s)
23:14:12 [2023-09-30T23:14:12.342Z] PASS
23:14:12 [2023-09-30T23:14:12.342Z] 
23:14:12 [2023-09-30T23:14:12.342Z] DONE 6 tests in 12.428s
23:14:12 [2023-09-30T23:14:12.342Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m  
23:14:12 [2023-09-30T23:14:12.342Z] ++ '[' -n '' ']'
23:14:12 [2023-09-30T23:14:12.342Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
23:14:12 [2023-09-30T23:14:12.342Z] ++ set -e
23:14:12 [2023-09-30T23:14:12.342Z] ++ '[' -n 0 ']'
23:14:12 [2023-09-30T23:14:12.342Z] ++ set -x
23:14:12 [2023-09-30T23:14:12.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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
23:14:12 [2023-09-30T23:14:12.342Z] INFO: Testing against a local daemon
23:14:12 [2023-09-30T23:14:12.342Z] === RUN   TestServiceCreateInit
23:14:12 [2023-09-30T23:14:12.342Z] === RUN   TestServiceCreateInit/daemonInitDisabled
23:14:16 [2023-09-30T23:14:16.543Z] === RUN   TestServiceCreateInit/daemonInitEnabled
23:14:19 [2023-09-30T23:14:19.840Z] --- PASS: TestServiceCreateInit (7.66s)
23:14:19 [2023-09-30T23:14:19.840Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.73s)
23:14:19 [2023-09-30T23:14:19.840Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.92s)
23:14:19 [2023-09-30T23:14:19.840Z] === RUN   TestCreateServiceMultipleTimes
23:14:34 [2023-09-30T23:14:34.738Z] --- PASS: TestCreateServiceMultipleTimes (14.88s)
23:14:34 [2023-09-30T23:14:34.738Z] === RUN   TestCreateServiceConflict
23:14:36 [2023-09-30T23:14:36.649Z] --- PASS: TestCreateServiceConflict (1.91s)
23:14:36 [2023-09-30T23:14:36.649Z] === RUN   TestCreateServiceMaxReplicas
23:14:39 [2023-09-30T23:14:39.191Z] --- PASS: TestCreateServiceMaxReplicas (2.73s)
23:14:39 [2023-09-30T23:14:39.191Z] === RUN   TestCreateServiceSecretFileMode
23:14:54 [2023-09-30T23:14:54.091Z] --- PASS: TestCreateServiceSecretFileMode (12.57s)
23:14:54 [2023-09-30T23:14:54.091Z] === RUN   TestCreateServiceConfigFileMode
23:15:06 [2023-09-30T23:15:06.311Z] --- PASS: TestCreateServiceConfigFileMode (12.72s)
23:15:06 [2023-09-30T23:15:06.311Z] === RUN   TestCreateServiceSysctls
23:15:07 [2023-09-30T23:15:07.693Z] --- PASS: TestCreateServiceSysctls (3.14s)
23:15:07 [2023-09-30T23:15:07.693Z] === RUN   TestCreateServiceCapabilities
23:15:10 [2023-09-30T23:15:10.232Z] --- PASS: TestCreateServiceCapabilities (2.49s)
23:15:10 [2023-09-30T23:15:10.232Z] === RUN   TestInspect
23:15:13 [2023-09-30T23:15:13.528Z] --- PASS: TestInspect (2.85s)
23:15:13 [2023-09-30T23:15:13.528Z] === RUN   TestCreateJob
23:15:16 [2023-09-30T23:15:16.068Z] --- PASS: TestCreateJob (3.17s)
23:15:16 [2023-09-30T23:15:16.068Z] === RUN   TestReplicatedJob
23:15:21 [2023-09-30T23:15:21.349Z] --- PASS: TestReplicatedJob (5.25s)
23:15:21 [2023-09-30T23:15:21.349Z] === RUN   TestUpdateReplicatedJob
23:15:24 [2023-09-30T23:15:24.646Z] --- PASS: TestUpdateReplicatedJob (3.28s)
23:15:24 [2023-09-30T23:15:24.646Z] === RUN   TestServiceListWithStatuses
23:15:24 [2023-09-30T23:15:24.646Z]     list_test.go:33: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:15:24 [2023-09-30T23:15:24.646Z] --- SKIP: TestServiceListWithStatuses (0.00s)
23:15:24 [2023-09-30T23:15:24.646Z] === RUN   TestDockerNetworkConnectAlias
23:15:28 [2023-09-30T23:15:28.845Z] --- PASS: TestDockerNetworkConnectAlias (3.98s)
23:15:28 [2023-09-30T23:15:28.845Z] === RUN   TestDockerNetworkReConnect
23:15:32 [2023-09-30T23:15:32.140Z] --- PASS: TestDockerNetworkReConnect (3.32s)
23:15:32 [2023-09-30T23:15:32.140Z] === RUN   TestServicePlugin
23:15:32 [2023-09-30T23:15:32.140Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
23:15:32 [2023-09-30T23:15:32.140Z] --- SKIP: TestServicePlugin (0.00s)
23:15:32 [2023-09-30T23:15:32.140Z] === RUN   TestServiceUpdateLabel
23:15:34 [2023-09-30T23:15:34.048Z] --- PASS: TestServiceUpdateLabel (1.85s)
23:15:34 [2023-09-30T23:15:34.048Z] === RUN   TestServiceUpdateSecrets
23:15:48 [2023-09-30T23:15:48.946Z] --- PASS: TestServiceUpdateSecrets (14.44s)
23:15:48 [2023-09-30T23:15:48.946Z] === RUN   TestServiceUpdateConfigs
23:16:03 [2023-09-30T23:16:03.842Z] --- PASS: TestServiceUpdateConfigs (14.49s)
23:16:03 [2023-09-30T23:16:03.842Z] === RUN   TestServiceUpdateNetwork
23:16:16 [2023-09-30T23:16:16.064Z] --- PASS: TestServiceUpdateNetwork (12.03s)
23:16:16 [2023-09-30T23:16:16.065Z] === RUN   TestServiceUpdatePidsLimit
23:16:16 [2023-09-30T23:16:16.065Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
23:16:16 [2023-09-30T23:16:16.635Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
23:16:24 [2023-09-30T23:16:24.765Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
23:16:31 [2023-09-30T23:16:31.341Z] --- PASS: TestServiceUpdatePidsLimit (16.15s)
23:16:31 [2023-09-30T23:16:31.341Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
23:16:31 [2023-09-30T23:16:31.341Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s)
23:16:31 [2023-09-30T23:16:31.341Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s)
23:16:31 [2023-09-30T23:16:31.341Z] PASS
23:16:31 [2023-09-30T23:16:31.341Z] 
23:16:31 [2023-09-30T23:16:31.341Z] === Skipped
23:16:31 [2023-09-30T23:16:31.341Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
23:16:31 [2023-09-30T23:16:31.341Z]     list_test.go:33: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:16:31 [2023-09-30T23:16:31.341Z] 
23:16:31 [2023-09-30T23:16:31.341Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
23:16:31 [2023-09-30T23:16:31.341Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
23:16:31 [2023-09-30T23:16:31.341Z] 
23:16:31 [2023-09-30T23:16:31.341Z] DONE 26 tests, 2 skipped in 138.967s
23:16:31 [2023-09-30T23:16:31.341Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m  
23:16:31 [2023-09-30T23:16:31.341Z] ++ '[' -n '' ']'
23:16:31 [2023-09-30T23:16:31.341Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
23:16:31 [2023-09-30T23:16:31.341Z] ++ set -e
23:16:31 [2023-09-30T23:16:31.341Z] ++ '[' -n 0 ']'
23:16:31 [2023-09-30T23:16:31.341Z] ++ set -x
23:16:31 [2023-09-30T23:16:31.341Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
23:16:31 [2023-09-30T23:16:31.341Z] INFO: Testing against a local daemon
23:16:31 [2023-09-30T23:16:31.341Z] === RUN   TestSessionCreate
23:16:31 [2023-09-30T23:16:31.341Z] --- PASS: TestSessionCreate (0.02s)
23:16:31 [2023-09-30T23:16:31.341Z] === RUN   TestSessionCreateWithBadUpgrade
23:16:31 [2023-09-30T23:16:31.341Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
23:16:31 [2023-09-30T23:16:31.341Z] PASS
23:16:31 [2023-09-30T23:16:31.341Z] 
23:16:31 [2023-09-30T23:16:31.341Z] DONE 2 tests in 0.064s
23:16:31 [2023-09-30T23:16:31.341Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m  
23:16:31 [2023-09-30T23:16:31.341Z] ++ '[' -n '' ']'
23:16:31 [2023-09-30T23:16:31.341Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
23:16:31 [2023-09-30T23:16:31.341Z] ++ set -e
23:16:31 [2023-09-30T23:16:31.341Z] ++ '[' -n 0 ']'
23:16:31 [2023-09-30T23:16:31.341Z] ++ set -x
23:16:31 [2023-09-30T23:16:31.341Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
23:16:31 [2023-09-30T23:16:31.341Z] INFO: Testing against a local daemon
23:16:31 [2023-09-30T23:16:31.341Z] === RUN   TestCgroupDriverSystemdMemoryLimit
23:16:31 [2023-09-30T23:16:31.341Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
23:16:31 [2023-09-30T23:16:31.341Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
23:16:31 [2023-09-30T23:16:31.341Z] === RUN   TestDiskUsage
23:16:31 [2023-09-30T23:16:31.341Z] === PAUSE TestDiskUsage
23:16:31 [2023-09-30T23:16:31.341Z] === RUN   TestEventsExecDie
23:16:31 [2023-09-30T23:16:31.601Z] --- PASS: TestEventsExecDie (0.59s)
23:16:31 [2023-09-30T23:16:31.601Z] === RUN   TestEventsBackwardsCompatible
23:16:31 [2023-09-30T23:16:31.861Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
23:16:31 [2023-09-30T23:16:31.861Z] === RUN   TestEventsVolumeCreate
23:16:31 [2023-09-30T23:16:31.861Z] --- PASS: TestEventsVolumeCreate (0.05s)
23:16:31 [2023-09-30T23:16:31.861Z] === RUN   TestInfoBinaryCommits
23:16:31 [2023-09-30T23:16:31.861Z] --- PASS: TestInfoBinaryCommits (0.02s)
23:16:31 [2023-09-30T23:16:31.861Z] === RUN   TestInfoAPIVersioned
23:16:31 [2023-09-30T23:16:31.861Z] --- PASS: TestInfoAPIVersioned (0.01s)
23:16:31 [2023-09-30T23:16:31.861Z] === RUN   TestInfoAPI
23:16:31 [2023-09-30T23:16:31.861Z] --- PASS: TestInfoAPI (0.02s)
23:16:31 [2023-09-30T23:16:31.861Z] === RUN   TestInfoAPIWarnings
23:16:49 [2023-09-30T23:16:49.963Z] --- PASS: TestInfoAPIWarnings (16.54s)
23:16:49 [2023-09-30T23:16:49.963Z] === RUN   TestInfoDebug
23:16:49 [2023-09-30T23:16:49.963Z] --- PASS: TestInfoDebug (0.52s)
23:16:49 [2023-09-30T23:16:49.963Z] === RUN   TestInfoInsecureRegistries
23:16:49 [2023-09-30T23:16:49.963Z] --- PASS: TestInfoInsecureRegistries (0.52s)
23:16:49 [2023-09-30T23:16:49.963Z] === RUN   TestInfoRegistryMirrors
23:16:49 [2023-09-30T23:16:49.963Z] --- PASS: TestInfoRegistryMirrors (0.52s)
23:16:49 [2023-09-30T23:16:49.963Z] === RUN   TestLoginFailsWithBadCredentials
23:16:50 [2023-09-30T23:16:50.902Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s)
23:16:50 [2023-09-30T23:16:50.902Z] === RUN   TestPingCacheHeaders
23:16:50 [2023-09-30T23:16:50.902Z] --- PASS: TestPingCacheHeaders (0.02s)
23:16:50 [2023-09-30T23:16:50.902Z] === RUN   TestPingGet
23:16:50 [2023-09-30T23:16:50.902Z] --- PASS: TestPingGet (0.01s)
23:16:50 [2023-09-30T23:16:50.902Z] === RUN   TestPingHead
23:16:50 [2023-09-30T23:16:50.902Z] --- PASS: TestPingHead (0.02s)
23:16:50 [2023-09-30T23:16:50.902Z] === RUN   TestPingSwarmHeader
23:16:51 [2023-09-30T23:16:51.471Z] === RUN   TestPingSwarmHeader/before_swarm_init
23:16:52 [2023-09-30T23:16:52.040Z] === RUN   TestPingSwarmHeader/after_swarm_init
23:16:52 [2023-09-30T23:16:52.979Z] === RUN   TestPingSwarmHeader/after_swarm_leave
23:16:52 [2023-09-30T23:16:52.979Z] --- PASS: TestPingSwarmHeader (1.89s)
23:16:52 [2023-09-30T23:16:52.979Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
23:16:52 [2023-09-30T23:16:52.979Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
23:16:52 [2023-09-30T23:16:52.979Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
23:16:52 [2023-09-30T23:16:52.979Z] === RUN   TestPingBuilderHeader
23:16:52 [2023-09-30T23:16:52.979Z] === RUN   TestPingBuilderHeader/default_config
23:16:53 [2023-09-30T23:16:53.548Z] === RUN   TestPingBuilderHeader/buildkit_disabled
23:16:54 [2023-09-30T23:16:54.118Z] --- PASS: TestPingBuilderHeader (1.04s)
23:16:54 [2023-09-30T23:16:54.118Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
23:16:54 [2023-09-30T23:16:54.118Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
23:16:54 [2023-09-30T23:16:54.118Z] === RUN   TestVersion
23:16:54 [2023-09-30T23:16:54.118Z] --- PASS: TestVersion (0.02s)
23:16:54 [2023-09-30T23:16:54.118Z] === CONT  TestDiskUsage
23:16:54 [2023-09-30T23:16:54.378Z] === RUN   TestDiskUsage/empty
23:16:54 [2023-09-30T23:16:54.378Z] === RUN   TestDiskUsage/empty/container_types
23:16:54 [2023-09-30T23:16:54.378Z] === RUN   TestDiskUsage/empty/image_types
23:16:54 [2023-09-30T23:16:54.378Z] === RUN   TestDiskUsage/empty/volume_types
23:16:54 [2023-09-30T23:16:54.378Z] === RUN   TestDiskUsage/empty/build-cache_types
23:16:54 [2023-09-30T23:16:54.378Z] === RUN   TestDiskUsage/empty/container,_volume_types
23:16:54 [2023-09-30T23:16:54.378Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
23:16:54 [2023-09-30T23:16:54.378Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
23:16:54 [2023-09-30T23:16:54.378Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
23:16:54 [2023-09-30T23:16:54.378Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
23:16:54 [2023-09-30T23:16:54.378Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
23:16:54 [2023-09-30T23:16:54.378Z] === RUN   TestDiskUsage/after_LoadBusybox
23:16:54 [2023-09-30T23:16:54.638Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
23:16:54 [2023-09-30T23:16:54.638Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
23:16:54 [2023-09-30T23:16:54.638Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
23:16:54 [2023-09-30T23:16:54.638Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
23:16:54 [2023-09-30T23:16:54.638Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
23:16:54 [2023-09-30T23:16:54.638Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
23:16:54 [2023-09-30T23:16:54.638Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
23:16:54 [2023-09-30T23:16:54.638Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
23:16:54 [2023-09-30T23:16:54.638Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
23:16:54 [2023-09-30T23:16:54.638Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
23:16:54 [2023-09-30T23:16:54.638Z] === RUN   TestDiskUsage/after_container.Run
23:16:54 [2023-09-30T23:16:54.898Z] === RUN   TestDiskUsage/after_container.Run/container_types
23:16:54 [2023-09-30T23:16:54.898Z] === RUN   TestDiskUsage/after_container.Run/image_types
23:16:54 [2023-09-30T23:16:54.898Z] === RUN   TestDiskUsage/after_container.Run/volume_types
23:16:54 [2023-09-30T23:16:54.898Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
23:16:54 [2023-09-30T23:16:54.898Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
23:16:54 [2023-09-30T23:16:54.898Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
23:16:54 [2023-09-30T23:16:54.898Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
23:16:54 [2023-09-30T23:16:54.898Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
23:16:54 [2023-09-30T23:16:54.898Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
23:16:54 [2023-09-30T23:16:54.898Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
23:16:55 [2023-09-30T23:16:55.158Z] --- PASS: TestDiskUsage (1.09s)
23:16:55 [2023-09-30T23:16:55.158Z]     --- PASS: TestDiskUsage/empty (0.01s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.09s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]     --- PASS: TestDiskUsage/after_container.Run (0.28s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z] PASS
23:16:55 [2023-09-30T23:16:55.158Z] 
23:16:55 [2023-09-30T23:16:55.158Z] === Skipped
23:16:55 [2023-09-30T23:16:55.158Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
23:16:55 [2023-09-30T23:16:55.158Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
23:16:55 [2023-09-30T23:16:55.158Z] 
23:16:55 [2023-09-30T23:16:55.158Z] DONE 57 tests, 1 skipped in 23.972s
23:16:55 [2023-09-30T23:16:55.158Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m  
23:16:55 [2023-09-30T23:16:55.158Z] ++ '[' -n '' ']'
23:16:55 [2023-09-30T23:16:55.158Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
23:16:55 [2023-09-30T23:16:55.158Z] ++ set -e
23:16:55 [2023-09-30T23:16:55.158Z] ++ '[' -n 0 ']'
23:16:55 [2023-09-30T23:16:55.158Z] ++ set -x
23:16:55 [2023-09-30T23:16:55.158Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.TULoAMjC4k/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
23:16:55 [2023-09-30T23:16:55.158Z] INFO: Testing against a local daemon
23:16:55 [2023-09-30T23:16:55.158Z] === RUN   TestVolumesCreateAndList
23:16:55 [2023-09-30T23:16:55.158Z] --- PASS: TestVolumesCreateAndList (0.02s)
23:16:55 [2023-09-30T23:16:55.158Z] === RUN   TestVolumesRemove
23:16:55 [2023-09-30T23:16:55.158Z] === RUN   TestVolumesRemove/volume_in_use
23:16:55 [2023-09-30T23:16:55.158Z] === RUN   TestVolumesRemove/volume_not_in_use
23:16:55 [2023-09-30T23:16:55.158Z] === RUN   TestVolumesRemove/non-existing_volume
23:16:55 [2023-09-30T23:16:55.159Z] === RUN   TestVolumesRemove/non-existing_volume_force
23:16:55 [2023-09-30T23:16:55.159Z] --- PASS: TestVolumesRemove (0.07s)
23:16:55 [2023-09-30T23:16:55.159Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
23:16:55 [2023-09-30T23:16:55.159Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
23:16:55 [2023-09-30T23:16:55.159Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
23:16:55 [2023-09-30T23:16:55.159Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
23:16:55 [2023-09-30T23:16:55.159Z] === RUN   TestVolumesRemoveSwarmEnabled
23:16:55 [2023-09-30T23:16:55.159Z] === PAUSE TestVolumesRemoveSwarmEnabled
23:16:55 [2023-09-30T23:16:55.159Z] === RUN   TestVolumesInspect
23:16:55 [2023-09-30T23:16:55.159Z] --- PASS: TestVolumesInspect (0.01s)
23:16:55 [2023-09-30T23:16:55.159Z] === RUN   TestVolumesInvalidJSON
23:16:55 [2023-09-30T23:16:55.159Z] === RUN   TestVolumesInvalidJSON/volumes/create
23:16:55 [2023-09-30T23:16:55.159Z] === PAUSE TestVolumesInvalidJSON/volumes/create
23:16:55 [2023-09-30T23:16:55.159Z] === CONT  TestVolumesInvalidJSON/volumes/create
23:16:55 [2023-09-30T23:16:55.159Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
23:16:55 [2023-09-30T23:16:55.159Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
23:16:55 [2023-09-30T23:16:55.159Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
23:16:55 [2023-09-30T23:16:55.159Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
23:16:55 [2023-09-30T23:16:55.159Z] --- PASS: TestVolumesInvalidJSON (0.01s)
23:16:55 [2023-09-30T23:16:55.159Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
23:16:55 [2023-09-30T23:16:55.159Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
23:16:55 [2023-09-30T23:16:55.159Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
23:16:55 [2023-09-30T23:16:55.159Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
23:16:55 [2023-09-30T23:16:55.159Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
23:16:55 [2023-09-30T23:16:55.159Z] === RUN   TestVolumePruneAnonymous
23:16:55 [2023-09-30T23:16:55.159Z] --- PASS: TestVolumePruneAnonymous (0.03s)
23:16:55 [2023-09-30T23:16:55.159Z] === RUN   TestVolumePruneAnonFromImage
23:16:55 [2023-09-30T23:16:55.418Z] --- PASS: TestVolumePruneAnonFromImage (0.14s)
23:16:55 [2023-09-30T23:16:55.418Z] === CONT  TestVolumesRemoveSwarmEnabled
23:16:56 [2023-09-30T23:16:56.799Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
23:16:56 [2023-09-30T23:16:56.799Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
23:16:56 [2023-09-30T23:16:56.799Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
23:16:56 [2023-09-30T23:16:56.799Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
23:16:57 [2023-09-30T23:16:57.368Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.88s)
23:16:57 [2023-09-30T23:16:57.368Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
23:16:57 [2023-09-30T23:16:57.368Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
23:16:57 [2023-09-30T23:16:57.368Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
23:16:57 [2023-09-30T23:16:57.368Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
23:16:57 [2023-09-30T23:16:57.368Z] PASS
23:16:57 [2023-09-30T23:16:57.368Z] 
23:16:57 [2023-09-30T23:16:57.368Z] DONE 20 tests in 2.205s
23:16:57 [2023-09-30T23:16:57.368Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
23:16:57 [2023-09-30T23:16:57.368Z] ++++ cat bundles/test-integration/docker.pid
23:16:57 [2023-09-30T23:16:57.368Z] +++ kill 23664
23:16:58 [2023-09-30T23:16:58.754Z] +++ /etc/init.d/apparmor stop
23:16:58 [2023-09-30T23:16:58.754Z] Leaving: AppArmorNo profiles have been unloaded.
23:16:58 [2023-09-30T23:16:58.754Z] 
23:16:58 [2023-09-30T23:16:58.754Z] Unloading profiles will leave already running processes permanently
23:16:58 [2023-09-30T23:16:58.754Z] unconfined, which can lead to unexpected situations.
23:16:58 [2023-09-30T23:16:58.754Z] 
23:16:58 [2023-09-30T23:16:58.754Z] To set a process to complain mode, use the command line tool
23:16:58 [2023-09-30T23:16:58.754Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
23:16:58 [2023-09-30T23:16:58.754Z] +++ true
23:16:58 [2023-09-30T23:16:58.754Z] exiting test-integration
23:16:58 [2023-09-30T23:16:58.754Z] ++ exit 0
23:16:58 [2023-09-30T23:16:58.754Z] 
Post stage
[Pipeline] junit
23:17:00 [2023-09-30T23:17:00.148Z] Recording test results
23:17:00 [2023-09-30T23:17:00.328Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
23:17:00 [2023-09-30T23:17:00.622Z] + echo Ensuring container killed.
23:17:00 [2023-09-30T23:17:00.622Z] Ensuring container killed.
23:17:00 [2023-09-30T23:17:00.622Z] + docker rm -vf docker-pr1
23:17:00 [2023-09-30T23:17:00.622Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
23:17:00 [2023-09-30T23:17:00.907Z] + echo Chowning /workspace to jenkins user
23:17:00 [2023-09-30T23:17:00.907Z] Chowning /workspace to jenkins user
23:17:00 [2023-09-30T23:17:00.907Z] + id -u
23:17:00 [2023-09-30T23:17:00.907Z] + id -g
23:17:00 [2023-09-30T23:17:00.907Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46573:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
23:17:02 [2023-09-30T23:17:02.137Z] + bundleName=arm64-integration
23:17:02 [2023-09-30T23:17:02.137Z] + echo Creating arm64-integration-bundles.tar.gz
23:17:02 [2023-09-30T23:17:02.137Z] Creating arm64-integration-bundles.tar.gz
23:17:02 [2023-09-30T23:17:02.137Z] + find bundles -path+  */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
23:17:02 [2023-09-30T23:17:02.137Z] xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
23:17:02 [2023-09-30T23:17:02.411Z] Archiving artifacts
23:17:02 [2023-09-30T23:17:02.722Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-46573/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:17:03 [2023-09-30T23:17:03.012Z] + make clean
23:17:03 [2023-09-30T23:17:03.012Z] docker volume rm -f docker-dev-cache docker-mod-cache
23:17:03 [2023-09-30T23:17:03.012Z] docker-dev-cache
23:17:03 [2023-09-30T23:17:03.012Z] 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