Skip to content
Success

Console Output

Pull request #46855 opened
17:14:09 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 9b399814e72e5b1efa5cbb75fbde854dd728d5bf+2ef69899dec8b8d264f4ed61ada461fc25e805bb (ae7ff4ed08c60e5daf3abc9b0aaf991be0b4c7e7)
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-46855@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
17:14:11 [2023-11-27T17:14:11.856Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
17:14:11 [2023-11-27T17:14:11.859Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
17:14:12 [2023-11-27T17:14:12.094Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-01023f9860a87c9d8) in /home/ubuntu/workspace/moby_PR-46855
[Pipeline] {
[Pipeline] checkout
17:14:12 [2023-11-27T17:14:12.112Z] The recommended git tool is: git
17:14:12 [2023-11-27T17:14:12.121Z] using credential docker-jenkins-github-credentials
17:14:12 [2023-11-27T17:14:12.136Z] Cloning the remote Git repository
17:14:12 [2023-11-27T17:14:12.136Z] Cloning with configured refspecs honoured and without tags
17:14:12 [2023-11-27T17:14:12.146Z] Cloning repository https://github.com/moby/moby.git
17:14:12 [2023-11-27T17:14:12.146Z]  > git init /home/ubuntu/workspace/moby_PR-46855 # timeout=10
17:14:12 [2023-11-27T17:14:12.151Z] Fetching upstream changes from https://github.com/moby/moby.git
17:14:12 [2023-11-27T17:14:12.151Z]  > git --version # timeout=10
17:14:12 [2023-11-27T17:14:12.153Z]  > git --version # 'git version 2.25.1'
17:14:12 [2023-11-27T17:14:12.153Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:14:12 [2023-11-27T17:14:12.154Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46855/head:refs/remotes/origin/PR-46855 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:14:23 [2023-11-27T17:14:23.693Z] Fetching without tags
17:14:23 [2023-11-27T17:14:23.903Z] Merging remotes/origin/master commit 2ef69899dec8b8d264f4ed61ada461fc25e805bb into PR head commit 9b399814e72e5b1efa5cbb75fbde854dd728d5bf
17:14:24 [2023-11-27T17:14:24.579Z] Merge succeeded, producing 9b399814e72e5b1efa5cbb75fbde854dd728d5bf
17:14:24 [2023-11-27T17:14:24.579Z] Checking out Revision 9b399814e72e5b1efa5cbb75fbde854dd728d5bf (PR-46855)
17:14:23 [2023-11-27T17:14:23.686Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:14:23 [2023-11-27T17:14:23.689Z]  > git config --add remote.origin.fetch +refs/pull/46855/head:refs/remotes/origin/PR-46855 # timeout=10
17:14:23 [2023-11-27T17:14:23.692Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:14:23 [2023-11-27T17:14:23.697Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:14:23 [2023-11-27T17:14:23.703Z] Fetching upstream changes from https://github.com/moby/moby.git
17:14:23 [2023-11-27T17:14:23.703Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:14:23 [2023-11-27T17:14:23.704Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46855/head:refs/remotes/origin/PR-46855 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:14:23 [2023-11-27T17:14:23.913Z]  > git config core.sparsecheckout # timeout=10
17:14:23 [2023-11-27T17:14:23.916Z]  > git checkout -f 9b399814e72e5b1efa5cbb75fbde854dd728d5bf # timeout=10
17:14:24 [2023-11-27T17:14:24.569Z]  > git remote # timeout=10
17:14:24 [2023-11-27T17:14:24.572Z]  > git config --get remote.origin.url # timeout=10
17:14:24 [2023-11-27T17:14:24.574Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:14:24 [2023-11-27T17:14:24.575Z]  > git merge 2ef69899dec8b8d264f4ed61ada461fc25e805bb # timeout=10
17:14:24 [2023-11-27T17:14:24.583Z]  > git rev-parse HEAD^{commit} # timeout=10
17:14:24 [2023-11-27T17:14:24.589Z]  > git config core.sparsecheckout # timeout=10
17:14:24 [2023-11-27T17:14:24.591Z]  > git checkout -f 9b399814e72e5b1efa5cbb75fbde854dd728d5bf # timeout=10
17:14:25 [2023-11-27T17:14:25.382Z] Commit message: "integration-cli/TestCrossRepositoryLayerPush: Change repo name"
17:14:25 [2023-11-27T17:14:25.382Z] First time build. Skipping changelog.
17:14:25 [2023-11-27T17:14:25.401Z]  > git --version # timeout=10
17:14:25 [2023-11-27T17:14:25.404Z]  > git --version # 'git version 2.25.1'
17:14:25 [2023-11-27T17:14:25.407Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
17:14:26 [2023-11-27T17:14:26.151Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46855:/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
17:14:29 [2023-11-27T17:14:29.434Z] 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
17:14:29 [2023-11-27T17:14:29.749Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-01023f9860a87c9d8) in /home/ubuntu/workspace/moby_PR-46855
[Pipeline] {
[Pipeline] checkout
17:14:29 [2023-11-27T17:14:29.765Z] The recommended git tool is: git
17:14:29 [2023-11-27T17:14:29.773Z] using credential docker-jenkins-github-credentials
17:14:29 [2023-11-27T17:14:29.792Z] Fetching changes from the remote Git repository
17:14:29 [2023-11-27T17:14:29.797Z] Fetching without tags
17:14:29 [2023-11-27T17:14:29.997Z] Merging remotes/origin/master commit 2ef69899dec8b8d264f4ed61ada461fc25e805bb into PR head commit 9b399814e72e5b1efa5cbb75fbde854dd728d5bf
17:14:30 [2023-11-27T17:14:30.048Z] Merge succeeded, producing 9b399814e72e5b1efa5cbb75fbde854dd728d5bf
17:14:30 [2023-11-27T17:14:30.049Z] Checking out Revision 9b399814e72e5b1efa5cbb75fbde854dd728d5bf (PR-46855)
17:14:30 [2023-11-27T17:14:30.088Z] Commit message: "integration-cli/TestCrossRepositoryLayerPush: Change repo name"
17:14:30 [2023-11-27T17:14:30.108Z]  > git --version # timeout=10
17:14:30 [2023-11-27T17:14:30.110Z]  > git --version # 'git version 2.25.1'
17:14:30 [2023-11-27T17:14:30.112Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
17:14:29 [2023-11-27T17:14:29.797Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-46855/.git # timeout=10
17:14:29 [2023-11-27T17:14:29.802Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:14:29 [2023-11-27T17:14:29.807Z] Fetching upstream changes from https://github.com/moby/moby.git
17:14:29 [2023-11-27T17:14:29.807Z]  > git --version # timeout=10
17:14:29 [2023-11-27T17:14:29.810Z]  > git --version # 'git version 2.25.1'
17:14:29 [2023-11-27T17:14:29.810Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:14:29 [2023-11-27T17:14:29.811Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46855/head:refs/remotes/origin/PR-46855 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:14:30 [2023-11-27T17:14:30.007Z]  > git config core.sparsecheckout # timeout=10
17:14:30 [2023-11-27T17:14:30.010Z]  > git checkout -f 9b399814e72e5b1efa5cbb75fbde854dd728d5bf # timeout=10
17:14:30 [2023-11-27T17:14:30.039Z]  > git remote # timeout=10
17:14:30 [2023-11-27T17:14:30.042Z]  > git config --get remote.origin.url # timeout=10
17:14:30 [2023-11-27T17:14:30.044Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:14:30 [2023-11-27T17:14:30.045Z]  > git merge 2ef69899dec8b8d264f4ed61ada461fc25e805bb # timeout=10
17:14:30 [2023-11-27T17:14:30.053Z]  > git rev-parse HEAD^{commit} # timeout=10
17:14:30 [2023-11-27T17:14:30.059Z]  > git config core.sparsecheckout # timeout=10
17:14:30 [2023-11-27T17:14:30.061Z]  > git checkout -f 9b399814e72e5b1efa5cbb75fbde854dd728d5bf # timeout=10
17:14:30 [2023-11-27T17:14:30.888Z] + docker version
17:14:30 [2023-11-27T17:14:30.888Z] Client: Docker Engine - Community
17:14:30 [2023-11-27T17:14:30.888Z]  Version:           24.0.2
17:14:30 [2023-11-27T17:14:30.888Z]  API version:       1.43
17:14:30 [2023-11-27T17:14:30.888Z]  Go version:        go1.20.4
17:14:30 [2023-11-27T17:14:30.888Z]  Git commit:        cb74dfc
17:14:30 [2023-11-27T17:14:30.888Z]  Built:             Thu May 25 21:52:41 2023
17:14:30 [2023-11-27T17:14:30.888Z]  OS/Arch:           linux/arm64
17:14:30 [2023-11-27T17:14:30.888Z]  Context:           default
17:14:30 [2023-11-27T17:14:30.888Z] 
17:14:30 [2023-11-27T17:14:30.888Z] Server: Docker Engine - Community
17:14:30 [2023-11-27T17:14:30.888Z]  Engine:
17:14:30 [2023-11-27T17:14:30.888Z]   Version:          24.0.2
17:14:30 [2023-11-27T17:14:30.888Z]   API version:      1.43 (minimum version 1.12)
17:14:30 [2023-11-27T17:14:30.888Z]   Go version:       go1.20.4
17:14:30 [2023-11-27T17:14:30.888Z]   Git commit:       659604f
17:14:30 [2023-11-27T17:14:30.888Z]   Built:            Thu May 25 21:52:41 2023
17:14:30 [2023-11-27T17:14:30.888Z]   OS/Arch:          linux/arm64
17:14:30 [2023-11-27T17:14:30.888Z]   Experimental:     true
17:14:30 [2023-11-27T17:14:30.888Z]  containerd:
17:14:30 [2023-11-27T17:14:30.888Z]   Version:          1.6.21
17:14:30 [2023-11-27T17:14:30.888Z]   GitCommit:        3dce8eb055cbb6872793272b4f20ed16117344f8
17:14:30 [2023-11-27T17:14:30.888Z]  runc:
17:14:30 [2023-11-27T17:14:30.888Z]   Version:          1.1.7
17:14:30 [2023-11-27T17:14:30.888Z]   GitCommit:        v1.1.7-0-g860f061
17:14:30 [2023-11-27T17:14:30.888Z]  docker-init:
17:14:30 [2023-11-27T17:14:30.888Z]   Version:          0.19.0
17:14:30 [2023-11-27T17:14:30.888Z]   GitCommit:        de40ad0
[Pipeline] sh
17:14:31 [2023-11-27T17:14:31.169Z] + docker info
17:14:31 [2023-11-27T17:14:31.169Z] Client: Docker Engine - Community
17:14:31 [2023-11-27T17:14:31.169Z]  Version:    24.0.2
17:14:31 [2023-11-27T17:14:31.169Z]  Context:    default
17:14:31 [2023-11-27T17:14:31.169Z]  Debug Mode: false
17:14:31 [2023-11-27T17:14:31.169Z]  Plugins:
17:14:31 [2023-11-27T17:14:31.169Z]   buildx: Docker Buildx (Docker Inc.)
17:14:31 [2023-11-27T17:14:31.169Z]     Version:  v0.11.0
17:14:31 [2023-11-27T17:14:31.169Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
17:14:31 [2023-11-27T17:14:31.169Z]   compose: Docker Compose (Docker Inc.)
17:14:31 [2023-11-27T17:14:31.169Z]     Version:  v2.19.1
17:14:31 [2023-11-27T17:14:31.169Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
17:14:31 [2023-11-27T17:14:31.169Z] 
17:14:31 [2023-11-27T17:14:31.169Z] Server:
17:14:31 [2023-11-27T17:14:31.169Z]  Containers: 0
17:14:31 [2023-11-27T17:14:31.169Z]   Running: 0
17:14:31 [2023-11-27T17:14:31.169Z]   Paused: 0
17:14:31 [2023-11-27T17:14:31.169Z]   Stopped: 0
17:14:31 [2023-11-27T17:14:31.169Z]  Images: 3
17:14:31 [2023-11-27T17:14:31.169Z]  Server Version: 24.0.2
17:14:31 [2023-11-27T17:14:31.169Z]  Storage Driver: overlay2
17:14:31 [2023-11-27T17:14:31.169Z]   Backing Filesystem: extfs
17:14:31 [2023-11-27T17:14:31.169Z]   Supports d_type: true
17:14:31 [2023-11-27T17:14:31.169Z]   Using metacopy: false
17:14:31 [2023-11-27T17:14:31.169Z]   Native Overlay Diff: true
17:14:31 [2023-11-27T17:14:31.169Z]   userxattr: false
17:14:31 [2023-11-27T17:14:31.169Z]  Logging Driver: json-file
17:14:31 [2023-11-27T17:14:31.169Z]  Cgroup Driver: cgroupfs
17:14:31 [2023-11-27T17:14:31.169Z]  Cgroup Version: 1
17:14:31 [2023-11-27T17:14:31.169Z]  Plugins:
17:14:31 [2023-11-27T17:14:31.169Z]   Volume: local
17:14:31 [2023-11-27T17:14:31.169Z]   Network: bridge host ipvlan macvlan null overlay
17:14:31 [2023-11-27T17:14:31.169Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
17:14:31 [2023-11-27T17:14:31.169Z]  Swarm: inactive
17:14:31 [2023-11-27T17:14:31.169Z]  Runtimes: io.containerd.runc.v2 runc
17:14:31 [2023-11-27T17:14:31.169Z]  Default Runtime: runc
17:14:31 [2023-11-27T17:14:31.169Z]  Init Binary: docker-init
17:14:31 [2023-11-27T17:14:31.169Z]  containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
17:14:31 [2023-11-27T17:14:31.169Z]  runc version: v1.1.7-0-g860f061
17:14:31 [2023-11-27T17:14:31.169Z]  init version: de40ad0
17:14:31 [2023-11-27T17:14:31.169Z]  Security Options:
17:14:31 [2023-11-27T17:14:31.169Z]   apparmor
17:14:31 [2023-11-27T17:14:31.169Z]   seccomp
17:14:31 [2023-11-27T17:14:31.169Z]    Profile: builtin
17:14:31 [2023-11-27T17:14:31.169Z]  Kernel Version: 5.15.0-1039-aws
17:14:31 [2023-11-27T17:14:31.169Z]  Operating System: Ubuntu 20.04.6 LTS
17:14:31 [2023-11-27T17:14:31.169Z]  OSType: linux
17:14:31 [2023-11-27T17:14:31.169Z]  Architecture: aarch64
17:14:31 [2023-11-27T17:14:31.169Z]  CPUs: 8
17:14:31 [2023-11-27T17:14:31.169Z]  Total Memory: 30.64GiB
17:14:31 [2023-11-27T17:14:31.169Z]  Name: ip-10-100-127-161
17:14:31 [2023-11-27T17:14:31.169Z]  ID: ef507593-6b20-4340-8f95-bbcbfb83a0a5
17:14:31 [2023-11-27T17:14:31.169Z]  Docker Root Dir: /var/lib/docker
17:14:31 [2023-11-27T17:14:31.169Z]  Debug Mode: false
17:14:31 [2023-11-27T17:14:31.169Z]  Experimental: true
17:14:31 [2023-11-27T17:14:31.169Z]  Insecure Registries:
17:14:31 [2023-11-27T17:14:31.169Z]   127.0.0.0/8
17:14:31 [2023-11-27T17:14:31.169Z]  Live Restore Enabled: true
17:14:31 [2023-11-27T17:14:31.169Z] 
[Pipeline] sh
17:14:31 [2023-11-27T17:14:31.450Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
17:14:31 [2023-11-27T17:14:31.450Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
17:14:31 [2023-11-27T17:14:31.450Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-46855/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
17:14:31 [2023-11-27T17:14:31.450Z] + bash /home/ubuntu/workspace/moby_PR-46855/check-config.sh
17:14:31 [2023-11-27T17:14:31.450Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
17:14:31 [2023-11-27T17:14:31.450Z] info: reading kernel config from /boot/config-5.15.0-1039-aws ...
17:14:31 [2023-11-27T17:14:31.450Z] 
17:14:31 [2023-11-27T17:14:31.450Z] Generally Necessary:
17:14:31 [2023-11-27T17:14:31.450Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
17:14:31 [2023-11-27T17:14:31.450Z] - apparmor: enabled and tools installed
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_NAMESPACES: enabled
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_NET_NS: enabled
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_PID_NS: enabled
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_IPC_NS: enabled
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_UTS_NS: enabled
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_CGROUPS: enabled
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_CGROUP_CPUACCT: enabled
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_CGROUP_DEVICE: enabled
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_CGROUP_FREEZER: enabled
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_CGROUP_SCHED: enabled
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_CPUSETS: enabled
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_MEMCG: enabled
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_KEYS: enabled
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_VETH: enabled (as module)
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_BRIDGE: enabled (as module)
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_IP_NF_FILTER: enabled (as module)
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
17:14:31 [2023-11-27T17:14:31.450Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_IP_NF_NAT: enabled (as module)
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_NF_NAT: enabled (as module)
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_POSIX_MQUEUE: enabled
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_CGROUP_BPF: enabled
17:14:31 [2023-11-27T17:14:31.709Z] 
17:14:31 [2023-11-27T17:14:31.709Z] Optional Features:
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_USER_NS: enabled
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_SECCOMP: enabled
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_SECCOMP_FILTER: enabled
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_CGROUP_PIDS: enabled
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_MEMCG_SWAP: enabled
17:14:31 [2023-11-27T17:14:31.709Z]     (cgroup swap accounting is currently enabled)
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_BLK_CGROUP: enabled
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_BLK_DEV_THROTTLING: enabled
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_CGROUP_PERF: enabled
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_CGROUP_HUGETLB: enabled
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_CGROUP_NET_PRIO: enabled
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_CFS_BANDWIDTH: enabled
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_FAIR_GROUP_SCHED: enabled
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_RT_GROUP_SCHED: missing
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_IP_VS: enabled (as module)
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_IP_VS_NFCT: enabled
17:14:31 [2023-11-27T17:14:31.709Z] - CONFIG_IP_VS_PROTO_TCP: enabled
17:14:31 [2023-11-27T17:14:31.968Z] - CONFIG_IP_VS_PROTO_UDP: enabled
17:14:31 [2023-11-27T17:14:31.968Z] - CONFIG_IP_VS_RR: enabled (as module)
17:14:31 [2023-11-27T17:14:31.968Z] - CONFIG_SECURITY_SELINUX: enabled
17:14:31 [2023-11-27T17:14:31.968Z] - CONFIG_SECURITY_APPARMOR: enabled
17:14:31 [2023-11-27T17:14:31.968Z] - CONFIG_EXT4_FS: enabled
17:14:31 [2023-11-27T17:14:31.968Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
17:14:31 [2023-11-27T17:14:31.968Z] - CONFIG_EXT4_FS_SECURITY: enabled
17:14:31 [2023-11-27T17:14:31.968Z] - Network Drivers:
17:14:31 [2023-11-27T17:14:31.968Z]   - "overlay":
17:14:31 [2023-11-27T17:14:31.968Z]     - CONFIG_VXLAN: enabled (as module)
17:14:31 [2023-11-27T17:14:31.968Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
17:14:31 [2023-11-27T17:14:31.968Z]       Optional (for encrypted networks):
17:14:31 [2023-11-27T17:14:31.968Z]       - CONFIG_CRYPTO: enabled
17:14:31 [2023-11-27T17:14:31.968Z]       - CONFIG_CRYPTO_AEAD: enabled
17:14:31 [2023-11-27T17:14:31.968Z]       - CONFIG_CRYPTO_GCM: enabled
17:14:31 [2023-11-27T17:14:31.968Z]       - CONFIG_CRYPTO_SEQIV: enabled
17:14:31 [2023-11-27T17:14:31.968Z]       - CONFIG_CRYPTO_GHASH: enabled
17:14:31 [2023-11-27T17:14:31.968Z]       - CONFIG_XFRM: enabled
17:14:31 [2023-11-27T17:14:31.968Z]       - CONFIG_XFRM_USER: enabled (as module)
17:14:31 [2023-11-27T17:14:31.968Z]       - CONFIG_XFRM_ALGO: enabled (as module)
17:14:31 [2023-11-27T17:14:31.968Z]       - CONFIG_INET_ESP: enabled (as module)
17:14:31 [2023-11-27T17:14:31.968Z]   - "ipvlan":
17:14:31 [2023-11-27T17:14:31.968Z]     - CONFIG_IPVLAN: enabled (as module)
17:14:31 [2023-11-27T17:14:31.968Z]   - "macvlan":
17:14:31 [2023-11-27T17:14:31.968Z]     - CONFIG_MACVLAN: enabled (as module)
17:14:31 [2023-11-27T17:14:31.968Z]     - CONFIG_DUMMY: enabled (as module)
17:14:31 [2023-11-27T17:14:31.968Z]   - "ftp,tftp client in container":
17:14:32 [2023-11-27T17:14:32.226Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
17:14:32 [2023-11-27T17:14:32.226Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
17:14:32 [2023-11-27T17:14:32.226Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
17:14:32 [2023-11-27T17:14:32.226Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
17:14:32 [2023-11-27T17:14:32.226Z] - Storage Drivers:
17:14:32 [2023-11-27T17:14:32.226Z]   - "aufs":
17:14:32 [2023-11-27T17:14:32.226Z]     - CONFIG_AUFS_FS: enabled (as module)
17:14:32 [2023-11-27T17:14:32.226Z]   - "btrfs":
17:14:32 [2023-11-27T17:14:32.226Z]     - CONFIG_BTRFS_FS: enabled (as module)
17:14:32 [2023-11-27T17:14:32.226Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
17:14:32 [2023-11-27T17:14:32.226Z]   - "devicemapper":
17:14:32 [2023-11-27T17:14:32.226Z]     - CONFIG_BLK_DEV_DM: enabled
17:14:32 [2023-11-27T17:14:32.226Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
17:14:32 [2023-11-27T17:14:32.226Z]   - "overlay":
17:14:32 [2023-11-27T17:14:32.226Z]     - CONFIG_OVERLAY_FS: enabled (as module)
17:14:32 [2023-11-27T17:14:32.226Z]   - "zfs":
17:14:32 [2023-11-27T17:14:32.226Z]     - /dev/zfs: present
17:14:32 [2023-11-27T17:14:32.226Z]     - zfs command: missing
17:14:32 [2023-11-27T17:14:32.226Z]     - zpool command: missing
17:14:32 [2023-11-27T17:14:32.226Z] 
17:14:32 [2023-11-27T17:14:32.226Z] Limits:
17:14:32 [2023-11-27T17:14:32.226Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
17:14:32 [2023-11-27T17:14:32.226Z] 
17:14:32 [2023-11-27T17:14:32.226Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
17:14:32 [2023-11-27T17:14:32.525Z] + docker build --force-rm -t docker:9b399814e72e5b1efa5cbb75fbde854dd728d5bf .
17:14:32 [2023-11-27T17:14:32.784Z] #0 building with "default" instance using docker driver
17:14:32 [2023-11-27T17:14:32.784Z] 
17:14:32 [2023-11-27T17:14:32.784Z] #1 [internal] load build definition from Dockerfile
17:14:32 [2023-11-27T17:14:32.784Z] #1 transferring dockerfile: 28.07kB done
17:14:32 [2023-11-27T17:14:32.784Z] #1 DONE 0.1s
17:14:32 [2023-11-27T17:14:32.784Z] 
17:14:32 [2023-11-27T17:14:32.784Z] #2 [internal] load .dockerignore
17:14:32 [2023-11-27T17:14:32.784Z] #2 transferring context: 113B done
17:14:32 [2023-11-27T17:14:32.784Z] #2 DONE 0.1s
17:14:32 [2023-11-27T17:14:32.784Z] 
17:14:32 [2023-11-27T17:14:32.784Z] #3 resolve image config for docker.io/docker/dockerfile:1
17:14:33 [2023-11-27T17:14:33.042Z] #3 DONE 0.2s
17:14:33 [2023-11-27T17:14:33.042Z] 
17:14:33 [2023-11-27T17:14:33.042Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
17:14:33 [2023-11-27T17:14:33.042Z] #4 CACHED
17:14:33 [2023-11-27T17:14:33.042Z] 
17:14:33 [2023-11-27T17:14:33.042Z] #5 [internal] load metadata for docker.io/library/busybox:latest
17:14:33 [2023-11-27T17:14:33.042Z] #5 DONE 0.0s
17:14:33 [2023-11-27T17:14:33.042Z] 
17:14:33 [2023-11-27T17:14:33.042Z] #6 [internal] load metadata for docker.io/docker/compose-bin:v2.20.1
17:14:33 [2023-11-27T17:14:33.042Z] #6 ...
17:14:33 [2023-11-27T17:14:33.042Z] 
17:14:33 [2023-11-27T17:14:33.042Z] #7 [internal] load metadata for docker.io/library/golang:1.21.3-bullseye
17:14:33 [2023-11-27T17:14:33.042Z] #7 DONE 0.1s
17:14:33 [2023-11-27T17:14:33.301Z] 
17:14:33 [2023-11-27T17:14:33.302Z] #8 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1
17:14:33 [2023-11-27T17:14:33.302Z] #8 DONE 0.2s
17:14:33 [2023-11-27T17:14:33.302Z] 
17:14:33 [2023-11-27T17:14:33.302Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:14:33 [2023-11-27T17:14:33.302Z] #9 DONE 0.2s
17:14:33 [2023-11-27T17:14:33.302Z] 
17:14:33 [2023-11-27T17:14:33.302Z] #10 [internal] load metadata for docker.io/docker/buildx-bin:0.12.0
17:14:33 [2023-11-27T17:14:33.302Z] #10 DONE 0.2s
17:14:33 [2023-11-27T17:14:33.302Z] 
17:14:33 [2023-11-27T17:14:33.302Z] #11 [internal] load metadata for docker.io/library/debian:bullseye
17:14:33 [2023-11-27T17:14:33.302Z] #11 DONE 0.2s
17:14:33 [2023-11-27T17:14:33.302Z] 
17:14:33 [2023-11-27T17:14:33.302Z] #6 [internal] load metadata for docker.io/docker/compose-bin:v2.20.1
17:14:33 [2023-11-27T17:14:33.302Z] #6 DONE 0.2s
17:14:33 [2023-11-27T17:14:33.302Z] 
17:14:33 [2023-11-27T17:14:33.302Z] #12 [internal] load metadata for docker.io/distribution/distribution:2.8.3
17:14:33 [2023-11-27T17:14:33.302Z] #12 DONE 0.2s
17:14:33 [2023-11-27T17:14:33.302Z] 
17:14:33 [2023-11-27T17:14:33.302Z] #13 [base 1/5] FROM docker.io/library/golang:1.21.3-bullseye@sha256:fe69f483d2ef3e2309ecb19d18ab01054711746bc0a31bf5fbcffccb32182f05
17:14:33 [2023-11-27T17:14:33.302Z] #13 DONE 0.0s
17:14:33 [2023-11-27T17:14:33.302Z] 
17:14:33 [2023-11-27T17:14:33.302Z] #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012
17:14:33 [2023-11-27T17:14:33.302Z] #14 DONE 0.0s
17:14:33 [2023-11-27T17:14:33.302Z] 
17:14:33 [2023-11-27T17:14:33.302Z] #15 [compose 1/1] FROM docker.io/docker/compose-bin:v2.20.1@sha256:808e1bf7a9b64a345b30bbaf10df1b2f119f9011ff2ffd332cb8ed282e518d6b
17:14:33 [2023-11-27T17:14:33.302Z] #15 DONE 0.0s
17:14:33 [2023-11-27T17:14:33.302Z] 
17:14:33 [2023-11-27T17:14:33.302Z] #16 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.12.0@sha256:680c2dd904ae9f3a5c8d9e4df4c50651e5000eb4a9200f117eec8f7c2926e9c6
17:14:33 [2023-11-27T17:14:33.302Z] #16 DONE 0.0s
17:14:33 [2023-11-27T17:14:33.302Z] 
17:14:33 [2023-11-27T17:14:33.302Z] #17 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:14:33 [2023-11-27T17:14:33.302Z] #17 DONE 0.0s
17:14:33 [2023-11-27T17:14:33.302Z] 
17:14:33 [2023-11-27T17:14:33.302Z] #18 [build-dummy 1/2] FROM docker.io/library/busybox:latest
17:14:33 [2023-11-27T17:14:33.302Z] #18 DONE 0.0s
17:14:33 [2023-11-27T17:14:33.302Z] 
17:14:33 [2023-11-27T17:14:33.302Z] #19 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb
17:14:33 [2023-11-27T17:14:33.302Z] #19 DONE 0.0s
17:14:33 [2023-11-27T17:14:33.302Z] 
17:14:33 [2023-11-27T17:14:33.302Z] #20 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:ab2b95aa8d7d6d54866b92c322cf0693933c1ae8038652f24ddfda1d1763a45a
17:14:33 [2023-11-27T17:14:33.302Z] #20 DONE 0.0s
17:14:33 [2023-11-27T17:14:33.302Z] 
17:14:33 [2023-11-27T17:14:33.302Z] #21 [internal] load build context
17:14:34 [2023-11-27T17:14:34.238Z] #21 transferring context: 74.38MB 0.9s done
17:14:34 [2023-11-27T17:14:34.238Z] #21 DONE 1.0s
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #22 [dev-systemd-false  5/21] COPY --link --from=gowinres      /build/ /usr/local/bin/
17:14:34 [2023-11-27T17:14:34.238Z] #22 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #23 [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...)
17:14:34 [2023-11-27T17:14:34.238Z] #23 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #24 [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...)
17:14:34 [2023-11-27T17:14:34.238Z] #24 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #25 [swagger-src 1/3] WORKDIR /usr/src/swagger
17:14:34 [2023-11-27T17:14:34.238Z] #25 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #26 [dev-systemd-false  7/21] COPY --link --from=registry      /build/ /usr/local/bin/
17:14:34 [2023-11-27T17:14:34.238Z] #26 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #27 [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...)
17:14:34 [2023-11-27T17:14:34.238Z] #27 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #28 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
17:14:34 [2023-11-27T17:14:34.238Z] #28 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #29 [dev-systemd-false 19/21] COPY --link --from=buildx        /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx
17:14:34 [2023-11-27T17:14:34.238Z] #29 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #30 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli
17:14:34 [2023-11-27T17:14:34.238Z] #30 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #31 [dev-systemd-false 11/21] COPY --link --from=shfmt         /build/ /usr/local/bin/
17:14:34 [2023-11-27T17:14:34.238Z] #31 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #32 [dev-systemd-false  4/21] COPY --link --from=tomll         /build/ /usr/local/bin/
17:14:34 [2023-11-27T17:14:34.238Z] #32 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #33 [dev-systemd-false  2/21] COPY --link --from=swagger       /build/ /usr/local/bin/
17:14:34 [2023-11-27T17:14:34.238Z] #33 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #34 [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
17:14:34 [2023-11-27T17:14:34.238Z] #34 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #35 [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
17:14:34 [2023-11-27T17:14:34.238Z] #35 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #36 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.9" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:14:34 [2023-11-27T17:14:34.238Z] #36 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #37 [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...)
17:14:34 [2023-11-27T17:14:34.238Z] #37 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #38 [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
17:14:34 [2023-11-27T17:14:34.238Z] #38 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #39 [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
17:14:34 [2023-11-27T17:14:34.238Z] #39 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
17:14:34 [2023-11-27T17:14:34.238Z] #40 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #41 [runc-src 1/3] WORKDIR /usr/src/runc
17:14:34 [2023-11-27T17:14:34.238Z] #41 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #42 [dev-systemd-false  6/21] COPY --link --from=tini          /build/ /usr/local/bin/
17:14:34 [2023-11-27T17:14:34.238Z] #42 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #43 [dev-systemd-false  3/21] COPY --link --from=delve         /build/ /usr/local/bin/
17:14:34 [2023-11-27T17:14:34.238Z] #43 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #44 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
17:14:34 [2023-11-27T17:14:34.238Z] #44 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #45 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git"
17:14:34 [2023-11-27T17:14:34.238Z] #45 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #46 [dev-base  4/13] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
17:14:34 [2023-11-27T17:14:34.238Z] #46 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #47 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD
17:14:34 [2023-11-27T17:14:34.238Z] #47 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #48 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:14:34 [2023-11-27T17:14:34.238Z] #48 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #49 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
17:14:34 [2023-11-27T17:14:34.238Z] #49 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #50 [dev-systemd-false  9/21] COPY --link --from=gotestsum     /build/ /usr/local/bin/
17:14:34 [2023-11-27T17:14:34.238Z] #50 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #51 [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
17:14:34 [2023-11-27T17:14:34.238Z] #51 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #52 [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
17:14:34 [2023-11-27T17:14:34.238Z] #52 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #53 [dev-base  6/13] RUN ldconfig
17:14:34 [2023-11-27T17:14:34.238Z] #53 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #54 [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
17:14:34 [2023-11-27T17:14:34.238Z] #54 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #55 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:14:34 [2023-11-27T17:14:34.238Z] #55 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #56 [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
17:14:34 [2023-11-27T17:14:34.238Z] #56 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #57 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
17:14:34 [2023-11-27T17:14:34.238Z] #57 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #58 [binary-dummy 1/1] COPY --from=build-dummy /build /build
17:14:34 [2023-11-27T17:14:34.238Z] #58 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #59 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
17:14:34 [2023-11-27T17:14:34.238Z] #59 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #60 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
17:14:34 [2023-11-27T17:14:34.238Z] #60 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #61 [dev-systemd-false 21/21] WORKDIR /go/src/github.com/docker/docker
17:14:34 [2023-11-27T17:14:34.238Z] #61 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #62 [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.1"      && /build/go-winres --help
17:14:34 [2023-11-27T17:14:34.238Z] #62 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #63 [dev-systemd-false 12/21] COPY --link --from=runc          /build/ /usr/local/bin/
17:14:34 [2023-11-27T17:14:34.238Z] #63 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #64 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/
17:14:34 [2023-11-27T17:14:34.238Z] #64 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #65 [containerd-src 1/3] WORKDIR /usr/src/containerd
17:14:34 [2023-11-27T17:14:34.238Z] #65 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #66 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
17:14:34 [2023-11-27T17:14:34.238Z] #66 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #67 [dev-base  1/13] RUN groupadd -r docker
17:14:34 [2023-11-27T17:14:34.238Z] #67 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #68 [dev-systemd-false  1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images
17:14:34 [2023-11-27T17:14:34.238Z] #68 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #69 [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
17:14:34 [2023-11-27T17:14:34.238Z] #69 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #70 [registry-src 1/2] WORKDIR /usr/src/registry
17:14:34 [2023-11-27T17:14:34.238Z] #70 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #71 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
17:14:34 [2023-11-27T17:14:34.238Z] #71 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #72 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
17:14:34 [2023-11-27T17:14:34.238Z] #72 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #73 [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
17:14:34 [2023-11-27T17:14:34.238Z] #73 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #74 [dev-systemd-false 17/21] COPY --link --from=crun          /build/ /usr/local/bin/
17:14:34 [2023-11-27T17:14:34.238Z] #74 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #75 [dev-base  7/13] RUN git config --global --add safe.directory /go/src/github.com/docker/docker
17:14:34 [2023-11-27T17:14:34.238Z] #75 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #76 [dev-base 10/13] RUN pip3 install yamllint==1.27.1
17:14:34 [2023-11-27T17:14:34.238Z] #76 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #77 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
17:14:34 [2023-11-27T17:14:34.238Z] #77 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #78 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
17:14:34 [2023-11-27T17:14:34.238Z] #78 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #79 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
17:14:34 [2023-11-27T17:14:34.238Z] #79 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #80 [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
17:14:34 [2023-11-27T17:14:34.238Z] #80 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #81 [build-dummy 2/2] RUN mkdir -p /build
17:14:34 [2023-11-27T17:14:34.238Z] #81 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #82 [dev-base  3/13] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
17:14:34 [2023-11-27T17:14:34.238Z] #82 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #83 [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
17:14:34 [2023-11-27T17:14:34.238Z] #83 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.238Z] #84 [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...)
17:14:34 [2023-11-27T17:14:34.238Z] #84 CACHED
17:14:34 [2023-11-27T17:14:34.238Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #85 [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
17:14:34 [2023-11-27T17:14:34.239Z] #85 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #86 [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
17:14:34 [2023-11-27T17:14:34.239Z] #86 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #87 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/
17:14:34 [2023-11-27T17:14:34.239Z] #87 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #88 [base 2/5] COPY --from=xx / /
17:14:34 [2023-11-27T17:14:34.239Z] #88 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #89 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2
17:14:34 [2023-11-27T17:14:34.239Z] #89 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #90 [dev-systemd-false 20/21] COPY --link --from=compose       /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
17:14:34 [2023-11-27T17:14:34.239Z] #90 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #91 [dev-base  2/13] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
17:14:34 [2023-11-27T17:14:34.239Z] #91 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #92 [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...)
17:14:34 [2023-11-27T17:14:34.239Z] #92 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #93 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.10" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:14:34 [2023-11-27T17:14:34.239Z] #93 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #94 [dev-systemd-false 18/21] COPY --link hack/dockerfile/etc/docker/  /etc/docker/
17:14:34 [2023-11-27T17:14:34.239Z] #94 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #95 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
17:14:34 [2023-11-27T17:14:34.239Z] #95 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #96 [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             ;
17:14:34 [2023-11-27T17:14:34.239Z] #96 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #97 [tini-src 1/3] WORKDIR /usr/src/tini
17:14:34 [2023-11-27T17:14:34.239Z] #97 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #98 [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
17:14:34 [2023-11-27T17:14:34.239Z] #98 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #99 [dev-systemd-false 13/21] COPY --link --from=containerd    /build/ /usr/local/bin/
17:14:34 [2023-11-27T17:14:34.239Z] #99 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #100 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git"
17:14:34 [2023-11-27T17:14:34.239Z] #100 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #101 [base 4/5] RUN test -n "$APT_MIRROR" && sed -ri "s#(httpredir|deb|security).debian.org#${APT_MIRROR}#g" /etc/apt/sources.list || true
17:14:34 [2023-11-27T17:14:34.239Z] #101 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #102 [dev-systemd-false  8/21] COPY --link --from=registry-v2   /build/ /usr/local/bin/
17:14:34 [2023-11-27T17:14:34.239Z] #102 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #103 [delve-src 1/3] WORKDIR /usr/src/delve
17:14:34 [2023-11-27T17:14:34.239Z] #103 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #104 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
17:14:34 [2023-11-27T17:14:34.239Z] #104 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #105 [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...)
17:14:34 [2023-11-27T17:14:34.239Z] #105 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #106 [dev-systemd-false 16/21] COPY --link --from=containerutil /build/ /usr/local/bin/
17:14:34 [2023-11-27T17:14:34.239Z] #106 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #107 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
17:14:34 [2023-11-27T17:14:34.239Z] #107 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #108 [rootlesskit-build 4/5] COPY --link ./contrib/dockerd-rootless.sh /build/
17:14:34 [2023-11-27T17:14:34.239Z] #108 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #109 [dev-base  5/13] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
17:14:34 [2023-11-27T17:14:34.239Z] #109 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #110 [dev-base 12/13] COPY --link --from=dockercli             /build/ /usr/local/cli
17:14:34 [2023-11-27T17:14:34.239Z] #110 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #111 [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
17:14:34 [2023-11-27T17:14:34.239Z] #111 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #112 [dev-systemd-false 15/21] COPY --link --from=vpnkit        /       /usr/local/bin/
17:14:34 [2023-11-27T17:14:34.239Z] #112 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #113 [dev-systemd-false 14/21] COPY --link --from=rootlesskit   /build/ /usr/local/bin/
17:14:34 [2023-11-27T17:14:34.239Z] #113 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #114 [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
17:14:34 [2023-11-27T17:14:34.239Z] #114 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #115 [dev-base 13/13] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration
17:14:34 [2023-11-27T17:14:34.239Z] #115 CACHED
17:14:34 [2023-11-27T17:14:34.239Z] 
17:14:34 [2023-11-27T17:14:34.239Z] #116 [dev 1/1] COPY --link . .
17:14:40 [2023-11-27T17:14:40.797Z] #116 DONE 5.9s
17:14:40 [2023-11-27T17:14:40.797Z] 
17:14:40 [2023-11-27T17:14:40.797Z] #117 exporting to image
17:14:40 [2023-11-27T17:14:40.797Z] #117 exporting layers
17:14:41 [2023-11-27T17:14:41.055Z] #117 exporting layers 0.8s done
17:14:41 [2023-11-27T17:14:41.055Z] #117 writing image sha256:1990c390051a9dd4786a1188d498fc40f0b24bc38054bd0c2a63a771e36be8ba done
17:14:41 [2023-11-27T17:14:41.055Z] #117 naming to docker.io/library/docker:9b399814e72e5b1efa5cbb75fbde854dd728d5bf done
17:14:41 [2023-11-27T17:14:41.055Z] #117 DONE 0.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
17:14:41 [2023-11-27T17:14:41.354Z] + sudo modprobe ip6table_filter
[Pipeline] sh
17:14:41 [2023-11-27T17:14:41.635Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46855/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9b399814e72e5b1efa5cbb75fbde854dd728d5bf -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9b399814e72e5b1efa5cbb75fbde854dd728d5bf hack/test/unit
17:14:41 [2023-11-27T17:14:41.894Z] + BUILDFLAGS=(-tags 'netgo journald')
17:14:41 [2023-11-27T17:14:41.894Z] + TESTFLAGS+=' -test.timeout=5m'
17:14:41 [2023-11-27T17:14:41.894Z] + TESTDIRS=./...
17:14:41 [2023-11-27T17:14:41.894Z] + exclude_paths='/vendor/|/integration'
17:14:41 [2023-11-27T17:14:41.894Z] ++ go list ./...
17:14:41 [2023-11-27T17:14:41.894Z] ++ grep -vE '(/vendor/|/integration)'
17:14:42 [2023-11-27T17:14:42.463Z] + pkg_list='github.com/docker/docker/api
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/backend/build
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/httpstatus
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/httputils
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/middleware
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/router
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/router/build
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/router/checkpoint
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/router/container
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/router/debug
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/router/distribution
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/router/grpc
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/router/image
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/router/network
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/router/plugin
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/router/session
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/router/swarm
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/router/system
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/server/router/volume
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/backend
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/blkiodev
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/checkpoint
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/container
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/events
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/filters
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/image
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/mount
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/network
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/plugins/logdriver
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/registry
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/strslice
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/swarm
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/swarm/runtime
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/system
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/time
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/versions
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/versions/v1p19
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/versions/v1p20
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/api/types/volume
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/builder
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/builder/builder-next
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/builder/builder-next/exporter
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/builder/builder-next/worker
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/builder/builder-next/worker/label
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/builder/dockerfile
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/builder/remotecontext
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/builder/remotecontext/git
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/builder/remotecontext/urlutil
17:14:42 [2023-11-27T17:14:42.463Z] github.com/docker/docker/cli/debug
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/cli/winresources/docker-proxy
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/cli/winresources/dockerd
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/client
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/client/buildkit
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/cmd/docker-proxy
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/cmd/dockerd
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/cmd/dockerd/trap
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/container
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/container/stream
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/contrib/apparmor
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/contrib/httpserver
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/cluster
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/cluster/convert
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/cluster/executor
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/cluster/executor/container
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/cluster/provider
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/config
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/containerd
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/events
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/events/testutils
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/copy
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/register
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/vfs
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/zfs
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/images
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/initlayer
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/links
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/listeners
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/awslogs
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/fluentd
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/gcplogs
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/gelf
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/journald
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/local
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/logentries
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/loggertest
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/loggerutils
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/splunk
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/syslog
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/templates
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/names
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/network
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/snapshotter
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/stats
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/distribution
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/distribution/metadata
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/distribution/utils
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/distribution/xfer
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/dockerversion
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/errdefs
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/image
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/image/cache
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/image/spec/specs-go
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/image/spec/specs-go/v1
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/image/tarexport
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/image/v1
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/internal/compatcontext
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/internal/mod
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/internal/mounttree
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/internal/multierror
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/internal/test/suite
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/internal/testutils
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/internal/testutils/netnsutils
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/internal/unshare
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/layer
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libcontainerd
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libcontainerd/queue
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libcontainerd/remote
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libcontainerd/shimopts
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libcontainerd/supervisor
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libcontainerd/types
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/bitmap
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/cluster
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/config
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/datastore
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/diagnostic
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/discoverapi
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/driverapi
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/drivers/bridge
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/drivers/host
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/drivers/null
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/drivers/overlay
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/drivers/remote
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/drivers/windows
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/drvregistry
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/etchosts
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/internal/caller
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/internal/kvstore
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/ipam
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/ipamapi
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/ipams/builtin
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/ipams/null
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/ipams/remote
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/ipamutils
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/ipbits
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/iptables
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/netlabel
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/netutils
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/networkdb
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/ns
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/options
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/osl
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/osl/kernel
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/portallocator
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/portmapper
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/resolvconf
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/scope
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/libnetwork/types
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/oci
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/oci/caps
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/opts
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/aaparser
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/archive
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/authorization
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/broadcaster
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/capabilities
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/chrootarchive
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/containerfs
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/directory
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/dmesg
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/fileutils
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/homedir
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/idtools
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/ioutils
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/jsonmessage
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/longpath
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/loopback
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/meminfo
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/namesgenerator
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/parsers
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/parsers/kernel
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/pidfile
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/platform
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/platforms
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/plugingetter
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/plugins
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/plugins/transport
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/pools
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/process
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/progress
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/reexec
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/rootless
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/rootless/specconv
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/stack
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/stdcopy
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/streamformatter
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/stringid
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/sysinfo
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/system
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/tailfile
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/tarsum
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/pkg/useragent
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/plugin
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/plugin/executor/containerd
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/plugin/v2
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/profiles/apparmor
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/profiles/seccomp
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/quota
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/reference
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/registry
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/registry/resumable
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/restartmanager
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/runconfig
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/runconfig/opts
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/testutil
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/testutil/daemon
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/testutil/environment
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/testutil/fakecontext
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/testutil/fakegit
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/testutil/fakestorage
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/testutil/fixtures/load
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/testutil/fixtures/plugin
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/testutil/registry
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/testutil/request
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/volume
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/volume/drivers
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/volume/local
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/volume/mounts
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/volume/service
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/volume/service/opts
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/volume/testutils'
17:14:42 [2023-11-27T17:14:42.464Z] ++ grep --fixed-strings -v /libnetwork
17:14:42 [2023-11-27T17:14:42.464Z] ++ echo 'github.com/docker/docker/api
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/backend/build
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/httpstatus
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/httputils
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/middleware
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/router
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/router/build
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/router/checkpoint
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/router/container
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/router/debug
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/router/distribution
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/router/grpc
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/router/image
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/router/network
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/router/plugin
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/router/session
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/router/swarm
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/router/system
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/server/router/volume
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/backend
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/blkiodev
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/checkpoint
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/container
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/events
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/filters
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/image
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/mount
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/network
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/plugins/logdriver
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/registry
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/strslice
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/swarm
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/swarm/runtime
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/system
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/time
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/versions
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/versions/v1p19
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/versions/v1p20
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/api/types/volume
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/builder
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/builder/builder-next
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/builder/builder-next/exporter
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/builder/builder-next/worker
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/builder/builder-next/worker/label
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/builder/dockerfile
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/builder/remotecontext
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/builder/remotecontext/git
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/builder/remotecontext/urlutil
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/cli/debug
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/cli/winresources/docker-proxy
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/cli/winresources/dockerd
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/client
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/client/buildkit
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/cmd/docker-proxy
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/cmd/dockerd
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/cmd/dockerd/trap
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/container
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/container/stream
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/contrib/apparmor
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/contrib/httpserver
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/cluster
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/cluster/convert
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/cluster/executor
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/cluster/executor/container
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/cluster/provider
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/config
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/containerd
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/events
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/events/testutils
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/copy
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/register
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/vfs
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/graphdriver/zfs
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/images
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/initlayer
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/links
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/listeners
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/awslogs
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/fluentd
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/gcplogs
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/gelf
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/journald
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/local
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/logentries
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/loggertest
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/loggerutils
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/splunk
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/syslog
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/logger/templates
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/names
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/network
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/snapshotter
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/daemon/stats
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/distribution
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/distribution/metadata
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/distribution/utils
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/distribution/xfer
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/dockerversion
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/errdefs
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/image
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/image/cache
17:14:42 [2023-11-27T17:14:42.464Z] github.com/docker/docker/image/spec/specs-go
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/image/spec/specs-go/v1
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/image/tarexport
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/image/v1
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/internal/compatcontext
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/internal/mod
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/internal/mounttree
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/internal/multierror
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/internal/test/suite
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/internal/testutils
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/internal/testutils/netnsutils
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/internal/unshare
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/layer
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libcontainerd
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libcontainerd/queue
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libcontainerd/remote
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libcontainerd/shimopts
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libcontainerd/supervisor
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libcontainerd/types
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/bitmap
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/cluster
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/config
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/datastore
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/diagnostic
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/discoverapi
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/driverapi
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/drivers/bridge
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/drivers/host
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/drivers/null
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/drivers/overlay
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/drivers/remote
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/drivers/windows
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/drvregistry
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/etchosts
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/internal/caller
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/internal/kvstore
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/ipam
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/ipamapi
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/ipams/builtin
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/ipams/null
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/ipams/remote
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/ipamutils
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/ipbits
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/iptables
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/netlabel
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/netutils
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/networkdb
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/ns
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/options
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/osl
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/osl/kernel
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/portallocator
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/portmapper
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/resolvconf
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/scope
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libnetwork/types
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/oci
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/oci/caps
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/opts
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/aaparser
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/archive
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/authorization
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/broadcaster
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/capabilities
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/chrootarchive
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/containerfs
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/directory
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/dmesg
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/fileutils
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/homedir
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/idtools
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/ioutils
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/jsonmessage
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/longpath
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/loopback
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/meminfo
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/namesgenerator
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/parsers
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/parsers/kernel
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/pidfile
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/platform
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/platforms
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/plugingetter
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/plugins
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/plugins/transport
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/pools
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/process
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/progress
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/reexec
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/rootless
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/rootless/specconv
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/stack
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/stdcopy
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/streamformatter
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/stringid
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/sysinfo
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/system
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/tailfile
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/tarsum
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/useragent
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/plugin
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/plugin/executor/containerd
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/plugin/v2
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/profiles/apparmor
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/profiles/seccomp
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/quota
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/reference
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/registry
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/registry/resumable
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/restartmanager
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/runconfig
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/runconfig/opts
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/testutil
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/testutil/daemon
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/testutil/environment
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/testutil/fakecontext
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/testutil/fakegit
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/testutil/fakestorage
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/testutil/fixtures/load
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/testutil/fixtures/plugin
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/testutil/registry
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/testutil/request
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/volume
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/volume/drivers
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/volume/local
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/volume/mounts
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/volume/service
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/volume/service/opts
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/volume/testutils'
17:14:42 [2023-11-27T17:14:42.465Z] + base_pkg_list='github.com/docker/docker/api
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/backend/build
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/httpstatus
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/httputils
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/middleware
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/router
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/router/build
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/router/checkpoint
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/router/container
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/router/debug
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/router/distribution
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/router/grpc
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/router/image
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/router/network
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/router/plugin
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/router/session
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/router/swarm
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/router/system
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/server/router/volume
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/backend
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/blkiodev
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/checkpoint
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/container
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/events
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/filters
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/image
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/mount
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/network
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/plugins/logdriver
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/registry
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/strslice
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/swarm
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/swarm/runtime
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/system
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/time
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/versions
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/versions/v1p19
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/versions/v1p20
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/api/types/volume
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/builder
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/builder/builder-next
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/builder/builder-next/exporter
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/builder/builder-next/worker
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/builder/builder-next/worker/label
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/builder/dockerfile
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/builder/remotecontext
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/builder/remotecontext/git
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/builder/remotecontext/urlutil
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/cli/debug
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/cli/winresources/docker-proxy
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/cli/winresources/dockerd
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/client
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/client/buildkit
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/cmd/docker-proxy
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/cmd/dockerd
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/cmd/dockerd/trap
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/container
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/container/stream
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/contrib/apparmor
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/contrib/httpserver
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/cluster
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/cluster/convert
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/cluster/executor
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/cluster/executor/container
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/cluster/provider
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/config
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/containerd
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/events
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/events/testutils
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/graphdriver
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/graphdriver/copy
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/graphdriver/register
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/graphdriver/vfs
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/graphdriver/zfs
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/images
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/initlayer
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/links
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/listeners
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/awslogs
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/fluentd
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/gcplogs
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/gelf
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/journald
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/local
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/logentries
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/loggertest
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/loggerutils
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/splunk
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/syslog
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/logger/templates
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/names
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/network
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/snapshotter
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/daemon/stats
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/distribution
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/distribution/metadata
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/distribution/utils
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/distribution/xfer
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/dockerversion
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/errdefs
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/image
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/image/cache
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/image/spec/specs-go
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/image/spec/specs-go/v1
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/image/tarexport
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/image/v1
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/internal/compatcontext
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/internal/mod
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/internal/mounttree
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/internal/multierror
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/internal/test/suite
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/internal/testutils
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/internal/testutils/netnsutils
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/internal/unshare
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/layer
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libcontainerd
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libcontainerd/queue
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libcontainerd/remote
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libcontainerd/shimopts
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libcontainerd/supervisor
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/libcontainerd/types
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/oci
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/oci/caps
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/opts
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/aaparser
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/archive
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/authorization
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/broadcaster
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/capabilities
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/chrootarchive
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/containerfs
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/directory
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/dmesg
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/fileutils
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/homedir
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/idtools
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/ioutils
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/jsonmessage
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/longpath
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/loopback
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/meminfo
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/namesgenerator
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/parsers
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/parsers/kernel
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/pidfile
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/platform
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/platforms
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/plugingetter
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/plugins
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/plugins/transport
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/pools
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/process
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/progress
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/reexec
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/rootless
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/rootless/specconv
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/stack
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/stdcopy
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/streamformatter
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/stringid
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/sysinfo
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/system
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/tailfile
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/tarsum
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/pkg/useragent
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/plugin
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/plugin/executor/containerd
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/plugin/v2
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/profiles/apparmor
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/profiles/seccomp
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/quota
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/reference
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/registry
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/registry/resumable
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/restartmanager
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/runconfig
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/runconfig/opts
17:14:42 [2023-11-27T17:14:42.465Z] github.com/docker/docker/testutil
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/daemon
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/environment
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/fakecontext
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/fakegit
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/fakestorage
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/fixtures/load
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/fixtures/plugin
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/registry
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/request
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/volume
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/volume/drivers
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/volume/local
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/volume/mounts
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/volume/service
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/volume/service/opts
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/volume/testutils'
17:14:42 [2023-11-27T17:14:42.466Z] ++ grep --fixed-strings /libnetwork
17:14:42 [2023-11-27T17:14:42.466Z] ++ echo 'github.com/docker/docker/api
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/backend/build
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/httpstatus
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/httputils
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/middleware
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/router
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/router/build
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/router/checkpoint
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/router/container
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/router/debug
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/router/distribution
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/router/grpc
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/router/image
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/router/network
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/router/plugin
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/router/session
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/router/swarm
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/router/system
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/server/router/volume
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/backend
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/blkiodev
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/checkpoint
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/container
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/events
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/filters
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/image
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/mount
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/network
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/plugins/logdriver
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/registry
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/strslice
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/swarm
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/swarm/runtime
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/system
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/time
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/versions
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/versions/v1p19
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/versions/v1p20
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/api/types/volume
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/builder
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/builder/builder-next
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/builder/builder-next/exporter
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/builder/builder-next/worker
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/builder/builder-next/worker/label
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/builder/dockerfile
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/builder/remotecontext
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/builder/remotecontext/git
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/builder/remotecontext/urlutil
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/cli/debug
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/cli/winresources/docker-proxy
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/cli/winresources/dockerd
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/client
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/client/buildkit
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/cmd/docker-proxy
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/cmd/dockerd
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/cmd/dockerd/trap
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/container
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/container/stream
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/contrib/apparmor
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/contrib/httpserver
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/cluster
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/cluster/convert
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/cluster/executor
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/cluster/executor/container
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/cluster/provider
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/config
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/containerd
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/events
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/events/testutils
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/graphdriver
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/graphdriver/copy
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/graphdriver/register
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/graphdriver/vfs
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/graphdriver/zfs
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/images
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/initlayer
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/links
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/listeners
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/awslogs
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/fluentd
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/gcplogs
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/gelf
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/journald
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/local
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/logentries
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/loggertest
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/loggerutils
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/splunk
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/syslog
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/logger/templates
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/names
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/network
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/snapshotter
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/daemon/stats
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/distribution
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/distribution/metadata
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/distribution/utils
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/distribution/xfer
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/dockerversion
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/errdefs
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/image
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/image/cache
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/image/spec/specs-go
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/image/spec/specs-go/v1
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/image/tarexport
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/image/v1
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/internal/compatcontext
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/internal/mod
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/internal/mounttree
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/internal/multierror
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/internal/test/suite
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/internal/testutils
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/internal/testutils/netnsutils
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/internal/unshare
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/layer
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libcontainerd
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libcontainerd/queue
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libcontainerd/remote
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libcontainerd/shimopts
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libcontainerd/supervisor
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libcontainerd/types
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/bitmap
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/cluster
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/config
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/datastore
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/diagnostic
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/discoverapi
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/driverapi
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/drivers/bridge
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/drivers/host
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/drivers/null
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/drivers/overlay
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/drivers/remote
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/drivers/windows
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/drvregistry
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/etchosts
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/internal/caller
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/internal/kvstore
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/ipam
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/ipamapi
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/ipams/builtin
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/ipams/null
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/ipams/remote
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/ipamutils
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/ipbits
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/iptables
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/netlabel
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/netutils
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/networkdb
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/ns
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/options
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/osl
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/osl/kernel
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/portallocator
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/portmapper
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/resolvconf
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/scope
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/types
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/oci
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/oci/caps
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/opts
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/aaparser
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/archive
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/authorization
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/broadcaster
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/capabilities
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/chrootarchive
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/containerfs
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/directory
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/dmesg
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/fileutils
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/homedir
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/idtools
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/ioutils
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/jsonmessage
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/longpath
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/loopback
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/meminfo
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/namesgenerator
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/parsers
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/parsers/kernel
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/pidfile
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/platform
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/platforms
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/plugingetter
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/plugins
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/plugins/transport
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/pools
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/process
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/progress
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/reexec
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/rootless
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/rootless/specconv
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/stack
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/stdcopy
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/streamformatter
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/stringid
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/sysinfo
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/system
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/tailfile
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/tarsum
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/pkg/useragent
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/plugin
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/plugin/executor/containerd
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/plugin/v2
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/profiles/apparmor
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/profiles/seccomp
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/quota
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/reference
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/registry
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/registry/resumable
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/restartmanager
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/runconfig
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/runconfig/opts
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/daemon
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/environment
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/fakecontext
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/fakegit
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/fakestorage
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/fixtures/load
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/fixtures/plugin
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/registry
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/testutil/request
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/volume
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/volume/drivers
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/volume/local
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/volume/mounts
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/volume/service
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/volume/service/opts
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/volume/testutils'
17:14:42 [2023-11-27T17:14:42.466Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/bitmap
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/cluster
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:14:42 [2023-11-27T17:14:42.466Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/config
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/datastore
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/diagnostic
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/discoverapi
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/driverapi
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/bridge
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/host
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/null
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/overlay
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/remote
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/windows
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drvregistry
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/etchosts
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/internal/caller
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/internal/kvstore
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipam
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipamapi
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipams/builtin
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipams/null
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipams/remote
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipamutils
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipbits
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/iptables
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/netlabel
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/netutils
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/networkdb
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ns
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/options
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/osl
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/osl/kernel
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/portallocator
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/portmapper
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/resolvconf
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/scope
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/types'
17:14:42 [2023-11-27T17:14:42.467Z] + echo 'github.com/docker/docker/libnetwork
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/bitmap
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/cluster
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/config
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/datastore
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/diagnostic
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/discoverapi
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/driverapi
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/bridge
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/host
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/null
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/overlay
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/remote
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/windows
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drvregistry
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/etchosts
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/internal/caller
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/internal/kvstore
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipam
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipamapi
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipams/builtin
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipams/null
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipams/remote
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:14:42 [2023-11-27T17:14:42.467Z] + grep --fixed-strings libnetwork/drivers/bridge
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipamutils
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ipbits
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/iptables
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/netlabel
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/netutils
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/networkdb
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/ns
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/options
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/osl
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/osl/kernel
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/portallocator
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/portmapper
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/resolvconf
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/scope
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/types'
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/bridge
17:14:42 [2023-11-27T17:14:42.467Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:14:42 [2023-11-27T17:14:42.467Z] + type docker-proxy
17:14:42 [2023-11-27T17:14:42.467Z] hack/test/unit: line 25: type: docker-proxy: not found
17:14:42 [2023-11-27T17:14:42.467Z] + hack/make.sh binary-proxy install-proxy
17:14:42 [2023-11-27T17:14:42.467Z] 
17:14:42 [2023-11-27T17:14:42.467Z] Removing bundles/
17:14:42 [2023-11-27T17:14:42.467Z] 
17:14:42 [2023-11-27T17:14:42.467Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
17:14:42 [2023-11-27T17:14:42.467Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)...
17:14:42 [2023-11-27T17:14:42.467Z] + tee /go/src/github.com/docker/docker/go.mod
17:14:42 [2023-11-27T17:14:42.467Z] module github.com/docker/docker
17:14:42 [2023-11-27T17:14:42.467Z] 
17:14:42 [2023-11-27T17:14:42.467Z] go 1.20
17:14:42 [2023-11-27T17:14:42.467Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
17:14:42 [2023-11-27T17:14:42.467Z] + GO111MODULE=on
17:14:42 [2023-11-27T17:14:42.467Z] + 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=9b399814e72e5b1efa5cbb75fbde854dd728d5bf" -X "github.com/docker/docker/dockerversion.BuildTime=2023-11-27T17:14:42.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
17:14:47 [2023-11-27T17:14:47.737Z] + rm -f /go/src/github.com/docker/docker/go.mod
17:14:47 [2023-11-27T17:14:47.737Z] Created binary: bundles/binary-proxy/docker-proxy
17:14:47 [2023-11-27T17:14:47.737Z] 
17:14:47 [2023-11-27T17:14:47.737Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
17:14:47 [2023-11-27T17:14:47.737Z] Installing docker-proxy to /usr/local/bin/
17:14:47 [2023-11-27T17:14:47.737Z] 
17:14:47 [2023-11-27T17:14:47.737Z] + mkdir -p bundles
17:14:47 [2023-11-27T17:14:47.737Z] + '[' -n 'github.com/docker/docker/api
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/backend/build
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/httpstatus
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/httputils
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/middleware
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/router
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/router/build
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/router/checkpoint
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/router/container
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/router/debug
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/router/distribution
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/router/grpc
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/router/image
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/router/network
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/router/plugin
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/router/session
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/router/swarm
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/router/system
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/server/router/volume
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/backend
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/blkiodev
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/checkpoint
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/container
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/events
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/filters
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/image
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/mount
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/network
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/plugins/logdriver
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/registry
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/strslice
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/swarm
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/swarm/runtime
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/system
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/time
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/versions
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/versions/v1p19
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/versions/v1p20
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/api/types/volume
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/builder
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/builder/builder-next
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/builder/builder-next/exporter
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/builder/builder-next/exporter/overrides
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/builder/builder-next/worker
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/builder/builder-next/worker/label
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/builder/dockerfile
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/builder/remotecontext
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/builder/remotecontext/git
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/builder/remotecontext/urlutil
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/cli/debug
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/cli/winresources/docker-proxy
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/cli/winresources/dockerd
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/client
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/client/buildkit
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/cmd/docker-proxy
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/cmd/dockerd
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/cmd/dockerd/trap
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/container
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/container/stream
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/contrib/apparmor
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/contrib/httpserver
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/cluster
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/cluster/convert
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/cluster/executor
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/cluster/executor/container
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/cluster/provider
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/config
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/containerd
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/events
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/events/testutils
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/graphdriver
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/graphdriver/copy
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/graphdriver/register
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/graphdriver/vfs
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/graphdriver/zfs
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/images
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/initlayer
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/links
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/listeners
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/awslogs
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/fluentd
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/gcplogs
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/gelf
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/journald
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/journald/internal/export
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/journald/internal/fake
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/local
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/logentries
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/loggertest
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/loggerutils
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/splunk
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/syslog
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/logger/templates
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/names
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/network
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/snapshotter
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/daemon/stats
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/distribution
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/distribution/metadata
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/distribution/utils
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/distribution/xfer
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/dockerversion
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/errdefs
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/image
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/image/cache
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/image/spec/specs-go
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/image/spec/specs-go/v1
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/image/tarexport
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/image/v1
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/internal/compatcontext
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/internal/mod
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/internal/mounttree
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/internal/multierror
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/internal/test/suite
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/internal/testutils
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/internal/testutils/netnsutils
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/internal/unshare
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/layer
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/libcontainerd
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/libcontainerd/queue
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/libcontainerd/remote
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/libcontainerd/shimopts
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/libcontainerd/supervisor
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/libcontainerd/types
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/oci
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/oci/caps
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/opts
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/aaparser
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/archive
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/authorization
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/broadcaster
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/capabilities
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/chrootarchive
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/containerfs
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/directory
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/dmesg
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/fileutils
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/homedir
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/idtools
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/ioutils
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/jsonmessage
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/longpath
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/loopback
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/meminfo
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/namesgenerator
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/parsers
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/parsers/kernel
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/pidfile
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/platform
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/platforms
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/plugingetter
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/plugins
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/plugins/transport
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/pools
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/process
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/progress
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/reexec
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/rootless
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/rootless/specconv
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/stack
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/stdcopy
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/streamformatter
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/stringid
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/sysinfo
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/system
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/tailfile
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/tarsum
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/pkg/useragent
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/plugin
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/plugin/executor/containerd
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/plugin/v2
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/profiles/apparmor
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/profiles/seccomp
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/quota
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/reference
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/registry
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/registry/resumable
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/restartmanager
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/runconfig
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/runconfig/opts
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/testutil
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/testutil/daemon
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/testutil/environment
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/testutil/fakecontext
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/testutil/fakegit
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/testutil/fakestorage
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/testutil/fixtures/load
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/testutil/fixtures/plugin
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/testutil/registry
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/testutil/request
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/volume
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/volume/drivers
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/volume/local
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/volume/mounts
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/volume/service
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/volume/service/opts
17:14:47 [2023-11-27T17:14:47.737Z] github.com/docker/docker/volume/testutils' ']'
17:14:47 [2023-11-27T17:14:47.738Z] + 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
17:14:47 [2023-11-27T17:14:47.738Z] ?   	github.com/docker/docker/api	[no test files]
17:14:55 [2023-11-27T17:14:55.870Z] ok  	github.com/docker/docker/api/server	0.032s	coverage: 13.0% of statements
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ok  	github.com/docker/docker/api/server/httputils	0.005s	coverage: 28.3% of statements
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/server/router	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ok  	github.com/docker/docker/api/server/middleware	0.021s	coverage: 37.7% of statements
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 7.4% of statements
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/types	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/types/checkpoint	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ok  	github.com/docker/docker/api/server/router/volume	0.006s	coverage: 66.7% of statements
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/types/events	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/types/image	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ok  	github.com/docker/docker/api/types/network	0.007s	coverage: 74.3% of statements
17:15:17 [2023-11-27T17:15:17.812Z] ok  	github.com/docker/docker/api/types/filters	0.007s	coverage: 94.0% of statements
17:15:17 [2023-11-27T17:15:17.812Z] ok  	github.com/docker/docker/api/types/container	0.008s	coverage: 83.7% of statements
17:15:17 [2023-11-27T17:15:17.812Z] ok  	github.com/docker/docker/api/types/registry	0.009s	coverage: 54.2% of statements
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/types/system	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ok  	github.com/docker/docker/api/types/strslice	0.003s	coverage: 90.0% of statements
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/builder	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/builder/builder-next/exporter/mobyexporter	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/builder/builder-next/exporter/overrides	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/builder/builder-next/worker/label	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
17:15:17 [2023-11-27T17:15:17.812Z] ok  	github.com/docker/docker/api/types/versions	0.003s	coverage: 77.3% of statements
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
17:15:17 [2023-11-27T17:15:17.812Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.010s	coverage: 100.0% of statements
17:15:17 [2023-11-27T17:15:17.812Z] ok  	github.com/docker/docker/cli/debug	0.017s	coverage: 100.0% of statements
17:15:17 [2023-11-27T17:15:17.812Z] ok  	github.com/docker/docker/builder/remotecontext	0.072s	coverage: 33.5% of statements
17:15:17 [2023-11-27T17:15:17.812Z] ok  	github.com/docker/docker/builder/dockerfile	0.090s	coverage: 50.1% of statements
17:15:19 [2023-11-27T17:15:19.200Z] ?   	github.com/docker/docker/client/buildkit	[no test files]
17:15:19 [2023-11-27T17:15:19.200Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.034s	coverage: 66.5% of statements
17:15:19 [2023-11-27T17:15:19.200Z] ok  	github.com/docker/docker/client	0.165s	coverage: 77.1% of statements
17:15:22 [2023-11-27T17:15:22.491Z] ok  	github.com/docker/docker/builder/remotecontext/git	5.227s	coverage: 82.5% of statements
17:15:32 [2023-11-27T17:15:32.472Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
17:15:32 [2023-11-27T17:15:32.472Z] ?   	github.com/docker/docker/container/stream	[no test files]
17:15:32 [2023-11-27T17:15:32.472Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
17:15:32 [2023-11-27T17:15:32.472Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
17:15:32 [2023-11-27T17:15:32.472Z] ok  	github.com/docker/docker/container	0.151s	coverage: 36.5% of statements
17:15:32 [2023-11-27T17:15:32.472Z] ok  	github.com/docker/docker/cmd/dockerd	0.205s	coverage: 29.4% of statements
17:15:33 [2023-11-27T17:15:33.408Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.405s	coverage: 0.0% of statements
17:15:34 [2023-11-27T17:15:34.343Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
17:15:34 [2023-11-27T17:15:34.343Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.013s	coverage: 65.3% of statements
17:15:34 [2023-11-27T17:15:34.343Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.019s	coverage: 38.7% of statements
17:15:34 [2023-11-27T17:15:34.602Z] ok  	github.com/docker/docker/daemon/cluster	0.073s	coverage: 0.5% of statements
17:15:34 [2023-11-27T17:15:34.602Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
17:15:34 [2023-11-27T17:15:34.861Z] ok  	github.com/docker/docker/daemon/config	0.048s	coverage: 75.4% of statements
17:15:36 [2023-11-27T17:15:36.236Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
17:15:36 [2023-11-27T17:15:36.236Z] ok  	github.com/docker/docker/daemon/graphdriver	0.007s	coverage: 2.3% of statements
17:15:36 [2023-11-27T17:15:36.236Z] ok  	github.com/docker/docker/daemon/containerd	0.035s	coverage: 0.5% of statements
17:15:36 [2023-11-27T17:15:36.236Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
17:15:36 [2023-11-27T17:15:36.236Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 2.8% of statements
17:15:36 [2023-11-27T17:15:36.236Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.186s	coverage: 60.9% of statements
17:15:36 [2023-11-27T17:15:36.804Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
17:15:37 [2023-11-27T17:15:37.062Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.017s	coverage: 1.9% of statements
17:15:37 [2023-11-27T17:15:37.062Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
17:15:37 [2023-11-27T17:15:37.062Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
17:15:37 [2023-11-27T17:15:37.321Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.203s	coverage: 60.2% of statements
17:15:37 [2023-11-27T17:15:37.321Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.012s	coverage: 60.9% of statements
17:15:37 [2023-11-27T17:15:37.888Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
17:15:38 [2023-11-27T17:15:38.146Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.463s	coverage: 13.4% of statements
17:15:38 [2023-11-27T17:15:38.405Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
17:15:38 [2023-11-27T17:15:38.405Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
17:15:38 [2023-11-27T17:15:38.405Z] ok  	github.com/docker/docker/daemon/links	0.004s	coverage: 93.0% of statements
17:15:38 [2023-11-27T17:15:38.405Z] ok  	github.com/docker/docker/daemon/images	0.023s	coverage: 3.0% of statements
17:15:38 [2023-11-27T17:15:38.664Z] ok  	github.com/docker/docker/daemon/logger	0.227s	coverage: 43.2% of statements
17:15:38 [2023-11-27T17:15:38.923Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
17:15:38 [2023-11-27T17:15:38.923Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.020s	coverage: 53.6% of statements
17:15:38 [2023-11-27T17:15:38.923Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.008s	coverage: 68.2% of statements
17:15:38 [2023-11-27T17:15:38.923Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.113s	coverage: 78.3% of statements
17:15:39 [2023-11-27T17:15:39.491Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
17:15:39 [2023-11-27T17:15:39.491Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
17:15:39 [2023-11-27T17:15:39.491Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
17:15:39 [2023-11-27T17:15:39.491Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
17:15:39 [2023-11-27T17:15:39.491Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.061s	coverage: 76.8% of statements
17:15:39 [2023-11-27T17:15:39.491Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
17:15:39 [2023-11-27T17:15:39.491Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
17:15:39 [2023-11-27T17:15:39.750Z] ok  	github.com/docker/docker/daemon/logger/local	0.051s	coverage: 79.4% of statements
17:15:40 [2023-11-27T17:15:40.319Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.029s	coverage: 63.5% of statements
17:15:40 [2023-11-27T17:15:40.319Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.034s	coverage: 31.5% of statements
17:15:40 [2023-11-27T17:15:40.319Z] ?   	github.com/docker/docker/daemon/names	[no test files]
17:15:40 [2023-11-27T17:15:40.319Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
17:15:40 [2023-11-27T17:15:40.319Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.008s	coverage: 46.8% of statements
17:15:40 [2023-11-27T17:15:40.887Z] ok  	github.com/docker/docker/daemon/logger/journald	1.361s	coverage: 74.5% of statements
17:15:40 [2023-11-27T17:15:40.887Z] ?   	github.com/docker/docker/daemon/snapshotter	[no test files]
17:15:40 [2023-11-27T17:15:40.887Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
17:15:40 [2023-11-27T17:15:40.887Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
17:15:41 [2023-11-27T17:15:41.454Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
17:15:41 [2023-11-27T17:15:41.454Z] ok  	github.com/docker/docker/dockerversion	0.004s	coverage: 100.0% of statements
17:15:41 [2023-11-27T17:15:41.454Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 77.0% of statements
17:15:41 [2023-11-27T17:15:41.454Z] ok  	github.com/docker/docker/distribution/metadata	0.025s	coverage: 44.4% of statements
17:15:41 [2023-11-27T17:15:41.712Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.443s	coverage: 82.5% of statements
17:15:42 [2023-11-27T17:15:42.279Z] ?   	github.com/docker/docker/image/spec/specs-go	[no test files]
17:15:42 [2023-11-27T17:15:42.279Z] ?   	github.com/docker/docker/image/spec/specs-go/v1	[no test files]
17:15:42 [2023-11-27T17:15:42.279Z] ok  	github.com/docker/docker/image/cache	0.007s	coverage: 19.2% of statements
17:15:42 [2023-11-27T17:15:42.279Z] ok  	github.com/docker/docker/image	0.024s	coverage: 84.6% of statements
17:15:42 [2023-11-27T17:15:42.538Z] ?   	github.com/docker/docker/image/v1	[no test files]
17:15:42 [2023-11-27T17:15:42.538Z] ?   	github.com/docker/docker/internal/compatcontext	[no test files]
17:15:42 [2023-11-27T17:15:42.538Z] ?   	github.com/docker/docker/internal/mounttree	[no test files]
17:15:42 [2023-11-27T17:15:42.538Z] ok  	github.com/docker/docker/internal/mod	0.003s	coverage: 66.7% of statements
17:15:42 [2023-11-27T17:15:42.538Z] ok  	github.com/docker/docker/image/tarexport	0.008s	coverage: 0.6% of statements
17:15:42 [2023-11-27T17:15:42.538Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
17:15:42 [2023-11-27T17:15:42.538Z] ?   	github.com/docker/docker/internal/testutils	[no test files]
17:15:42 [2023-11-27T17:15:42.538Z] ?   	github.com/docker/docker/internal/testutils/netnsutils	[no test files]
17:15:42 [2023-11-27T17:15:42.538Z] ?   	github.com/docker/docker/internal/unshare	[no test files]
17:15:42 [2023-11-27T17:15:42.538Z] ok  	github.com/docker/docker/internal/multierror	0.003s	coverage: 88.9% of statements
17:15:43 [2023-11-27T17:15:43.105Z] ok  	github.com/docker/docker/distribution	1.489s	coverage: 29.1% of statements
17:15:43 [2023-11-27T17:15:43.672Z] ok  	github.com/docker/docker/distribution/xfer	2.167s	coverage: 85.4% of statements
17:15:43 [2023-11-27T17:15:43.672Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
17:15:43 [2023-11-27T17:15:43.672Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
17:15:43 [2023-11-27T17:15:43.672Z] ?   	github.com/docker/docker/libcontainerd/shimopts	[no test files]
17:15:43 [2023-11-27T17:15:43.672Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
17:15:43 [2023-11-27T17:15:43.672Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
17:15:43 [2023-11-27T17:15:43.672Z] ok  	github.com/docker/docker/libcontainerd/queue	0.025s	coverage: 100.0% of statements
17:15:44 [2023-11-27T17:15:44.240Z] ok  	github.com/docker/docker/daemon	10.941s	coverage: 16.8% of statements
17:15:44 [2023-11-27T17:15:44.240Z] ?   	github.com/docker/docker/oci/caps	[no test files]
17:15:44 [2023-11-27T17:15:44.240Z] ok  	github.com/docker/docker/pkg/aaparser	0.007s	coverage: 52.9% of statements
17:15:44 [2023-11-27T17:15:44.240Z] ok  	github.com/docker/docker/oci	0.022s	coverage: 38.1% of statements
17:15:44 [2023-11-27T17:15:44.240Z] ok  	github.com/docker/docker/opts	0.033s	coverage: 67.9% of statements
17:15:44 [2023-11-27T17:15:44.808Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
17:15:44 [2023-11-27T17:15:44.808Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
17:15:44 [2023-11-27T17:15:44.808Z] ok  	github.com/docker/docker/pkg/containerfs	0.006s	coverage: 28.6% of statements
17:15:44 [2023-11-27T17:15:44.808Z] ok  	github.com/docker/docker/pkg/directory	0.022s	coverage: 81.8% of statements
17:15:45 [2023-11-27T17:15:45.067Z] ok  	github.com/docker/docker/pkg/dmesg	0.005s	coverage: 83.3% of statements
17:15:45 [2023-11-27T17:15:45.067Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.270s	coverage: 83.7% of statements
17:15:45 [2023-11-27T17:15:45.067Z] ok  	github.com/docker/docker/pkg/fileutils	0.010s	coverage: 51.7% of statements
17:15:45 [2023-11-27T17:15:45.067Z] ok  	github.com/docker/docker/pkg/homedir	0.017s	coverage: 8.3% of statements
17:15:45 [2023-11-27T17:15:45.327Z] ok  	github.com/docker/docker/pkg/archive	0.453s	coverage: 81.3% of statements
17:15:45 [2023-11-27T17:15:45.327Z] ok  	github.com/docker/docker/pkg/authorization	0.541s	coverage: 68.3% of statements
17:15:45 [2023-11-27T17:15:45.327Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
17:15:45 [2023-11-27T17:15:45.327Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 45.5% of statements
17:15:45 [2023-11-27T17:15:45.586Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.030s	coverage: 92.3% of statements
17:15:45 [2023-11-27T17:15:45.586Z] ok  	github.com/docker/docker/pkg/meminfo	0.004s	coverage: 75.0% of statements
17:15:45 [2023-11-27T17:15:45.586Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.003s	coverage: 85.7% of statements
17:15:45 [2023-11-27T17:15:45.586Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
17:15:45 [2023-11-27T17:15:45.586Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.015s	coverage: 60.0% of statements
17:15:45 [2023-11-27T17:15:45.844Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 90.2% of statements
17:15:45 [2023-11-27T17:15:45.844Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
17:15:45 [2023-11-27T17:15:45.844Z] ?   	github.com/docker/docker/pkg/platforms	[no test files]
17:15:45 [2023-11-27T17:15:45.844Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
17:15:45 [2023-11-27T17:15:45.844Z] ok  	github.com/docker/docker/pkg/pidfile	0.004s	coverage: 94.1% of statements
17:15:45 [2023-11-27T17:15:45.844Z] ok  	github.com/docker/docker/pkg/ioutils	0.385s	coverage: 71.9% of statements
17:15:45 [2023-11-27T17:15:45.844Z] ok  	github.com/docker/docker/pkg/idtools	0.472s	coverage: 69.7% of statements
17:15:46 [2023-11-27T17:15:46.411Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
17:15:46 [2023-11-27T17:15:46.411Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
17:15:46 [2023-11-27T17:15:46.411Z] ok  	github.com/docker/docker/pkg/pools	0.004s	coverage: 88.2% of statements
17:15:46 [2023-11-27T17:15:46.411Z] ok  	github.com/docker/docker/pkg/process	0.004s	coverage: 21.7% of statements
17:15:46 [2023-11-27T17:15:46.411Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.005s	coverage: 56.8% of statements
17:15:46 [2023-11-27T17:15:46.411Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.005s	coverage: 90.0% of statements
17:15:46 [2023-11-27T17:15:46.411Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
17:15:46 [2023-11-27T17:15:46.670Z] ?   	github.com/docker/docker/pkg/rootless	[no test files]
17:15:46 [2023-11-27T17:15:46.670Z] ?   	github.com/docker/docker/pkg/rootless/specconv	[no test files]
17:15:46 [2023-11-27T17:15:46.670Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
17:15:46 [2023-11-27T17:15:46.670Z] ok  	github.com/docker/docker/pkg/reexec	0.029s	coverage: 82.4% of statements
17:15:46 [2023-11-27T17:15:46.670Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
17:15:46 [2023-11-27T17:15:46.930Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
17:15:46 [2023-11-27T17:15:46.930Z] ok  	github.com/docker/docker/pkg/stringid	0.003s	coverage: 61.9% of statements
17:15:47 [2023-11-27T17:15:47.189Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 43.1% of statements
17:15:47 [2023-11-27T17:15:47.189Z] ok  	github.com/docker/docker/pkg/sysinfo	0.013s	coverage: 53.4% of statements
17:15:47 [2023-11-27T17:15:47.189Z] ok  	github.com/docker/docker/pkg/useragent	0.005s	coverage: 88.9% of statements
17:15:47 [2023-11-27T17:15:47.189Z] ok  	github.com/docker/docker/pkg/tailfile	0.034s	coverage: 88.6% of statements
17:15:47 [2023-11-27T17:15:47.189Z] ok  	github.com/docker/docker/pkg/tarsum	0.048s	coverage: 89.6% of statements
17:15:48 [2023-11-27T17:15:48.125Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
17:15:48 [2023-11-27T17:15:48.125Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
17:15:48 [2023-11-27T17:15:48.125Z] ok  	github.com/docker/docker/profiles/seccomp	0.009s	coverage: 86.0% of statements
17:15:48 [2023-11-27T17:15:48.125Z] ok  	github.com/docker/docker/plugin/v2	0.010s	coverage: 14.4% of statements
17:15:48 [2023-11-27T17:15:48.384Z] ok  	github.com/docker/docker/reference	0.009s	coverage: 83.7% of statements
17:15:48 [2023-11-27T17:15:48.384Z] ok  	github.com/docker/docker/pkg/plugins	2.021s	coverage: 74.9% of statements
17:15:48 [2023-11-27T17:15:48.384Z] ok  	github.com/docker/docker/plugin	0.520s	coverage: 23.3% of statements
17:15:48 [2023-11-27T17:15:48.642Z] ok  	github.com/docker/docker/restartmanager	0.003s	coverage: 51.9% of statements
17:15:48 [2023-11-27T17:15:48.642Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
17:15:48 [2023-11-27T17:15:48.642Z] ok  	github.com/docker/docker/registry/resumable	0.018s	coverage: 100.0% of statements
17:15:48 [2023-11-27T17:15:48.901Z] ok  	github.com/docker/docker/runconfig	0.015s	coverage: 63.8% of statements
17:15:48 [2023-11-27T17:15:48.901Z] ok  	github.com/docker/docker/registry	0.114s	coverage: 63.9% of statements
17:15:48 [2023-11-27T17:15:48.901Z] ok  	github.com/docker/docker/quota	0.890s	coverage: 69.3% of statements
17:15:49 [2023-11-27T17:15:49.159Z] ok  	github.com/docker/docker/testutil	0.008s	coverage: 8.2% of statements
17:15:49 [2023-11-27T17:15:49.418Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
17:15:49 [2023-11-27T17:15:49.418Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
17:15:49 [2023-11-27T17:15:49.418Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
17:15:49 [2023-11-27T17:15:49.418Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
17:15:49 [2023-11-27T17:15:49.418Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
17:15:49 [2023-11-27T17:15:49.418Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
17:15:49 [2023-11-27T17:15:49.418Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
17:15:49 [2023-11-27T17:15:49.418Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
17:15:49 [2023-11-27T17:15:49.418Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
17:15:49 [2023-11-27T17:15:49.418Z] ?   	github.com/docker/docker/testutil/request	[no test files]
17:15:49 [2023-11-27T17:15:49.418Z] ?   	github.com/docker/docker/volume	[no test files]
17:15:49 [2023-11-27T17:15:49.986Z] ok  	github.com/docker/docker/volume/drivers	0.006s	coverage: 36.1% of statements
17:15:49 [2023-11-27T17:15:49.986Z] ok  	github.com/docker/docker/volume/mounts	0.009s	coverage: 65.7% of statements
17:15:50 [2023-11-27T17:15:50.244Z] ok  	github.com/docker/docker/volume/local	0.138s	coverage: 74.6% of statements
17:15:50 [2023-11-27T17:15:50.503Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
17:15:50 [2023-11-27T17:15:50.503Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
17:15:50 [2023-11-27T17:15:50.503Z] ok  	github.com/docker/docker/volume/service	0.012s	coverage: 71.8% of statements
17:15:51 [2023-11-27T17:15:51.069Z] ok  	github.com/docker/docker/layer	7.376s	coverage: 68.7% of statements
17:15:51 [2023-11-27T17:15:51.327Z] 
17:15:51 [2023-11-27T17:15:51.327Z] === Skipped
17:15:51 [2023-11-27T17:15:51.327Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
17:15:51 [2023-11-27T17:15:51.327Z]     network_proxy_test.go:195: Need to start CI docker with --ipv6
17:15:51 [2023-11-27T17:15:51.327Z] 
17:15:51 [2023-11-27T17:15:51.327Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
17:15:51 [2023-11-27T17:15:51.327Z]     network_proxy_test.go:210: No support for dual stack yet
17:15:51 [2023-11-27T17:15:51.327Z] 
17:15:51 [2023-11-27T17:15:51.327Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
17:15:51 [2023-11-27T17:15:51.327Z]     network_proxy_test.go:239: Need to start CI docker with --ipv6
17:15:51 [2023-11-27T17:15:51.327Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     network_proxy_test.go:300: Need to start CI docker with --ipv6
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:41: Driver btrfs not supported
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:41: Driver btrfs not supported
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:41: Driver btrfs not supported
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:41: Driver btrfs not supported
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:41: Driver btrfs not supported
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:68: No driver to put!
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z] time="2023-11-27T17:15:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z] time="2023-11-27T17:15:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z] time="2023-11-27T17:15:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z] time="2023-11-27T17:15:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z] time="2023-11-27T17:15:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:39: graphdriver: driver not supported
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:41: Driver fuse-overlayfs not supported
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:68: No driver to put!
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     overlay_test.go:61: Cannot run test with naive change algorithm
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:41: Driver zfs not supported
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:41: Driver zfs not supported
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:41: Driver zfs not supported
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:41: Driver zfs not supported
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:41: Driver zfs not supported
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     graphtest_unix.go:68: No driver to put!
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s)
17:15:51 [2023-11-27T17:15:51.328Z]     validate_test.go:70: only tested on Windows
17:15:51 [2023-11-27T17:15:51.328Z] 
17:15:51 [2023-11-27T17:15:51.328Z] DONE 3160 tests, 27 skipped in 64.479s
17:15:51 [2023-11-27T17:15:51.328Z] + '[' -n 'github.com/docker/docker/libnetwork
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/bitmap
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/cluster
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/config
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/datastore
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/diagnostic
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/discoverapi
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/driverapi
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/drivers/bridge
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/drivers/host
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/drivers/null
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/drivers/overlay
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/drivers/remote
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/drivers/windows
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/drvregistry
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/etchosts
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/internal/caller
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/internal/kvstore
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/ipam
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/ipamapi
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/ipams/builtin
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/ipams/null
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/ipams/remote
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/ipamutils
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/ipbits
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/iptables
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/netlabel
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/netutils
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/networkdb
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/ns
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/options
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/osl
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/osl/kernel
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/portallocator
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/portmapper
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/resolvconf
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/scope
17:15:51 [2023-11-27T17:15:51.328Z] github.com/docker/docker/libnetwork/types' ']'
17:15:51 [2023-11-27T17:15:51.328Z] + 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
17:16:47 [2023-11-27T17:16:47.544Z] ok  	github.com/docker/docker/libnetwork	44.553s	coverage: 42.7% of statements
17:16:47 [2023-11-27T17:16:47.544Z] ok  	github.com/docker/docker/libnetwork/bitmap	0.006s	coverage: 96.1% of statements
17:16:47 [2023-11-27T17:16:47.544Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
17:16:47 [2023-11-27T17:16:47.544Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
17:16:47 [2023-11-27T17:16:47.544Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
17:16:47 [2023-11-27T17:16:47.544Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
17:16:47 [2023-11-27T17:16:47.544Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
17:16:47 [2023-11-27T17:16:47.544Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
17:16:47 [2023-11-27T17:16:47.544Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
17:16:47 [2023-11-27T17:16:47.544Z] ok  	github.com/docker/docker/libnetwork/config	0.012s	coverage: 10.3% of statements
17:16:47 [2023-11-27T17:16:47.544Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 37.0% of statements
17:16:47 [2023-11-27T17:16:47.544Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
17:16:47 [2023-11-27T17:16:47.544Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
17:16:47 [2023-11-27T17:16:47.544Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
17:16:47 [2023-11-27T17:16:47.803Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	4.343s	coverage: 62.4% of statements
17:16:47 [2023-11-27T17:16:47.803Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
17:16:48 [2023-11-27T17:16:48.061Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 40.0% of statements
17:16:49 [2023-11-27T17:16:49.436Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.850s	coverage: 5.0% of statements
17:16:49 [2023-11-27T17:16:49.436Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
17:16:49 [2023-11-27T17:16:49.694Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.004s	coverage: 4.6% of statements
17:16:49 [2023-11-27T17:16:49.694Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
17:16:49 [2023-11-27T17:16:49.952Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 40.0% of statements
17:16:50 [2023-11-27T17:16:50.887Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	0.011s	coverage: 1.4% of statements
17:16:51 [2023-11-27T17:16:51.146Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	0.004s	coverage: 45.0% of statements
17:16:51 [2023-11-27T17:16:51.404Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 62.7% of statements
17:16:51 [2023-11-27T17:16:51.971Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.012s	coverage: 57.2% of statements
17:16:51 [2023-11-27T17:16:51.971Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
17:16:51 [2023-11-27T17:16:51.971Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
17:16:51 [2023-11-27T17:16:51.971Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
17:16:52 [2023-11-27T17:16:52.537Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.019s	coverage: 87.0% of statements
17:16:52 [2023-11-27T17:16:52.795Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.017s	coverage: 81.0% of statements
17:16:52 [2023-11-27T17:16:52.795Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
17:16:52 [2023-11-27T17:16:52.795Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore	[no test files]
17:16:52 [2023-11-27T17:16:52.795Z] ?   	github.com/docker/docker/libnetwork/internal/kvstore/boltdb	[no test files]
17:17:04 [2023-11-27T17:17:04.996Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
17:17:06 [2023-11-27T17:17:06.897Z] ok  	github.com/docker/docker/libnetwork/ipam	3.305s	coverage: 80.0% of statements
17:17:06 [2023-11-27T17:17:06.897Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
17:17:06 [2023-11-27T17:17:06.897Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
17:17:07 [2023-11-27T17:17:07.155Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.003s	coverage: 63.2% of statements
17:17:07 [2023-11-27T17:17:07.414Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 48.7% of statements
17:17:07 [2023-11-27T17:17:07.414Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
17:17:07 [2023-11-27T17:17:07.672Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.003s	coverage: 80.0% of statements
17:17:08 [2023-11-27T17:17:08.239Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.320s	coverage: 86.4% of statements
17:17:08 [2023-11-27T17:17:08.497Z] ok  	github.com/docker/docker/libnetwork/ipbits	0.002s	coverage: 100.0% of statements
17:17:09 [2023-11-27T17:17:09.484Z] ok  	github.com/docker/docker/libnetwork/iptables	0.227s	coverage: 39.9% of statements
17:17:09 [2023-11-27T17:17:09.484Z] ?   	github.com/docker/docker/libnetwork/netlabel	[no test files]
17:17:09 [2023-11-27T17:17:09.484Z] ok  	github.com/docker/docker/libnetwork/netutils	0.016s	coverage: 54.9% of statements
17:19:01 [2023-11-27T17:19:01.013Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.862s	coverage: 58.5% of statements
17:19:01 [2023-11-27T17:19:01.013Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
17:19:01 [2023-11-27T17:19:01.013Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
17:19:01 [2023-11-27T17:19:01.013Z] ok  	github.com/docker/docker/libnetwork/osl	4.423s	coverage: 40.2% of statements
17:19:01 [2023-11-27T17:19:01.013Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
17:19:01 [2023-11-27T17:19:01.013Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.016s	coverage: 80.7% of statements
17:19:01 [2023-11-27T17:19:01.579Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.713s	coverage: 46.3% of statements
17:19:01 [2023-11-27T17:19:01.579Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 84.9% of statements
17:19:01 [2023-11-27T17:19:01.579Z] ?   	github.com/docker/docker/libnetwork/scope	[no test files]
17:19:02 [2023-11-27T17:19:02.146Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 41.7% of statements
17:19:02 [2023-11-27T17:19:02.146Z] 
17:19:02 [2023-11-27T17:19:02.146Z] === Skipped
17:19:02 [2023-11-27T17:19:02.146Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
17:19:02 [2023-11-27T17:19:02.146Z]     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
17:19:02 [2023-11-27T17:19:02.146Z] 
17:19:02 [2023-11-27T17:19:02.146Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s)
17:19:02 [2023-11-27T17:19:02.146Z]     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
17:19:02 [2023-11-27T17:19:02.146Z] 
17:19:02 [2023-11-27T17:19:02.146Z] DONE 357 tests, 2 skipped in 190.671s
Post stage
[Pipeline] junit
17:19:02 [2023-11-27T17:19:02.724Z] Recording test results
17:19:02 [2023-11-27T17:19:02.825Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
17:19:03 [2023-11-27T17:19:03.138Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46855/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9b399814e72e5b1efa5cbb75fbde854dd728d5bf -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:9b399814e72e5b1efa5cbb75fbde854dd728d5bf hack/make.sh dynbinary test-integration
17:19:03 [2023-11-27T17:19:03.398Z] 
17:19:03 [2023-11-27T17:19:03.398Z] Removing bundles/
17:19:03 [2023-11-27T17:19:03.398Z] 
17:19:03 [2023-11-27T17:19:03.398Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
17:19:03 [2023-11-27T17:19:03.398Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
17:19:03 [2023-11-27T17:19:03.398Z] + tee /go/src/github.com/docker/docker/go.mod
17:19:03 [2023-11-27T17:19:03.398Z] module github.com/docker/docker
17:19:03 [2023-11-27T17:19:03.398Z] 
17:19:03 [2023-11-27T17:19:03.398Z] go 1.20
17:19:03 [2023-11-27T17:19:03.398Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
17:19:03 [2023-11-27T17:19:03.398Z] + GO111MODULE=on
17:19:03 [2023-11-27T17:19:03.398Z] + 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=9b399814e72e5b1efa5cbb75fbde854dd728d5bf" -X "github.com/docker/docker/dockerversion.BuildTime=2023-11-27T17:19:03.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
17:19:42 [2023-11-27T17:19:42.124Z] + rm -f /go/src/github.com/docker/docker/go.mod
17:19:42 [2023-11-27T17:19:42.124Z] Created binary: bundles/dynbinary-daemon/dockerd
17:19:42 [2023-11-27T17:19:42.124Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
17:19:42 [2023-11-27T17:19:42.124Z] + tee /go/src/github.com/docker/docker/go.mod
17:19:42 [2023-11-27T17:19:42.124Z] module github.com/docker/docker
17:19:42 [2023-11-27T17:19:42.124Z] 
17:19:42 [2023-11-27T17:19:42.124Z] go 1.20
17:19:42 [2023-11-27T17:19:42.124Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
17:19:42 [2023-11-27T17:19:42.124Z] + GO111MODULE=on
17:19:42 [2023-11-27T17:19:42.124Z] + 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=9b399814e72e5b1efa5cbb75fbde854dd728d5bf" -X "github.com/docker/docker/dockerversion.BuildTime=2023-11-27T17:19:03.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
17:19:42 [2023-11-27T17:19:42.124Z] + rm -f /go/src/github.com/docker/docker/go.mod
17:19:42 [2023-11-27T17:19:42.124Z] Created binary: bundles/dynbinary-daemon/docker-proxy
17:19:42 [2023-11-27T17:19:42.124Z] 
17:19:42 [2023-11-27T17:19:42.125Z] ---> Making bundle: test-integration (in bundles/test-integration)
17:19:42 [2023-11-27T17:19:42.125Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
17:19:42 [2023-11-27T17:19:42.125Z] HOSTNAME=7af53adabd27
17:19:42 [2023-11-27T17:19:42.125Z] TESTDEBUG=0
17:19:42 [2023-11-27T17:19:42.125Z] DEST=bundles/test-integration
17:19:42 [2023-11-27T17:19:42.125Z] PWD=/go/src/github.com/docker/docker
17:19:42 [2023-11-27T17:19:42.125Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock
17:19:42 [2023-11-27T17:19:42.125Z] DOCKER_GITCOMMIT=9b399814e72e5b1efa5cbb75fbde854dd728d5bf
17:19:42 [2023-11-27T17:19:42.125Z] container=docker
17:19:42 [2023-11-27T17:19:42.125Z] HOME=/root
17:19:42 [2023-11-27T17:19:42.125Z] CONTAINERD_NAMESPACE=moby
17:19:42 [2023-11-27T17:19:42.125Z] GOLANG_VERSION=1.21.3
17:19:42 [2023-11-27T17:19:42.125Z] VALIDATE_REPO=https://github.com/moby/moby.git
17:19:42 [2023-11-27T17:19:42.125Z] VALIDATE_BRANCH=master
17:19:42 [2023-11-27T17:19:42.125Z] TERM=xterm
17:19:42 [2023-11-27T17:19:42.125Z] DOCKER_PKG=github.com/docker/docker
17:19:42 [2023-11-27T17:19:42.125Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker
17:19:42 [2023-11-27T17:19:42.125Z] SHLVL=1
17:19:42 [2023-11-27T17:19:42.125Z] TIMEOUT=120m
17:19:42 [2023-11-27T17:19:42.125Z] GOTOOLCHAIN=local
17:19:42 [2023-11-27T17:19:42.125Z] DOCKER_GRAPHDRIVER=overlay2
17:19:42 [2023-11-27T17:19:42.125Z] GO111MODULE=off
17:19:42 [2023-11-27T17:19:42.125Z] DOCKER_EXPERIMENTAL=1
17:19:42 [2023-11-27T17:19:42.125Z] TEST_SKIP_INTEGRATION_CLI=1
17:19:42 [2023-11-27T17:19:42.125Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:19:42 [2023-11-27T17:19:42.125Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
17:19:42 [2023-11-27T17:19:42.125Z] GOPATH=/go
17:19:42 [2023-11-27T17:19:42.125Z] PKG_CONFIG=pkg-config
17:19:42 [2023-11-27T17:19:42.125Z] _=/usr/bin/env
17:19:42 [2023-11-27T17:19:42.125Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
17:20:04 [2023-11-27T17:20:04.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main
17:20:04 [2023-11-27T17:20:04.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
17:20:04 [2023-11-27T17:20:04.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
17:20:04 [2023-11-27T17:20:04.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
17:20:08 [2023-11-27T17:20:08.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
17:20:12 [2023-11-27T17:20:12.115Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
17:20:12 [2023-11-27T17:20:12.374Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
17:20:13 [2023-11-27T17:20:13.749Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
17:20:15 [2023-11-27T17:20:15.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
17:20:16 [2023-11-27T17:20:16.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main
17:20:17 [2023-11-27T17:20:17.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
17:20:17 [2023-11-27T17:20:17.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
17:20:18 [2023-11-27T17:20:18.809Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
17:20:20 [2023-11-27T17:20:20.184Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
17:20:22 [2023-11-27T17:20:22.099Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
17:20:23 [2023-11-27T17:20:23.034Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
17:20:23 [2023-11-27T17:20:23.292Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
17:20:24 [2023-11-27T17:20:24.667Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
17:20:25 [2023-11-27T17:20:25.601Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
17:20:26 [2023-11-27T17:20:26.976Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
17:20:27 [2023-11-27T17:20:27.542Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
17:20:28 [2023-11-27T17:20:28.917Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
17:20:29 [2023-11-27T17:20:29.851Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
17:20:29 [2023-11-27T17:20:29.851Z] Using test binary /usr/local/cli-integration/docker
17:20:29 [2023-11-27T17:20:29.851Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
17:20:29 [2023-11-27T17:20:29.851Z] +++ /etc/init.d/apparmor start
17:20:29 [2023-11-27T17:20:29.851Z] Not: starting.
17:20:29 [2023-11-27T17:20:29.851Z] INFO: Waiting for daemon to start...
17:20:29 [2023-11-27T17:20:29.851Z] Starting dockerd
17:20:29 [2023-11-27T17:20:29.851Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.jjFCJYzkx7/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
17:20:33 [2023-11-27T17:20:33.132Z] .
17:20:33 [2023-11-27T17:20:33.132Z] ---> Making bundle: .build-empty-images (in bundles/test-integration)
17:20:33 [2023-11-27T17:20:33.132Z] ++++ tar -cC bundles/test-integration/emptyfs .
17:20:33 [2023-11-27T17:20:33.132Z] ++++ docker load
17:20:33 [2023-11-27T17:20:33.132Z] Loaded image: emptyfs:latest
17:20:33 [2023-11-27T17:20:33.132Z] ++++ tar -cC bundles/test-integration/dangling .
17:20:33 [2023-11-27T17:20:33.132Z] ++++ docker load
17:20:33 [2023-11-27T17:20:33.132Z] Loaded image ID: sha256:0df1207206e5288f4a989a2f13d1f5b3c4e70467702c1d5d21dfc9f002b7bd43
17:20:33 [2023-11-27T17:20:33.132Z] Running integration-test (iteration 1)
17:20:33 [2023-11-27T17:20:33.132Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m  
17:20:33 [2023-11-27T17:20:33.132Z] ++ '[' -n '' ']'
17:20:33 [2023-11-27T17:20:33.132Z] ++ 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
17:20:33 [2023-11-27T17:20:33.132Z] ++ set -e
17:20:33 [2023-11-27T17:20:33.132Z] ++ '[' -n 0 ']'
17:20:33 [2023-11-27T17:20:33.132Z] ++ set -x
17:20:33 [2023-11-27T17:20:33.132Z] ++ 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.jjFCJYzkx7/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
17:20:33 [2023-11-27T17:20:33.132Z] Loaded image: busybox:latest
17:20:33 [2023-11-27T17:20:33.132Z] Loaded image: busybox:glibc
17:20:34 [2023-11-27T17:20:34.068Z] Loaded image: debian:bullseye-slim
17:20:34 [2023-11-27T17:20:34.068Z] Loaded image: hello-world:latest
17:20:34 [2023-11-27T17:20:34.068Z] Loaded image: arm32v7/hello-world:latest
17:20:34 [2023-11-27T17:20:34.068Z] INFO: Testing against a local daemon
17:20:34 [2023-11-27T17:20:34.068Z] === RUN   TestCgroupNamespacesBuild
17:20:35 [2023-11-27T17:20:35.442Z] --- PASS: TestCgroupNamespacesBuild (1.15s)
17:20:35 [2023-11-27T17:20:35.442Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
17:20:36 [2023-11-27T17:20:36.376Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.13s)
17:20:36 [2023-11-27T17:20:36.377Z] === RUN   TestBuildWithSession
17:20:36 [2023-11-27T17:20:36.377Z]     build_session_test.go:26: TODO: BuildKit
17:20:36 [2023-11-27T17:20:36.377Z] --- SKIP: TestBuildWithSession (0.00s)
17:20:36 [2023-11-27T17:20:36.377Z] === RUN   TestBuildSquashParent
17:20:40 [2023-11-27T17:20:40.560Z] --- PASS: TestBuildSquashParent (3.74s)
17:20:40 [2023-11-27T17:20:40.560Z] === RUN   TestBuildWithRemoveAndForceRemove
17:20:40 [2023-11-27T17:20:40.560Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:20:40 [2023-11-27T17:20:40.560Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:20:40 [2023-11-27T17:20:40.560Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:20:40 [2023-11-27T17:20:40.560Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:20:40 [2023-11-27T17:20:40.560Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:20:40 [2023-11-27T17:20:40.560Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:20:40 [2023-11-27T17:20:40.560Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:20:40 [2023-11-27T17:20:40.560Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:20:40 [2023-11-27T17:20:40.560Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:20:40 [2023-11-27T17:20:40.560Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:20:40 [2023-11-27T17:20:40.560Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:20:40 [2023-11-27T17:20:40.560Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:20:40 [2023-11-27T17:20:40.560Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:20:40 [2023-11-27T17:20:40.560Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:20:40 [2023-11-27T17:20:40.560Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:20:40 [2023-11-27T17:20:40.560Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:20:40 [2023-11-27T17:20:40.560Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:20:40 [2023-11-27T17:20:40.560Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:20:43 [2023-11-27T17:20:43.843Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s)
17:20:43 [2023-11-27T17:20:43.843Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.25s)
17:20:43 [2023-11-27T17:20:43.843Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.92s)
17:20:43 [2023-11-27T17:20:43.843Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.94s)
17:20:43 [2023-11-27T17:20:43.843Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.25s)
17:20:43 [2023-11-27T17:20:43.843Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.26s)
17:20:43 [2023-11-27T17:20:43.843Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.36s)
17:20:43 [2023-11-27T17:20:43.843Z] === RUN   TestBuildMultiStageCopy
17:20:43 [2023-11-27T17:20:43.843Z] === RUN   TestBuildMultiStageCopy/copy_to_root
17:20:44 [2023-11-27T17:20:44.409Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
17:20:44 [2023-11-27T17:20:44.409Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
17:20:44 [2023-11-27T17:20:44.667Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
17:20:44 [2023-11-27T17:20:44.667Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
17:20:44 [2023-11-27T17:20:44.667Z] --- PASS: TestBuildMultiStageCopy (1.29s)
17:20:44 [2023-11-27T17:20:44.667Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (0.96s)
17:20:44 [2023-11-27T17:20:44.667Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.07s)
17:20:44 [2023-11-27T17:20:44.667Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.08s)
17:20:44 [2023-11-27T17:20:44.667Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.09s)
17:20:44 [2023-11-27T17:20:44.667Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.10s)
17:20:44 [2023-11-27T17:20:44.667Z] === RUN   TestBuildMultiStageParentConfig
17:20:44 [2023-11-27T17:20:44.925Z] --- PASS: TestBuildMultiStageParentConfig (0.31s)
17:20:44 [2023-11-27T17:20:44.925Z] === RUN   TestBuildLabelWithTargets
17:20:45 [2023-11-27T17:20:45.492Z] --- PASS: TestBuildLabelWithTargets (0.48s)
17:20:45 [2023-11-27T17:20:45.492Z] === RUN   TestBuildWithEmptyLayers
17:20:45 [2023-11-27T17:20:45.750Z] --- PASS: TestBuildWithEmptyLayers (0.11s)
17:20:45 [2023-11-27T17:20:45.750Z] === RUN   TestBuildMultiStageOnBuild
17:20:46 [2023-11-27T17:20:46.684Z] --- PASS: TestBuildMultiStageOnBuild (1.10s)
17:20:46 [2023-11-27T17:20:46.684Z] === RUN   TestBuildUncleanTarFilenames
17:20:46 [2023-11-27T17:20:46.942Z] --- PASS: TestBuildUncleanTarFilenames (0.12s)
17:20:46 [2023-11-27T17:20:46.942Z] === RUN   TestBuildMultiStageLayerLeak
17:20:47 [2023-11-27T17:20:47.876Z] --- PASS: TestBuildMultiStageLayerLeak (1.07s)
17:20:47 [2023-11-27T17:20:47.876Z] === RUN   TestBuildWithHugeFile
17:21:44 [2023-11-27T17:21:44.091Z] --- PASS: TestBuildWithHugeFile (48.46s)
17:21:44 [2023-11-27T17:21:44.091Z] === RUN   TestBuildWCOWSandboxSize
17:21:44 [2023-11-27T17:21:44.091Z]     build_test.go:526: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
17:21:44 [2023-11-27T17:21:44.091Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
17:21:44 [2023-11-27T17:21:44.091Z] === RUN   TestBuildWithEmptyDockerfile
17:21:44 [2023-11-27T17:21:44.091Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
17:21:44 [2023-11-27T17:21:44.091Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
17:21:44 [2023-11-27T17:21:44.091Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:21:44 [2023-11-27T17:21:44.091Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:21:44 [2023-11-27T17:21:44.091Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:21:44 [2023-11-27T17:21:44.091Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:21:44 [2023-11-27T17:21:44.091Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
17:21:44 [2023-11-27T17:21:44.091Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:21:44 [2023-11-27T17:21:44.091Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:21:44 [2023-11-27T17:21:44.091Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
17:21:44 [2023-11-27T17:21:44.091Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
17:21:44 [2023-11-27T17:21:44.091Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
17:21:44 [2023-11-27T17:21:44.091Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
17:21:44 [2023-11-27T17:21:44.091Z] === RUN   TestBuildPreserveOwnership
17:21:44 [2023-11-27T17:21:44.091Z] === RUN   TestBuildPreserveOwnership/copy_from
17:21:44 [2023-11-27T17:21:44.091Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
17:21:44 [2023-11-27T17:21:44.091Z] --- PASS: TestBuildPreserveOwnership (2.18s)
17:21:44 [2023-11-27T17:21:44.091Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.52s)
17:21:44 [2023-11-27T17:21:44.091Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.65s)
17:21:44 [2023-11-27T17:21:44.091Z] === RUN   TestBuildPlatformInvalid
17:21:44 [2023-11-27T17:21:44.091Z] --- PASS: TestBuildPlatformInvalid (0.03s)
17:21:44 [2023-11-27T17:21:44.091Z] === RUN   TestBuildkitHistoryTracePropagation
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:38Z" level=info msg="[core] [Channel #1] Channel created" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:38Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:38Z" level=info msg="[core] [Channel #1] parsed dial target is: {URL:{Scheme:unix Opaque: User: Host: Path:/run/buildkit/buildkitd.sock RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}}" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:38Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:38Z" level=info msg="[core] [Channel #1] Resolver state updated: {\n  \"Addresses\": [\n    {\n      \"Addr\": \"/run/buildkit/buildkitd.sock\",\n      \"ServerName\": \"\",\n      \"Attributes\": {\n        \"\\u003c%!p(networktype.keyType=grpc.internal.transport.networktype)\\u003e\": \"unix\"\n      },\n      \"BalancerAttributes\": null,\n      \"Metadata\": null\n    }\n  ],\n  \"Endpoints\": [\n    {\n      \"Addresses\": [\n        {\n          \"Addr\": \"/run/buildkit/buildkitd.sock\",\n          \"ServerName\": \"\",\n          \"Attributes\": {\n            \"\\u003c%!p(networktype.keyType=grpc.internal.transport.networktype)\\u003e\": \"unix\"\n          },\n          \"BalancerAttributes\": null,\n          \"Metadata\": null\n        }\n      ],\n      \"Attributes\": null\n    }\n  ],\n  \"ServiceConfig\": null,\n  \"Attributes\": null\n} (resolver returned new addresses)" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:38Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:38Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:38Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:38Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:38Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:38Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:38Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:38Z" level=info msg="[core] [Server #4] Server created" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z]     build_traces_test.go:84: Waiting for trace to be available
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:42Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:42Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:42Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:42Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:42Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] time="2023-11-27T17:21:42Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc
17:21:44 [2023-11-27T17:21:44.091Z] --- PASS: TestBuildkitHistoryTracePropagation (4.03s)
17:21:44 [2023-11-27T17:21:44.091Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
17:21:44 [2023-11-27T17:21:44.091Z] Loaded image: busybox:latest
17:21:44 [2023-11-27T17:21:44.091Z] Loaded image: busybox:glibc
17:21:44 [2023-11-27T17:21:44.350Z] Loaded image: debian:bullseye-slim
17:21:44 [2023-11-27T17:21:44.350Z] Loaded image: hello-world:latest
17:21:44 [2023-11-27T17:21:44.350Z] Loaded image: arm32v7/hello-world:latest
17:21:52 [2023-11-27T17:21:52.478Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.32s)
17:21:52 [2023-11-27T17:21:52.478Z] PASS
17:21:52 [2023-11-27T17:21:52.478Z] 
17:21:52 [2023-11-27T17:21:52.478Z] === Skipped
17:21:52 [2023-11-27T17:21:52.478Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
17:21:52 [2023-11-27T17:21:52.478Z]     build_session_test.go:26: TODO: BuildKit
17:21:52 [2023-11-27T17:21:52.478Z] 
17:21:52 [2023-11-27T17:21:52.478Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
17:21:52 [2023-11-27T17:21:52.478Z]     build_test.go:526: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
17:21:52 [2023-11-27T17:21:52.478Z] 
17:21:52 [2023-11-27T17:21:52.478Z] DONE 35 tests, 2 skipped in 79.165s
17:21:52 [2023-11-27T17:21:52.478Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m  
17:21:52 [2023-11-27T17:21:52.478Z] ++ '[' -n '' ']'
17:21:52 [2023-11-27T17:21:52.478Z] ++ 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
17:21:52 [2023-11-27T17:21:52.478Z] ++ set -e
17:21:52 [2023-11-27T17:21:52.478Z] ++ '[' -n 0 ']'
17:21:52 [2023-11-27T17:21:52.478Z] ++ set -x
17:21:52 [2023-11-27T17:21:52.478Z] ++ 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.jjFCJYzkx7/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
17:21:52 [2023-11-27T17:21:52.478Z] INFO: Testing against a local daemon
17:21:52 [2023-11-27T17:21:52.478Z] === RUN   TestNoNewPrivileges
17:21:56 [2023-11-27T17:21:56.661Z] === RUN   TestNoNewPrivileges/CapabilityRequested=true
17:21:57 [2023-11-27T17:21:57.228Z] === RUN   TestNoNewPrivileges/CapabilityRequested=false
17:21:57 [2023-11-27T17:21:57.794Z] --- PASS: TestNoNewPrivileges (5.67s)
17:21:57 [2023-11-27T17:21:57.794Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.44s)
17:21:57 [2023-11-27T17:21:57.794Z]     --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.44s)
17:21:57 [2023-11-27T17:21:57.794Z] PASS
17:21:57 [2023-11-27T17:21:57.794Z] 
17:21:57 [2023-11-27T17:21:57.794Z] DONE 3 tests in 5.701s
17:21:57 [2023-11-27T17:21:57.794Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m  
17:21:57 [2023-11-27T17:21:57.794Z] ++ '[' -n '' ']'
17:21:57 [2023-11-27T17:21:57.794Z] ++ 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
17:21:57 [2023-11-27T17:21:57.794Z] ++ set -e
17:21:57 [2023-11-27T17:21:57.794Z] ++ '[' -n 0 ']'
17:21:57 [2023-11-27T17:21:57.794Z] ++ set -x
17:21:57 [2023-11-27T17:21:57.794Z] ++ 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.jjFCJYzkx7/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
17:21:57 [2023-11-27T17:21:57.794Z] INFO: Testing against a local daemon
17:21:57 [2023-11-27T17:21:57.794Z] === RUN   TestConfigInspect
17:21:59 [2023-11-27T17:21:59.694Z] --- PASS: TestConfigInspect (1.90s)
17:21:59 [2023-11-27T17:21:59.694Z] === RUN   TestConfigList
17:22:01 [2023-11-27T17:22:01.070Z] === RUN   TestConfigList/test_filter_by_name
17:22:01 [2023-11-27T17:22:01.070Z] === RUN   TestConfigList/test_filter_by_id
17:22:01 [2023-11-27T17:22:01.070Z] === RUN   TestConfigList/test_filter_by_label_key_only
17:22:01 [2023-11-27T17:22:01.070Z] === RUN   TestConfigList/test_filter_by_label_key=value_test0-TestConfigList
17:22:01 [2023-11-27T17:22:01.070Z] === RUN   TestConfigList/test_filter_by_label_key=value_test1-TestConfigList
17:22:01 [2023-11-27T17:22:01.636Z] --- PASS: TestConfigList (1.88s)
17:22:01 [2023-11-27T17:22:01.636Z]     --- PASS: TestConfigList/test_filter_by_name (0.00s)
17:22:01 [2023-11-27T17:22:01.636Z]     --- PASS: TestConfigList/test_filter_by_id (0.00s)
17:22:01 [2023-11-27T17:22:01.636Z]     --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s)
17:22:01 [2023-11-27T17:22:01.636Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s)
17:22:01 [2023-11-27T17:22:01.636Z]     --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s)
17:22:01 [2023-11-27T17:22:01.636Z] === RUN   TestConfigsCreateAndDelete
17:22:03 [2023-11-27T17:22:03.538Z] --- PASS: TestConfigsCreateAndDelete (1.91s)
17:22:03 [2023-11-27T17:22:03.538Z] === RUN   TestConfigsUpdate
17:22:05 [2023-11-27T17:22:05.439Z] --- PASS: TestConfigsUpdate (1.97s)
17:22:05 [2023-11-27T17:22:05.439Z] === RUN   TestTemplatedConfig
17:22:07 [2023-11-27T17:22:07.969Z] --- PASS: TestTemplatedConfig (2.60s)
17:22:07 [2023-11-27T17:22:07.969Z] === RUN   TestConfigCreateResolve
17:22:09 [2023-11-27T17:22:09.869Z] --- PASS: TestConfigCreateResolve (1.89s)
17:22:09 [2023-11-27T17:22:09.869Z] PASS
17:22:09 [2023-11-27T17:22:09.869Z] 
17:22:09 [2023-11-27T17:22:09.869Z] DONE 11 tests in 12.188s
17:22:09 [2023-11-27T17:22:09.869Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m  
17:22:09 [2023-11-27T17:22:09.869Z] ++ '[' -n '' ']'
17:22:09 [2023-11-27T17:22:09.869Z] ++ 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
17:22:09 [2023-11-27T17:22:09.869Z] ++ set -e
17:22:09 [2023-11-27T17:22:09.869Z] ++ '[' -n 0 ']'
17:22:09 [2023-11-27T17:22:09.869Z] ++ set -x
17:22:09 [2023-11-27T17:22:09.869Z] ++ 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.jjFCJYzkx7/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
17:22:09 [2023-11-27T17:22:09.869Z] INFO: Testing against a local daemon
17:22:09 [2023-11-27T17:22:09.869Z] === RUN   TestAttach
17:22:09 [2023-11-27T17:22:09.869Z] === RUN   TestAttach/without_TTY
17:22:09 [2023-11-27T17:22:09.869Z] === PAUSE TestAttach/without_TTY
17:22:09 [2023-11-27T17:22:09.869Z] === RUN   TestAttach/with_TTY
17:22:09 [2023-11-27T17:22:09.869Z] === PAUSE TestAttach/with_TTY
17:22:09 [2023-11-27T17:22:09.869Z] === CONT  TestAttach/without_TTY
17:22:09 [2023-11-27T17:22:09.869Z] === CONT  TestAttach/with_TTY
17:22:10 [2023-11-27T17:22:10.128Z] --- PASS: TestAttach (0.02s)
17:22:10 [2023-11-27T17:22:10.128Z]     --- PASS: TestAttach/without_TTY (0.05s)
17:22:10 [2023-11-27T17:22:10.128Z]     --- PASS: TestAttach/with_TTY (0.05s)
17:22:10 [2023-11-27T17:22:10.128Z] === RUN   TestCreateWithCDIDevices
17:22:11 [2023-11-27T17:22:11.062Z] --- PASS: TestCreateWithCDIDevices (1.05s)
17:22:11 [2023-11-27T17:22:11.062Z] === RUN   TestCDISpecDirsAreInSystemInfo
17:22:11 [2023-11-27T17:22:11.062Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default
17:22:11 [2023-11-27T17:22:11.629Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned
17:22:12 [2023-11-27T17:22:12.195Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice
17:22:12 [2023-11-27T17:22:12.762Z] === RUN   TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice
17:22:13 [2023-11-27T17:22:13.020Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice
17:22:13 [2023-11-27T17:22:13.587Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice
17:22:14 [2023-11-27T17:22:14.153Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice
17:22:14 [2023-11-27T17:22:14.719Z] === RUN   TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice
17:22:15 [2023-11-27T17:22:15.286Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.17s)
17:22:15 [2023-11-27T17:22:15.286Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default (0.52s)
17:22:15 [2023-11-27T17:22:15.286Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned (0.52s)
17:22:15 [2023-11-27T17:22:15.286Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s)
17:22:15 [2023-11-27T17:22:15.286Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice (0.52s)
17:22:15 [2023-11-27T17:22:15.286Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice (0.52s)
17:22:15 [2023-11-27T17:22:15.286Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice (0.52s)
17:22:15 [2023-11-27T17:22:15.286Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s)
17:22:15 [2023-11-27T17:22:15.286Z]     --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice (0.52s)
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestCheckpoint
17:22:15 [2023-11-27T17:22:15.286Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:22:15 [2023-11-27T17:22:15.286Z] --- SKIP: TestCheckpoint (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/commit
17:22:15 [2023-11-27T17:22:15.286Z] === PAUSE TestContainerInvalidJSON/commit
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/containers/create
17:22:15 [2023-11-27T17:22:15.286Z] === PAUSE TestContainerInvalidJSON/containers/create
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
17:22:15 [2023-11-27T17:22:15.286Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
17:22:15 [2023-11-27T17:22:15.286Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
17:22:15 [2023-11-27T17:22:15.286Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:22:15 [2023-11-27T17:22:15.286Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
17:22:15 [2023-11-27T17:22:15.286Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
17:22:15 [2023-11-27T17:22:15.286Z] === CONT  TestContainerInvalidJSON/commit
17:22:15 [2023-11-27T17:22:15.286Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
17:22:15 [2023-11-27T17:22:15.286Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
17:22:15 [2023-11-27T17:22:15.286Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
17:22:15 [2023-11-27T17:22:15.286Z] === CONT  TestContainerInvalidJSON/containers/create
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
17:22:15 [2023-11-27T17:22:15.286Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
17:22:15 [2023-11-27T17:22:15.286Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/commit/empty_body
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
17:22:15 [2023-11-27T17:22:15.286Z] --- PASS: TestContainerInvalidJSON (0.01s)
17:22:15 [2023-11-27T17:22:15.286Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestCopyFromContainerPathDoesNotExist
17:22:15 [2023-11-27T17:22:15.286Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestCopyFromContainerPathIsNotDir
17:22:15 [2023-11-27T17:22:15.286Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestCopyToContainerPathDoesNotExist
17:22:15 [2023-11-27T17:22:15.286Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
17:22:15 [2023-11-27T17:22:15.286Z] === RUN   TestCopyEmptyFile
17:22:15 [2023-11-27T17:22:15.545Z] --- PASS: TestCopyEmptyFile (0.06s)
17:22:15 [2023-11-27T17:22:15.545Z] === RUN   TestCopyToContainerPathIsNotDir
17:22:15 [2023-11-27T17:22:15.545Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
17:22:15 [2023-11-27T17:22:15.545Z] === RUN   TestCopyFromContainer
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCopyFromContainer//
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCopyFromContainer/.
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCopyFromContainer//.
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCopyFromContainer/./
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCopyFromContainer//./
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCopyFromContainer//bar/root
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCopyFromContainer//bar/root/
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCopyFromContainer//bar/root/.
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCopyFromContainer/bar/quux
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCopyFromContainer/bar/quux/
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCopyFromContainer/bar/quux/.
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCopyFromContainer/bar/quux/baz
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCopyFromContainer/bar/filesymlink
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCopyFromContainer/bar/dirsymlink
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCopyFromContainer/bar/dirsymlink/.
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCopyFromContainer/bar/notarget
17:22:16 [2023-11-27T17:22:16.112Z] --- PASS: TestCopyFromContainer (0.75s)
17:22:16 [2023-11-27T17:22:16.112Z]     --- PASS: TestCopyFromContainer// (0.01s)
17:22:16 [2023-11-27T17:22:16.112Z]     --- PASS: TestCopyFromContainer/. (0.01s)
17:22:16 [2023-11-27T17:22:16.112Z]     --- PASS: TestCopyFromContainer//. (0.01s)
17:22:16 [2023-11-27T17:22:16.112Z]     --- PASS: TestCopyFromContainer/./ (0.01s)
17:22:16 [2023-11-27T17:22:16.112Z]     --- PASS: TestCopyFromContainer//./ (0.01s)
17:22:16 [2023-11-27T17:22:16.112Z]     --- PASS: TestCopyFromContainer//bar/root (0.01s)
17:22:16 [2023-11-27T17:22:16.112Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.01s)
17:22:16 [2023-11-27T17:22:16.112Z]     --- PASS: TestCopyFromContainer//bar/root/. (0.01s)
17:22:16 [2023-11-27T17:22:16.112Z]     --- PASS: TestCopyFromContainer/bar/quux (0.01s)
17:22:16 [2023-11-27T17:22:16.112Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.00s)
17:22:16 [2023-11-27T17:22:16.112Z]     --- PASS: TestCopyFromContainer/bar/quux/. (0.00s)
17:22:16 [2023-11-27T17:22:16.112Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.00s)
17:22:16 [2023-11-27T17:22:16.112Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s)
17:22:16 [2023-11-27T17:22:16.112Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s)
17:22:16 [2023-11-27T17:22:16.112Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s)
17:22:16 [2023-11-27T17:22:16.112Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.00s)
17:22:16 [2023-11-27T17:22:16.112Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.01s)
17:22:16 [2023-11-27T17:22:16.112Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
17:22:16 [2023-11-27T17:22:16.370Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:22:16 [2023-11-27T17:22:16.370Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:22:16 [2023-11-27T17:22:16.370Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:22:16 [2023-11-27T17:22:16.370Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:22:16 [2023-11-27T17:22:16.370Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
17:22:16 [2023-11-27T17:22:16.370Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
17:22:16 [2023-11-27T17:22:16.370Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:22:16 [2023-11-27T17:22:16.370Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
17:22:16 [2023-11-27T17:22:16.370Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:22:16 [2023-11-27T17:22:16.370Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
17:22:16 [2023-11-27T17:22:16.370Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
17:22:16 [2023-11-27T17:22:16.370Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
17:22:16 [2023-11-27T17:22:16.370Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
17:22:16 [2023-11-27T17:22:16.370Z] === RUN   TestCreateLinkToNonExistingContainer
17:22:16 [2023-11-27T17:22:16.370Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
17:22:16 [2023-11-27T17:22:16.370Z] === RUN   TestCreateWithInvalidEnv
17:22:16 [2023-11-27T17:22:16.370Z] === RUN   TestCreateWithInvalidEnv/0
17:22:16 [2023-11-27T17:22:16.370Z] === PAUSE TestCreateWithInvalidEnv/0
17:22:16 [2023-11-27T17:22:16.370Z] === RUN   TestCreateWithInvalidEnv/1
17:22:16 [2023-11-27T17:22:16.370Z] === PAUSE TestCreateWithInvalidEnv/1
17:22:16 [2023-11-27T17:22:16.370Z] === RUN   TestCreateWithInvalidEnv/2
17:22:16 [2023-11-27T17:22:16.370Z] === PAUSE TestCreateWithInvalidEnv/2
17:22:16 [2023-11-27T17:22:16.370Z] === CONT  TestCreateWithInvalidEnv/0
17:22:16 [2023-11-27T17:22:16.370Z] === CONT  TestCreateWithInvalidEnv/2
17:22:16 [2023-11-27T17:22:16.370Z] === CONT  TestCreateWithInvalidEnv/1
17:22:16 [2023-11-27T17:22:16.370Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
17:22:16 [2023-11-27T17:22:16.370Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
17:22:16 [2023-11-27T17:22:16.370Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
17:22:16 [2023-11-27T17:22:16.370Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
17:22:16 [2023-11-27T17:22:16.370Z] === RUN   TestCreateTmpfsMountsTarget
17:22:16 [2023-11-27T17:22:16.370Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
17:22:16 [2023-11-27T17:22:16.370Z] === RUN   TestCreateWithCustomMaskedPaths
17:22:17 [2023-11-27T17:22:17.744Z] --- PASS: TestCreateWithCustomMaskedPaths (1.33s)
17:22:17 [2023-11-27T17:22:17.744Z] === RUN   TestCreateWithCustomReadonlyPaths
17:22:19 [2023-11-27T17:22:19.117Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.30s)
17:22:19 [2023-11-27T17:22:19.117Z] === RUN   TestCreateWithInvalidHealthcheckParams
17:22:19 [2023-11-27T17:22:19.117Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:22:19 [2023-11-27T17:22:19.117Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:22:19 [2023-11-27T17:22:19.117Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:22:19 [2023-11-27T17:22:19.117Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:22:19 [2023-11-27T17:22:19.117Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:22:19 [2023-11-27T17:22:19.117Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:22:19 [2023-11-27T17:22:19.117Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:22:19 [2023-11-27T17:22:19.117Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:22:19 [2023-11-27T17:22:19.117Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:22:19 [2023-11-27T17:22:19.117Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:22:19 [2023-11-27T17:22:19.118Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
17:22:19 [2023-11-27T17:22:19.118Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
17:22:19 [2023-11-27T17:22:19.118Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:22:19 [2023-11-27T17:22:19.118Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:22:19 [2023-11-27T17:22:19.118Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms
17:22:19 [2023-11-27T17:22:19.118Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:22:19 [2023-11-27T17:22:19.118Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:22:19 [2023-11-27T17:22:19.118Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:22:19 [2023-11-27T17:22:19.118Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
17:22:19 [2023-11-27T17:22:19.118Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
17:22:19 [2023-11-27T17:22:19.118Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
17:22:19 [2023-11-27T17:22:19.118Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
17:22:19 [2023-11-27T17:22:19.118Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
17:22:19 [2023-11-27T17:22:19.118Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
17:22:19 [2023-11-27T17:22:19.118Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
17:22:19 [2023-11-27T17:22:19.118Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
17:22:19 [2023-11-27T17:22:19.376Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s)
17:22:19 [2023-11-27T17:22:19.376Z] === RUN   TestCreateDifferentPlatform
17:22:19 [2023-11-27T17:22:19.376Z] === RUN   TestCreateDifferentPlatform/different_os
17:22:19 [2023-11-27T17:22:19.376Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
17:22:19 [2023-11-27T17:22:19.376Z] --- PASS: TestCreateDifferentPlatform (0.01s)
17:22:19 [2023-11-27T17:22:19.376Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
17:22:19 [2023-11-27T17:22:19.376Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
17:22:19 [2023-11-27T17:22:19.376Z] === RUN   TestCreateVolumesFromNonExistingContainer
17:22:19 [2023-11-27T17:22:19.376Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
17:22:19 [2023-11-27T17:22:19.376Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
17:22:19 [2023-11-27T17:22:19.376Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
17:22:19 [2023-11-27T17:22:19.376Z] === RUN   TestCreateInvalidHostConfig
17:22:19 [2023-11-27T17:22:19.376Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
17:22:19 [2023-11-27T17:22:19.376Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
17:22:19 [2023-11-27T17:22:19.376Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
17:22:19 [2023-11-27T17:22:19.376Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
17:22:19 [2023-11-27T17:22:19.376Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:22:19 [2023-11-27T17:22:19.376Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:22:19 [2023-11-27T17:22:19.376Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
17:22:19 [2023-11-27T17:22:19.376Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
17:22:19 [2023-11-27T17:22:19.376Z] === RUN   TestCreateInvalidHostConfig/invalid_Annotations
17:22:19 [2023-11-27T17:22:19.376Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations
17:22:19 [2023-11-27T17:22:19.376Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
17:22:19 [2023-11-27T17:22:19.376Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
17:22:19 [2023-11-27T17:22:19.376Z] === CONT  TestCreateInvalidHostConfig/invalid_Annotations
17:22:19 [2023-11-27T17:22:19.376Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
17:22:19 [2023-11-27T17:22:19.376Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
17:22:19 [2023-11-27T17:22:19.376Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
17:22:19 [2023-11-27T17:22:19.376Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
17:22:19 [2023-11-27T17:22:19.376Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
17:22:19 [2023-11-27T17:22:19.376Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
17:22:19 [2023-11-27T17:22:19.376Z]     --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s)
17:22:19 [2023-11-27T17:22:19.376Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
17:22:19 [2023-11-27T17:22:19.376Z] === RUN   TestCreateWithMultipleEndpointSettings
17:22:19 [2023-11-27T17:22:19.376Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.44
17:22:19 [2023-11-27T17:22:19.634Z] === RUN   TestCreateWithMultipleEndpointSettings/with_API_v1.43
17:22:19 [2023-11-27T17:22:19.634Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.04s)
17:22:19 [2023-11-27T17:22:19.634Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.03s)
17:22:19 [2023-11-27T17:22:19.634Z]     --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s)
17:22:19 [2023-11-27T17:22:19.634Z] === RUN   TestCreateWithCustomMACs
17:22:20 [2023-11-27T17:22:20.201Z] --- PASS: TestCreateWithCustomMACs (0.56s)
17:22:20 [2023-11-27T17:22:20.201Z] === RUN   TestContainerStartOnDaemonRestart
17:22:20 [2023-11-27T17:22:20.201Z] === PAUSE TestContainerStartOnDaemonRestart
17:22:20 [2023-11-27T17:22:20.201Z] === RUN   TestDaemonRestartIpcMode
17:22:20 [2023-11-27T17:22:20.201Z] === PAUSE TestDaemonRestartIpcMode
17:22:20 [2023-11-27T17:22:20.201Z] === RUN   TestDaemonHostGatewayIP
17:22:20 [2023-11-27T17:22:20.201Z] === PAUSE TestDaemonHostGatewayIP
17:22:20 [2023-11-27T17:22:20.201Z] === RUN   TestRestartDaemonWithRestartingContainer
17:22:20 [2023-11-27T17:22:20.201Z] === PAUSE TestRestartDaemonWithRestartingContainer
17:22:20 [2023-11-27T17:22:20.201Z] === RUN   TestHardRestartWhenContainerIsRunning
17:22:20 [2023-11-27T17:22:20.201Z] === PAUSE TestHardRestartWhenContainerIsRunning
17:22:20 [2023-11-27T17:22:20.201Z] === RUN   TestContainerKillOnDaemonStart
17:22:20 [2023-11-27T17:22:20.201Z] === PAUSE TestContainerKillOnDaemonStart
17:22:20 [2023-11-27T17:22:20.201Z] === RUN   TestDiff
17:22:20 [2023-11-27T17:22:20.459Z] --- PASS: TestDiff (0.43s)
17:22:20 [2023-11-27T17:22:20.459Z] === RUN   TestDiffStoppedContainer
17:22:21 [2023-11-27T17:22:21.025Z] --- PASS: TestDiffStoppedContainer (0.48s)
17:22:21 [2023-11-27T17:22:21.025Z] === RUN   TestExecConsoleSize
17:22:21 [2023-11-27T17:22:21.592Z] --- PASS: TestExecConsoleSize (0.54s)
17:22:21 [2023-11-27T17:22:21.592Z] === RUN   TestExecWithCloseStdin
17:22:22 [2023-11-27T17:22:22.166Z] --- PASS: TestExecWithCloseStdin (0.56s)
17:22:22 [2023-11-27T17:22:22.166Z] === RUN   TestExec
17:22:22 [2023-11-27T17:22:22.740Z] --- PASS: TestExec (0.55s)
17:22:22 [2023-11-27T17:22:22.740Z] === RUN   TestExecUser
17:22:23 [2023-11-27T17:22:23.314Z] --- PASS: TestExecUser (0.54s)
17:22:23 [2023-11-27T17:22:23.314Z] === RUN   TestExecWithGroupAdd
17:22:23 [2023-11-27T17:22:23.572Z] --- PASS: TestExecWithGroupAdd (0.48s)
17:22:23 [2023-11-27T17:22:23.572Z] === RUN   TestExportContainerAndImportImage
17:22:24 [2023-11-27T17:22:24.139Z] --- PASS: TestExportContainerAndImportImage (0.50s)
17:22:24 [2023-11-27T17:22:24.139Z] === RUN   TestExportContainerAfterDaemonRestart
17:22:30 [2023-11-27T17:22:30.697Z] --- PASS: TestExportContainerAfterDaemonRestart (6.15s)
17:22:30 [2023-11-27T17:22:30.697Z] === RUN   TestHealthCheckWorkdir
17:22:30 [2023-11-27T17:22:30.955Z] --- PASS: TestHealthCheckWorkdir (0.66s)
17:22:30 [2023-11-27T17:22:30.955Z] === RUN   TestHealthKillContainer
17:22:39 [2023-11-27T17:22:39.065Z] --- PASS: TestHealthKillContainer (7.94s)
17:22:39 [2023-11-27T17:22:39.065Z] === RUN   TestHealthCheckProcessKilled
17:22:39 [2023-11-27T17:22:39.632Z] --- PASS: TestHealthCheckProcessKilled (0.70s)
17:22:39 [2023-11-27T17:22:39.632Z] === RUN   TestHealthStartInterval
17:22:41 [2023-11-27T17:22:41.006Z]     health_test.go:141: &{2023-11-27 17:22:40.728935257 +0000 UTC 2023-11-27 17:22:40.785475998 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:22:41 [2023-11-27T17:22:41.006Z]         }
17:22:41 [2023-11-27T17:22:41.006Z]     health_test.go:141: &{2023-11-27 17:22:40.728935257 +0000 UTC 2023-11-27 17:22:40.785475998 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:22:41 [2023-11-27T17:22:41.006Z]         }
17:22:41 [2023-11-27T17:22:41.264Z]     health_test.go:141: &{2023-11-27 17:22:40.728935257 +0000 UTC 2023-11-27 17:22:40.785475998 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:22:41 [2023-11-27T17:22:41.264Z]         }
17:22:41 [2023-11-27T17:22:41.264Z]     health_test.go:141: &{2023-11-27 17:22:40.728935257 +0000 UTC 2023-11-27 17:22:40.785475998 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:22:41 [2023-11-27T17:22:41.264Z]         }
17:22:41 [2023-11-27T17:22:41.264Z]     health_test.go:141: &{2023-11-27 17:22:40.728935257 +0000 UTC 2023-11-27 17:22:40.785475998 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:22:41 [2023-11-27T17:22:41.264Z]         }
17:22:41 [2023-11-27T17:22:41.522Z]     health_test.go:141: &{2023-11-27 17:22:40.728935257 +0000 UTC 2023-11-27 17:22:40.785475998 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:22:41 [2023-11-27T17:22:41.522Z]         }
17:22:41 [2023-11-27T17:22:41.522Z]     health_test.go:141: &{2023-11-27 17:22:40.728935257 +0000 UTC 2023-11-27 17:22:40.785475998 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:22:41 [2023-11-27T17:22:41.522Z]         }
17:22:41 [2023-11-27T17:22:41.780Z]     health_test.go:141: &{2023-11-27 17:22:40.728935257 +0000 UTC 2023-11-27 17:22:40.785475998 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:22:41 [2023-11-27T17:22:41.780Z]         }
17:22:41 [2023-11-27T17:22:41.780Z]     health_test.go:141: &{2023-11-27 17:22:40.728935257 +0000 UTC 2023-11-27 17:22:40.785475998 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:22:41 [2023-11-27T17:22:41.780Z]         }
17:22:41 [2023-11-27T17:22:41.780Z]     health_test.go:141: &{2023-11-27 17:22:40.728935257 +0000 UTC 2023-11-27 17:22:40.785475998 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:22:41 [2023-11-27T17:22:41.780Z]         }
17:22:42 [2023-11-27T17:22:42.038Z]     health_test.go:141: &{2023-11-27 17:22:40.728935257 +0000 UTC 2023-11-27 17:22:40.785475998 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory
17:22:42 [2023-11-27T17:22:42.038Z]         }
17:22:42 [2023-11-27T17:22:42.038Z]     health_test.go:141: &{2023-11-27 17:22:41.792064688 +0000 UTC 2023-11-27 17:22:41.853690251 +0000 UTC 1 2}
17:22:42 [2023-11-27T17:22:42.296Z]     health_test.go:141: &{2023-11-27 17:22:41.792064688 +0000 UTC 2023-11-27 17:22:41.853690251 +0000 UTC 1 2}
17:22:42 [2023-11-27T17:22:42.296Z]     health_test.go:141: &{2023-11-27 17:22:41.792064688 +0000 UTC 2023-11-27 17:22:41.853690251 +0000 UTC 1 2}
17:22:42 [2023-11-27T17:22:42.296Z]     health_test.go:141: &{2023-11-27 17:22:41.792064688 +0000 UTC 2023-11-27 17:22:41.853690251 +0000 UTC 1 2}
17:22:42 [2023-11-27T17:22:42.554Z]     health_test.go:141: &{2023-11-27 17:22:41.792064688 +0000 UTC 2023-11-27 17:22:41.853690251 +0000 UTC 1 2}
17:22:42 [2023-11-27T17:22:42.554Z]     health_test.go:141: &{2023-11-27 17:22:41.792064688 +0000 UTC 2023-11-27 17:22:41.853690251 +0000 UTC 1 2}
17:22:42 [2023-11-27T17:22:42.554Z]     health_test.go:141: &{2023-11-27 17:22:41.792064688 +0000 UTC 2023-11-27 17:22:41.853690251 +0000 UTC 1 2}
17:22:42 [2023-11-27T17:22:42.812Z]     health_test.go:141: &{2023-11-27 17:22:41.792064688 +0000 UTC 2023-11-27 17:22:41.853690251 +0000 UTC 1 2}
17:22:42 [2023-11-27T17:22:42.812Z]     health_test.go:141: &{2023-11-27 17:22:41.792064688 +0000 UTC 2023-11-27 17:22:41.853690251 +0000 UTC 1 2}
17:22:43 [2023-11-27T17:22:43.070Z]     health_test.go:141: &{2023-11-27 17:22:41.792064688 +0000 UTC 2023-11-27 17:22:41.853690251 +0000 UTC 1 2}
17:22:43 [2023-11-27T17:22:43.070Z]     health_test.go:169: 1.068487397s
17:22:44 [2023-11-27T17:22:44.004Z]     health_test.go:169: 1.068487397s
17:22:45 [2023-11-27T17:22:45.377Z]     health_test.go:169: 1.068487397s
17:22:46 [2023-11-27T17:22:46.310Z]     health_test.go:169: 1.068487397s
17:22:47 [2023-11-27T17:22:47.244Z]     health_test.go:169: 1.068487397s
17:22:48 [2023-11-27T17:22:48.178Z]     health_test.go:169: 1.068487397s
17:22:49 [2023-11-27T17:22:49.111Z]     health_test.go:169: 1.068487397s
17:22:50 [2023-11-27T17:22:50.045Z]     health_test.go:169: 1.068487397s
17:22:50 [2023-11-27T17:22:50.978Z]     health_test.go:169: 1.068487397s
17:22:52 [2023-11-27T17:22:52.352Z]     health_test.go:169: 1.068487397s
17:22:53 [2023-11-27T17:22:53.285Z]     health_test.go:169: 1.068487397s
17:22:54 [2023-11-27T17:22:54.218Z]     health_test.go:169: 1.068487397s
17:22:55 [2023-11-27T17:22:55.152Z]     health_test.go:169: 1.068487397s
17:22:56 [2023-11-27T17:22:56.085Z]     health_test.go:169: 1.068487397s
17:22:57 [2023-11-27T17:22:57.019Z]     health_test.go:169: 1.068487397s
17:22:58 [2023-11-27T17:22:58.394Z]     health_test.go:169: 1.068487397s
17:22:59 [2023-11-27T17:22:59.328Z]     health_test.go:169: 1.068487397s
17:23:00 [2023-11-27T17:23:00.271Z]     health_test.go:169: 1.068487397s
17:23:01 [2023-11-27T17:23:01.221Z]     health_test.go:169: 1.068487397s
17:23:02 [2023-11-27T17:23:02.155Z]     health_test.go:169: 1.068487397s
17:23:03 [2023-11-27T17:23:03.089Z]     health_test.go:169: 1.068487397s
17:23:04 [2023-11-27T17:23:04.023Z]     health_test.go:169: 1.068487397s
17:23:05 [2023-11-27T17:23:05.397Z]     health_test.go:169: 1.068487397s
17:23:06 [2023-11-27T17:23:06.330Z]     health_test.go:169: 1.068487397s
17:23:07 [2023-11-27T17:23:07.265Z]     health_test.go:169: 1.068487397s
17:23:08 [2023-11-27T17:23:08.199Z]     health_test.go:169: 1.068487397s
17:23:09 [2023-11-27T17:23:09.133Z]     health_test.go:169: 1.068487397s
17:23:10 [2023-11-27T17:23:10.067Z]     health_test.go:169: 1.068487397s
17:23:11 [2023-11-27T17:23:11.001Z]     health_test.go:169: 1.068487397s
17:23:12 [2023-11-27T17:23:12.375Z]     health_test.go:169: 1.068487397s
17:23:13 [2023-11-27T17:23:13.310Z] --- PASS: TestHealthStartInterval (33.67s)
17:23:13 [2023-11-27T17:23:13.310Z] === RUN   TestInspectCpusetInConfigPre120
17:23:13 [2023-11-27T17:23:13.876Z] --- PASS: TestInspectCpusetInConfigPre120 (0.41s)
17:23:13 [2023-11-27T17:23:13.876Z] === RUN   TestInspectAnnotations
17:23:13 [2023-11-27T17:23:13.876Z] --- PASS: TestInspectAnnotations (0.05s)
17:23:13 [2023-11-27T17:23:13.876Z] === RUN   TestIpcModeNone
17:23:14 [2023-11-27T17:23:14.134Z] --- PASS: TestIpcModeNone (0.51s)
17:23:14 [2023-11-27T17:23:14.134Z] === RUN   TestIpcModePrivate
17:23:14 [2023-11-27T17:23:14.700Z]     ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false
17:23:14 [2023-11-27T17:23:14.700Z] --- PASS: TestIpcModePrivate (0.50s)
17:23:14 [2023-11-27T17:23:14.700Z] === RUN   TestIpcModeShareable
17:23:15 [2023-11-27T17:23:15.266Z]     ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true
17:23:15 [2023-11-27T17:23:15.267Z] --- PASS: TestIpcModeShareable (0.57s)
17:23:15 [2023-11-27T17:23:15.267Z] === RUN   TestAPIIpcModeShareableAndContainer
17:23:16 [2023-11-27T17:23:16.641Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.19s)
17:23:16 [2023-11-27T17:23:16.641Z] === RUN   TestAPIIpcModeHost
17:23:16 [2023-11-27T17:23:16.900Z] --- PASS: TestAPIIpcModeHost (0.35s)
17:23:16 [2023-11-27T17:23:16.900Z] === RUN   TestDaemonIpcModeShareable
17:23:17 [2023-11-27T17:23:17.834Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
17:23:17 [2023-11-27T17:23:17.834Z] --- PASS: TestDaemonIpcModeShareable (1.08s)
17:23:17 [2023-11-27T17:23:17.834Z] === RUN   TestDaemonIpcModePrivate
17:23:18 [2023-11-27T17:23:18.768Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
17:23:19 [2023-11-27T17:23:19.026Z] --- PASS: TestDaemonIpcModePrivate (1.12s)
17:23:19 [2023-11-27T17:23:19.026Z] === RUN   TestDaemonIpcModePrivateFromConfig
17:23:19 [2023-11-27T17:23:19.960Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false
17:23:20 [2023-11-27T17:23:20.218Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.13s)
17:23:20 [2023-11-27T17:23:20.218Z] === RUN   TestDaemonIpcModeShareableFromConfig
17:23:21 [2023-11-27T17:23:21.153Z]     ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true
17:23:21 [2023-11-27T17:23:21.412Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.14s)
17:23:21 [2023-11-27T17:23:21.412Z] === RUN   TestIpcModeOlderClient
17:23:21 [2023-11-27T17:23:21.412Z] === PAUSE TestIpcModeOlderClient
17:23:21 [2023-11-27T17:23:21.412Z] === RUN   TestKillContainerInvalidSignal
17:23:21 [2023-11-27T17:23:21.978Z] --- PASS: TestKillContainerInvalidSignal (0.49s)
17:23:21 [2023-11-27T17:23:21.978Z] === RUN   TestKillContainer
17:23:21 [2023-11-27T17:23:21.978Z] === RUN   TestKillContainer/no_signal
17:23:22 [2023-11-27T17:23:22.236Z] === RUN   TestKillContainer/non_killing_signal
17:23:22 [2023-11-27T17:23:22.494Z] === RUN   TestKillContainer/killing_signal
17:23:23 [2023-11-27T17:23:23.428Z] --- PASS: TestKillContainer (1.50s)
17:23:23 [2023-11-27T17:23:23.428Z]     --- PASS: TestKillContainer/no_signal (0.46s)
17:23:23 [2023-11-27T17:23:23.428Z]     --- PASS: TestKillContainer/non_killing_signal (0.28s)
17:23:23 [2023-11-27T17:23:23.428Z]     --- PASS: TestKillContainer/killing_signal (0.50s)
17:23:23 [2023-11-27T17:23:23.428Z] === RUN   TestKillWithStopSignalAndRestartPolicies
17:23:23 [2023-11-27T17:23:23.428Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
17:23:23 [2023-11-27T17:23:23.687Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
17:23:24 [2023-11-27T17:23:24.253Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.87s)
17:23:24 [2023-11-27T17:23:24.253Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s)
17:23:24 [2023-11-27T17:23:24.253Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s)
17:23:24 [2023-11-27T17:23:24.253Z] === RUN   TestKillStoppedContainer
17:23:24 [2023-11-27T17:23:24.253Z] --- PASS: TestKillStoppedContainer (0.05s)
17:23:24 [2023-11-27T17:23:24.253Z] === RUN   TestKillStoppedContainerAPIPre120
17:23:24 [2023-11-27T17:23:24.253Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
17:23:24 [2023-11-27T17:23:24.253Z] === RUN   TestKillDifferentUserContainer
17:23:24 [2023-11-27T17:23:24.819Z] --- PASS: TestKillDifferentUserContainer (0.47s)
17:23:24 [2023-11-27T17:23:24.819Z] === RUN   TestInspectOomKilledTrue
17:23:25 [2023-11-27T17:23:25.386Z] --- PASS: TestInspectOomKilledTrue (0.53s)
17:23:25 [2023-11-27T17:23:25.386Z] === RUN   TestInspectOomKilledFalse
17:23:25 [2023-11-27T17:23:25.644Z] --- PASS: TestInspectOomKilledFalse (0.46s)
17:23:25 [2023-11-27T17:23:25.644Z] === RUN   TestLinksEtcHostsContentMatch
17:23:25 [2023-11-27T17:23:25.902Z] --- PASS: TestLinksEtcHostsContentMatch (0.26s)
17:23:25 [2023-11-27T17:23:25.902Z] === RUN   TestLinksContainerNames
17:23:26 [2023-11-27T17:23:26.836Z] --- PASS: TestLinksContainerNames (0.94s)
17:23:26 [2023-11-27T17:23:26.836Z] === RUN   TestLogsFollowTailEmpty
17:23:27 [2023-11-27T17:23:27.402Z] --- PASS: TestLogsFollowTailEmpty (0.47s)
17:23:27 [2023-11-27T17:23:27.402Z] === RUN   TestLogs
17:23:27 [2023-11-27T17:23:27.402Z] === RUN   TestLogs/driver_local
17:23:27 [2023-11-27T17:23:27.402Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
17:23:27 [2023-11-27T17:23:27.402Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
17:23:27 [2023-11-27T17:23:27.402Z] === RUN   TestLogs/driver_local/tty/only_stdout
17:23:27 [2023-11-27T17:23:27.402Z] === PAUSE TestLogs/driver_local/tty/only_stdout
17:23:27 [2023-11-27T17:23:27.402Z] === RUN   TestLogs/driver_local/tty/only_stderr
17:23:27 [2023-11-27T17:23:27.402Z] === PAUSE TestLogs/driver_local/tty/only_stderr
17:23:27 [2023-11-27T17:23:27.402Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
17:23:27 [2023-11-27T17:23:27.402Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
17:23:27 [2023-11-27T17:23:27.402Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
17:23:27 [2023-11-27T17:23:27.402Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
17:23:27 [2023-11-27T17:23:27.402Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
17:23:27 [2023-11-27T17:23:27.402Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
17:23:27 [2023-11-27T17:23:27.402Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
17:23:27 [2023-11-27T17:23:27.402Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
17:23:27 [2023-11-27T17:23:27.402Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
17:23:27 [2023-11-27T17:23:27.402Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
17:23:27 [2023-11-27T17:23:27.402Z] === CONT  TestLogs/driver_local/tty/only_stderr
17:23:27 [2023-11-27T17:23:27.402Z] === CONT  TestLogs/driver_local/tty/only_stdout
17:23:29 [2023-11-27T17:23:29.303Z] === RUN   TestLogs/driver_json-file
17:23:29 [2023-11-27T17:23:29.303Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
17:23:29 [2023-11-27T17:23:29.303Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
17:23:29 [2023-11-27T17:23:29.303Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
17:23:29 [2023-11-27T17:23:29.303Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
17:23:29 [2023-11-27T17:23:29.303Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
17:23:29 [2023-11-27T17:23:29.303Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
17:23:29 [2023-11-27T17:23:29.303Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:23:29 [2023-11-27T17:23:29.303Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:23:29 [2023-11-27T17:23:29.303Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
17:23:29 [2023-11-27T17:23:29.303Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
17:23:29 [2023-11-27T17:23:29.303Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
17:23:29 [2023-11-27T17:23:29.303Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
17:23:29 [2023-11-27T17:23:29.303Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
17:23:29 [2023-11-27T17:23:29.303Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
17:23:29 [2023-11-27T17:23:29.303Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
17:23:29 [2023-11-27T17:23:29.303Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
17:23:29 [2023-11-27T17:23:29.303Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
17:23:29 [2023-11-27T17:23:29.303Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
17:23:30 [2023-11-27T17:23:30.685Z] --- PASS: TestLogs (3.16s)
17:23:30 [2023-11-27T17:23:30.685Z]     --- PASS: TestLogs/driver_local (0.01s)
17:23:30 [2023-11-27T17:23:30.685Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.89s)
17:23:30 [2023-11-27T17:23:30.685Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.97s)
17:23:30 [2023-11-27T17:23:30.685Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.13s)
17:23:30 [2023-11-27T17:23:30.685Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.22s)
17:23:30 [2023-11-27T17:23:30.685Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (1.47s)
17:23:30 [2023-11-27T17:23:30.685Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.50s)
17:23:30 [2023-11-27T17:23:30.685Z]     --- PASS: TestLogs/driver_json-file (0.01s)
17:23:30 [2023-11-27T17:23:30.685Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.88s)
17:23:30 [2023-11-27T17:23:30.685Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.20s)
17:23:30 [2023-11-27T17:23:30.685Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.37s)
17:23:30 [2023-11-27T17:23:30.685Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.54s)
17:23:30 [2023-11-27T17:23:30.685Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.59s)
17:23:30 [2023-11-27T17:23:30.685Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.63s)
17:23:30 [2023-11-27T17:23:30.685Z] === RUN   TestContainerNetworkMountsNoChown
17:23:30 [2023-11-27T17:23:30.947Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s)
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/default
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/default
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/private
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/private
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/rprivate
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/rprivate
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/slave
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/slave
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/rslave
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/rslave
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/shared
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/shared
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/rshared
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/rshared
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/default
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/rslave
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/rprivate
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/slave
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/slave/mount_root
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/slave/mount_root
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/rshared
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/slave/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/slave/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/slave/mount_root
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/rshared/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/slave/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/rshared/mount_root
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/default/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/default/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/default/bind_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/default/mount_root
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/default/mount_root
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/default/mount_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/rslave/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/private
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/private/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/rslave/mount_root
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/shared
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/shared/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/shared/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/shared/mount_root
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/private/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/private/bind_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/shared/mount_root
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/private/mount_root
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/private/mount_root
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === RUN   TestMountDaemonRoot/private/mount_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/rshared/mount_root
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/rshared/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/default/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/rslave/bind_root
17:23:30 [2023-11-27T17:23:30.947Z] === CONT  TestMountDaemonRoot/rslave/mount_root
17:23:31 [2023-11-27T17:23:31.208Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
17:23:31 [2023-11-27T17:23:31.208Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
17:23:31 [2023-11-27T17:23:31.208Z] === CONT  TestMountDaemonRoot/shared/bind_root
17:23:31 [2023-11-27T17:23:31.208Z] === CONT  TestMountDaemonRoot/private/bind_root
17:23:31 [2023-11-27T17:23:31.208Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
17:23:31 [2023-11-27T17:23:31.208Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
17:23:31 [2023-11-27T17:23:31.208Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
17:23:31 [2023-11-27T17:23:31.208Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
17:23:31 [2023-11-27T17:23:31.208Z] === CONT  TestMountDaemonRoot/default/mount_subpath
17:23:31 [2023-11-27T17:23:31.208Z] === CONT  TestMountDaemonRoot/default/mount_root
17:23:31 [2023-11-27T17:23:31.208Z] === CONT  TestMountDaemonRoot/default/bind_subpath
17:23:31 [2023-11-27T17:23:31.208Z] === CONT  TestMountDaemonRoot/shared/mount_root
17:23:31 [2023-11-27T17:23:31.208Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
17:23:31 [2023-11-27T17:23:31.208Z] === CONT  TestMountDaemonRoot/private/bind_subpath
17:23:31 [2023-11-27T17:23:31.208Z] === CONT  TestMountDaemonRoot/private/mount_subpath
17:23:31 [2023-11-27T17:23:31.208Z] === CONT  TestMountDaemonRoot/private/mount_root
17:23:31 [2023-11-27T17:23:31.208Z] --- PASS: TestMountDaemonRoot (0.02s)
17:23:31 [2023-11-27T17:23:31.208Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s)
17:23:31 [2023-11-27T17:23:31.208Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s)
17:23:31 [2023-11-27T17:23:31.208Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s)
17:23:31 [2023-11-27T17:23:31.208Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s)
17:23:31 [2023-11-27T17:23:31.208Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.08s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.08s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s)
17:23:31 [2023-11-27T17:23:31.208Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
17:23:31 [2023-11-27T17:23:31.208Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
17:23:31 [2023-11-27T17:23:31.208Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
17:23:31 [2023-11-27T17:23:31.208Z] === RUN   TestContainerBindMountNonRecursive
17:23:32 [2023-11-27T17:23:32.581Z] --- PASS: TestContainerBindMountNonRecursive (1.37s)
17:23:32 [2023-11-27T17:23:32.581Z] === RUN   TestContainerVolumesMountedAsShared
17:23:33 [2023-11-27T17:23:33.148Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s)
17:23:33 [2023-11-27T17:23:33.148Z] === RUN   TestContainerVolumesMountedAsSlave
17:23:33 [2023-11-27T17:23:33.406Z] --- PASS: TestContainerVolumesMountedAsSlave (0.32s)
17:23:33 [2023-11-27T17:23:33.406Z] === RUN   TestContainerCopyLeaksMounts
17:23:33 [2023-11-27T17:23:33.972Z] --- PASS: TestContainerCopyLeaksMounts (0.55s)
17:23:33 [2023-11-27T17:23:33.972Z] === RUN   TestContainerBindMountRecursivelyReadOnly
17:23:35 [2023-11-27T17:23:35.872Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.76s)
17:23:35 [2023-11-27T17:23:35.872Z] === RUN   TestNetworkNat
17:23:36 [2023-11-27T17:23:36.130Z] --- PASS: TestNetworkNat (0.48s)
17:23:36 [2023-11-27T17:23:36.130Z] === RUN   TestNetworkLocalhostTCPNat
17:23:36 [2023-11-27T17:23:36.696Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s)
17:23:36 [2023-11-27T17:23:36.696Z] === RUN   TestNetworkLoopbackNat
17:23:39 [2023-11-27T17:23:39.225Z] --- PASS: TestNetworkLoopbackNat (2.68s)
17:23:39 [2023-11-27T17:23:39.225Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors
17:23:39 [2023-11-27T17:23:39.483Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff
17:23:39 [2023-11-27T17:23:39.483Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/export
17:23:39 [2023-11-27T17:23:39.483Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container
17:23:39 [2023-11-27T17:23:39.742Z] === RUN   TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container
17:23:39 [2023-11-27T17:23:39.742Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.55s)
17:23:39 [2023-11-27T17:23:39.742Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.02s)
17:23:39 [2023-11-27T17:23:39.742Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s)
17:23:39 [2023-11-27T17:23:39.742Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s)
17:23:39 [2023-11-27T17:23:39.742Z]     --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s)
17:23:39 [2023-11-27T17:23:39.742Z] === RUN   TestPause
17:23:40 [2023-11-27T17:23:40.308Z] --- PASS: TestPause (0.51s)
17:23:40 [2023-11-27T17:23:40.308Z] === RUN   TestPauseFailsOnWindowsServerContainers
17:23:40 [2023-11-27T17:23:40.308Z]     pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:23:40 [2023-11-27T17:23:40.308Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
17:23:40 [2023-11-27T17:23:40.308Z] === RUN   TestPauseStopPausedContainer
17:23:40 [2023-11-27T17:23:40.874Z] --- PASS: TestPauseStopPausedContainer (0.52s)
17:23:40 [2023-11-27T17:23:40.874Z] === RUN   TestPIDModeHost
17:23:42 [2023-11-27T17:23:42.248Z] --- PASS: TestPIDModeHost (1.10s)
17:23:42 [2023-11-27T17:23:42.248Z] === RUN   TestPIDModeContainer
17:23:42 [2023-11-27T17:23:42.248Z] === RUN   TestPIDModeContainer/non-existing_container
17:23:42 [2023-11-27T17:23:42.248Z] === RUN   TestPIDModeContainer/non-running_container
17:23:42 [2023-11-27T17:23:42.248Z] === RUN   TestPIDModeContainer/running_container
17:23:43 [2023-11-27T17:23:43.184Z] --- PASS: TestPIDModeContainer (1.16s)
17:23:43 [2023-11-27T17:23:43.184Z]     --- PASS: TestPIDModeContainer/non-existing_container (0.00s)
17:23:43 [2023-11-27T17:23:43.184Z]     --- PASS: TestPIDModeContainer/non-running_container (0.16s)
17:23:43 [2023-11-27T17:23:43.184Z]     --- PASS: TestPIDModeContainer/running_container (0.54s)
17:23:43 [2023-11-27T17:23:43.184Z] === RUN   TestPsFilter
17:23:43 [2023-11-27T17:23:43.184Z] === RUN   TestPsFilter/since
17:23:43 [2023-11-27T17:23:43.184Z] === RUN   TestPsFilter/before
17:23:43 [2023-11-27T17:23:43.184Z] --- PASS: TestPsFilter (0.12s)
17:23:43 [2023-11-27T17:23:43.184Z]     --- PASS: TestPsFilter/since (0.00s)
17:23:43 [2023-11-27T17:23:43.184Z]     --- PASS: TestPsFilter/before (0.00s)
17:23:43 [2023-11-27T17:23:43.184Z] === RUN   TestRemoveContainerWithRemovedVolume
17:23:43 [2023-11-27T17:23:43.750Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.45s)
17:23:43 [2023-11-27T17:23:43.750Z] === RUN   TestRemoveContainerWithVolume
17:23:44 [2023-11-27T17:23:44.316Z] --- PASS: TestRemoveContainerWithVolume (0.46s)
17:23:44 [2023-11-27T17:23:44.316Z] === RUN   TestRemoveContainerRunning
17:23:44 [2023-11-27T17:23:44.574Z] --- PASS: TestRemoveContainerRunning (0.47s)
17:23:44 [2023-11-27T17:23:44.574Z] === RUN   TestRemoveContainerForceRemoveRunning
17:23:45 [2023-11-27T17:23:45.140Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.47s)
17:23:45 [2023-11-27T17:23:45.140Z] === RUN   TestRemoveInvalidContainer
17:23:45 [2023-11-27T17:23:45.141Z] --- PASS: TestRemoveInvalidContainer (0.01s)
17:23:45 [2023-11-27T17:23:45.141Z] === RUN   TestRenameLinkedContainer
17:23:47 [2023-11-27T17:23:47.041Z] --- PASS: TestRenameLinkedContainer (1.86s)
17:23:47 [2023-11-27T17:23:47.041Z] === RUN   TestRenameStoppedContainer
17:23:47 [2023-11-27T17:23:47.607Z] --- PASS: TestRenameStoppedContainer (0.47s)
17:23:47 [2023-11-27T17:23:47.607Z] === RUN   TestRenameRunningContainerAndReuse
17:23:48 [2023-11-27T17:23:48.541Z] --- PASS: TestRenameRunningContainerAndReuse (0.93s)
17:23:48 [2023-11-27T17:23:48.541Z] === RUN   TestRenameInvalidName
17:23:48 [2023-11-27T17:23:48.798Z] --- PASS: TestRenameInvalidName (0.47s)
17:23:48 [2023-11-27T17:23:48.798Z] === RUN   TestRenameAnonymousContainer
17:23:50 [2023-11-27T17:23:50.700Z] --- PASS: TestRenameAnonymousContainer (1.57s)
17:23:50 [2023-11-27T17:23:50.700Z] === RUN   TestRenameContainerWithSameName
17:23:50 [2023-11-27T17:23:50.959Z] --- PASS: TestRenameContainerWithSameName (0.44s)
17:23:50 [2023-11-27T17:23:50.959Z] === RUN   TestRenameContainerWithLinkedContainer
17:23:51 [2023-11-27T17:23:51.893Z] --- PASS: TestRenameContainerWithLinkedContainer (1.02s)
17:23:51 [2023-11-27T17:23:51.893Z] === RUN   TestResize
17:23:51 [2023-11-27T17:23:51.893Z] === RUN   TestResize/success
17:23:52 [2023-11-27T17:23:52.151Z] === RUN   TestResize/invalid_size
17:23:52 [2023-11-27T17:23:52.410Z] === RUN   TestResize/invalid_state
17:23:52 [2023-11-27T17:23:52.976Z] --- PASS: TestResize (0.97s)
17:23:52 [2023-11-27T17:23:52.976Z]     --- PASS: TestResize/success (0.26s)
17:23:52 [2023-11-27T17:23:52.976Z]     --- PASS: TestResize/invalid_size (0.26s)
17:23:52 [2023-11-27T17:23:52.976Z]     --- PASS: TestResize/invalid_state (0.04s)
17:23:52 [2023-11-27T17:23:52.976Z] === RUN   TestDaemonRestartKillContainers
17:23:52 [2023-11-27T17:23:52.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:23:52 [2023-11-27T17:23:52.976Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
17:23:54 [2023-11-27T17:23:54.351Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:23:54 [2023-11-27T17:23:54.351Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:23:54 [2023-11-27T17:23:54.351Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:23:54 [2023-11-27T17:23:54.351Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:23:55 [2023-11-27T17:23:55.286Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:23:56 [2023-11-27T17:23:56.221Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:23:56 [2023-11-27T17:23:56.221Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:23:56 [2023-11-27T17:23:56.221Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:23:58 [2023-11-27T17:23:58.122Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
17:23:58 [2023-11-27T17:23:58.122Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.27s)
17:23:58 [2023-11-27T17:23:58.122Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.28s)
17:23:58 [2023-11-27T17:23:58.122Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.29s)
17:23:58 [2023-11-27T17:23:58.122Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.61s)
17:23:58 [2023-11-27T17:23:58.122Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.20s)
17:23:58 [2023-11-27T17:23:58.122Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.84s)
17:23:58 [2023-11-27T17:23:58.122Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.90s)
17:23:58 [2023-11-27T17:23:58.122Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.63s)
17:23:58 [2023-11-27T17:23:58.122Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.77s)
17:23:58 [2023-11-27T17:23:58.122Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.82s)
17:23:58 [2023-11-27T17:23:58.122Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.05s)
17:23:58 [2023-11-27T17:23:58.122Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.47s)
17:23:58 [2023-11-27T17:23:58.122Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.49s)
17:23:58 [2023-11-27T17:23:58.122Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.98s)
17:23:58 [2023-11-27T17:23:58.122Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.16s)
17:23:58 [2023-11-27T17:23:58.122Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.16s)
17:23:58 [2023-11-27T17:23:58.122Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
17:23:58 [2023-11-27T17:23:58.122Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
17:23:59 [2023-11-27T17:23:59.056Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
17:24:00 [2023-11-27T17:24:00.431Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.92s)
17:24:00 [2023-11-27T17:24:00.431Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.92s)
17:24:00 [2023-11-27T17:24:00.431Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.98s)
17:24:00 [2023-11-27T17:24:00.431Z] === RUN   TestContainerRestartWithCancelledRequest
17:24:02 [2023-11-27T17:24:02.339Z] --- PASS: TestContainerRestartWithCancelledRequest (1.89s)
17:24:02 [2023-11-27T17:24:02.339Z] === RUN   TestCgroupNamespacesRun
17:24:03 [2023-11-27T17:24:03.284Z] --- PASS: TestCgroupNamespacesRun (1.13s)
17:24:03 [2023-11-27T17:24:03.284Z] === RUN   TestCgroupNamespacesRunPrivileged
17:24:04 [2023-11-27T17:24:04.218Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.07s)
17:24:04 [2023-11-27T17:24:04.218Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
17:24:05 [2023-11-27T17:24:05.593Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.11s)
17:24:05 [2023-11-27T17:24:05.593Z] === RUN   TestCgroupNamespacesRunHostMode
17:24:06 [2023-11-27T17:24:06.528Z] --- PASS: TestCgroupNamespacesRunHostMode (1.10s)
17:24:06 [2023-11-27T17:24:06.528Z] === RUN   TestCgroupNamespacesRunPrivateMode
17:24:07 [2023-11-27T17:24:07.462Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.09s)
17:24:07 [2023-11-27T17:24:07.462Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
17:24:08 [2023-11-27T17:24:08.838Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.03s)
17:24:08 [2023-11-27T17:24:08.838Z] === RUN   TestCgroupNamespacesRunInvalidMode
17:24:09 [2023-11-27T17:24:09.096Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.60s)
17:24:09 [2023-11-27T17:24:09.096Z] === RUN   TestCgroupNamespacesRunOlderClient
17:24:10 [2023-11-27T17:24:10.471Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.07s)
17:24:10 [2023-11-27T17:24:10.471Z] === RUN   TestNISDomainname
17:24:10 [2023-11-27T17:24:10.729Z] --- PASS: TestNISDomainname (0.51s)
17:24:10 [2023-11-27T17:24:10.729Z] === RUN   TestHostnameDnsResolution
17:24:11 [2023-11-27T17:24:11.295Z] --- PASS: TestHostnameDnsResolution (0.66s)
17:24:11 [2023-11-27T17:24:11.295Z] === RUN   TestUnprivilegedPortsAndPing
17:24:11 [2023-11-27T17:24:11.862Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s)
17:24:11 [2023-11-27T17:24:11.862Z] === RUN   TestPrivilegedHostDevices
17:24:12 [2023-11-27T17:24:12.428Z] --- PASS: TestPrivilegedHostDevices (0.56s)
17:24:12 [2023-11-27T17:24:12.428Z] === RUN   TestRunConsoleSize
17:24:12 [2023-11-27T17:24:12.994Z] --- PASS: TestRunConsoleSize (0.44s)
17:24:12 [2023-11-27T17:24:12.994Z] === RUN   TestRunWithAlternativeContainerdShim
17:24:19 [2023-11-27T17:24:19.551Z] --- PASS: TestRunWithAlternativeContainerdShim (5.48s)
17:24:19 [2023-11-27T17:24:19.551Z] === RUN   TestMacAddressIsAppliedToMainNetworkWithShortID
17:24:19 [2023-11-27T17:24:19.551Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.09s)
17:24:19 [2023-11-27T17:24:19.551Z] === RUN   TestStats
17:24:20 [2023-11-27T17:24:20.925Z] --- PASS: TestStats (1.48s)
17:24:20 [2023-11-27T17:24:20.925Z] === RUN   TestStopContainerWithTimeout
17:24:20 [2023-11-27T17:24:20.925Z] === RUN   TestStopContainerWithTimeout/0
17:24:20 [2023-11-27T17:24:20.925Z] === PAUSE TestStopContainerWithTimeout/0
17:24:20 [2023-11-27T17:24:20.925Z] === RUN   TestStopContainerWithTimeout/1
17:24:20 [2023-11-27T17:24:20.925Z] === PAUSE TestStopContainerWithTimeout/1
17:24:20 [2023-11-27T17:24:20.925Z] === RUN   TestStopContainerWithTimeout/3
17:24:20 [2023-11-27T17:24:20.925Z] === PAUSE TestStopContainerWithTimeout/3
17:24:20 [2023-11-27T17:24:20.925Z] === RUN   TestStopContainerWithTimeout/-1
17:24:20 [2023-11-27T17:24:20.925Z] === PAUSE TestStopContainerWithTimeout/-1
17:24:20 [2023-11-27T17:24:20.925Z] === CONT  TestStopContainerWithTimeout/-1
17:24:20 [2023-11-27T17:24:20.925Z] === CONT  TestStopContainerWithTimeout/3
17:24:20 [2023-11-27T17:24:20.925Z] === CONT  TestStopContainerWithTimeout/1
17:24:20 [2023-11-27T17:24:20.925Z] === CONT  TestStopContainerWithTimeout/0
17:24:24 [2023-11-27T17:24:24.208Z] --- PASS: TestStopContainerWithTimeout (0.04s)
17:24:24 [2023-11-27T17:24:24.208Z]     --- PASS: TestStopContainerWithTimeout/0 (0.82s)
17:24:24 [2023-11-27T17:24:24.208Z]     --- PASS: TestStopContainerWithTimeout/1 (1.85s)
17:24:24 [2023-11-27T17:24:24.208Z]     --- PASS: TestStopContainerWithTimeout/3 (2.56s)
17:24:24 [2023-11-27T17:24:24.208Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.82s)
17:24:24 [2023-11-27T17:24:24.208Z] === RUN   TestStopContainerWithTimeoutCancel
17:24:24 [2023-11-27T17:24:24.208Z] === PAUSE TestStopContainerWithTimeoutCancel
17:24:24 [2023-11-27T17:24:24.208Z] === RUN   TestStopContainerWithRestartPolicyAlways
17:24:26 [2023-11-27T17:24:26.109Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.28s)
17:24:26 [2023-11-27T17:24:26.109Z] === RUN   TestUpdateMemory
17:24:26 [2023-11-27T17:24:26.676Z] --- PASS: TestUpdateMemory (0.59s)
17:24:26 [2023-11-27T17:24:26.676Z] === RUN   TestUpdateCPUQuota
17:24:27 [2023-11-27T17:24:27.610Z] --- PASS: TestUpdateCPUQuota (0.80s)
17:24:27 [2023-11-27T17:24:27.610Z] === RUN   TestUpdatePidsLimit
17:24:27 [2023-11-27T17:24:27.610Z] === RUN   TestUpdatePidsLimit/update_from_none
17:24:27 [2023-11-27T17:24:27.868Z] === RUN   TestUpdatePidsLimit/no_change
17:24:27 [2023-11-27T17:24:27.868Z] === RUN   TestUpdatePidsLimit/update_lower
17:24:28 [2023-11-27T17:24:28.127Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
17:24:28 [2023-11-27T17:24:28.385Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
17:24:28 [2023-11-27T17:24:28.643Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
17:24:28 [2023-11-27T17:24:28.902Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
17:24:29 [2023-11-27T17:24:29.469Z] --- PASS: TestUpdatePidsLimit (2.04s)
17:24:29 [2023-11-27T17:24:29.469Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.22s)
17:24:29 [2023-11-27T17:24:29.469Z]     --- PASS: TestUpdatePidsLimit/no_change (0.20s)
17:24:29 [2023-11-27T17:24:29.469Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.22s)
17:24:29 [2023-11-27T17:24:29.469Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s)
17:24:29 [2023-11-27T17:24:29.469Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s)
17:24:29 [2023-11-27T17:24:29.469Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s)
17:24:29 [2023-11-27T17:24:29.469Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.26s)
17:24:29 [2023-11-27T17:24:29.469Z] === RUN   TestUpdateRestartPolicy
17:24:41 [2023-11-27T17:24:41.666Z] --- PASS: TestUpdateRestartPolicy (10.73s)
17:24:41 [2023-11-27T17:24:41.666Z] === RUN   TestUpdateRestartWithAutoRemove
17:24:41 [2023-11-27T17:24:41.666Z] --- PASS: TestUpdateRestartWithAutoRemove (0.48s)
17:24:41 [2023-11-27T17:24:41.666Z] === RUN   TestWaitNonBlocked
17:24:41 [2023-11-27T17:24:41.666Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
17:24:41 [2023-11-27T17:24:41.666Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
17:24:41 [2023-11-27T17:24:41.666Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
17:24:41 [2023-11-27T17:24:41.666Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
17:24:41 [2023-11-27T17:24:41.666Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
17:24:41 [2023-11-27T17:24:41.666Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
17:24:41 [2023-11-27T17:24:41.666Z] --- PASS: TestWaitNonBlocked (0.02s)
17:24:41 [2023-11-27T17:24:41.666Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s)
17:24:41 [2023-11-27T17:24:41.666Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.74s)
17:24:41 [2023-11-27T17:24:41.666Z] === RUN   TestWaitBlocked
17:24:41 [2023-11-27T17:24:41.666Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
17:24:41 [2023-11-27T17:24:41.666Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
17:24:41 [2023-11-27T17:24:41.666Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
17:24:41 [2023-11-27T17:24:41.666Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
17:24:41 [2023-11-27T17:24:41.666Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
17:24:41 [2023-11-27T17:24:41.666Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
17:24:42 [2023-11-27T17:24:42.601Z] --- PASS: TestWaitBlocked (0.03s)
17:24:42 [2023-11-27T17:24:42.601Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s)
17:24:42 [2023-11-27T17:24:42.601Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.80s)
17:24:42 [2023-11-27T17:24:42.601Z] === RUN   TestWaitConditions
17:24:42 [2023-11-27T17:24:42.601Z] === RUN   TestWaitConditions/default
17:24:42 [2023-11-27T17:24:42.601Z] === PAUSE TestWaitConditions/default
17:24:42 [2023-11-27T17:24:42.601Z] === RUN   TestWaitConditions/not-running
17:24:42 [2023-11-27T17:24:42.601Z] === PAUSE TestWaitConditions/not-running
17:24:42 [2023-11-27T17:24:42.601Z] === RUN   TestWaitConditions/next-exit
17:24:42 [2023-11-27T17:24:42.601Z] === PAUSE TestWaitConditions/next-exit
17:24:42 [2023-11-27T17:24:42.601Z] === RUN   TestWaitConditions/removed
17:24:42 [2023-11-27T17:24:42.601Z] === PAUSE TestWaitConditions/removed
17:24:42 [2023-11-27T17:24:42.601Z] === CONT  TestWaitConditions/default
17:24:42 [2023-11-27T17:24:42.601Z] === CONT  TestWaitConditions/next-exit
17:24:42 [2023-11-27T17:24:42.601Z] === CONT  TestWaitConditions/not-running
17:24:42 [2023-11-27T17:24:42.601Z] === CONT  TestWaitConditions/removed
17:24:42 [2023-11-27T17:24:42.601Z]     wait_test.go:145: ContainerID = 3cd01a018e7d35b427a3eb3627f0098b6c685105080f9a9e05e6686d05a3e923
17:24:42 [2023-11-27T17:24:42.601Z]     wait_test.go:145: ContainerID = b567f3eb36e5457425d92b19487c609f1b41a167722e7ae8e9f0acd62995da34
17:24:42 [2023-11-27T17:24:42.601Z]     wait_test.go:145: ContainerID = 0b9b8fceacb035a66376a35cc1c3c0ddc3cc4758fedb287c0a5faa23eb9ab52f
17:24:42 [2023-11-27T17:24:42.601Z]     wait_test.go:145: ContainerID = 7fd23bc7dc8dcba8ba7c1bdd0d59cbe41a8aeefe380fb2f90e506655717f7047
17:24:43 [2023-11-27T17:24:43.535Z] --- PASS: TestWaitConditions (0.03s)
17:24:43 [2023-11-27T17:24:43.535Z]     --- PASS: TestWaitConditions/next-exit (0.70s)
17:24:43 [2023-11-27T17:24:43.535Z]     --- PASS: TestWaitConditions/default (0.97s)
17:24:43 [2023-11-27T17:24:43.535Z]     --- PASS: TestWaitConditions/removed (1.14s)
17:24:43 [2023-11-27T17:24:43.535Z]     --- PASS: TestWaitConditions/not-running (1.19s)
17:24:43 [2023-11-27T17:24:43.535Z] === RUN   TestWaitRestartedContainer
17:24:43 [2023-11-27T17:24:43.535Z] === RUN   TestWaitRestartedContainer/default
17:24:43 [2023-11-27T17:24:43.535Z] === PAUSE TestWaitRestartedContainer/default
17:24:43 [2023-11-27T17:24:43.535Z] === RUN   TestWaitRestartedContainer/not-running
17:24:43 [2023-11-27T17:24:43.535Z] === PAUSE TestWaitRestartedContainer/not-running
17:24:43 [2023-11-27T17:24:43.535Z] === RUN   TestWaitRestartedContainer/next-exit
17:24:43 [2023-11-27T17:24:43.535Z] === PAUSE TestWaitRestartedContainer/next-exit
17:24:43 [2023-11-27T17:24:43.535Z] === CONT  TestWaitRestartedContainer/default
17:24:43 [2023-11-27T17:24:43.535Z] === CONT  TestWaitRestartedContainer/next-exit
17:24:43 [2023-11-27T17:24:43.535Z] === CONT  TestWaitRestartedContainer/not-running
17:24:46 [2023-11-27T17:24:46.070Z] --- PASS: TestWaitRestartedContainer (0.01s)
17:24:46 [2023-11-27T17:24:46.070Z]     --- PASS: TestWaitRestartedContainer/next-exit (2.00s)
17:24:46 [2023-11-27T17:24:46.070Z]     --- PASS: TestWaitRestartedContainer/not-running (2.09s)
17:24:46 [2023-11-27T17:24:46.070Z]     --- PASS: TestWaitRestartedContainer/default (2.12s)
17:24:46 [2023-11-27T17:24:46.070Z] === CONT  TestContainerStartOnDaemonRestart
17:24:46 [2023-11-27T17:24:46.070Z] === CONT  TestStopContainerWithTimeoutCancel
17:24:46 [2023-11-27T17:24:46.070Z] === CONT  TestDaemonHostGatewayIP
17:24:46 [2023-11-27T17:24:46.070Z] === CONT  TestRestartDaemonWithRestartingContainer
17:24:46 [2023-11-27T17:24:46.070Z] === CONT  TestIpcModeOlderClient
17:24:46 [2023-11-27T17:24:46.070Z] === CONT  TestContainerKillOnDaemonStart
17:24:46 [2023-11-27T17:24:46.070Z] === CONT  TestDaemonRestartIpcMode
17:24:46 [2023-11-27T17:24:46.070Z] === CONT  TestHardRestartWhenContainerIsRunning
17:24:46 [2023-11-27T17:24:46.070Z] --- PASS: TestIpcModeOlderClient (0.10s)
17:24:47 [2023-11-27T17:24:47.477Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=none
17:24:47 [2023-11-27T17:24:47.477Z] === RUN   TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure
17:24:48 [2023-11-27T17:24:48.047Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.28s)
17:24:48 [2023-11-27T17:24:48.047Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s)
17:24:48 [2023-11-27T17:24:48.047Z]     --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.50s)
17:24:48 [2023-11-27T17:24:48.617Z] --- PASS: TestContainerStartOnDaemonRestart (2.76s)
17:24:48 [2023-11-27T17:24:48.876Z] --- PASS: TestDaemonHostGatewayIP (3.28s)
17:24:49 [2023-11-27T17:24:49.442Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.57s)
17:24:49 [2023-11-27T17:24:49.442Z] --- PASS: TestStopContainerWithTimeoutCancel (3.68s)
17:24:49 [2023-11-27T17:24:49.442Z] --- PASS: TestDaemonRestartIpcMode (3.79s)
17:24:57 [2023-11-27T17:24:57.551Z] --- PASS: TestContainerKillOnDaemonStart (11.67s)
17:24:57 [2023-11-27T17:24:57.551Z] PASS
17:24:57 [2023-11-27T17:24:57.551Z] 
17:24:57 [2023-11-27T17:24:57.551Z] === Skipped
17:24:57 [2023-11-27T17:24:57.551Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
17:24:57 [2023-11-27T17:24:57.551Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:24:57 [2023-11-27T17:24:57.551Z] 
17:24:57 [2023-11-27T17:24:57.551Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
17:24:57 [2023-11-27T17:24:57.551Z]     pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:24:57 [2023-11-27T17:24:57.551Z] 
17:24:57 [2023-11-27T17:24:57.551Z] DONE 320 tests, 2 skipped in 167.495s
17:24:57 [2023-11-27T17:24:57.551Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m  
17:24:57 [2023-11-27T17:24:57.551Z] ++ '[' -n '' ']'
17:24:57 [2023-11-27T17:24:57.551Z] ++ 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
17:24:57 [2023-11-27T17:24:57.551Z] ++ set -e
17:24:57 [2023-11-27T17:24:57.551Z] ++ '[' -n 0 ']'
17:24:57 [2023-11-27T17:24:57.551Z] ++ set -x
17:24:57 [2023-11-27T17:24:57.551Z] ++ 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.jjFCJYzkx7/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
17:24:57 [2023-11-27T17:24:57.551Z] INFO: Testing against a local daemon
17:24:57 [2023-11-27T17:24:57.551Z] === RUN   TestConfigDaemonID
17:24:58 [2023-11-27T17:24:58.485Z]     daemon_test.go:60: [d6038fa674454] daemon is not started
17:24:58 [2023-11-27T17:24:58.485Z] --- PASS: TestConfigDaemonID (1.04s)
17:24:58 [2023-11-27T17:24:58.485Z] === RUN   TestDaemonConfigValidation
17:24:58 [2023-11-27T17:24:58.485Z] === RUN   TestDaemonConfigValidation/config_with_no_content
17:24:58 [2023-11-27T17:24:58.485Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
17:24:58 [2023-11-27T17:24:58.485Z] === RUN   TestDaemonConfigValidation/config_with_{}
17:24:58 [2023-11-27T17:24:58.485Z] === PAUSE TestDaemonConfigValidation/config_with_{}
17:24:58 [2023-11-27T17:24:58.485Z] === RUN   TestDaemonConfigValidation/invalid_config
17:24:58 [2023-11-27T17:24:58.485Z] === PAUSE TestDaemonConfigValidation/invalid_config
17:24:58 [2023-11-27T17:24:58.485Z] === RUN   TestDaemonConfigValidation/malformed_config
17:24:58 [2023-11-27T17:24:58.485Z] === PAUSE TestDaemonConfigValidation/malformed_config
17:24:58 [2023-11-27T17:24:58.485Z] === RUN   TestDaemonConfigValidation/valid_config
17:24:58 [2023-11-27T17:24:58.485Z] === PAUSE TestDaemonConfigValidation/valid_config
17:24:58 [2023-11-27T17:24:58.485Z] === CONT  TestDaemonConfigValidation/config_with_no_content
17:24:58 [2023-11-27T17:24:58.485Z] === CONT  TestDaemonConfigValidation/malformed_config
17:24:58 [2023-11-27T17:24:58.485Z] === CONT  TestDaemonConfigValidation/valid_config
17:24:58 [2023-11-27T17:24:58.485Z] === CONT  TestDaemonConfigValidation/invalid_config
17:24:58 [2023-11-27T17:24:58.485Z] === CONT  TestDaemonConfigValidation/config_with_{}
17:24:58 [2023-11-27T17:24:58.485Z] --- PASS: TestDaemonConfigValidation (0.00s)
17:24:58 [2023-11-27T17:24:58.485Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
17:24:58 [2023-11-27T17:24:58.485Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
17:24:58 [2023-11-27T17:24:58.485Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s)
17:24:58 [2023-11-27T17:24:58.485Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
17:24:58 [2023-11-27T17:24:58.485Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.07s)
17:24:58 [2023-11-27T17:24:58.485Z] === RUN   TestConfigDaemonSeccompProfiles
17:24:58 [2023-11-27T17:24:58.485Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
17:24:59 [2023-11-27T17:24:59.860Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
17:25:00 [2023-11-27T17:25:00.794Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
17:25:01 [2023-11-27T17:25:01.732Z]     daemon_test.go:179: [dad3f2786c8d8] daemon is not started
17:25:01 [2023-11-27T17:25:01.732Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s)
17:25:01 [2023-11-27T17:25:01.732Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
17:25:01 [2023-11-27T17:25:01.732Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
17:25:01 [2023-11-27T17:25:01.732Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
17:25:01 [2023-11-27T17:25:01.732Z] === RUN   TestDaemonProxy
17:25:01 [2023-11-27T17:25:01.732Z] === RUN   TestDaemonProxy/environment_variables
17:25:01 [2023-11-27T17:25:01.732Z] === PAUSE TestDaemonProxy/environment_variables
17:25:01 [2023-11-27T17:25:01.732Z] === RUN   TestDaemonProxy/command-line_options
17:25:01 [2023-11-27T17:25:01.732Z] === PAUSE TestDaemonProxy/command-line_options
17:25:01 [2023-11-27T17:25:01.732Z] === RUN   TestDaemonProxy/configuration_file
17:25:01 [2023-11-27T17:25:01.732Z] === PAUSE TestDaemonProxy/configuration_file
17:25:01 [2023-11-27T17:25:01.732Z] === RUN   TestDaemonProxy/conflicting_options
17:25:02 [2023-11-27T17:25:02.299Z] === RUN   TestDaemonProxy/reload_sanitized
17:25:02 [2023-11-27T17:25:02.299Z] === PAUSE TestDaemonProxy/reload_sanitized
17:25:02 [2023-11-27T17:25:02.299Z] === CONT  TestDaemonProxy/environment_variables
17:25:02 [2023-11-27T17:25:02.299Z] === CONT  TestDaemonProxy/configuration_file
17:25:02 [2023-11-27T17:25:02.299Z] === CONT  TestDaemonProxy/command-line_options
17:25:02 [2023-11-27T17:25:02.299Z] === CONT  TestDaemonProxy/reload_sanitized
17:25:04 [2023-11-27T17:25:04.200Z] --- PASS: TestDaemonProxy (0.50s)
17:25:04 [2023-11-27T17:25:04.200Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
17:25:04 [2023-11-27T17:25:04.200Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.62s)
17:25:04 [2023-11-27T17:25:04.200Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
17:25:04 [2023-11-27T17:25:04.200Z]     --- PASS: TestDaemonProxy/configuration_file (1.75s)
17:25:04 [2023-11-27T17:25:04.200Z]     --- PASS: TestDaemonProxy/environment_variables (1.75s)
17:25:04 [2023-11-27T17:25:04.200Z] === RUN   TestLiveRestore
17:25:04 [2023-11-27T17:25:04.200Z] === RUN   TestLiveRestore/volume_references
17:25:04 [2023-11-27T17:25:04.200Z] === PAUSE TestLiveRestore/volume_references
17:25:04 [2023-11-27T17:25:04.200Z] === CONT  TestLiveRestore/volume_references
17:25:04 [2023-11-27T17:25:04.458Z] === RUN   TestLiveRestore/volume_references/restartPolicy
17:25:04 [2023-11-27T17:25:04.458Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
17:25:05 [2023-11-27T17:25:05.834Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
17:25:06 [2023-11-27T17:25:06.400Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
17:25:07 [2023-11-27T17:25:07.335Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
17:25:08 [2023-11-27T17:25:08.270Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options
17:25:09 [2023-11-27T17:25:09.203Z] === RUN   TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted
17:25:09 [2023-11-27T17:25:09.770Z] === RUN   TestLiveRestore/volume_references/container_with_bind-mounts
17:25:10 [2023-11-27T17:25:10.705Z] --- PASS: TestLiveRestore (0.00s)
17:25:10 [2023-11-27T17:25:10.705Z]     --- PASS: TestLiveRestore/volume_references (6.86s)
17:25:10 [2023-11-27T17:25:10.705Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.85s)
17:25:10 [2023-11-27T17:25:10.705Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.00s)
17:25:10 [2023-11-27T17:25:10.705Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.94s)
17:25:10 [2023-11-27T17:25:10.705Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.96s)
17:25:10 [2023-11-27T17:25:10.705Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.95s)
17:25:10 [2023-11-27T17:25:10.705Z]         --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.45s)
17:25:10 [2023-11-27T17:25:10.705Z]             --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.41s)
17:25:10 [2023-11-27T17:25:10.705Z]         --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.97s)
17:25:10 [2023-11-27T17:25:10.705Z] === RUN   TestDaemonDefaultBridgeWithFixedCidrButNoBip
17:25:11 [2023-11-27T17:25:11.639Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.69s)
17:25:11 [2023-11-27T17:25:11.639Z] PASS
17:25:11 [2023-11-27T17:25:11.639Z] 
17:25:11 [2023-11-27T17:25:11.639Z] DONE 28 tests in 14.098s
17:25:11 [2023-11-27T17:25:11.639Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m  
17:25:11 [2023-11-27T17:25:11.639Z] ++ '[' -n '' ']'
17:25:11 [2023-11-27T17:25:11.639Z] ++ 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
17:25:11 [2023-11-27T17:25:11.639Z] ++ set -e
17:25:11 [2023-11-27T17:25:11.639Z] ++ '[' -n 0 ']'
17:25:11 [2023-11-27T17:25:11.639Z] ++ set -x
17:25:11 [2023-11-27T17:25:11.639Z] ++ 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.jjFCJYzkx7/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
17:25:11 [2023-11-27T17:25:11.639Z] INFO: Testing against a local daemon
17:25:11 [2023-11-27T17:25:11.639Z] === RUN   TestCommitInheritsEnv
17:25:11 [2023-11-27T17:25:11.639Z] --- PASS: TestCommitInheritsEnv (0.16s)
17:25:11 [2023-11-27T17:25:11.639Z] === RUN   TestUsernsCommit
17:25:13 [2023-11-27T17:25:13.540Z] --- PASS: TestUsernsCommit (1.50s)
17:25:13 [2023-11-27T17:25:13.540Z] === RUN   TestImportExtremelyLargeImageWorks
17:25:13 [2023-11-27T17:25:13.540Z]     import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out
17:25:13 [2023-11-27T17:25:13.540Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
17:25:13 [2023-11-27T17:25:13.540Z] === RUN   TestImportWithCustomPlatform
17:25:13 [2023-11-27T17:25:13.540Z] === RUN   TestImportWithCustomPlatform/#00
17:25:13 [2023-11-27T17:25:13.540Z] === RUN   TestImportWithCustomPlatform/linux
17:25:13 [2023-11-27T17:25:13.540Z] === RUN   TestImportWithCustomPlatform/LINUX
17:25:13 [2023-11-27T17:25:13.540Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
17:25:13 [2023-11-27T17:25:13.540Z] --- PASS: TestImportWithCustomPlatform (0.10s)
17:25:13 [2023-11-27T17:25:13.540Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.02s)
17:25:13 [2023-11-27T17:25:13.540Z]     --- PASS: TestImportWithCustomPlatform/linux (0.02s)
17:25:13 [2023-11-27T17:25:13.540Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.02s)
17:25:13 [2023-11-27T17:25:13.540Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s)
17:25:13 [2023-11-27T17:25:13.540Z] === RUN   TestImportWithCustomPlatformReject
17:25:13 [2023-11-27T17:25:13.540Z] === RUN   TestImportWithCustomPlatformReject/_______
17:25:13 [2023-11-27T17:25:13.540Z] === RUN   TestImportWithCustomPlatformReject//
17:25:13 [2023-11-27T17:25:13.540Z] === RUN   TestImportWithCustomPlatformReject/macos
17:25:13 [2023-11-27T17:25:13.540Z] === RUN   TestImportWithCustomPlatformReject/macos/arm64
17:25:13 [2023-11-27T17:25:13.540Z] === RUN   TestImportWithCustomPlatformReject/nintendo64
17:25:13 [2023-11-27T17:25:13.540Z] --- PASS: TestImportWithCustomPlatformReject (0.01s)
17:25:13 [2023-11-27T17:25:13.540Z]     --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s)
17:25:13 [2023-11-27T17:25:13.540Z]     --- PASS: TestImportWithCustomPlatformReject// (0.00s)
17:25:13 [2023-11-27T17:25:13.540Z]     --- PASS: TestImportWithCustomPlatformReject/macos (0.00s)
17:25:13 [2023-11-27T17:25:13.540Z]     --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s)
17:25:13 [2023-11-27T17:25:13.540Z]     --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s)
17:25:13 [2023-11-27T17:25:13.540Z] === RUN   TestImageInspectEmptyTagsAndDigests
17:25:13 [2023-11-27T17:25:13.540Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s)
17:25:13 [2023-11-27T17:25:13.540Z] === RUN   TestImagesFilterMultiReference
17:25:13 [2023-11-27T17:25:13.540Z] --- PASS: TestImagesFilterMultiReference (0.05s)
17:25:13 [2023-11-27T17:25:13.540Z] === RUN   TestImagesFilterUntil
17:25:13 [2023-11-27T17:25:13.540Z]     list_test.go:98: ImageList: ID=sha256:30b15c1545bf29331bd4ada2a94fa94b9ee227c0a8c39c5e070bd86821fc4b46 RepoTags=[testimagesfilteruntil:v1]
17:25:13 [2023-11-27T17:25:13.540Z] --- PASS: TestImagesFilterUntil (0.23s)
17:25:13 [2023-11-27T17:25:13.540Z] === RUN   TestImagesFilterBeforeSince
17:25:13 [2023-11-27T17:25:13.799Z]     list_test.go:132: ImageList: ID=sha256:4146bca38c99b529757922487f8996329760f6d45c93201982804cb1d1217716 RepoTags=[testimagesfilterbeforesince:v1]
17:25:13 [2023-11-27T17:25:13.799Z]     list_test.go:132: ImageList: ID=sha256:05216bb0cbcc559ad6c3b037399df35f6ce2c8f80284aa22857a0a1d2ee9758d RepoTags=[testimagesfilterbeforesince:v3]
17:25:13 [2023-11-27T17:25:13.799Z]     list_test.go:132: ImageList: ID=sha256:bd1cfd243a1329f65abcea217f6334113df3c1bfca8b632735c4aeddddf2c5a3 RepoTags=[testimagesfilterbeforesince:v2]
17:25:13 [2023-11-27T17:25:13.799Z] --- PASS: TestImagesFilterBeforeSince (0.23s)
17:25:13 [2023-11-27T17:25:13.799Z] === RUN   TestAPIImagesFilters
17:25:13 [2023-11-27T17:25:13.799Z] === RUN   TestAPIImagesFilters/repository_regex
17:25:13 [2023-11-27T17:25:13.799Z] === PAUSE TestAPIImagesFilters/repository_regex
17:25:13 [2023-11-27T17:25:13.799Z] === RUN   TestAPIImagesFilters/image_name_regex
17:25:13 [2023-11-27T17:25:13.799Z] === PAUSE TestAPIImagesFilters/image_name_regex
17:25:13 [2023-11-27T17:25:13.799Z] === RUN   TestAPIImagesFilters/image_name_without_a_tag
17:25:13 [2023-11-27T17:25:13.799Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag
17:25:13 [2023-11-27T17:25:13.799Z] === RUN   TestAPIImagesFilters/registry_port_regex
17:25:13 [2023-11-27T17:25:13.799Z] === PAUSE TestAPIImagesFilters/registry_port_regex
17:25:13 [2023-11-27T17:25:13.799Z] === CONT  TestAPIImagesFilters/repository_regex
17:25:13 [2023-11-27T17:25:13.799Z] === CONT  TestAPIImagesFilters/image_name_without_a_tag
17:25:13 [2023-11-27T17:25:13.799Z] === CONT  TestAPIImagesFilters/registry_port_regex
17:25:13 [2023-11-27T17:25:13.799Z] === CONT  TestAPIImagesFilters/image_name_regex
17:25:13 [2023-11-27T17:25:13.799Z] --- PASS: TestAPIImagesFilters (0.03s)
17:25:13 [2023-11-27T17:25:13.799Z]     --- PASS: TestAPIImagesFilters/repository_regex (0.00s)
17:25:13 [2023-11-27T17:25:13.799Z]     --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s)
17:25:13 [2023-11-27T17:25:13.799Z]     --- PASS: TestAPIImagesFilters/image_name_regex (0.00s)
17:25:13 [2023-11-27T17:25:13.799Z]     --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s)
17:25:13 [2023-11-27T17:25:13.799Z] === RUN   TestPruneDontDeleteUsedDangling
17:25:13 [2023-11-27T17:25:13.799Z] --- PASS: TestPruneDontDeleteUsedDangling (0.04s)
17:25:13 [2023-11-27T17:25:13.799Z] === RUN   TestImagePullPlatformInvalid
17:25:14 [2023-11-27T17:25:14.059Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
17:25:14 [2023-11-27T17:25:14.059Z] === RUN   TestImagePullStoredfDigestForOtherRepo
17:25:14 [2023-11-27T17:25:14.059Z] time="2023-11-27T17:25:13.828616087Z" 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.20.8 instance.id=ad85a166-07ea-4003-9b7e-75cfe3986e23 version=2.8.3 
17:25:14 [2023-11-27T17:25:14.059Z] time="2023-11-27T17:25:13.828729908Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=ad85a166-07ea-4003-9b7e-75cfe3986e23 version=2.8.3 
17:25:14 [2023-11-27T17:25:14.059Z] time="2023-11-27T17:25:13.828753563Z" level=info msg="Starting upload purge in 30m0s" go.version=go1.20.8 instance.id=ad85a166-07ea-4003-9b7e-75cfe3986e23 version=2.8.3 
17:25:14 [2023-11-27T17:25:14.059Z] time="2023-11-27T17:25:13.828959443Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=ad85a166-07ea-4003-9b7e-75cfe3986e23 version=2.8.3 
17:25:14 [2023-11-27T17:25:14.059Z] time="2023-11-27T17:25:13.923619693Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=193abb6a-e54e-48a6-9cbd-708f5ab9daee http.request.method=GET http.request.remoteaddr="127.0.0.1:59350" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" 
17:25:14 [2023-11-27T17:25:14.059Z] time="2023-11-27T17:25:13.923666388Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=193abb6a-e54e-48a6-9cbd-708f5ab9daee http.request.method=GET http.request.remoteaddr="127.0.0.1:59350" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.168402ms http.response.status=200 http.response.written=2 
17:25:14 [2023-11-27T17:25:14.059Z] 127.0.0.1 - - [27/Nov/2023:17:25:13 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1"
17:25:14 [2023-11-27T17:25:14.059Z] time="2023-11-27T17:25:13.926025893Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=14bf875f-681c-4017-ad8f-a14e4e4aabf7 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.926067057Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=14bf875f-681c-4017-ad8f-a14e4e4aabf7 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.926111602Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=86ae3e7a-2bf6-49ed-b9c9-86ff4a7cc2dd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.926152176Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=86ae3e7a-2bf6-49ed-b9c9-86ff4a7cc2dd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.926176365Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=14bf875f-681c-4017-ad8f-a14e4e4aabf7 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=38.474µ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=fe8d6725-b959-4842-a476-8525df921f62 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.926211991Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=86ae3e7a-2bf6-49ed-b9c9-86ff4a7cc2dd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=24.96µ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=d21789d3-1c69-4f95-8f40-77c97efb478c trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.926287477Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=14bf875f-681c-4017-ad8f-a14e4e4aabf7 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.071241ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] 127.0.0.1 - - [27/Nov/2023:17:25:13 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.8+unknown"
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.926375419Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b err.message="blob unknown to registry" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=86ae3e7a-2bf6-49ed-b9c9-86ff4a7cc2dd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.223346ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] 127.0.0.1 - - [27/Nov/2023:17:25:13 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.8+unknown"
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.927819529Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9e66806d-4889-4577-8b24-98ed81d007dd http.request.method=POST http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.927863754Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9e66806d-4889-4577-8b24-98ed81d007dd http.request.method=POST http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.928004897Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9e66806d-4889-4577-8b24-98ed81d007dd http.request.method=POST http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" trace.duration=106.903µ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=4b6b7e19-9cd2-440b-824d-0e9c675be8b7 trace.line=110 vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.928057393Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9e66806d-4889-4577-8b24-98ed81d007dd http.request.method=POST http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" trace.duration=22.975µ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=90e8d57c-4b15-44f6-a684-6b2e54f676e7 trace.line=142 vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.928097532Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6fa41f99-68ab-478a-8767-cb33e5910a37 http.request.method=POST http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.928133848Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6fa41f99-68ab-478a-8767-cb33e5910a37 http.request.method=POST http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.928135284Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9e66806d-4889-4577-8b24-98ed81d007dd http.request.method=POST http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" trace.duration=42.355µ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=04f1eca4-012f-4784-8dca-552b44007d4c trace.line=110 vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.928224111Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9e66806d-4889-4577-8b24-98ed81d007dd http.request.method=POST http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" http.response.duration=1.677699ms http.response.status=202 http.response.written=0 
17:25:14 [2023-11-27T17:25:14.060Z] 127.0.0.1 - - [27/Nov/2023:17:25:13 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.8+unknown"
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.928225875Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6fa41f99-68ab-478a-8767-cb33e5910a37 http.request.method=POST http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" trace.duration=64.097µ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=eda2848f-6411-4342-9442-ec91f93b360c trace.line=110 vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.928380951Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6fa41f99-68ab-478a-8767-cb33e5910a37 http.request.method=POST http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" trace.duration=29.489µ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=014a7d09-cff8-420e-85f8-dda45f8014d0 trace.line=142 vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.928502024Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6fa41f99-68ab-478a-8767-cb33e5910a37 http.request.method=POST http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" trace.duration=51.323µ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=494f48be-8be1-4100-9f90-5cf5ccbe8fea trace.line=110 vars.name=test 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.928561568Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6fa41f99-68ab-478a-8767-cb33e5910a37 http.request.method=POST http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" http.response.duration=1.904971ms http.response.status=202 http.response.written=0 
17:25:14 [2023-11-27T17:25:14.060Z] 127.0.0.1 - - [27/Nov/2023:17:25:13 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.8+unknown"
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.92970384Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ce6569b-9fd5-43f7-bfc9-54c1493acfed http.request.method=PUT http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5?_state=E5NdO42UceRXQVNYMrCjwNObdfoXnFEVwn-jhiZYxzN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjMjU1MWZlLWVlOWUtNGIzMy04YzRlLWM1ZWQwY2JjZDhlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45Mjc4Nzg3MjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.uuid=4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.929778727Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ce6569b-9fd5-43f7-bfc9-54c1493acfed http.request.method=PUT http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5?_state=E5NdO42UceRXQVNYMrCjwNObdfoXnFEVwn-jhiZYxzN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjMjU1MWZlLWVlOWUtNGIzMy04YzRlLWM1ZWQwY2JjZDhlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45Mjc4Nzg3MjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.uuid=4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.929847206Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ce6569b-9fd5-43f7-bfc9-54c1493acfed http.request.method=PUT http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5?_state=E5NdO42UceRXQVNYMrCjwNObdfoXnFEVwn-jhiZYxzN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjMjU1MWZlLWVlOWUtNGIzMy04YzRlLWM1ZWQwY2JjZDhlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45Mjc4Nzg3MjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=37.71µ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=299ff60f-ea24-4fc0-b4dc-012853f59767 trace.line=95 vars.name=test vars.uuid=4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.929906652Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ce6569b-9fd5-43f7-bfc9-54c1493acfed http.request.method=PUT http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5?_state=E5NdO42UceRXQVNYMrCjwNObdfoXnFEVwn-jhiZYxzN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjMjU1MWZlLWVlOWUtNGIzMy04YzRlLWM1ZWQwY2JjZDhlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45Mjc4Nzg3MjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=25.633µ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=33fbcff1-e454-4051-8b3a-afd58e02961f trace.line=142 vars.name=test vars.uuid=4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.929954307Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ce6569b-9fd5-43f7-bfc9-54c1493acfed http.request.method=PUT http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5?_state=E5NdO42UceRXQVNYMrCjwNObdfoXnFEVwn-jhiZYxzN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjMjU1MWZlLWVlOWUtNGIzMy04YzRlLWM1ZWQwY2JjZDhlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45Mjc4Nzg3MjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.uuid=4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.930026979Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5/hashstates/sha256/68")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ce6569b-9fd5-43f7-bfc9-54c1493acfed http.request.method=PUT http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5?_state=E5NdO42UceRXQVNYMrCjwNObdfoXnFEVwn-jhiZYxzN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjMjU1MWZlLWVlOWUtNGIzMy04YzRlLWM1ZWQwY2JjZDhlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45Mjc4Nzg3MjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=38.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).PutContent" trace.id=72f71cac-ecef-4910-9466-824d6b055826 trace.line=110 vars.name=test vars.uuid=4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.930065723Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ce6569b-9fd5-43f7-bfc9-54c1493acfed http.request.method=PUT http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5?_state=E5NdO42UceRXQVNYMrCjwNObdfoXnFEVwn-jhiZYxzN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjMjU1MWZlLWVlOWUtNGIzMy04YzRlLWM1ZWQwY2JjZDhlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45Mjc4Nzg3MjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=12.513µ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=8aed610a-774f-4a7a-853e-2b96e7cd4930 trace.line=155 vars.name=test vars.uuid=4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.930105058Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ce6569b-9fd5-43f7-bfc9-54c1493acfed http.request.method=PUT http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5?_state=E5NdO42UceRXQVNYMrCjwNObdfoXnFEVwn-jhiZYxzN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjMjU1MWZlLWVlOWUtNGIzMy04YzRlLWM1ZWQwY2JjZDhlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45Mjc4Nzg3MjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=12.225µ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=56f4c58a-62a3-4316-ae14-25f1f2c813e8 trace.line=155 vars.name=test vars.uuid=4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.9303752Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ce6569b-9fd5-43f7-bfc9-54c1493acfed http.request.method=PUT http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5?_state=E5NdO42UceRXQVNYMrCjwNObdfoXnFEVwn-jhiZYxzN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjMjU1MWZlLWVlOWUtNGIzMy04YzRlLWM1ZWQwY2JjZDhlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45Mjc4Nzg3MjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=9.05µ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=49165009-a4b9-483a-8ec4-498d5a4d1dfb trace.line=155 vars.name=test vars.uuid=4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.930701145Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5/data", "/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data"" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ce6569b-9fd5-43f7-bfc9-54c1493acfed http.request.method=PUT http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5?_state=E5NdO42UceRXQVNYMrCjwNObdfoXnFEVwn-jhiZYxzN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjMjU1MWZlLWVlOWUtNGIzMy04YzRlLWM1ZWQwY2JjZDhlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45Mjc4Nzg3MjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=212.994µ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=3d43d3f5-8b40-40fb-b05e-f3c54064b4a3 trace.line=185 vars.name=test vars.uuid=4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5 
17:25:14 [2023-11-27T17:25:14.060Z] time="2023-11-27T17:25:13.931034442Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ce6569b-9fd5-43f7-bfc9-54c1493acfed http.request.method=PUT http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5?_state=E5NdO42UceRXQVNYMrCjwNObdfoXnFEVwn-jhiZYxzN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjMjU1MWZlLWVlOWUtNGIzMy04YzRlLWM1ZWQwY2JjZDhlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45Mjc4Nzg3MjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=79.72µ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=0cba45ab-2de2-4242-869a-f15ae1e36fc4 trace.line=110 vars.name=test vars.uuid=4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.931177218Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ce6569b-9fd5-43f7-bfc9-54c1493acfed http.request.method=PUT http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5?_state=E5NdO42UceRXQVNYMrCjwNObdfoXnFEVwn-jhiZYxzN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjMjU1MWZlLWVlOWUtNGIzMy04YzRlLWM1ZWQwY2JjZDhlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45Mjc4Nzg3MjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=103.35µ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=844186d9-c703-43eb-ba59-8d8d7edec6ca trace.line=202 vars.name=test vars.uuid=4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.931285188Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=2ce6569b-9fd5-43f7-bfc9-54c1493acfed http.request.method=PUT http.request.remoteaddr="127.0.0.1:59368" http.request.uri="/v2/test/blobs/uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5?_state=E5NdO42UceRXQVNYMrCjwNObdfoXnFEVwn-jhiZYxzN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjMjU1MWZlLWVlOWUtNGIzMy04YzRlLWM1ZWQwY2JjZDhlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45Mjc4Nzg3MjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" http.response.duration=2.293405ms http.response.status=201 http.response.written=0 
17:25:14 [2023-11-27T17:25:14.061Z] 127.0.0.1 - - [27/Nov/2023:17:25:13 +0000] "PUT /v2/test/blobs/uploads/4c2551fe-ee9e-4b33-8c4e-c5ed0cbcd8e5?_state=E5NdO42UceRXQVNYMrCjwNObdfoXnFEVwn-jhiZYxzN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjMjU1MWZlLWVlOWUtNGIzMy04YzRlLWM1ZWQwY2JjZDhlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45Mjc4Nzg3MjlaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.8+unknown"
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.931405785Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a7bb2f6d-d842-4f0e-aa3e-9a50127a1434 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8?_state=jcnmb9zwB9wJxCMVhEAhREbLByZ_wNtRllAbjWEipzd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NTljMWYwLTJkNGUtNDVkMS1hMDYxLTRhNmE3YzhlMWJhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45MjgxNDQ3NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.uuid=c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.931483602Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a7bb2f6d-d842-4f0e-aa3e-9a50127a1434 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8?_state=jcnmb9zwB9wJxCMVhEAhREbLByZ_wNtRllAbjWEipzd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NTljMWYwLTJkNGUtNDVkMS1hMDYxLTRhNmE3YzhlMWJhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45MjgxNDQ3NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.uuid=c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.931547618Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a7bb2f6d-d842-4f0e-aa3e-9a50127a1434 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8?_state=jcnmb9zwB9wJxCMVhEAhREbLByZ_wNtRllAbjWEipzd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NTljMWYwLTJkNGUtNDVkMS1hMDYxLTRhNmE3YzhlMWJhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45MjgxNDQ3NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=34.076µ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=aa1be9a6-b12e-4625-a5ea-74184b5eb839 trace.line=95 vars.name=test vars.uuid=c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.931601508Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a7bb2f6d-d842-4f0e-aa3e-9a50127a1434 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8?_state=jcnmb9zwB9wJxCMVhEAhREbLByZ_wNtRllAbjWEipzd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NTljMWYwLTJkNGUtNDVkMS1hMDYxLTRhNmE3YzhlMWJhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45MjgxNDQ3NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=20.881µ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=00cad212-7956-4200-803c-e5f811161c2c trace.line=142 vars.name=test vars.uuid=c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.931636568Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a7bb2f6d-d842-4f0e-aa3e-9a50127a1434 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8?_state=jcnmb9zwB9wJxCMVhEAhREbLByZ_wNtRllAbjWEipzd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NTljMWYwLTJkNGUtNDVkMS1hMDYxLTRhNmE3YzhlMWJhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45MjgxNDQ3NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.uuid=c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.93170865Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8/hashstates/sha256/194")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a7bb2f6d-d842-4f0e-aa3e-9a50127a1434 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8?_state=jcnmb9zwB9wJxCMVhEAhREbLByZ_wNtRllAbjWEipzd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NTljMWYwLTJkNGUtNDVkMS1hMDYxLTRhNmE3YzhlMWJhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45MjgxNDQ3NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=37.808µ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=829613f1-f72c-47cb-ade3-90f55693f366 trace.line=110 vars.name=test vars.uuid=c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.931745851Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a7bb2f6d-d842-4f0e-aa3e-9a50127a1434 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8?_state=jcnmb9zwB9wJxCMVhEAhREbLByZ_wNtRllAbjWEipzd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NTljMWYwLTJkNGUtNDVkMS1hMDYxLTRhNmE3YzhlMWJhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45MjgxNDQ3NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=10.716µ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=5403c89b-de45-45d1-bf12-a4cbad8f2347 trace.line=155 vars.name=test vars.uuid=c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.931788509Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a7bb2f6d-d842-4f0e-aa3e-9a50127a1434 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8?_state=jcnmb9zwB9wJxCMVhEAhREbLByZ_wNtRllAbjWEipzd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NTljMWYwLTJkNGUtNDVkMS1hMDYxLTRhNmE3YzhlMWJhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45MjgxNDQ3NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=13.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).Stat" trace.id=fbdd8b70-ec9d-4299-b262-aca1df6ea5a4 trace.line=155 vars.name=test vars.uuid=c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.931817686Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a7bb2f6d-d842-4f0e-aa3e-9a50127a1434 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8?_state=jcnmb9zwB9wJxCMVhEAhREbLByZ_wNtRllAbjWEipzd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NTljMWYwLTJkNGUtNDVkMS1hMDYxLTRhNmE3YzhlMWJhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45MjgxNDQ3NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=8.632µ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=c833b335-dc9b-4586-95de-5f870adf4573 trace.line=155 vars.name=test vars.uuid=c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.931878863Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8/data", "/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data"" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a7bb2f6d-d842-4f0e-aa3e-9a50127a1434 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8?_state=jcnmb9zwB9wJxCMVhEAhREbLByZ_wNtRllAbjWEipzd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NTljMWYwLTJkNGUtNDVkMS1hMDYxLTRhNmE3YzhlMWJhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45MjgxNDQ3NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=38.375µ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=8295d281-cb2c-49c8-8fde-b644208d3ae2 trace.line=185 vars.name=test vars.uuid=c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.931946111Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a7bb2f6d-d842-4f0e-aa3e-9a50127a1434 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8?_state=jcnmb9zwB9wJxCMVhEAhREbLByZ_wNtRllAbjWEipzd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NTljMWYwLTJkNGUtNDVkMS1hMDYxLTRhNmE3YzhlMWJhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45MjgxNDQ3NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=40.934µ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=e6505e0f-a833-43b5-a431-4613577ad93f trace.line=110 vars.name=test vars.uuid=c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.932050996Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a7bb2f6d-d842-4f0e-aa3e-9a50127a1434 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8?_state=jcnmb9zwB9wJxCMVhEAhREbLByZ_wNtRllAbjWEipzd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NTljMWYwLTJkNGUtNDVkMS1hMDYxLTRhNmE3YzhlMWJhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45MjgxNDQ3NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=82.001µ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=5f552458-a960-415f-9587-1b867b0d02db trace.line=202 vars.name=test vars.uuid=c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.932116153Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a7bb2f6d-d842-4f0e-aa3e-9a50127a1434 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/blobs/uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8?_state=jcnmb9zwB9wJxCMVhEAhREbLByZ_wNtRllAbjWEipzd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NTljMWYwLTJkNGUtNDVkMS1hMDYxLTRhNmE3YzhlMWJhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45MjgxNDQ3NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" http.response.duration=2.107463ms http.response.status=201 http.response.written=0 
17:25:14 [2023-11-27T17:25:14.061Z] 127.0.0.1 - - [27/Nov/2023:17:25:13 +0000] "PUT /v2/test/blobs/uploads/c459c1f0-2d4e-45d1-a061-4a6a7c8e1ba8?_state=jcnmb9zwB9wJxCMVhEAhREbLByZ_wNtRllAbjWEipzd7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImM0NTljMWYwLTJkNGUtNDVkMS1hMDYxLTRhNmE3YzhlMWJhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0yN1QxNzoyNToxMy45MjgxNDQ3NDRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.8+unknown"
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.933398501Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=362d3504-7b0b-4955-90c5-e98f356c1b7a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.933577518Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=362d3504-7b0b-4955-90c5-e98f356c1b7a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.933648188Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=362d3504-7b0b-4955-90c5-e98f356c1b7a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=27.298µ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=60100f3b-0499-4f48-a075-3b242636d6ee trace.line=95 vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.933723896Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=362d3504-7b0b-4955-90c5-e98f356c1b7a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.282381ms http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.061Z] 127.0.0.1 - - [27/Nov/2023:17:25:13 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.8+unknown"
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.934731934Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=025f5999-7086-4525-85fd-c9393479c3d1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.934767478Z" level=debug msg=PutImageManifest go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=025f5999-7086-4525-85fd-c9393479c3d1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.934903074Z" level=debug msg="Putting a Docker Manifest!" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=025f5999-7086-4525-85fd-c9393479c3d1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.934919369Z" level=debug msg="(*manifestStore).Put" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=025f5999-7086-4525-85fd-c9393479c3d1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.934928526Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=025f5999-7086-4525-85fd-c9393479c3d1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.934994446Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=025f5999-7086-4525-85fd-c9393479c3d1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=36.012µ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=209118e7-0794-4b21-9240-bb9fe0cf8893 trace.line=95 vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.935042552Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=025f5999-7086-4525-85fd-c9393479c3d1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=15.516µ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=c1fde8e3-c389-4a5d-8f01-9bc76901612d trace.line=155 vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.935114805Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=025f5999-7086-4525-85fd-c9393479c3d1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=19.388µ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=5ff9ae33-5125-42a9-8cc4-89f99fc67575 trace.line=95 vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.935153426Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=025f5999-7086-4525-85fd-c9393479c3d1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=11.799µ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=005b2509-971d-4d33-b105-3063b94559d3 trace.line=155 vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.061Z] time="2023-11-27T17:25:13.935195075Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=025f5999-7086-4525-85fd-c9393479c3d1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=12.39µ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=f09fbc85-1068-45ae-b37e-7e597c75909b trace.line=155 vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.93526586Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=025f5999-7086-4525-85fd-c9393479c3d1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=48.828µ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=73586ae8-ebba-4e13-bd6b-a4e3ebd34882 trace.line=110 vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.93535902Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=025f5999-7086-4525-85fd-c9393479c3d1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=52.882µ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=1eb52170-01fc-4832-908d-4edf22915a33 trace.line=110 vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.935510403Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=025f5999-7086-4525-85fd-c9393479c3d1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=60.209µ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=12eb6203-ce35-4721-9928-679218ef3259 trace.line=110 vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.935572572Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=025f5999-7086-4525-85fd-c9393479c3d1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=38.883µ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=5aeccf74-1f9e-40ea-b1bd-b7981deba06f trace.line=110 vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.935606418Z" level=debug msg="Succeeded in putting manifest!" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=025f5999-7086-4525-85fd-c9393479c3d1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.935622574Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=025f5999-7086-4525-85fd-c9393479c3d1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59354" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" http.response.duration=1.597561ms http.response.status=201 http.response.written=0 
17:25:14 [2023-11-27T17:25:14.062Z] 127.0.0.1 - - [27/Nov/2023:17:25:13 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.8+unknown"
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.940357674Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1c9de10d-3c61-4087-bd9e-e7a62882e670 http.request.method=GET http.request.remoteaddr="127.0.0.1:59394" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.940397911Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=1c9de10d-3c61-4087-bd9e-e7a62882e670 http.request.method=GET http.request.remoteaddr="127.0.0.1:59394" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf 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.044919ms http.response.status=200 http.response.written=2 
17:25:14 [2023-11-27T17:25:14.062Z] 127.0.0.1 - - [27/Nov/2023:17:25:13 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.943051304Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ef607d2c-900f-4620-9259-d02492e875ec http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59404" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.943094438Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ef607d2c-900f-4620-9259-d02492e875ec http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59404" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.943166954Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ef607d2c-900f-4620-9259-d02492e875ec http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59404" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=41.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).GetContent" trace.id=61739bbb-fccc-4a2a-aa64-44b204d38c40 trace.line=95 vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.943191512Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ef607d2c-900f-4620-9259-d02492e875ec http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59404" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.943239011Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ef607d2c-900f-4620-9259-d02492e875ec http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59404" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=23.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).GetContent" trace.id=9741f789-5a19-4128-9f03-947f32f38b7d trace.line=95 vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.943290596Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ef607d2c-900f-4620-9259-d02492e875ec http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59404" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=24.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).Stat" trace.id=54815493-875b-4836-b57f-bcb6f608513e trace.line=155 vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.943331654Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ef607d2c-900f-4620-9259-d02492e875ec http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59404" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.849µ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=85f3914e-6594-449f-b2cf-76b8ace6eeaa trace.line=125 vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.943371818Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ef607d2c-900f-4620-9259-d02492e875ec http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59404" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.943456141Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ef607d2c-900f-4620-9259-d02492e875ec http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59404" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf 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.749888ms http.response.status=200 http.response.written=417 
17:25:14 [2023-11-27T17:25:14.062Z] 127.0.0.1 - - [27/Nov/2023:17:25:13 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.951676911Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=da75d314-5c61-4d38-86f9-1c2d05c2b66f http.request.method=GET http.request.remoteaddr="127.0.0.1:59406" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.951715426Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=da75d314-5c61-4d38-86f9-1c2d05c2b66f http.request.method=GET http.request.remoteaddr="127.0.0.1:59406" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.951733321Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=da75d314-5c61-4d38-86f9-1c2d05c2b66f http.request.method=GET http.request.remoteaddr="127.0.0.1:59406" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.951803564Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=da75d314-5c61-4d38-86f9-1c2d05c2b66f http.request.method=GET http.request.remoteaddr="127.0.0.1:59406" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=37.481µ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=4472c9b5-31dc-4d8d-bba6-06593835518f trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.951857176Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=da75d314-5c61-4d38-86f9-1c2d05c2b66f http.request.method=GET http.request.remoteaddr="127.0.0.1:59406" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.794µ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=04f55064-a8f2-4399-be53-25141e493d3d trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.951898948Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=da75d314-5c61-4d38-86f9-1c2d05c2b66f http.request.method=GET http.request.remoteaddr="127.0.0.1:59406" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.481µ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=26a0afbf-05af-45f9-9cc2-620ddc9a7e5a trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.951928297Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=da75d314-5c61-4d38-86f9-1c2d05c2b66f http.request.method=GET http.request.remoteaddr="127.0.0.1:59406" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.952015829Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=da75d314-5c61-4d38-86f9-1c2d05c2b66f http.request.method=GET http.request.remoteaddr="127.0.0.1:59406" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf 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.133361ms http.response.status=200 http.response.written=417 
17:25:14 [2023-11-27T17:25:14.062Z] 127.0.0.1 - - [27/Nov/2023:17:25:13 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.958283268Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01a1423e-44cb-4a19-b8d3-a78cba36921c http.request.method=GET http.request.remoteaddr="127.0.0.1:59408" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.958358639Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01a1423e-44cb-4a19-b8d3-a78cba36921c http.request.method=GET http.request.remoteaddr="127.0.0.1:59408" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:25:14 [2023-11-27T17:25:14.062Z] time="2023-11-27T17:25:13.958421958Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5cdf1fab-af82-4ad0-af7e-84504de09a21 http.request.method=GET http.request.remoteaddr="127.0.0.1:59416" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.958441043Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01a1423e-44cb-4a19-b8d3-a78cba36921c http.request.method=GET http.request.remoteaddr="127.0.0.1:59408" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=45.85µ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=23210c48-f37c-426e-9878-f8fb3b1ddac4 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.958472386Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5cdf1fab-af82-4ad0-af7e-84504de09a21 http.request.method=GET http.request.remoteaddr="127.0.0.1:59416" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.958488099Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01a1423e-44cb-4a19-b8d3-a78cba36921c http.request.method=GET http.request.remoteaddr="127.0.0.1:59408" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.54µ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=babb15c8-a548-4524-89f6-a73d43ba50ea trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.958538379Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01a1423e-44cb-4a19-b8d3-a78cba36921c http.request.method=GET http.request.remoteaddr="127.0.0.1:59408" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.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=b927e329-e2c3-47b0-b2bd-3c011fa43363 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.958542432Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5cdf1fab-af82-4ad0-af7e-84504de09a21 http.request.method=GET http.request.remoteaddr="127.0.0.1:59416" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=35.716µ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=cec85ec4-da80-4dde-b5fa-2049d641a2d1 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.958576163Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01a1423e-44cb-4a19-b8d3-a78cba36921c http.request.method=GET http.request.remoteaddr="127.0.0.1:59408" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.633µ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=2131c5d0-c4ce-47f7-9ec7-bb3566b1f2ed trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.958587388Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5cdf1fab-af82-4ad0-af7e-84504de09a21 http.request.method=GET http.request.remoteaddr="127.0.0.1:59416" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.622µ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=6449e485-cf88-4b20-b9f3-dbd2d44614bc trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.958608975Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01a1423e-44cb-4a19-b8d3-a78cba36921c http.request.method=GET http.request.remoteaddr="127.0.0.1:59408" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.182µ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=44b8c5db-1736-471a-badb-85a709111dff trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.958629857Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5cdf1fab-af82-4ad0-af7e-84504de09a21 http.request.method=GET http.request.remoteaddr="127.0.0.1:59416" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.027µ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=85af222c-8aeb-4b28-bcd2-343179939c22 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.958644749Z" level=debug msg="filesystem.URLFor("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01a1423e-44cb-4a19-b8d3-a78cba36921c http.request.method=GET http.request.remoteaddr="127.0.0.1:59408" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.002µ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=1a75f635-8eb6-4104-b6a6-fdd41d488cfd trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.958663957Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5cdf1fab-af82-4ad0-af7e-84504de09a21 http.request.method=GET http.request.remoteaddr="127.0.0.1:59416" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.297µ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=c2a9ea35-0a31-418f-a948-835ac5714e7e trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.958697507Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5cdf1fab-af82-4ad0-af7e-84504de09a21 http.request.method=GET http.request.remoteaddr="127.0.0.1:59416" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.838µ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=72513f5a-1862-4ab0-8f3a-20bb2dc06acb trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.958728088Z" level=debug msg="filesystem.URLFor("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5cdf1fab-af82-4ad0-af7e-84504de09a21 http.request.method=GET http.request.remoteaddr="127.0.0.1:59416" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=7.024µ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=03d35748-8b46-4e8f-ad70-f2bdb6a745cb trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.958697565Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01a1423e-44cb-4a19-b8d3-a78cba36921c http.request.method=GET http.request.remoteaddr="127.0.0.1:59408" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.506µ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=a31083b4-8f1b-4da0-926a-cec3565fcaff trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.958857202Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5cdf1fab-af82-4ad0-af7e-84504de09a21 http.request.method=GET http.request.remoteaddr="127.0.0.1:59416" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=40.763µ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=ff32181a-d0e8-493c-8a27-0b07be2d140d trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.959845367Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5cdf1fab-af82-4ad0-af7e-84504de09a21 http.request.method=GET http.request.remoteaddr="127.0.0.1:59416" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=33.526µ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=54cb9404-b465-4d66-860c-9ffd878d1ac8 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.959918523Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5cdf1fab-af82-4ad0-af7e-84504de09a21 http.request.method=GET http.request.remoteaddr="127.0.0.1:59416" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.835µ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=bfbc4edc-8ecc-4de5-87f8-63c76d0d82d0 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.959990087Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=5cdf1fab-af82-4ad0-af7e-84504de09a21 http.request.method=GET http.request.remoteaddr="127.0.0.1:59416" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf 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=2.986304ms http.response.status=200 http.response.written=68 
17:25:14 [2023-11-27T17:25:14.063Z] 127.0.0.1 - - [27/Nov/2023:17:25:13 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.960848038Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01a1423e-44cb-4a19-b8d3-a78cba36921c http.request.method=GET http.request.remoteaddr="127.0.0.1:59408" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=41.279µ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=57b06efc-0f2f-4cd1-bb18-3eebb9bf9962 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.960936407Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01a1423e-44cb-4a19-b8d3-a78cba36921c http.request.method=GET http.request.remoteaddr="127.0.0.1:59408" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.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=a9e5fbd5-8160-42e6-a8c6-aaf9116b9cc6 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.961025169Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=01a1423e-44cb-4a19-b8d3-a78cba36921c http.request.method=GET http.request.remoteaddr="127.0.0.1:59408" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf 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=4.085007ms http.response.status=200 http.response.written=194 
17:25:14 [2023-11-27T17:25:14.063Z] 127.0.0.1 - - [27/Nov/2023:17:25:13 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.97248116Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=17400d53-67df-42b6-a253-33d3ae9b2ef4 http.request.method=GET http.request.remoteaddr="127.0.0.1:59428" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.972517688Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=17400d53-67df-42b6-a253-33d3ae9b2ef4 http.request.method=GET http.request.remoteaddr="127.0.0.1:59428" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf 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="872.671µs" http.response.status=200 http.response.written=2 
17:25:14 [2023-11-27T17:25:14.063Z] 127.0.0.1 - - [27/Nov/2023:17:25:13 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.977535969Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b8a3428b-a387-4778-bc19-71b064b6d0da http.request.method=GET http.request.remoteaddr="127.0.0.1:59442" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.977577954Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b8a3428b-a387-4778-bc19-71b064b6d0da http.request.method=GET http.request.remoteaddr="127.0.0.1:59442" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.977593232Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b8a3428b-a387-4778-bc19-71b064b6d0da http.request.method=GET http.request.remoteaddr="127.0.0.1:59442" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:25:14 [2023-11-27T17:25:14.063Z] time="2023-11-27T17:25:13.977658314Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b8a3428b-a387-4778-bc19-71b064b6d0da http.request.method=GET http.request.remoteaddr="127.0.0.1:59442" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=31.269µ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=8e59c235-be06-47ab-abcd-df8d271ceb30 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:25:14 [2023-11-27T17:25:14.064Z] time="2023-11-27T17:25:13.977704484Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=b8a3428b-a387-4778-bc19-71b064b6d0da http.request.method=GET http.request.remoteaddr="127.0.0.1:59442" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.03µ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=298b750f-81d4-45d1-91eb-ed679213c272 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:25:14 [2023-11-27T17:25:14.064Z] time="2023-11-27T17:25:13.977780561Z" 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.20.8 http.request.host="127.0.0.1:5000" http.request.id=b8a3428b-a387-4778-bc19-71b064b6d0da http.request.method=GET http.request.remoteaddr="127.0.0.1:59442" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf 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.097202ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" 
17:25:14 [2023-11-27T17:25:14.064Z] 127.0.0.1 - - [27/Nov/2023:17:25:13 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.3 git-commit/9b399814e72e5b1efa5cbb75fbde854dd728d5bf kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)"
17:25:14 [2023-11-27T17:25:14.064Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.17s)
17:25:14 [2023-11-27T17:25:14.064Z] === RUN   TestImagePullNonExisting
17:25:14 [2023-11-27T17:25:14.064Z] === RUN   TestImagePullNonExisting/asdfasdf:foobar
17:25:14 [2023-11-27T17:25:14.064Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar
17:25:14 [2023-11-27T17:25:14.064Z] === RUN   TestImagePullNonExisting/library/asdfasdf:foobar
17:25:14 [2023-11-27T17:25:14.064Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar
17:25:14 [2023-11-27T17:25:14.064Z] === RUN   TestImagePullNonExisting/asdfasdf
17:25:14 [2023-11-27T17:25:14.064Z] === PAUSE TestImagePullNonExisting/asdfasdf
17:25:14 [2023-11-27T17:25:14.064Z] === RUN   TestImagePullNonExisting/asdfasdf:latest
17:25:14 [2023-11-27T17:25:14.064Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest
17:25:14 [2023-11-27T17:25:14.064Z] === RUN   TestImagePullNonExisting/library/asdfasdf
17:25:14 [2023-11-27T17:25:14.064Z] === PAUSE TestImagePullNonExisting/library/asdfasdf
17:25:14 [2023-11-27T17:25:14.064Z] === RUN   TestImagePullNonExisting/library/asdfasdf:latest
17:25:14 [2023-11-27T17:25:14.064Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest
17:25:14 [2023-11-27T17:25:14.064Z] === CONT  TestImagePullNonExisting/asdfasdf:foobar
17:25:14 [2023-11-27T17:25:14.064Z] === CONT  TestImagePullNonExisting/asdfasdf:latest
17:25:14 [2023-11-27T17:25:14.064Z] === CONT  TestImagePullNonExisting/library/asdfasdf:latest
17:25:14 [2023-11-27T17:25:14.064Z] === CONT  TestImagePullNonExisting/asdfasdf
17:25:14 [2023-11-27T17:25:14.064Z] === CONT  TestImagePullNonExisting/library/asdfasdf
17:25:14 [2023-11-27T17:25:14.064Z] === CONT  TestImagePullNonExisting/library/asdfasdf:foobar
17:25:15 [2023-11-27T17:25:15.437Z] --- PASS: TestImagePullNonExisting (0.01s)
17:25:15 [2023-11-27T17:25:15.437Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s)
17:25:15 [2023-11-27T17:25:15.437Z]     --- PASS: TestImagePullNonExisting/asdfasdf:latest (0.96s)
17:25:15 [2023-11-27T17:25:15.437Z]     --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.97s)
17:25:15 [2023-11-27T17:25:15.437Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.98s)
17:25:15 [2023-11-27T17:25:15.437Z]     --- PASS: TestImagePullNonExisting/asdfasdf (1.27s)
17:25:15 [2023-11-27T17:25:15.437Z]     --- PASS: TestImagePullNonExisting/library/asdfasdf (1.28s)
17:25:15 [2023-11-27T17:25:15.437Z] === RUN   TestRemoveImageOrphaning
17:25:15 [2023-11-27T17:25:15.437Z] --- PASS: TestRemoveImageOrphaning (0.14s)
17:25:15 [2023-11-27T17:25:15.437Z] === RUN   TestRemoveByDigest
17:25:15 [2023-11-27T17:25:15.437Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
17:25:15 [2023-11-27T17:25:15.437Z] --- SKIP: TestRemoveByDigest (0.00s)
17:25:15 [2023-11-27T17:25:15.437Z] === RUN   TestRemoveImageGarbageCollector
17:25:15 [2023-11-27T17:25:15.437Z]     remove_unix_test.go:34: (*Execution).NotAmd64-fm
17:25:15 [2023-11-27T17:25:15.437Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
17:25:15 [2023-11-27T17:25:15.437Z] === RUN   TestSaveCheckTimes
17:25:15 [2023-11-27T17:25:15.437Z] === PAUSE TestSaveCheckTimes
17:25:15 [2023-11-27T17:25:15.437Z] === RUN   TestSaveRepoWithMultipleImages
17:25:15 [2023-11-27T17:25:15.696Z] --- PASS: TestSaveRepoWithMultipleImages (0.16s)
17:25:15 [2023-11-27T17:25:15.696Z] === RUN   TestSaveDirectoryPermissions
17:25:16 [2023-11-27T17:25:16.631Z] --- PASS: TestSaveDirectoryPermissions (0.95s)
17:25:16 [2023-11-27T17:25:16.631Z] === RUN   TestTagUnprefixedRepoByNameOrName
17:25:16 [2023-11-27T17:25:16.631Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
17:25:16 [2023-11-27T17:25:16.631Z] === RUN   TestTagUsingDigestAlgorithmAsName
17:25:16 [2023-11-27T17:25:16.631Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s)
17:25:16 [2023-11-27T17:25:16.631Z] === RUN   TestTagValidPrefixedRepo
17:25:16 [2023-11-27T17:25:16.631Z] === RUN   TestTagValidPrefixedRepo/fooo/bar
17:25:16 [2023-11-27T17:25:16.631Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar
17:25:16 [2023-11-27T17:25:16.631Z] === RUN   TestTagValidPrefixedRepo/fooaa/test
17:25:16 [2023-11-27T17:25:16.631Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test
17:25:16 [2023-11-27T17:25:16.631Z] === RUN   TestTagValidPrefixedRepo/foooo:t
17:25:16 [2023-11-27T17:25:16.631Z] === PAUSE TestTagValidPrefixedRepo/foooo:t
17:25:16 [2023-11-27T17:25:16.631Z] === RUN   TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
17:25:16 [2023-11-27T17:25:16.631Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
17:25:16 [2023-11-27T17:25:16.631Z] === CONT  TestTagValidPrefixedRepo/fooo/bar
17:25:16 [2023-11-27T17:25:16.631Z] === CONT  TestTagValidPrefixedRepo/foooo:t
17:25:16 [2023-11-27T17:25:16.631Z] === CONT  TestTagValidPrefixedRepo/fooaa/test
17:25:16 [2023-11-27T17:25:16.631Z] === CONT  TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar
17:25:16 [2023-11-27T17:25:16.631Z] --- PASS: TestTagValidPrefixedRepo (0.02s)
17:25:16 [2023-11-27T17:25:16.631Z]     --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s)
17:25:16 [2023-11-27T17:25:16.631Z]     --- PASS: TestTagValidPrefixedRepo/foooo:t (0.01s)
17:25:16 [2023-11-27T17:25:16.631Z]     --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.01s)
17:25:16 [2023-11-27T17:25:16.631Z]     --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.01s)
17:25:16 [2023-11-27T17:25:16.631Z] === RUN   TestTagExistedNameWithoutForce
17:25:16 [2023-11-27T17:25:16.631Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
17:25:16 [2023-11-27T17:25:16.631Z] === RUN   TestTagOfficialNames
17:25:16 [2023-11-27T17:25:16.631Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox
17:25:16 [2023-11-27T17:25:16.631Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox
17:25:16 [2023-11-27T17:25:16.631Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_library/busybox
17:25:16 [2023-11-27T17:25:16.890Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox
17:25:16 [2023-11-27T17:25:16.890Z] === RUN   TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox
17:25:16 [2023-11-27T17:25:16.890Z] --- PASS: TestTagOfficialNames (0.04s)
17:25:16 [2023-11-27T17:25:16.890Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s)
17:25:16 [2023-11-27T17:25:16.890Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s)
17:25:16 [2023-11-27T17:25:16.890Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s)
17:25:16 [2023-11-27T17:25:16.890Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s)
17:25:16 [2023-11-27T17:25:16.890Z]     --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s)
17:25:16 [2023-11-27T17:25:16.890Z] === RUN   TestTagMatchesDigest
17:25:16 [2023-11-27T17:25:16.890Z] --- PASS: TestTagMatchesDigest (0.01s)
17:25:16 [2023-11-27T17:25:16.890Z] === CONT  TestSaveCheckTimes
17:25:16 [2023-11-27T17:25:16.890Z] --- PASS: TestSaveCheckTimes (0.03s)
17:25:16 [2023-11-27T17:25:16.890Z] PASS
17:25:16 [2023-11-27T17:25:16.890Z] 
17:25:16 [2023-11-27T17:25:16.890Z] === Skipped
17:25:16 [2023-11-27T17:25:16.890Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
17:25:16 [2023-11-27T17:25:16.890Z]     import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out
17:25:16 [2023-11-27T17:25:16.890Z] 
17:25:16 [2023-11-27T17:25:16.890Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s)
17:25:16 [2023-11-27T17:25:16.890Z]     remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers
17:25:16 [2023-11-27T17:25:16.890Z] 
17:25:16 [2023-11-27T17:25:16.890Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
17:25:16 [2023-11-27T17:25:16.890Z]     remove_unix_test.go:34: (*Execution).NotAmd64-fm
17:25:16 [2023-11-27T17:25:16.890Z] 
17:25:16 [2023-11-27T17:25:16.890Z] DONE 54 tests, 3 skipped in 5.300s
17:25:16 [2023-11-27T17:25:16.890Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m  
17:25:16 [2023-11-27T17:25:16.890Z] ++ '[' -n '' ']'
17:25:16 [2023-11-27T17:25:16.890Z] ++ 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
17:25:16 [2023-11-27T17:25:16.890Z] ++ set -e
17:25:16 [2023-11-27T17:25:16.890Z] ++ '[' -n 0 ']'
17:25:16 [2023-11-27T17:25:16.890Z] ++ set -x
17:25:16 [2023-11-27T17:25:16.890Z] ++ 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.jjFCJYzkx7/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
17:25:16 [2023-11-27T17:25:16.890Z] === RUN   TestStripANSICommands
17:25:16 [2023-11-27T17:25:16.890Z] === RUN   TestStripANSICommands/#00
17:25:16 [2023-11-27T17:25:16.890Z] === RUN   TestStripANSICommands/#01
17:25:16 [2023-11-27T17:25:16.890Z] --- PASS: TestStripANSICommands (0.00s)
17:25:16 [2023-11-27T17:25:16.890Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
17:25:16 [2023-11-27T17:25:16.890Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
17:25:16 [2023-11-27T17:25:16.890Z] PASS
17:25:16 [2023-11-27T17:25:16.890Z] 
17:25:16 [2023-11-27T17:25:16.890Z] DONE 3 tests in 0.008s
17:25:16 [2023-11-27T17:25:16.890Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m  
17:25:16 [2023-11-27T17:25:16.890Z] ++ '[' -n '' ']'
17:25:16 [2023-11-27T17:25:16.890Z] ++ 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
17:25:16 [2023-11-27T17:25:16.890Z] ++ set -e
17:25:16 [2023-11-27T17:25:16.890Z] ++ '[' -n 0 ']'
17:25:16 [2023-11-27T17:25:16.890Z] ++ set -x
17:25:16 [2023-11-27T17:25:16.890Z] ++ 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.jjFCJYzkx7/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
17:25:16 [2023-11-27T17:25:16.890Z] INFO: Testing against a local daemon
17:25:16 [2023-11-27T17:25:16.890Z] === RUN   TestCreateWithMultiNetworks
17:25:17 [2023-11-27T17:25:17.824Z] --- PASS: TestCreateWithMultiNetworks (1.03s)
17:25:17 [2023-11-27T17:25:17.824Z] === RUN   TestNetworkCreateDelete
17:25:18 [2023-11-27T17:25:18.082Z] --- PASS: TestNetworkCreateDelete (0.18s)
17:25:18 [2023-11-27T17:25:18.082Z] === RUN   TestDockerNetworkDeletePreferID
17:25:18 [2023-11-27T17:25:18.649Z] --- PASS: TestDockerNetworkDeletePreferID (0.54s)
17:25:18 [2023-11-27T17:25:18.649Z] === RUN   TestDaemonDNSFallback
17:25:25 [2023-11-27T17:25:25.229Z] --- PASS: TestDaemonDNSFallback (6.21s)
17:25:25 [2023-11-27T17:25:25.229Z] === RUN   TestInspectNetwork
17:25:27 [2023-11-27T17:25:27.758Z] === RUN   TestInspectNetwork/full_network_id
17:25:27 [2023-11-27T17:25:27.758Z] === RUN   TestInspectNetwork/partial_network_id
17:25:27 [2023-11-27T17:25:27.758Z] === RUN   TestInspectNetwork/network_name
17:25:27 [2023-11-27T17:25:27.758Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
17:25:31 [2023-11-27T17:25:31.943Z] --- PASS: TestInspectNetwork (7.01s)
17:25:31 [2023-11-27T17:25:31.943Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
17:25:31 [2023-11-27T17:25:31.943Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
17:25:31 [2023-11-27T17:25:31.943Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
17:25:31 [2023-11-27T17:25:31.943Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
17:25:31 [2023-11-27T17:25:31.943Z] === RUN   TestRunContainerWithBridgeNone
17:25:33 [2023-11-27T17:25:33.317Z] --- PASS: TestRunContainerWithBridgeNone (1.28s)
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkInvalidJSON
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkInvalidJSON/networks/create
17:25:33 [2023-11-27T17:25:33.317Z] === PAUSE TestNetworkInvalidJSON/networks/create
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
17:25:33 [2023-11-27T17:25:33.317Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
17:25:33 [2023-11-27T17:25:33.317Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
17:25:33 [2023-11-27T17:25:33.317Z] === CONT  TestNetworkInvalidJSON/networks/create
17:25:33 [2023-11-27T17:25:33.317Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
17:25:33 [2023-11-27T17:25:33.317Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
17:25:33 [2023-11-27T17:25:33.317Z] --- PASS: TestNetworkInvalidJSON (0.01s)
17:25:33 [2023-11-27T17:25:33.317Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
17:25:33 [2023-11-27T17:25:33.317Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
17:25:33 [2023-11-27T17:25:33.317Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
17:25:33 [2023-11-27T17:25:33.317Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
17:25:33 [2023-11-27T17:25:33.317Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
17:25:33 [2023-11-27T17:25:33.317Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
17:25:33 [2023-11-27T17:25:33.317Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
17:25:33 [2023-11-27T17:25:33.317Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
17:25:33 [2023-11-27T17:25:33.317Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
17:25:33 [2023-11-27T17:25:33.317Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
17:25:33 [2023-11-27T17:25:33.317Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
17:25:33 [2023-11-27T17:25:33.317Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
17:25:33 [2023-11-27T17:25:33.317Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
17:25:33 [2023-11-27T17:25:33.317Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
17:25:33 [2023-11-27T17:25:33.317Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkList
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkList//networks
17:25:33 [2023-11-27T17:25:33.317Z] === PAUSE TestNetworkList//networks
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestNetworkList//networks/
17:25:33 [2023-11-27T17:25:33.317Z] === PAUSE TestNetworkList//networks/
17:25:33 [2023-11-27T17:25:33.317Z] === CONT  TestNetworkList//networks
17:25:33 [2023-11-27T17:25:33.317Z] === CONT  TestNetworkList//networks/
17:25:33 [2023-11-27T17:25:33.317Z] --- PASS: TestNetworkList (0.01s)
17:25:33 [2023-11-27T17:25:33.317Z]     --- PASS: TestNetworkList//networks/ (0.00s)
17:25:33 [2023-11-27T17:25:33.317Z]     --- PASS: TestNetworkList//networks (0.00s)
17:25:33 [2023-11-27T17:25:33.317Z] === RUN   TestHostIPv4BridgeLabel
17:25:33 [2023-11-27T17:25:33.884Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
17:25:33 [2023-11-27T17:25:33.884Z] === RUN   TestDefaultNetworkOpts
17:25:33 [2023-11-27T17:25:33.884Z] === RUN   TestDefaultNetworkOpts/default_value
17:25:35 [2023-11-27T17:25:35.259Z] === RUN   TestDefaultNetworkOpts/cmdline_value
17:25:36 [2023-11-27T17:25:36.194Z] === RUN   TestDefaultNetworkOpts/config-from_value
17:25:37 [2023-11-27T17:25:37.569Z] --- PASS: TestDefaultNetworkOpts (3.82s)
17:25:37 [2023-11-27T17:25:37.569Z]     --- PASS: TestDefaultNetworkOpts/default_value (1.26s)
17:25:37 [2023-11-27T17:25:37.569Z]     --- PASS: TestDefaultNetworkOpts/cmdline_value (1.30s)
17:25:37 [2023-11-27T17:25:37.569Z]     --- PASS: TestDefaultNetworkOpts/config-from_value (1.27s)
17:25:37 [2023-11-27T17:25:37.569Z] === RUN   TestForbidDuplicateNetworkNames
17:25:38 [2023-11-27T17:25:38.136Z] --- PASS: TestForbidDuplicateNetworkNames (0.64s)
17:25:38 [2023-11-27T17:25:38.136Z] === RUN   TestDaemonRestartWithLiveRestore
17:25:39 [2023-11-27T17:25:39.511Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
17:25:39 [2023-11-27T17:25:39.511Z] === RUN   TestDaemonDefaultNetworkPools
17:25:40 [2023-11-27T17:25:40.078Z] --- PASS: TestDaemonDefaultNetworkPools (0.80s)
17:25:40 [2023-11-27T17:25:40.078Z] === RUN   TestDaemonRestartWithExistingNetwork
17:25:41 [2023-11-27T17:25:41.452Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
17:25:41 [2023-11-27T17:25:41.452Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
17:25:42 [2023-11-27T17:25:42.387Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s)
17:25:42 [2023-11-27T17:25:42.387Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
17:25:42 [2023-11-27T17:25:42.953Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
17:25:42 [2023-11-27T17:25:42.953Z] === RUN   TestServiceWithPredefinedNetwork
17:25:45 [2023-11-27T17:25:45.483Z] --- PASS: TestServiceWithPredefinedNetwork (2.08s)
17:25:45 [2023-11-27T17:25:45.483Z] === RUN   TestServiceRemoveKeepsIngressNetwork
17:25:45 [2023-11-27T17:25:45.483Z]     service_test.go:256: FLAKY_TEST
17:25:45 [2023-11-27T17:25:45.483Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
17:25:45 [2023-11-27T17:25:45.483Z] === RUN   TestServiceWithDataPathPortInit
17:26:00 [2023-11-27T17:26:00.355Z] --- PASS: TestServiceWithDataPathPortInit (13.28s)
17:26:00 [2023-11-27T17:26:00.355Z] === RUN   TestServiceWithDefaultAddressPoolInit
17:26:00 [2023-11-27T17:26:00.613Z]     service_test.go:447: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:vp1yy4lzhh28ku5lklqc4ks0y Created:2023-11-27 17:25:59.637398378 +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[c617f3873d90e74cb6da89ab89cd8803195cc583ce17db35d6cb010603b0c83e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.v5n5chcy9g9lfj6qclfluf0b3 EndpointID:000510e3b5a07000d85cdd0de6cde14ec8705d402c05c2dd3316e4aaf904506b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:573a9b797d5f3ff304e2d29a91fa20ecbf775ff901a4f873143718f9193a9372 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:a0d148e4d230 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.v5n5chcy9g9lfj6qclfluf0b3 EndpointID:000510e3b5a07000d85cdd0de6cde14ec8705d402c05c2dd3316e4aaf904506b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
17:26:05 [2023-11-27T17:26:05.878Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.81s)
17:26:05 [2023-11-27T17:26:05.878Z] PASS
17:26:05 [2023-11-27T17:26:05.878Z] 
17:26:05 [2023-11-27T17:26:05.878Z] === Skipped
17:26:05 [2023-11-27T17:26:05.878Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
17:26:05 [2023-11-27T17:26:05.878Z]     service_test.go:256: FLAKY_TEST
17:26:05 [2023-11-27T17:26:05.878Z] 
17:26:05 [2023-11-27T17:26:05.878Z] DONE 44 tests, 1 skipped in 48.386s
17:26:05 [2023-11-27T17:26:05.878Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m  
17:26:05 [2023-11-27T17:26:05.878Z] ++ '[' -n '' ']'
17:26:05 [2023-11-27T17:26:05.878Z] ++ 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
17:26:05 [2023-11-27T17:26:05.878Z] ++ set -e
17:26:05 [2023-11-27T17:26:05.878Z] ++ '[' -n 0 ']'
17:26:05 [2023-11-27T17:26:05.878Z] ++ set -x
17:26:05 [2023-11-27T17:26:05.878Z] ++ 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.jjFCJYzkx7/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
17:26:05 [2023-11-27T17:26:05.879Z] INFO: Testing against a local daemon
17:26:05 [2023-11-27T17:26:05.879Z] === RUN   TestDockerNetworkIpvlanPersistance
17:26:05 [2023-11-27T17:26:05.879Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:26:05 [2023-11-27T17:26:05.879Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
17:26:05 [2023-11-27T17:26:05.879Z] === RUN   TestDockerNetworkIpvlan
17:26:05 [2023-11-27T17:26:05.879Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:26:05 [2023-11-27T17:26:05.879Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
17:26:05 [2023-11-27T17:26:05.879Z] PASS
17:26:05 [2023-11-27T17:26:05.879Z] 
17:26:05 [2023-11-27T17:26:05.879Z] === Skipped
17:26:05 [2023-11-27T17:26:05.879Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
17:26:05 [2023-11-27T17:26:05.879Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:26:05 [2023-11-27T17:26:05.879Z] 
17:26:05 [2023-11-27T17:26:05.879Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
17:26:05 [2023-11-27T17:26:05.879Z]     ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:26:05 [2023-11-27T17:26:05.879Z] 
17:26:05 [2023-11-27T17:26:05.879Z] DONE 2 tests, 2 skipped in 0.037s
17:26:05 [2023-11-27T17:26:05.879Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m  
17:26:05 [2023-11-27T17:26:05.879Z] ++ '[' -n '' ']'
17:26:05 [2023-11-27T17:26:05.879Z] ++ 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
17:26:05 [2023-11-27T17:26:05.879Z] ++ set -e
17:26:05 [2023-11-27T17:26:05.879Z] ++ '[' -n 0 ']'
17:26:05 [2023-11-27T17:26:05.879Z] ++ set -x
17:26:05 [2023-11-27T17:26:05.879Z] ++ 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.jjFCJYzkx7/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
17:26:05 [2023-11-27T17:26:05.879Z] INFO: Testing against a local daemon
17:26:05 [2023-11-27T17:26:05.879Z] === RUN   TestDockerNetworkMacvlanPersistance
17:26:06 [2023-11-27T17:26:06.445Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.18s)
17:26:06 [2023-11-27T17:26:06.445Z] === RUN   TestDockerNetworkMacvlan
17:26:06 [2023-11-27T17:26:06.445Z] === RUN   TestDockerNetworkMacvlan/Subinterface
17:26:07 [2023-11-27T17:26:07.011Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
17:26:07 [2023-11-27T17:26:07.944Z] === RUN   TestDockerNetworkMacvlan/NilParent
17:26:08 [2023-11-27T17:26:08.202Z] === RUN   TestDockerNetworkMacvlan/InternalMode
17:26:09 [2023-11-27T17:26:09.137Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
17:26:09 [2023-11-27T17:26:09.395Z] === RUN   TestDockerNetworkMacvlan/Addressing
17:26:10 [2023-11-27T17:26:10.330Z] --- PASS: TestDockerNetworkMacvlan (3.56s)
17:26:10 [2023-11-27T17:26:10.330Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.59s)
17:26:10 [2023-11-27T17:26:10.330Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.60s)
17:26:10 [2023-11-27T17:26:10.330Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.60s)
17:26:10 [2023-11-27T17:26:10.330Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.59s)
17:26:10 [2023-11-27T17:26:10.330Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (0.59s)
17:26:10 [2023-11-27T17:26:10.330Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.59s)
17:26:10 [2023-11-27T17:26:10.330Z] PASS
17:26:10 [2023-11-27T17:26:10.330Z] 
17:26:10 [2023-11-27T17:26:10.330Z] DONE 8 tests in 4.780s
17:26:10 [2023-11-27T17:26:10.330Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m  
17:26:10 [2023-11-27T17:26:10.330Z] ++ '[' -n '' ']'
17:26:10 [2023-11-27T17:26:10.330Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.networking -t ./test.main -test.v -test.timeout=120m
17:26:10 [2023-11-27T17:26:10.330Z] ++ set -e
17:26:10 [2023-11-27T17:26:10.330Z] ++ '[' -n 0 ']'
17:26:10 [2023-11-27T17:26:10.330Z] ++ set -x
17:26:10 [2023-11-27T17:26:10.330Z] ++ 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.jjFCJYzkx7/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-networking-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.networking -t ./test.main -test.v -test.timeout=120m
17:26:10 [2023-11-27T17:26:10.330Z] INFO: Testing against a local daemon
17:26:10 [2023-11-27T17:26:10.330Z] === RUN   TestBridgeICC
17:26:10 [2023-11-27T17:26:10.904Z] === RUN   TestBridgeICC/IPv4_non-internal_network
17:26:11 [2023-11-27T17:26:11.849Z] === RUN   TestBridgeICC/IPv4_internal_network
17:26:12 [2023-11-27T17:26:12.784Z] === RUN   TestBridgeICC/IPv6_ULA_on_non-internal_network
17:26:14 [2023-11-27T17:26:14.159Z] === RUN   TestBridgeICC/IPv6_ULA_on_internal_network
17:26:15 [2023-11-27T17:26:15.094Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_non-internal_network
17:26:16 [2023-11-27T17:26:16.469Z] === RUN   TestBridgeICC/IPv6_link-local_address_on_internal_network
17:26:17 [2023-11-27T17:26:17.404Z] === RUN   TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address
17:26:20 [2023-11-27T17:26:20.687Z] === RUN   TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address
17:26:23 [2023-11-27T17:26:23.216Z] --- PASS: TestBridgeICC (12.64s)
17:26:23 [2023-11-27T17:26:23.216Z]     --- PASS: TestBridgeICC/IPv4_non-internal_network (1.08s)
17:26:23 [2023-11-27T17:26:23.216Z]     --- PASS: TestBridgeICC/IPv4_internal_network (1.03s)
17:26:23 [2023-11-27T17:26:23.216Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.19s)
17:26:23 [2023-11-27T17:26:23.216Z]     --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (1.09s)
17:26:23 [2023-11-27T17:26:23.216Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.23s)
17:26:23 [2023-11-27T17:26:23.216Z]     --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (1.04s)
17:26:23 [2023-11-27T17:26:23.216Z]     --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (3.18s)
17:26:23 [2023-11-27T17:26:23.216Z]     --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (2.19s)
17:26:23 [2023-11-27T17:26:23.216Z] === RUN   TestBridgeINC
17:26:23 [2023-11-27T17:26:23.474Z] === RUN   TestBridgeINC/IPv4_non-internal_network
17:26:27 [2023-11-27T17:26:27.658Z] === RUN   TestBridgeINC/IPv4_internal_network
17:26:29 [2023-11-27T17:26:29.033Z] === RUN   TestBridgeINC/IPv6_ULA_on_non-internal_network
17:26:34 [2023-11-27T17:26:34.298Z] === RUN   TestBridgeINC/IPv6_ULA_on_internal_network
17:26:34 [2023-11-27T17:26:34.864Z] --- PASS: TestBridgeINC (11.91s)
17:26:34 [2023-11-27T17:26:34.864Z]     --- PASS: TestBridgeINC/IPv4_non-internal_network (4.34s)
17:26:34 [2023-11-27T17:26:34.864Z]     --- PASS: TestBridgeINC/IPv4_internal_network (1.21s)
17:26:34 [2023-11-27T17:26:34.864Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.47s)
17:26:34 [2023-11-27T17:26:34.864Z]     --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.28s)
17:26:34 [2023-11-27T17:26:34.864Z] PASS
17:26:34 [2023-11-27T17:26:34.864Z] 
17:26:34 [2023-11-27T17:26:34.864Z] DONE 14 tests in 24.591s
17:26:34 [2023-11-27T17:26:34.864Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m  
17:26:34 [2023-11-27T17:26:34.864Z] ++ '[' -n '' ']'
17:26:34 [2023-11-27T17:26:34.864Z] ++ 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
17:26:34 [2023-11-27T17:26:34.864Z] ++ set -e
17:26:34 [2023-11-27T17:26:34.864Z] ++ '[' -n 0 ']'
17:26:34 [2023-11-27T17:26:34.864Z] ++ set -x
17:26:34 [2023-11-27T17:26:34.864Z] ++ 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.jjFCJYzkx7/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
17:26:34 [2023-11-27T17:26:34.864Z] testing: warning: no tests to run
17:26:34 [2023-11-27T17:26:34.864Z] PASS
17:26:34 [2023-11-27T17:26:34.864Z] 
17:26:34 [2023-11-27T17:26:34.864Z] DONE 0 tests in 0.007s
17:26:34 [2023-11-27T17:26:34.864Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m  
17:26:34 [2023-11-27T17:26:34.864Z] ++ '[' -n '' ']'
17:26:34 [2023-11-27T17:26:34.864Z] ++ 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
17:26:34 [2023-11-27T17:26:34.864Z] ++ set -e
17:26:34 [2023-11-27T17:26:34.864Z] ++ '[' -n 0 ']'
17:26:34 [2023-11-27T17:26:34.864Z] ++ set -x
17:26:34 [2023-11-27T17:26:34.864Z] ++ 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.jjFCJYzkx7/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
17:26:34 [2023-11-27T17:26:34.864Z] INFO: Testing against a local daemon
17:26:34 [2023-11-27T17:26:34.864Z] === RUN   TestAuthZPluginAllowRequest
17:26:35 [2023-11-27T17:26:35.799Z] --- PASS: TestAuthZPluginAllowRequest (1.06s)
17:26:35 [2023-11-27T17:26:35.799Z] === RUN   TestAuthZPluginTLS
17:26:36 [2023-11-27T17:26:36.365Z] --- PASS: TestAuthZPluginTLS (0.55s)
17:26:36 [2023-11-27T17:26:36.365Z] === RUN   TestAuthZPluginDenyRequest
17:26:36 [2023-11-27T17:26:36.931Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
17:26:36 [2023-11-27T17:26:36.931Z] === RUN   TestAuthZPluginAPIDenyResponse
17:26:37 [2023-11-27T17:26:37.497Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
17:26:37 [2023-11-27T17:26:37.497Z] === RUN   TestAuthZPluginDenyResponse
17:26:38 [2023-11-27T17:26:38.063Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
17:26:38 [2023-11-27T17:26:38.064Z] === RUN   TestAuthZPluginAllowEventStream
17:26:38 [2023-11-27T17:26:38.998Z] 2023/11/27 17:26:38 http: panic serving 127.0.0.1:44878: runtime error: invalid memory address or nil pointer dereference
17:26:38 [2023-11-27T17:26:38.998Z] goroutine 181 [running]:
17:26:38 [2023-11-27T17:26:38.998Z] net/http.(*conn).serve.func1()
17:26:38 [2023-11-27T17:26:38.998Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
17:26:38 [2023-11-27T17:26:38.998Z] panic({0xa71800?, 0x1579960?})
17:26:38 [2023-11-27T17:26:38.998Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
17:26:38 [2023-11-27T17:26:38.998Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd690c8, 0x4000390420}, 0xffff4b42d968?)
17:26:38 [2023-11-27T17:26:38.998Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c
17:26:38 [2023-11-27T17:26:38.998Z] net/http.HandlerFunc.ServeHTTP(0x400017f000?, {0xd690c8?, 0x4000390420?}, 0x402b98?)
17:26:38 [2023-11-27T17:26:38.998Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
17:26:38 [2023-11-27T17:26:38.998Z] net/http.(*ServeMux).ServeHTTP(0xd6f198?, {0xd690c8, 0x4000390420}, 0x400017f000)
17:26:38 [2023-11-27T17:26:38.998Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
17:26:38 [2023-11-27T17:26:38.998Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*Handler).ServeHTTP(0x40005b0000, {0xd67cb8?, 0x40000f0540}, 0x400017ef00)
17:26:38 [2023-11-27T17:26:38.998Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:213 +0xf40
17:26:38 [2023-11-27T17:26:38.998Z] net/http.serverHandler.ServeHTTP({0xd64848?}, {0xd67cb8?, 0x40000f0540?}, 0x6?)
17:26:38 [2023-11-27T17:26:38.998Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
17:26:38 [2023-11-27T17:26:38.998Z] net/http.(*conn).serve(0x4000124240, {0xd6f198, 0x40003820f0})
17:26:38 [2023-11-27T17:26:38.998Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
17:26:38 [2023-11-27T17:26:38.998Z] created by net/http.(*Server).Serve in goroutine 35
17:26:38 [2023-11-27T17:26:38.998Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
17:26:39 [2023-11-27T17:26:39.932Z] 2023/11/27 17:26:39 http: panic serving 127.0.0.1:44872: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
17:26:39 [2023-11-27T17:26:39.932Z] goroutine 159 [running]:
17:26:39 [2023-11-27T17:26:39.932Z] net/http.(*conn).serve.func1()
17:26:39 [2023-11-27T17:26:39.932Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
17:26:39 [2023-11-27T17:26:39.932Z] panic({0xa091a0?, 0x400027ec10?})
17:26:39 [2023-11-27T17:26:39.932Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
17:26:39 [2023-11-27T17:26:39.932Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd690c8, 0x40003904e0}, 0xffff4b42d968?)
17:26:39 [2023-11-27T17:26:39.932Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
17:26:39 [2023-11-27T17:26:39.932Z] net/http.HandlerFunc.ServeHTTP(0x400017f200?, {0xd690c8?, 0x40003904e0?}, 0x402b98?)
17:26:39 [2023-11-27T17:26:39.932Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
17:26:39 [2023-11-27T17:26:39.932Z] net/http.(*ServeMux).ServeHTTP(0xd6f198?, {0xd690c8, 0x40003904e0}, 0x400017f200)
17:26:39 [2023-11-27T17:26:39.932Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
17:26:39 [2023-11-27T17:26:39.932Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*Handler).ServeHTTP(0x40005b0000, {0xd67cb8?, 0x40000f0620}, 0x400017f100)
17:26:39 [2023-11-27T17:26:39.932Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:213 +0xf40
17:26:39 [2023-11-27T17:26:39.932Z] net/http.serverHandler.ServeHTTP({0x4000382930?}, {0xd67cb8?, 0x40000f0620?}, 0x6?)
17:26:39 [2023-11-27T17:26:39.932Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
17:26:39 [2023-11-27T17:26:39.932Z] net/http.(*conn).serve(0x4000755d40, {0xd6f198, 0x40003820f0})
17:26:39 [2023-11-27T17:26:39.932Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
17:26:39 [2023-11-27T17:26:39.932Z] created by net/http.(*Server).Serve in goroutine 35
17:26:39 [2023-11-27T17:26:39.932Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
17:26:41 [2023-11-27T17:26:41.832Z] 2023/11/27 17:26:41 http: panic serving 127.0.0.1:44882: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input
17:26:41 [2023-11-27T17:26:41.832Z] goroutine 187 [running]:
17:26:41 [2023-11-27T17:26:41.832Z] net/http.(*conn).serve.func1()
17:26:41 [2023-11-27T17:26:41.832Z] 	/usr/local/go/src/net/http/server.go:1868 +0xb0
17:26:41 [2023-11-27T17:26:41.832Z] panic({0xa091a0?, 0x400027ecb0?})
17:26:41 [2023-11-27T17:26:41.832Z] 	/usr/local/go/src/runtime/panic.go:920 +0x26c
17:26:41 [2023-11-27T17:26:41.832Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd690c8, 0x40003905a0}, 0xffff4b42d968?)
17:26:41 [2023-11-27T17:26:41.832Z] 	/go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360
17:26:41 [2023-11-27T17:26:41.832Z] net/http.HandlerFunc.ServeHTTP(0x400017f400?, {0xd690c8?, 0x40003905a0?}, 0x402b98?)
17:26:41 [2023-11-27T17:26:41.832Z] 	/usr/local/go/src/net/http/server.go:2136 +0x38
17:26:41 [2023-11-27T17:26:41.832Z] net/http.(*ServeMux).ServeHTTP(0xd6f198?, {0xd690c8, 0x40003905a0}, 0x400017f400)
17:26:41 [2023-11-27T17:26:41.832Z] 	/usr/local/go/src/net/http/server.go:2514 +0x144
17:26:41 [2023-11-27T17:26:41.832Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*Handler).ServeHTTP(0x40005b0000, {0xd67cb8?, 0x40000f0700}, 0x400017f300)
17:26:41 [2023-11-27T17:26:41.832Z] 	/go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:213 +0xf40
17:26:41 [2023-11-27T17:26:41.832Z] net/http.serverHandler.ServeHTTP({0x4000482450?}, {0xd67cb8?, 0x40000f0700?}, 0x6?)
17:26:41 [2023-11-27T17:26:41.832Z] 	/usr/local/go/src/net/http/server.go:2938 +0xbc
17:26:41 [2023-11-27T17:26:41.832Z] net/http.(*conn).serve(0x4000124cf0, {0xd6f198, 0x40003820f0})
17:26:41 [2023-11-27T17:26:41.832Z] 	/usr/local/go/src/net/http/server.go:2009 +0x518
17:26:41 [2023-11-27T17:26:41.832Z] created by net/http.(*Server).Serve in goroutine 35
17:26:41 [2023-11-27T17:26:41.832Z] 	/usr/local/go/src/net/http/server.go:3086 +0x4cc
17:26:44 [2023-11-27T17:26:44.361Z] --- PASS: TestAuthZPluginAllowEventStream (6.07s)
17:26:44 [2023-11-27T17:26:44.361Z] === RUN   TestAuthZPluginErrorResponse
17:26:44 [2023-11-27T17:26:44.619Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
17:26:44 [2023-11-27T17:26:44.619Z] === RUN   TestAuthZPluginErrorRequest
17:26:45 [2023-11-27T17:26:45.185Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
17:26:45 [2023-11-27T17:26:45.185Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
17:26:45 [2023-11-27T17:26:45.752Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
17:26:45 [2023-11-27T17:26:45.752Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
17:26:46 [2023-11-27T17:26:46.687Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.14s)
17:26:46 [2023-11-27T17:26:46.687Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
17:26:48 [2023-11-27T17:26:48.071Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.16s)
17:26:48 [2023-11-27T17:26:48.071Z] === RUN   TestAuthZPluginHeader
17:26:48 [2023-11-27T17:26:48.651Z] --- PASS: TestAuthZPluginHeader (0.61s)
17:26:48 [2023-11-27T17:26:48.651Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
17:26:48 [2023-11-27T17:26:48.651Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
17:26:48 [2023-11-27T17:26:48.651Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
17:26:48 [2023-11-27T17:26:48.651Z] === RUN   TestAuthZPluginV2Disable
17:26:48 [2023-11-27T17:26:48.651Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
17:26:48 [2023-11-27T17:26:48.651Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
17:26:48 [2023-11-27T17:26:48.651Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
17:26:48 [2023-11-27T17:26:48.652Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
17:26:48 [2023-11-27T17:26:48.652Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
17:26:48 [2023-11-27T17:26:48.652Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
17:26:48 [2023-11-27T17:26:48.652Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
17:26:48 [2023-11-27T17:26:48.652Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
17:26:48 [2023-11-27T17:26:48.652Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
17:27:06 [2023-11-27T17:27:06.727Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
17:27:06 [2023-11-27T17:27:06.727Z] PASS
17:27:06 [2023-11-27T17:27:06.727Z] 
17:27:06 [2023-11-27T17:27:06.727Z] === Skipped
17:27:06 [2023-11-27T17:27:06.727Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]     authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm
17:27:06 [2023-11-27T17:27:06.727Z] 
17:27:06 [2023-11-27T17:27:06.727Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]     authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm
17:27:06 [2023-11-27T17:27:06.727Z] 
17:27:06 [2023-11-27T17:27:06.727Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]     authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm
17:27:06 [2023-11-27T17:27:06.727Z] 
17:27:06 [2023-11-27T17:27:06.727Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]     authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm
17:27:06 [2023-11-27T17:27:06.727Z] 
17:27:06 [2023-11-27T17:27:06.727Z] DONE 17 tests, 4 skipped in 30.705s
17:27:06 [2023-11-27T17:27:06.727Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m  
17:27:06 [2023-11-27T17:27:06.727Z] ++ '[' -n '' ']'
17:27:06 [2023-11-27T17:27:06.727Z] ++ 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
17:27:06 [2023-11-27T17:27:06.727Z] ++ set -e
17:27:06 [2023-11-27T17:27:06.727Z] ++ '[' -n 0 ']'
17:27:06 [2023-11-27T17:27:06.727Z] ++ set -x
17:27:06 [2023-11-27T17:27:06.727Z] ++ 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.jjFCJYzkx7/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
17:27:06 [2023-11-27T17:27:06.727Z] INFO: Testing against a local daemon
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInvalidJSON
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
17:27:06 [2023-11-27T17:27:06.727Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
17:27:06 [2023-11-27T17:27:06.727Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInvalidJSON/plugins/pull
17:27:06 [2023-11-27T17:27:06.727Z] === PAUSE TestPluginInvalidJSON/plugins/pull
17:27:06 [2023-11-27T17:27:06.727Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
17:27:06 [2023-11-27T17:27:06.727Z] === CONT  TestPluginInvalidJSON/plugins/pull
17:27:06 [2023-11-27T17:27:06.727Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
17:27:06 [2023-11-27T17:27:06.727Z] --- PASS: TestPluginInvalidJSON (0.01s)
17:27:06 [2023-11-27T17:27:06.727Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInstall
17:27:06 [2023-11-27T17:27:06.727Z] === RUN   TestPluginInstall/no_auth
17:27:09 [2023-11-27T17:27:09.258Z] time="2023-11-27T17:27:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:27:09 [2023-11-27T17:27:09.258Z] time="2023-11-27T17:27:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:05cfe03e27bded975056c0f76ed36ea2bdf9371b851c625a1c5d327b7d223556" mediatype=application/vnd.docker.plugin.v1+json size=522
17:27:09 [2023-11-27T17:27:09.258Z] time="2023-11-27T17:27:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:27:09 [2023-11-27T17:27:09.258Z] time="2023-11-27T17:27:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:05cfe03e27bded975056c0f76ed36ea2bdf9371b851c625a1c5d327b7d223556" mediatype=application/vnd.docker.plugin.v1+json size=522
17:27:09 [2023-11-27T17:27:09.258Z] === RUN   TestPluginInstall/with_htpasswd
17:27:09 [2023-11-27T17:27:09.516Z] time="2023-11-27T17:27:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:27:09 [2023-11-27T17:27:09.516Z] time="2023-11-27T17:27:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b3463b73a9c9acac80fb0ce2a7c036931f9b006079dfcea7bd8bf1b4fe808e9a" mediatype=application/vnd.docker.plugin.v1+json size=522
17:27:09 [2023-11-27T17:27:09.516Z] time="2023-11-27T17:27:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:27:09 [2023-11-27T17:27:09.516Z] time="2023-11-27T17:27:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b3463b73a9c9acac80fb0ce2a7c036931f9b006079dfcea7bd8bf1b4fe808e9a" mediatype=application/vnd.docker.plugin.v1+json size=522
17:27:09 [2023-11-27T17:27:09.516Z] === RUN   TestPluginInstall/with_insecure
17:27:10 [2023-11-27T17:27:10.450Z] time="2023-11-27T17:27:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:27:10 [2023-11-27T17:27:10.450Z] time="2023-11-27T17:27:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b3463b73a9c9acac80fb0ce2a7c036931f9b006079dfcea7bd8bf1b4fe808e9a" mediatype=application/vnd.docker.plugin.v1+json size=522
17:27:10 [2023-11-27T17:27:10.450Z] time="2023-11-27T17:27:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:27:10 [2023-11-27T17:27:10.450Z] time="2023-11-27T17:27:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b3463b73a9c9acac80fb0ce2a7c036931f9b006079dfcea7bd8bf1b4fe808e9a" mediatype=application/vnd.docker.plugin.v1+json size=522
17:27:10 [2023-11-27T17:27:10.450Z]     plugin_test.go:204: [dacc9aec1d1b1] daemon is not started
17:27:10 [2023-11-27T17:27:10.450Z] --- PASS: TestPluginInstall (5.00s)
17:27:10 [2023-11-27T17:27:10.450Z]     --- PASS: TestPluginInstall/no_auth (3.63s)
17:27:10 [2023-11-27T17:27:10.450Z]     --- PASS: TestPluginInstall/with_htpasswd (0.45s)
17:27:10 [2023-11-27T17:27:10.450Z]     --- PASS: TestPluginInstall/with_insecure (0.92s)
17:27:10 [2023-11-27T17:27:10.450Z] === RUN   TestPluginsWithRuntimes
17:27:12 [2023-11-27T17:27:12.350Z] === RUN   TestPluginsWithRuntimes/No_Args
17:27:12 [2023-11-27T17:27:12.916Z] === RUN   TestPluginsWithRuntimes/With_Args
17:27:13 [2023-11-27T17:27:13.851Z] --- PASS: TestPluginsWithRuntimes (3.32s)
17:27:13 [2023-11-27T17:27:13.851Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.91s)
17:27:13 [2023-11-27T17:27:13.851Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.90s)
17:27:13 [2023-11-27T17:27:13.851Z] === RUN   TestPluginBackCompatMediaTypes
17:27:14 [2023-11-27T17:27:14.418Z] --- PASS: TestPluginBackCompatMediaTypes (0.49s)
17:27:14 [2023-11-27T17:27:14.418Z] PASS
17:27:14 [2023-11-27T17:27:14.418Z] 
17:27:14 [2023-11-27T17:27:14.418Z] DONE 24 tests in 8.861s
17:27:14 [2023-11-27T17:27:14.418Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m  
17:27:14 [2023-11-27T17:27:14.418Z] ++ '[' -n '' ']'
17:27:14 [2023-11-27T17:27:14.418Z] ++ 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
17:27:14 [2023-11-27T17:27:14.418Z] ++ set -e
17:27:14 [2023-11-27T17:27:14.418Z] ++ '[' -n 0 ']'
17:27:14 [2023-11-27T17:27:14.418Z] ++ set -x
17:27:14 [2023-11-27T17:27:14.418Z] ++ 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.jjFCJYzkx7/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
17:27:14 [2023-11-27T17:27:14.418Z] INFO: Testing against a local daemon
17:27:14 [2023-11-27T17:27:14.418Z] === RUN   TestExternalGraphDriver
17:27:14 [2023-11-27T17:27:14.676Z] === RUN   TestExternalGraphDriver/json
17:27:14 [2023-11-27T17:27:14.676Z] === RUN   TestExternalGraphDriver/spec
17:27:14 [2023-11-27T17:27:14.676Z] === RUN   TestExternalGraphDriver/pull
17:27:14 [2023-11-27T17:27:14.676Z] --- PASS: TestExternalGraphDriver (0.34s)
17:27:14 [2023-11-27T17:27:14.676Z]     --- PASS: TestExternalGraphDriver/json (0.00s)
17:27:14 [2023-11-27T17:27:14.676Z]     --- PASS: TestExternalGraphDriver/spec (0.00s)
17:27:14 [2023-11-27T17:27:14.676Z]     --- PASS: TestExternalGraphDriver/pull (0.00s)
17:27:14 [2023-11-27T17:27:14.676Z] === RUN   TestGraphdriverPluginV2
17:27:14 [2023-11-27T17:27:14.935Z]     external_test.go:415: (*Execution).NotAmd64-fm
17:27:14 [2023-11-27T17:27:14.935Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
17:27:14 [2023-11-27T17:27:14.935Z] PASS
17:27:14 [2023-11-27T17:27:14.935Z] 
17:27:14 [2023-11-27T17:27:14.935Z] === Skipped
17:27:14 [2023-11-27T17:27:14.935Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
17:27:14 [2023-11-27T17:27:14.935Z]     external_test.go:415: (*Execution).NotAmd64-fm
17:27:14 [2023-11-27T17:27:14.935Z] 
17:27:14 [2023-11-27T17:27:14.935Z] DONE 5 tests, 1 skipped in 0.698s
17:27:14 [2023-11-27T17:27:14.935Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m  
17:27:14 [2023-11-27T17:27:14.935Z] ++ '[' -n '' ']'
17:27:14 [2023-11-27T17:27:14.935Z] ++ 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
17:27:14 [2023-11-27T17:27:14.935Z] ++ set -e
17:27:14 [2023-11-27T17:27:14.935Z] ++ '[' -n 0 ']'
17:27:14 [2023-11-27T17:27:14.935Z] ++ set -x
17:27:14 [2023-11-27T17:27:14.935Z] ++ 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.jjFCJYzkx7/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
17:27:15 [2023-11-27T17:27:15.194Z] INFO: Testing against a local daemon
17:27:15 [2023-11-27T17:27:15.194Z] === RUN   TestContinueAfterPluginCrash
17:27:15 [2023-11-27T17:27:15.194Z] === PAUSE TestContinueAfterPluginCrash
17:27:15 [2023-11-27T17:27:15.194Z] === RUN   TestReadPluginNoRead
17:27:15 [2023-11-27T17:27:15.194Z] === PAUSE TestReadPluginNoRead
17:27:15 [2023-11-27T17:27:15.194Z] === RUN   TestDaemonStartWithLogOpt
17:27:15 [2023-11-27T17:27:15.194Z] === PAUSE TestDaemonStartWithLogOpt
17:27:15 [2023-11-27T17:27:15.194Z] === CONT  TestContinueAfterPluginCrash
17:27:15 [2023-11-27T17:27:15.194Z] === CONT  TestDaemonStartWithLogOpt
17:27:15 [2023-11-27T17:27:15.194Z] === CONT  TestReadPluginNoRead
17:27:17 [2023-11-27T17:27:17.095Z] === RUN   TestReadPluginNoRead/default
17:27:17 [2023-11-27T17:27:17.662Z] --- PASS: TestDaemonStartWithLogOpt (2.67s)
17:27:18 [2023-11-27T17:27:18.228Z] === RUN   TestReadPluginNoRead/disabled_caching
17:27:19 [2023-11-27T17:27:19.603Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
17:27:20 [2023-11-27T17:27:20.978Z]     read_test.go:93: [d1bcac551ad51] daemon is not started
17:27:20 [2023-11-27T17:27:20.978Z] --- PASS: TestReadPluginNoRead (5.73s)
17:27:20 [2023-11-27T17:27:20.978Z]     --- PASS: TestReadPluginNoRead/default (1.21s)
17:27:20 [2023-11-27T17:27:20.978Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.21s)
17:27:20 [2023-11-27T17:27:20.978Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s)
17:27:22 [2023-11-27T17:27:22.878Z] --- PASS: TestContinueAfterPluginCrash (7.58s)
17:27:22 [2023-11-27T17:27:22.879Z] PASS
17:27:22 [2023-11-27T17:27:22.879Z] 
17:27:22 [2023-11-27T17:27:22.879Z] DONE 6 tests in 7.619s
17:27:22 [2023-11-27T17:27:22.879Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m  
17:27:22 [2023-11-27T17:27:22.879Z] ++ '[' -n '' ']'
17:27:22 [2023-11-27T17:27:22.879Z] ++ 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
17:27:22 [2023-11-27T17:27:22.879Z] ++ set -e
17:27:22 [2023-11-27T17:27:22.879Z] ++ '[' -n 0 ']'
17:27:22 [2023-11-27T17:27:22.879Z] ++ set -x
17:27:22 [2023-11-27T17:27:22.879Z] ++ 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.jjFCJYzkx7/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
17:27:22 [2023-11-27T17:27:22.879Z] testing: warning: no tests to run
17:27:22 [2023-11-27T17:27:22.879Z] PASS
17:27:22 [2023-11-27T17:27:22.879Z] 
17:27:22 [2023-11-27T17:27:22.879Z] DONE 0 tests in 0.007s
17:27:22 [2023-11-27T17:27:22.879Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m  
17:27:22 [2023-11-27T17:27:22.879Z] ++ '[' -n '' ']'
17:27:22 [2023-11-27T17:27:22.879Z] ++ 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
17:27:22 [2023-11-27T17:27:22.879Z] ++ set -e
17:27:22 [2023-11-27T17:27:22.879Z] ++ '[' -n 0 ']'
17:27:22 [2023-11-27T17:27:22.879Z] ++ set -x
17:27:22 [2023-11-27T17:27:22.879Z] ++ 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.jjFCJYzkx7/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
17:27:22 [2023-11-27T17:27:22.879Z] INFO: Testing against a local daemon
17:27:22 [2023-11-27T17:27:22.879Z] === RUN   TestPluginWithDevMounts
17:27:22 [2023-11-27T17:27:22.879Z] === PAUSE TestPluginWithDevMounts
17:27:22 [2023-11-27T17:27:22.879Z] === CONT  TestPluginWithDevMounts
17:27:24 [2023-11-27T17:27:24.253Z] --- PASS: TestPluginWithDevMounts (1.50s)
17:27:24 [2023-11-27T17:27:24.253Z] PASS
17:27:24 [2023-11-27T17:27:24.253Z] 
17:27:24 [2023-11-27T17:27:24.253Z] DONE 1 tests in 1.540s
17:27:24 [2023-11-27T17:27:24.253Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m  
17:27:24 [2023-11-27T17:27:24.253Z] ++ '[' -n '' ']'
17:27:24 [2023-11-27T17:27:24.253Z] ++ 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
17:27:24 [2023-11-27T17:27:24.253Z] ++ set -e
17:27:24 [2023-11-27T17:27:24.253Z] ++ '[' -n 0 ']'
17:27:24 [2023-11-27T17:27:24.253Z] ++ set -x
17:27:24 [2023-11-27T17:27:24.253Z] ++ 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.jjFCJYzkx7/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
17:27:24 [2023-11-27T17:27:24.253Z] INFO: Testing against a local daemon
17:27:24 [2023-11-27T17:27:24.253Z] === RUN   TestSecretInspect
17:27:26 [2023-11-27T17:27:26.152Z] --- PASS: TestSecretInspect (1.92s)
17:27:26 [2023-11-27T17:27:26.152Z] === RUN   TestSecretList
17:27:28 [2023-11-27T17:27:28.680Z] --- PASS: TestSecretList (1.97s)
17:27:28 [2023-11-27T17:27:28.680Z] === RUN   TestSecretsCreateAndDelete
17:27:30 [2023-11-27T17:27:30.054Z] --- PASS: TestSecretsCreateAndDelete (1.93s)
17:27:30 [2023-11-27T17:27:30.054Z] === RUN   TestSecretsUpdate
17:27:32 [2023-11-27T17:27:32.582Z] --- PASS: TestSecretsUpdate (1.98s)
17:27:32 [2023-11-27T17:27:32.582Z] === RUN   TestTemplatedSecret
17:27:35 [2023-11-27T17:27:35.113Z] --- PASS: TestTemplatedSecret (2.51s)
17:27:35 [2023-11-27T17:27:35.113Z] === RUN   TestSecretCreateResolve
17:27:37 [2023-11-27T17:27:37.021Z] --- PASS: TestSecretCreateResolve (2.05s)
17:27:37 [2023-11-27T17:27:37.021Z] PASS
17:27:37 [2023-11-27T17:27:37.021Z] 
17:27:37 [2023-11-27T17:27:37.021Z] DONE 6 tests in 12.418s
17:27:37 [2023-11-27T17:27:37.021Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m  
17:27:37 [2023-11-27T17:27:37.021Z] ++ '[' -n '' ']'
17:27:37 [2023-11-27T17:27:37.021Z] ++ 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
17:27:37 [2023-11-27T17:27:37.021Z] ++ set -e
17:27:37 [2023-11-27T17:27:37.021Z] ++ '[' -n 0 ']'
17:27:37 [2023-11-27T17:27:37.021Z] ++ set -x
17:27:37 [2023-11-27T17:27:37.021Z] ++ 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.jjFCJYzkx7/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
17:27:37 [2023-11-27T17:27:37.021Z] INFO: Testing against a local daemon
17:27:37 [2023-11-27T17:27:37.021Z] === RUN   TestServiceCreateInit
17:27:37 [2023-11-27T17:27:37.021Z] === RUN   TestServiceCreateInit/daemonInitDisabled
17:27:41 [2023-11-27T17:27:41.206Z] === RUN   TestServiceCreateInit/daemonInitEnabled
17:27:44 [2023-11-27T17:27:44.487Z] --- PASS: TestServiceCreateInit (7.44s)
17:27:44 [2023-11-27T17:27:44.487Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.82s)
17:27:44 [2023-11-27T17:27:44.487Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.60s)
17:27:44 [2023-11-27T17:27:44.487Z] === RUN   TestCreateServiceMultipleTimes
17:27:59 [2023-11-27T17:27:59.358Z] --- PASS: TestCreateServiceMultipleTimes (14.91s)
17:27:59 [2023-11-27T17:27:59.358Z] === RUN   TestCreateServiceConflict
17:28:01 [2023-11-27T17:28:01.259Z] --- PASS: TestCreateServiceConflict (2.03s)
17:28:01 [2023-11-27T17:28:01.259Z] === RUN   TestCreateServiceMaxReplicas
17:28:03 [2023-11-27T17:28:03.788Z] --- PASS: TestCreateServiceMaxReplicas (2.80s)
17:28:03 [2023-11-27T17:28:03.788Z] === RUN   TestCreateServiceSecretFileMode
17:28:18 [2023-11-27T17:28:18.659Z] --- PASS: TestCreateServiceSecretFileMode (12.56s)
17:28:18 [2023-11-27T17:28:18.659Z] === RUN   TestCreateServiceConfigFileMode
17:28:30 [2023-11-27T17:28:30.856Z] --- PASS: TestCreateServiceConfigFileMode (12.72s)
17:28:30 [2023-11-27T17:28:30.856Z] === RUN   TestCreateServiceSysctls
17:28:32 [2023-11-27T17:28:32.756Z] --- PASS: TestCreateServiceSysctls (3.34s)
17:28:32 [2023-11-27T17:28:32.756Z] === RUN   TestCreateServiceCapabilities
17:28:35 [2023-11-27T17:28:35.286Z] --- PASS: TestCreateServiceCapabilities (2.48s)
17:28:35 [2023-11-27T17:28:35.287Z] === RUN   TestInspect
17:28:37 [2023-11-27T17:28:37.816Z] --- PASS: TestInspect (2.84s)
17:28:37 [2023-11-27T17:28:37.816Z] === RUN   TestCreateJob
17:28:41 [2023-11-27T17:28:41.097Z] --- PASS: TestCreateJob (3.18s)
17:28:41 [2023-11-27T17:28:41.098Z] === RUN   TestReplicatedJob
17:28:46 [2023-11-27T17:28:46.382Z] --- PASS: TestReplicatedJob (5.30s)
17:28:46 [2023-11-27T17:28:46.382Z] === RUN   TestUpdateReplicatedJob
17:28:49 [2023-11-27T17:28:49.665Z] --- PASS: TestUpdateReplicatedJob (3.28s)
17:28:49 [2023-11-27T17:28:49.665Z] === RUN   TestServiceListWithStatuses
17:28:49 [2023-11-27T17:28:49.665Z]     list_test.go:33: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:28:49 [2023-11-27T17:28:49.665Z] --- SKIP: TestServiceListWithStatuses (0.00s)
17:28:49 [2023-11-27T17:28:49.665Z] === RUN   TestDockerNetworkConnectAlias
17:28:53 [2023-11-27T17:28:53.850Z] --- PASS: TestDockerNetworkConnectAlias (4.05s)
17:28:53 [2023-11-27T17:28:53.850Z] === RUN   TestDockerNetworkReConnect
17:28:57 [2023-11-27T17:28:57.132Z] --- PASS: TestDockerNetworkReConnect (3.27s)
17:28:57 [2023-11-27T17:28:57.132Z] === RUN   TestServicePlugin
17:28:57 [2023-11-27T17:28:57.132Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
17:28:57 [2023-11-27T17:28:57.132Z] --- SKIP: TestServicePlugin (0.00s)
17:28:57 [2023-11-27T17:28:57.132Z] === RUN   TestServiceUpdateLabel
17:28:59 [2023-11-27T17:28:59.032Z] --- PASS: TestServiceUpdateLabel (1.92s)
17:28:59 [2023-11-27T17:28:59.032Z] === RUN   TestServiceUpdateSecrets
17:29:13 [2023-11-27T17:29:13.904Z] --- PASS: TestServiceUpdateSecrets (14.49s)
17:29:13 [2023-11-27T17:29:13.904Z] === RUN   TestServiceUpdateConfigs
17:29:28 [2023-11-27T17:29:28.776Z] --- PASS: TestServiceUpdateConfigs (14.58s)
17:29:28 [2023-11-27T17:29:28.776Z] === RUN   TestServiceUpdateNetwork
17:29:40 [2023-11-27T17:29:40.975Z] --- PASS: TestServiceUpdateNetwork (12.09s)
17:29:40 [2023-11-27T17:29:40.976Z] === RUN   TestServiceUpdatePidsLimit
17:29:41 [2023-11-27T17:29:41.234Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
17:29:41 [2023-11-27T17:29:41.801Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
17:29:49 [2023-11-27T17:29:49.911Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
17:29:56 [2023-11-27T17:29:56.498Z] --- PASS: TestServiceUpdatePidsLimit (16.20s)
17:29:56 [2023-11-27T17:29:56.498Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
17:29:56 [2023-11-27T17:29:56.498Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s)
17:29:56 [2023-11-27T17:29:56.498Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s)
17:29:56 [2023-11-27T17:29:56.498Z] PASS
17:29:56 [2023-11-27T17:29:56.498Z] 
17:29:56 [2023-11-27T17:29:56.498Z] === Skipped
17:29:56 [2023-11-27T17:29:56.498Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
17:29:56 [2023-11-27T17:29:56.498Z]     list_test.go:33: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:29:56 [2023-11-27T17:29:56.498Z] 
17:29:56 [2023-11-27T17:29:56.498Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
17:29:56 [2023-11-27T17:29:56.498Z]     plugin_test.go:25: (*Execution).NotAmd64-fm
17:29:56 [2023-11-27T17:29:56.498Z] 
17:29:56 [2023-11-27T17:29:56.498Z] DONE 26 tests, 2 skipped in 139.510s
17:29:56 [2023-11-27T17:29:56.498Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m  
17:29:56 [2023-11-27T17:29:56.498Z] ++ '[' -n '' ']'
17:29:56 [2023-11-27T17:29:56.498Z] ++ 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
17:29:56 [2023-11-27T17:29:56.498Z] ++ set -e
17:29:56 [2023-11-27T17:29:56.498Z] ++ '[' -n 0 ']'
17:29:56 [2023-11-27T17:29:56.498Z] ++ set -x
17:29:56 [2023-11-27T17:29:56.498Z] ++ 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.jjFCJYzkx7/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
17:29:56 [2023-11-27T17:29:56.498Z] INFO: Testing against a local daemon
17:29:56 [2023-11-27T17:29:56.498Z] === RUN   TestSessionCreate
17:29:56 [2023-11-27T17:29:56.498Z] --- PASS: TestSessionCreate (0.02s)
17:29:56 [2023-11-27T17:29:56.498Z] === RUN   TestSessionCreateWithBadUpgrade
17:29:56 [2023-11-27T17:29:56.498Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
17:29:56 [2023-11-27T17:29:56.498Z] PASS
17:29:56 [2023-11-27T17:29:56.498Z] 
17:29:56 [2023-11-27T17:29:56.498Z] DONE 2 tests in 0.064s
17:29:56 [2023-11-27T17:29:56.498Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m  
17:29:56 [2023-11-27T17:29:56.498Z] ++ '[' -n '' ']'
17:29:56 [2023-11-27T17:29:56.498Z] ++ 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
17:29:56 [2023-11-27T17:29:56.498Z] ++ set -e
17:29:56 [2023-11-27T17:29:56.498Z] ++ '[' -n 0 ']'
17:29:56 [2023-11-27T17:29:56.498Z] ++ set -x
17:29:56 [2023-11-27T17:29:56.498Z] ++ 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.jjFCJYzkx7/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
17:29:56 [2023-11-27T17:29:56.498Z] INFO: Testing against a local daemon
17:29:56 [2023-11-27T17:29:56.498Z] === RUN   TestCgroupDriverSystemdMemoryLimit
17:29:56 [2023-11-27T17:29:56.498Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:29:56 [2023-11-27T17:29:56.498Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
17:29:56 [2023-11-27T17:29:56.498Z] === RUN   TestDiskUsage
17:29:56 [2023-11-27T17:29:56.498Z] === PAUSE TestDiskUsage
17:29:56 [2023-11-27T17:29:56.498Z] === RUN   TestEventsExecDie
17:29:56 [2023-11-27T17:29:56.756Z] --- PASS: TestEventsExecDie (0.51s)
17:29:56 [2023-11-27T17:29:56.756Z] === RUN   TestEventsBackwardsCompatible
17:29:57 [2023-11-27T17:29:57.015Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
17:29:57 [2023-11-27T17:29:57.015Z] === RUN   TestEventsVolumeCreate
17:29:57 [2023-11-27T17:29:57.015Z] --- PASS: TestEventsVolumeCreate (0.05s)
17:29:57 [2023-11-27T17:29:57.015Z] === RUN   TestInfoBinaryCommits
17:29:57 [2023-11-27T17:29:57.015Z] --- PASS: TestInfoBinaryCommits (0.02s)
17:29:57 [2023-11-27T17:29:57.015Z] === RUN   TestInfoAPIVersioned
17:29:57 [2023-11-27T17:29:57.015Z] --- PASS: TestInfoAPIVersioned (0.01s)
17:29:57 [2023-11-27T17:29:57.015Z] === RUN   TestInfoAPI
17:29:57 [2023-11-27T17:29:57.015Z] --- PASS: TestInfoAPI (0.02s)
17:29:57 [2023-11-27T17:29:57.015Z] === RUN   TestInfoAPIWarnings
17:30:15 [2023-11-27T17:30:15.094Z] --- PASS: TestInfoAPIWarnings (16.55s)
17:30:15 [2023-11-27T17:30:15.094Z] === RUN   TestInfoDebug
17:30:15 [2023-11-27T17:30:15.094Z] --- PASS: TestInfoDebug (0.52s)
17:30:15 [2023-11-27T17:30:15.094Z] === RUN   TestInfoInsecureRegistries
17:30:15 [2023-11-27T17:30:15.094Z] --- PASS: TestInfoInsecureRegistries (0.52s)
17:30:15 [2023-11-27T17:30:15.094Z] === RUN   TestInfoRegistryMirrors
17:30:15 [2023-11-27T17:30:15.094Z] --- PASS: TestInfoRegistryMirrors (0.52s)
17:30:15 [2023-11-27T17:30:15.094Z] === RUN   TestLoginFailsWithBadCredentials
17:30:16 [2023-11-27T17:30:16.029Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s)
17:30:16 [2023-11-27T17:30:16.029Z] === RUN   TestPingCacheHeaders
17:30:16 [2023-11-27T17:30:16.029Z] --- PASS: TestPingCacheHeaders (0.02s)
17:30:16 [2023-11-27T17:30:16.029Z] === RUN   TestPingGet
17:30:16 [2023-11-27T17:30:16.029Z] --- PASS: TestPingGet (0.01s)
17:30:16 [2023-11-27T17:30:16.029Z] === RUN   TestPingHead
17:30:16 [2023-11-27T17:30:16.029Z] --- PASS: TestPingHead (0.02s)
17:30:16 [2023-11-27T17:30:16.029Z] === RUN   TestPingSwarmHeader
17:30:16 [2023-11-27T17:30:16.595Z] === RUN   TestPingSwarmHeader/before_swarm_init
17:30:17 [2023-11-27T17:30:17.161Z] === RUN   TestPingSwarmHeader/after_swarm_init
17:30:18 [2023-11-27T17:30:18.096Z] === RUN   TestPingSwarmHeader/after_swarm_leave
17:30:18 [2023-11-27T17:30:18.096Z] --- PASS: TestPingSwarmHeader (1.94s)
17:30:18 [2023-11-27T17:30:18.096Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
17:30:18 [2023-11-27T17:30:18.096Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
17:30:18 [2023-11-27T17:30:18.096Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
17:30:18 [2023-11-27T17:30:18.096Z] === RUN   TestPingBuilderHeader
17:30:18 [2023-11-27T17:30:18.096Z] === RUN   TestPingBuilderHeader/default_config
17:30:18 [2023-11-27T17:30:18.663Z] === RUN   TestPingBuilderHeader/buildkit_disabled
17:30:19 [2023-11-27T17:30:19.230Z] --- PASS: TestPingBuilderHeader (1.04s)
17:30:19 [2023-11-27T17:30:19.230Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
17:30:19 [2023-11-27T17:30:19.230Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
17:30:19 [2023-11-27T17:30:19.230Z] === RUN   TestVersion
17:30:19 [2023-11-27T17:30:19.230Z] --- PASS: TestVersion (0.02s)
17:30:19 [2023-11-27T17:30:19.230Z] === CONT  TestDiskUsage
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/empty
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/empty/container_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/empty/image_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/empty/volume_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/empty/build-cache_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/empty/container,_volume_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/after_LoadBusybox
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
17:30:19 [2023-11-27T17:30:19.796Z] === RUN   TestDiskUsage/after_container.Run
17:30:20 [2023-11-27T17:30:20.054Z] === RUN   TestDiskUsage/after_container.Run/container_types
17:30:20 [2023-11-27T17:30:20.054Z] === RUN   TestDiskUsage/after_container.Run/image_types
17:30:20 [2023-11-27T17:30:20.054Z] === RUN   TestDiskUsage/after_container.Run/volume_types
17:30:20 [2023-11-27T17:30:20.054Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
17:30:20 [2023-11-27T17:30:20.054Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
17:30:20 [2023-11-27T17:30:20.054Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
17:30:20 [2023-11-27T17:30:20.054Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
17:30:20 [2023-11-27T17:30:20.054Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
17:30:20 [2023-11-27T17:30:20.054Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
17:30:20 [2023-11-27T17:30:20.054Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
17:30:20 [2023-11-27T17:30:20.313Z] --- PASS: TestDiskUsage (1.10s)
17:30:20 [2023-11-27T17:30:20.313Z]     --- PASS: TestDiskUsage/empty (0.01s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.09s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]     --- PASS: TestDiskUsage/after_container.Run (0.28s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z] PASS
17:30:20 [2023-11-27T17:30:20.313Z] 
17:30:20 [2023-11-27T17:30:20.313Z] === Skipped
17:30:20 [2023-11-27T17:30:20.313Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:30:20 [2023-11-27T17:30:20.313Z] 
17:30:20 [2023-11-27T17:30:20.313Z] DONE 57 tests, 1 skipped in 23.919s
17:30:20 [2023-11-27T17:30:20.313Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m  
17:30:20 [2023-11-27T17:30:20.313Z] ++ '[' -n '' ']'
17:30:20 [2023-11-27T17:30:20.313Z] ++ 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
17:30:20 [2023-11-27T17:30:20.313Z] ++ set -e
17:30:20 [2023-11-27T17:30:20.313Z] ++ '[' -n 0 ']'
17:30:20 [2023-11-27T17:30:20.313Z] ++ set -x
17:30:20 [2023-11-27T17:30:20.313Z] ++ 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.jjFCJYzkx7/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
17:30:20 [2023-11-27T17:30:20.313Z] INFO: Testing against a local daemon
17:30:20 [2023-11-27T17:30:20.313Z] === RUN   TestVolumesCreateAndList
17:30:20 [2023-11-27T17:30:20.313Z] --- PASS: TestVolumesCreateAndList (0.01s)
17:30:20 [2023-11-27T17:30:20.313Z] === RUN   TestVolumesRemove
17:30:20 [2023-11-27T17:30:20.313Z] === RUN   TestVolumesRemove/volume_in_use
17:30:20 [2023-11-27T17:30:20.313Z] === RUN   TestVolumesRemove/volume_not_in_use
17:30:20 [2023-11-27T17:30:20.313Z] === RUN   TestVolumesRemove/non-existing_volume
17:30:20 [2023-11-27T17:30:20.313Z] === RUN   TestVolumesRemove/non-existing_volume_force
17:30:20 [2023-11-27T17:30:20.313Z] --- PASS: TestVolumesRemove (0.05s)
17:30:20 [2023-11-27T17:30:20.313Z]     --- PASS: TestVolumesRemove/volume_in_use (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]     --- PASS: TestVolumesRemove/volume_not_in_use (0.01s)
17:30:20 [2023-11-27T17:30:20.313Z]     --- PASS: TestVolumesRemove/non-existing_volume (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]     --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z] === RUN   TestVolumesRemoveSwarmEnabled
17:30:20 [2023-11-27T17:30:20.313Z] === PAUSE TestVolumesRemoveSwarmEnabled
17:30:20 [2023-11-27T17:30:20.313Z] === RUN   TestVolumesInspect
17:30:20 [2023-11-27T17:30:20.313Z] --- PASS: TestVolumesInspect (0.01s)
17:30:20 [2023-11-27T17:30:20.313Z] === RUN   TestVolumesInvalidJSON
17:30:20 [2023-11-27T17:30:20.313Z] === RUN   TestVolumesInvalidJSON/volumes/create
17:30:20 [2023-11-27T17:30:20.313Z] === PAUSE TestVolumesInvalidJSON/volumes/create
17:30:20 [2023-11-27T17:30:20.313Z] === CONT  TestVolumesInvalidJSON/volumes/create
17:30:20 [2023-11-27T17:30:20.313Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
17:30:20 [2023-11-27T17:30:20.313Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
17:30:20 [2023-11-27T17:30:20.313Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
17:30:20 [2023-11-27T17:30:20.313Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
17:30:20 [2023-11-27T17:30:20.313Z] --- PASS: TestVolumesInvalidJSON (0.01s)
17:30:20 [2023-11-27T17:30:20.313Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
17:30:20 [2023-11-27T17:30:20.313Z] === RUN   TestVolumePruneAnonymous
17:30:20 [2023-11-27T17:30:20.313Z] --- PASS: TestVolumePruneAnonymous (0.03s)
17:30:20 [2023-11-27T17:30:20.313Z] === RUN   TestVolumePruneAnonFromImage
17:30:20 [2023-11-27T17:30:20.571Z] --- PASS: TestVolumePruneAnonFromImage (0.12s)
17:30:20 [2023-11-27T17:30:20.571Z] === CONT  TestVolumesRemoveSwarmEnabled
17:30:21 [2023-11-27T17:30:21.945Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_in_use
17:30:21 [2023-11-27T17:30:21.945Z] === RUN   TestVolumesRemoveSwarmEnabled/volume_not_in_use
17:30:21 [2023-11-27T17:30:21.945Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume
17:30:21 [2023-11-27T17:30:21.945Z] === RUN   TestVolumesRemoveSwarmEnabled/non-existing_volume_force
17:30:22 [2023-11-27T17:30:22.512Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.94s)
17:30:22 [2023-11-27T17:30:22.512Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s)
17:30:22 [2023-11-27T17:30:22.512Z]     --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s)
17:30:22 [2023-11-27T17:30:22.512Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s)
17:30:22 [2023-11-27T17:30:22.512Z]     --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s)
17:30:22 [2023-11-27T17:30:22.512Z] PASS
17:30:22 [2023-11-27T17:30:22.512Z] 
17:30:22 [2023-11-27T17:30:22.512Z] DONE 20 tests in 2.220s
17:30:22 [2023-11-27T17:30:22.512Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:30:22 [2023-11-27T17:30:22.512Z] ++++ cat bundles/test-integration/docker.pid
17:30:22 [2023-11-27T17:30:22.512Z] +++ kill 24088
17:30:23 [2023-11-27T17:30:23.886Z] ++++ cat bundles/test-integration/TestUsernsCommit/d89de2a016a1a/docker.pid
17:30:23 [2023-11-27T17:30:23.886Z] +++ kill 61603
17:30:23 [2023-11-27T17:30:23.886Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 61603 is not a child of this shell
17:30:23 [2023-11-27T17:30:23.886Z] warning: PID 61603 from bundles/test-integration/TestUsernsCommit/d89de2a016a1a/docker.pid had a nonzero exit code
17:30:23 [2023-11-27T17:30:23.886Z] umount: bundles/test-integration/TestUsernsCommit/d89de2a016a1a/root: not mounted.
17:30:23 [2023-11-27T17:30:23.886Z] +++ /etc/init.d/apparmor stop
17:30:23 [2023-11-27T17:30:23.886Z] Leaving: AppArmorNo profiles have been unloaded.
17:30:23 [2023-11-27T17:30:23.886Z] 
17:30:23 [2023-11-27T17:30:23.886Z] Unloading profiles will leave already running processes permanently
17:30:23 [2023-11-27T17:30:23.886Z] unconfined, which can lead to unexpected situations.
17:30:23 [2023-11-27T17:30:23.886Z] 
17:30:23 [2023-11-27T17:30:23.886Z] To set a process to complain mode, use the command line tool
17:30:23 [2023-11-27T17:30:23.886Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
17:30:23 [2023-11-27T17:30:23.886Z] +++ true
17:30:23 [2023-11-27T17:30:23.886Z] exiting test-integration
17:30:23 [2023-11-27T17:30:23.886Z] ++ exit 0
17:30:23 [2023-11-27T17:30:23.886Z] 
Post stage
[Pipeline] junit
17:30:25 [2023-11-27T17:30:25.274Z] Recording test results
17:30:25 [2023-11-27T17:30:25.464Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
17:30:25 [2023-11-27T17:30:25.760Z] + echo Ensuring container killed.
17:30:25 [2023-11-27T17:30:25.760Z] Ensuring container killed.
17:30:25 [2023-11-27T17:30:25.760Z] + docker rm -vf docker-pr1
17:30:25 [2023-11-27T17:30:25.760Z] Error response from daemon: No such container: docker-pr1
[Pipeline] sh
17:30:26 [2023-11-27T17:30:26.041Z] + echo Chowning /workspace to jenkins user
17:30:26 [2023-11-27T17:30:26.041Z] Chowning /workspace to jenkins user
17:30:26 [2023-11-27T17:30:26.041Z] + id -u
17:30:26 [2023-11-27T17:30:26.041Z] + id -g
17:30:26 [2023-11-27T17:30:26.041Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46855:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
17:30:27 [2023-11-27T17:30:27.260Z] + bundleName=arm64-integration
17:30:27 [2023-11-27T17:30:27.260Z] + echo Creating arm64-integration-bundles.tar.gz
17:30:27 [2023-11-27T17:30:27.260Z] Creating arm64-integration-bundles.tar.gz
17:30:27 [2023-11-27T17:30:27.260Z] + + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
17:30:27 [2023-11-27T17:30:27.260Z] xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
17:30:27 [2023-11-27T17:30:27.530Z] Archiving artifacts
17:30:27 [2023-11-27T17:30:27.837Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-46855/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
17:30:28 [2023-11-27T17:30:28.129Z] + make clean
17:30:28 [2023-11-27T17:30:28.129Z] docker volume rm -f docker-dev-cache docker-mod-cache
17:30:28 [2023-11-27T17:30:28.129Z] docker-dev-cache
17:30:28 [2023-11-27T17:30:28.129Z] 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