Skip to content
Success

Console Output

Pull request #44280 updated
14:22:37 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb+c9d2b7df777b38f7239a882c27c763f3c9cda9c3 (31aede752a5dbbbecb8ea82e72fcd641cbedcb3b)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-44280@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
 > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
14:22:39 [2022-10-10T14:22:39.143Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
14:22:39 [2022-10-10T14:22:39.146Z] Trying to pass milestone 2
[Pipeline] milestone
14:22:39 [2022-10-10T14:22:39.239Z] Trying to pass milestone 3
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
14:22:54 [2022-10-10T14:22:54.391Z] Still waiting to schedule task
14:22:54 [2022-10-10T14:22:54.393Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-00436ec33ef316e62)14:22:56 [2022-10-10T14:22:56.730Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-00436ec33ef316e62) in /home/ubuntu/workspace/moby_PR-44280
[Pipeline] {
[Pipeline] checkout
14:22:56 [2022-10-10T14:22:56.757Z] The recommended git tool is: git
14:22:56 [2022-10-10T14:22:56.764Z] using credential docker-jenkins-github-credentials
14:22:56 [2022-10-10T14:22:56.774Z] Cloning the remote Git repository
14:22:56 [2022-10-10T14:22:56.774Z] Cloning with configured refspecs honoured and without tags
14:22:56 [2022-10-10T14:22:56.840Z] Cloning repository https://github.com/moby/moby.git
14:22:56 [2022-10-10T14:22:56.840Z]  > git init /home/ubuntu/workspace/moby_PR-44280 # timeout=10
14:22:56 [2022-10-10T14:22:56.848Z] Fetching upstream changes from https://github.com/moby/moby.git
14:22:56 [2022-10-10T14:22:56.848Z]  > git --version # timeout=10
14:22:56 [2022-10-10T14:22:56.852Z]  > git --version # 'git version 2.25.1'
14:22:56 [2022-10-10T14:22:56.852Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:22:56 [2022-10-10T14:22:56.853Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44280/head:refs/remotes/origin/PR-44280 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:23:10 [2022-10-10T14:23:10.012Z] Fetching without tags
14:23:10 [2022-10-10T14:23:10.224Z] Merging remotes/origin/master commit c9d2b7df777b38f7239a882c27c763f3c9cda9c3 into PR head commit 90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb
14:23:10 [2022-10-10T14:23:10.781Z] Merge succeeded, producing 90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb
14:23:10 [2022-10-10T14:23:10.782Z] Checking out Revision 90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb (PR-44280)
14:23:10 [2022-10-10T14:23:10.018Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:23:10 [2022-10-10T14:23:10.021Z]  > git config --add remote.origin.fetch +refs/pull/44280/head:refs/remotes/origin/PR-44280 # timeout=10
14:23:10 [2022-10-10T14:23:10.024Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:23:10 [2022-10-10T14:23:10.029Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:23:10 [2022-10-10T14:23:10.036Z] Fetching upstream changes from https://github.com/moby/moby.git
14:23:10 [2022-10-10T14:23:10.036Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:23:10 [2022-10-10T14:23:10.037Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44280/head:refs/remotes/origin/PR-44280 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:23:10 [2022-10-10T14:23:10.249Z]  > git config core.sparsecheckout # timeout=10
14:23:10 [2022-10-10T14:23:10.251Z]  > git checkout -f 90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb # timeout=10
14:23:10 [2022-10-10T14:23:10.784Z]  > git remote # timeout=10
14:23:10 [2022-10-10T14:23:10.788Z]  > git config --get remote.origin.url # timeout=10
14:23:10 [2022-10-10T14:23:10.792Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:23:10 [2022-10-10T14:23:10.792Z]  > git merge c9d2b7df777b38f7239a882c27c763f3c9cda9c3 # timeout=10
14:23:10 [2022-10-10T14:23:10.801Z]  > git rev-parse HEAD^{commit} # timeout=10
14:23:10 [2022-10-10T14:23:10.806Z]  > git config core.sparsecheckout # timeout=10
14:23:10 [2022-10-10T14:23:10.808Z]  > git checkout -f 90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb # timeout=10
14:23:11 [2022-10-10T14:23:11.526Z] Commit message: "daemon/graphdriver/windows: use go-winio.GetFileSystemType()"
14:23:11 [2022-10-10T14:23:11.533Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
14:23:12 [2022-10-10T14:23:12.224Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44280:/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
14:23:11 [2022-10-10T14:23:11.551Z]  > git rev-list --no-walk 3a703468fcfa427e77008dd7ce7cf9913ebebeb5 # timeout=10
14:23:16 [2022-10-10T14:23:16.388Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] node
Stage "s390x" skipped due to when conditional
Stage "s390x integration-cli" skipped due to when conditional
14:23:16 [2022-10-10T14:23:16.504Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-00436ec33ef316e62) in /home/ubuntu/workspace/moby_PR-44280
Stage "ppc64le" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] {
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] checkout
14:23:16 [2022-10-10T14:23:16.534Z] The recommended git tool is: git
14:23:16 [2022-10-10T14:23:16.541Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
14:23:16 [2022-10-10T14:23:16.559Z] Fetching changes from the remote Git repository
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
14:23:16 [2022-10-10T14:23:16.574Z] Fetching without tags
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
14:23:16 [2022-10-10T14:23:16.842Z] Merging remotes/origin/master commit c9d2b7df777b38f7239a882c27c763f3c9cda9c3 into PR head commit 90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb
14:23:16 [2022-10-10T14:23:16.896Z] Merge succeeded, producing 90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb
14:23:16 [2022-10-10T14:23:16.896Z] Checking out Revision 90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb (PR-44280)
14:23:16 [2022-10-10T14:23:16.959Z] Commit message: "daemon/graphdriver/windows: use go-winio.GetFileSystemType()"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
14:23:16 [2022-10-10T14:23:16.572Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-44280/.git # timeout=10
14:23:16 [2022-10-10T14:23:16.584Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:23:16 [2022-10-10T14:23:16.640Z] Fetching upstream changes from https://github.com/moby/moby.git
14:23:16 [2022-10-10T14:23:16.640Z]  > git --version # timeout=10
14:23:16 [2022-10-10T14:23:16.647Z]  > git --version # 'git version 2.25.1'
14:23:16 [2022-10-10T14:23:16.647Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:23:16 [2022-10-10T14:23:16.648Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44280/head:refs/remotes/origin/PR-44280 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:23:16 [2022-10-10T14:23:16.867Z]  > git config core.sparsecheckout # timeout=10
14:23:16 [2022-10-10T14:23:16.872Z]  > git checkout -f 90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb # timeout=10
14:23:16 [2022-10-10T14:23:16.901Z]  > git remote # timeout=10
14:23:16 [2022-10-10T14:23:16.903Z]  > git config --get remote.origin.url # timeout=10
14:23:16 [2022-10-10T14:23:16.906Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:23:16 [2022-10-10T14:23:16.907Z]  > git merge c9d2b7df777b38f7239a882c27c763f3c9cda9c3 # timeout=10
14:23:16 [2022-10-10T14:23:16.913Z]  > git rev-parse HEAD^{commit} # timeout=10
14:23:16 [2022-10-10T14:23:16.921Z]  > git config core.sparsecheckout # timeout=10
14:23:16 [2022-10-10T14:23:16.925Z]  > git checkout -f 90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb # timeout=10
14:23:17 [2022-10-10T14:23:17.625Z] + docker version
14:23:17 [2022-10-10T14:23:17.625Z] Client: Docker Engine - Community
14:23:17 [2022-10-10T14:23:17.625Z]  Version:           22.06.0-beta.0
14:23:17 [2022-10-10T14:23:17.625Z]  API version:       1.42
14:23:17 [2022-10-10T14:23:17.625Z]  Go version:        go1.18.3
14:23:17 [2022-10-10T14:23:17.625Z]  Git commit:        3e9117b
14:23:17 [2022-10-10T14:23:17.625Z]  Built:             Fri Jun  3 17:55:34 2022
14:23:17 [2022-10-10T14:23:17.625Z]  OS/Arch:           linux/arm64
14:23:17 [2022-10-10T14:23:17.625Z]  Context:           default
14:23:17 [2022-10-10T14:23:17.625Z] 
14:23:17 [2022-10-10T14:23:17.625Z] Server: Docker Engine - Community
14:23:17 [2022-10-10T14:23:17.625Z]  Engine:
14:23:17 [2022-10-10T14:23:17.625Z]   Version:          22.06.0-beta.0
14:23:17 [2022-10-10T14:23:17.625Z]   API version:      1.42 (minimum version 1.12)
14:23:17 [2022-10-10T14:23:17.625Z]   Go version:       go1.18.3
14:23:17 [2022-10-10T14:23:17.625Z]   Git commit:       38633e7
14:23:17 [2022-10-10T14:23:17.625Z]   Built:            Fri Jun  3 17:55:34 2022
14:23:17 [2022-10-10T14:23:17.625Z]   OS/Arch:          linux/arm64
14:23:17 [2022-10-10T14:23:17.625Z]   Experimental:     true
14:23:17 [2022-10-10T14:23:17.625Z]  containerd:
14:23:17 [2022-10-10T14:23:17.625Z]   Version:          1.6.8
14:23:17 [2022-10-10T14:23:17.625Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
14:23:17 [2022-10-10T14:23:17.625Z]  runc:
14:23:17 [2022-10-10T14:23:17.625Z]   Version:          1.1.4
14:23:17 [2022-10-10T14:23:17.625Z]   GitCommit:        v1.1.4-0-g5fd4c4d
14:23:17 [2022-10-10T14:23:17.625Z]  docker-init:
14:23:17 [2022-10-10T14:23:17.625Z]   Version:          0.19.0
14:23:17 [2022-10-10T14:23:17.625Z]   GitCommit:        de40ad0
[Pipeline] sh
14:23:17 [2022-10-10T14:23:17.938Z] + docker info
14:23:17 [2022-10-10T14:23:17.938Z] Client:
14:23:17 [2022-10-10T14:23:17.938Z]  Context:    default
14:23:17 [2022-10-10T14:23:17.938Z]  Debug Mode: false
14:23:17 [2022-10-10T14:23:17.938Z]  Plugins:
14:23:17 [2022-10-10T14:23:17.938Z]   buildx: Docker Buildx (Docker Inc.)
14:23:17 [2022-10-10T14:23:17.938Z]     Version:  v0.8.2
14:23:17 [2022-10-10T14:23:17.938Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
14:23:17 [2022-10-10T14:23:17.938Z]   compose: Docker Compose (Docker Inc.)
14:23:17 [2022-10-10T14:23:17.938Z]     Version:  v2.11.0
14:23:17 [2022-10-10T14:23:17.938Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
14:23:17 [2022-10-10T14:23:17.938Z] 
14:23:17 [2022-10-10T14:23:17.938Z] Server:
14:23:17 [2022-10-10T14:23:17.938Z]  Containers: 0
14:23:17 [2022-10-10T14:23:17.938Z]   Running: 0
14:23:17 [2022-10-10T14:23:17.938Z]   Paused: 0
14:23:17 [2022-10-10T14:23:17.938Z]   Stopped: 0
14:23:17 [2022-10-10T14:23:17.938Z]  Images: 3
14:23:17 [2022-10-10T14:23:17.938Z]  Server Version: 22.06.0-beta.0
14:23:17 [2022-10-10T14:23:17.938Z]  Storage Driver: overlay2
14:23:17 [2022-10-10T14:23:17.938Z]   Backing Filesystem: extfs
14:23:17 [2022-10-10T14:23:17.938Z]   Supports d_type: true
14:23:17 [2022-10-10T14:23:17.938Z]   Using metacopy: false
14:23:17 [2022-10-10T14:23:17.938Z]   Native Overlay Diff: true
14:23:17 [2022-10-10T14:23:17.938Z]   userxattr: false
14:23:17 [2022-10-10T14:23:17.938Z]  Logging Driver: json-file
14:23:17 [2022-10-10T14:23:17.938Z]  Cgroup Driver: cgroupfs
14:23:17 [2022-10-10T14:23:17.938Z]  Cgroup Version: 1
14:23:17 [2022-10-10T14:23:17.938Z]  Plugins:
14:23:17 [2022-10-10T14:23:17.938Z]   Volume: local
14:23:17 [2022-10-10T14:23:17.938Z]   Network: bridge host ipvlan macvlan null overlay
14:23:17 [2022-10-10T14:23:17.938Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
14:23:17 [2022-10-10T14:23:17.938Z]  Swarm: inactive
14:23:17 [2022-10-10T14:23:17.938Z]  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
14:23:17 [2022-10-10T14:23:17.938Z]  Default Runtime: runc
14:23:17 [2022-10-10T14:23:17.938Z]  Init Binary: docker-init
14:23:17 [2022-10-10T14:23:17.938Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
14:23:17 [2022-10-10T14:23:17.938Z]  runc version: v1.1.4-0-g5fd4c4d
14:23:17 [2022-10-10T14:23:17.938Z]  init version: de40ad0
14:23:17 [2022-10-10T14:23:17.938Z]  Security Options:
14:23:17 [2022-10-10T14:23:17.938Z]   apparmor
14:23:17 [2022-10-10T14:23:17.938Z]   seccomp
14:23:17 [2022-10-10T14:23:17.938Z]    Profile: builtin
14:23:17 [2022-10-10T14:23:17.938Z]  Kernel Version: 5.15.0-1019-aws
14:23:17 [2022-10-10T14:23:17.938Z]  Operating System: Ubuntu 20.04.5 LTS
14:23:17 [2022-10-10T14:23:17.938Z]  OSType: linux
14:23:17 [2022-10-10T14:23:17.938Z]  Architecture: aarch64
14:23:17 [2022-10-10T14:23:17.938Z]  CPUs: 2
14:23:17 [2022-10-10T14:23:17.938Z]  Total Memory: 7.559GiB
14:23:17 [2022-10-10T14:23:17.938Z]  Name: ip-10-100-83-33
14:23:17 [2022-10-10T14:23:17.938Z]  ID: 21ee9248-431c-49fb-8774-3b222a03c749
14:23:17 [2022-10-10T14:23:17.938Z]  Docker Root Dir: /var/lib/docker
14:23:17 [2022-10-10T14:23:17.938Z]  Debug Mode: false
14:23:17 [2022-10-10T14:23:17.938Z]  Registry: https://index.docker.io/v1/
14:23:17 [2022-10-10T14:23:17.938Z]  Labels:
14:23:17 [2022-10-10T14:23:17.938Z]  Experimental: true
14:23:17 [2022-10-10T14:23:17.938Z]  Insecure Registries:
14:23:17 [2022-10-10T14:23:17.938Z]   127.0.0.0/8
14:23:17 [2022-10-10T14:23:17.938Z]  Live Restore Enabled: true
14:23:17 [2022-10-10T14:23:17.938Z] 
[Pipeline] sh
14:23:18 [2022-10-10T14:23:18.256Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
14:23:18 [2022-10-10T14:23:18.256Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
14:23:18 [2022-10-10T14:23:18.256Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44280/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
14:23:18 [2022-10-10T14:23:18.256Z] + bash /home/ubuntu/workspace/moby_PR-44280/check-config.sh
14:23:18 [2022-10-10T14:23:18.256Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
14:23:18 [2022-10-10T14:23:18.256Z] info: reading kernel config from /boot/config-5.15.0-1019-aws ...
14:23:18 [2022-10-10T14:23:18.256Z] 
14:23:18 [2022-10-10T14:23:18.256Z] Generally Necessary:
14:23:18 [2022-10-10T14:23:18.256Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
14:23:18 [2022-10-10T14:23:18.256Z] - apparmor: enabled and tools installed
14:23:18 [2022-10-10T14:23:18.256Z] - CONFIG_NAMESPACES: enabled
14:23:18 [2022-10-10T14:23:18.256Z] - CONFIG_NET_NS: enabled
14:23:18 [2022-10-10T14:23:18.256Z] - CONFIG_PID_NS: enabled
14:23:18 [2022-10-10T14:23:18.256Z] - CONFIG_IPC_NS: enabled
14:23:18 [2022-10-10T14:23:18.256Z] - CONFIG_UTS_NS: enabled
14:23:18 [2022-10-10T14:23:18.256Z] - CONFIG_CGROUPS: enabled
14:23:18 [2022-10-10T14:23:18.256Z] - CONFIG_CGROUP_CPUACCT: enabled
14:23:18 [2022-10-10T14:23:18.256Z] - CONFIG_CGROUP_DEVICE: enabled
14:23:18 [2022-10-10T14:23:18.256Z] - CONFIG_CGROUP_FREEZER: enabled
14:23:18 [2022-10-10T14:23:18.256Z] - CONFIG_CGROUP_SCHED: enabled
14:23:18 [2022-10-10T14:23:18.256Z] - CONFIG_CPUSETS: enabled
14:23:18 [2022-10-10T14:23:18.257Z] - CONFIG_MEMCG: enabled
14:23:18 [2022-10-10T14:23:18.257Z] - CONFIG_KEYS: enabled
14:23:18 [2022-10-10T14:23:18.512Z] - CONFIG_VETH: enabled (as module)
14:23:18 [2022-10-10T14:23:18.512Z] - CONFIG_BRIDGE: enabled (as module)
14:23:18 [2022-10-10T14:23:18.512Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
14:23:18 [2022-10-10T14:23:18.512Z] - CONFIG_IP_NF_FILTER: enabled (as module)
14:23:18 [2022-10-10T14:23:18.512Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
14:23:18 [2022-10-10T14:23:18.513Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
14:23:18 [2022-10-10T14:23:18.513Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
14:23:18 [2022-10-10T14:23:18.513Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
14:23:18 [2022-10-10T14:23:18.513Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
14:23:18 [2022-10-10T14:23:18.513Z] - CONFIG_IP_NF_NAT: enabled (as module)
14:23:18 [2022-10-10T14:23:18.513Z] - CONFIG_NF_NAT: enabled (as module)
14:23:18 [2022-10-10T14:23:18.513Z] - CONFIG_POSIX_MQUEUE: enabled
14:23:18 [2022-10-10T14:23:18.513Z] - CONFIG_CGROUP_BPF: enabled
14:23:18 [2022-10-10T14:23:18.513Z] 
14:23:18 [2022-10-10T14:23:18.513Z] Optional Features:
14:23:18 [2022-10-10T14:23:18.513Z] - CONFIG_USER_NS: enabled
14:23:18 [2022-10-10T14:23:18.513Z] - CONFIG_SECCOMP: enabled
14:23:18 [2022-10-10T14:23:18.513Z] - CONFIG_SECCOMP_FILTER: enabled
14:23:18 [2022-10-10T14:23:18.513Z] - CONFIG_CGROUP_PIDS: enabled
14:23:18 [2022-10-10T14:23:18.513Z] - CONFIG_MEMCG_SWAP: enabled
14:23:18 [2022-10-10T14:23:18.513Z]     (cgroup swap accounting is currently enabled)
14:23:18 [2022-10-10T14:23:18.513Z] - CONFIG_BLK_CGROUP: enabled
14:23:18 [2022-10-10T14:23:18.513Z] - CONFIG_BLK_DEV_THROTTLING: enabled
14:23:18 [2022-10-10T14:23:18.513Z] - CONFIG_CGROUP_PERF: enabled
14:23:18 [2022-10-10T14:23:18.513Z] - CONFIG_CGROUP_HUGETLB: enabled
14:23:18 [2022-10-10T14:23:18.769Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
14:23:18 [2022-10-10T14:23:18.769Z] - CONFIG_CGROUP_NET_PRIO: enabled
14:23:18 [2022-10-10T14:23:18.769Z] - CONFIG_CFS_BANDWIDTH: enabled
14:23:18 [2022-10-10T14:23:18.769Z] - CONFIG_FAIR_GROUP_SCHED: enabled
14:23:18 [2022-10-10T14:23:18.769Z] - CONFIG_RT_GROUP_SCHED: missing
14:23:18 [2022-10-10T14:23:18.769Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
14:23:18 [2022-10-10T14:23:18.769Z] - CONFIG_IP_VS: enabled (as module)
14:23:18 [2022-10-10T14:23:18.769Z] - CONFIG_IP_VS_NFCT: enabled
14:23:18 [2022-10-10T14:23:18.769Z] - CONFIG_IP_VS_PROTO_TCP: enabled
14:23:18 [2022-10-10T14:23:18.769Z] - CONFIG_IP_VS_PROTO_UDP: enabled
14:23:18 [2022-10-10T14:23:18.769Z] - CONFIG_IP_VS_RR: enabled (as module)
14:23:18 [2022-10-10T14:23:18.769Z] - CONFIG_SECURITY_SELINUX: enabled
14:23:18 [2022-10-10T14:23:18.769Z] - CONFIG_SECURITY_APPARMOR: enabled
14:23:18 [2022-10-10T14:23:18.769Z] - CONFIG_EXT4_FS: enabled
14:23:18 [2022-10-10T14:23:18.769Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
14:23:18 [2022-10-10T14:23:18.769Z] - CONFIG_EXT4_FS_SECURITY: enabled
14:23:18 [2022-10-10T14:23:18.769Z] - Network Drivers:
14:23:18 [2022-10-10T14:23:18.769Z]   - "overlay":
14:23:18 [2022-10-10T14:23:18.769Z]     - CONFIG_VXLAN: enabled (as module)
14:23:18 [2022-10-10T14:23:18.769Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
14:23:18 [2022-10-10T14:23:18.769Z]       Optional (for encrypted networks):
14:23:19 [2022-10-10T14:23:19.024Z]       - CONFIG_CRYPTO: enabled
14:23:19 [2022-10-10T14:23:19.024Z]       - CONFIG_CRYPTO_AEAD: enabled
14:23:19 [2022-10-10T14:23:19.024Z]       - CONFIG_CRYPTO_GCM: enabled
14:23:19 [2022-10-10T14:23:19.024Z]       - CONFIG_CRYPTO_SEQIV: enabled
14:23:19 [2022-10-10T14:23:19.024Z]       - CONFIG_CRYPTO_GHASH: enabled
14:23:19 [2022-10-10T14:23:19.024Z]       - CONFIG_XFRM: enabled
14:23:19 [2022-10-10T14:23:19.024Z]       - CONFIG_XFRM_USER: enabled (as module)
14:23:19 [2022-10-10T14:23:19.024Z]       - CONFIG_XFRM_ALGO: enabled (as module)
14:23:19 [2022-10-10T14:23:19.024Z]       - CONFIG_INET_ESP: enabled (as module)
14:23:19 [2022-10-10T14:23:19.024Z]   - "ipvlan":
14:23:19 [2022-10-10T14:23:19.024Z]     - CONFIG_IPVLAN: enabled (as module)
14:23:19 [2022-10-10T14:23:19.024Z]   - "macvlan":
14:23:19 [2022-10-10T14:23:19.024Z]     - CONFIG_MACVLAN: enabled (as module)
14:23:19 [2022-10-10T14:23:19.024Z]     - CONFIG_DUMMY: enabled (as module)
14:23:19 [2022-10-10T14:23:19.024Z]   - "ftp,tftp client in container":
14:23:19 [2022-10-10T14:23:19.024Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
14:23:19 [2022-10-10T14:23:19.024Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
14:23:19 [2022-10-10T14:23:19.024Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
14:23:19 [2022-10-10T14:23:19.024Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
14:23:19 [2022-10-10T14:23:19.024Z] - Storage Drivers:
14:23:19 [2022-10-10T14:23:19.024Z]   - "aufs":
14:23:19 [2022-10-10T14:23:19.024Z]     - CONFIG_AUFS_FS: enabled (as module)
14:23:19 [2022-10-10T14:23:19.024Z]   - "btrfs":
14:23:19 [2022-10-10T14:23:19.024Z]     - CONFIG_BTRFS_FS: enabled (as module)
14:23:19 [2022-10-10T14:23:19.024Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
14:23:19 [2022-10-10T14:23:19.024Z]   - "devicemapper":
14:23:19 [2022-10-10T14:23:19.024Z]     - CONFIG_BLK_DEV_DM: enabled
14:23:19 [2022-10-10T14:23:19.024Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
14:23:19 [2022-10-10T14:23:19.024Z]   - "overlay":
14:23:19 [2022-10-10T14:23:19.024Z]     - CONFIG_OVERLAY_FS: enabled (as module)
14:23:19 [2022-10-10T14:23:19.024Z]   - "zfs":
14:23:19 [2022-10-10T14:23:19.024Z]     - /dev/zfs: present
14:23:19 [2022-10-10T14:23:19.024Z]     - zfs command: missing
14:23:19 [2022-10-10T14:23:19.024Z]     - zpool command: missing
14:23:19 [2022-10-10T14:23:19.024Z] 
14:23:19 [2022-10-10T14:23:19.024Z] Limits:
14:23:19 [2022-10-10T14:23:19.024Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
14:23:19 [2022-10-10T14:23:19.024Z] 
14:23:19 [2022-10-10T14:23:19.024Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
14:23:19 [2022-10-10T14:23:19.368Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb .
14:23:19 [2022-10-10T14:23:19.624Z] #1 [internal] load build definition from Dockerfile
14:23:19 [2022-10-10T14:23:19.624Z] #1 transferring dockerfile: 19.29kB done
14:23:19 [2022-10-10T14:23:19.624Z] #1 DONE 0.0s
14:23:19 [2022-10-10T14:23:19.624Z] 
14:23:19 [2022-10-10T14:23:19.624Z] #2 [internal] load .dockerignore
14:23:19 [2022-10-10T14:23:19.624Z] #2 transferring context: 145B done
14:23:19 [2022-10-10T14:23:19.624Z] #2 DONE 0.0s
14:23:19 [2022-10-10T14:23:19.624Z] 
14:23:19 [2022-10-10T14:23:19.624Z] #3 resolve image config for docker.io/docker/dockerfile:1
14:23:19 [2022-10-10T14:23:19.624Z] #3 DONE 0.1s
14:23:19 [2022-10-10T14:23:19.624Z] 
14:23:19 [2022-10-10T14:23:19.624Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
14:23:19 [2022-10-10T14:23:19.624Z] #4 CACHED
14:23:19 [2022-10-10T14:23:19.624Z] 
14:23:19 [2022-10-10T14:23:19.624Z] #5 [internal] load metadata for docker.io/library/golang:1.19.2-bullseye
14:23:19 [2022-10-10T14:23:19.879Z] #5 DONE 0.1s
14:23:19 [2022-10-10T14:23:19.880Z] 
14:23:19 [2022-10-10T14:23:19.880Z] #6 [internal] load metadata for docker.io/library/debian:bullseye
14:23:19 [2022-10-10T14:23:19.880Z] #6 DONE 0.1s
14:23:19 [2022-10-10T14:23:19.880Z] 
14:23:19 [2022-10-10T14:23:19.880Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:23:19 [2022-10-10T14:23:19.880Z] #7 DONE 0.1s
14:23:19 [2022-10-10T14:23:19.880Z] 
14:23:19 [2022-10-10T14:23:19.880Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:23:19 [2022-10-10T14:23:19.880Z] #8 DONE 0.1s
14:23:20 [2022-10-10T14:23:20.135Z] 
14:23:20 [2022-10-10T14:23:20.135Z] #9 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:23:20 [2022-10-10T14:23:20.135Z] #9 DONE 0.0s
14:23:20 [2022-10-10T14:23:20.135Z] 
14:23:20 [2022-10-10T14:23:20.135Z] #10 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:23:20 [2022-10-10T14:23:20.135Z] #10 DONE 0.0s
14:23:20 [2022-10-10T14:23:20.135Z] 
14:23:20 [2022-10-10T14:23:20.135Z] #11 [base 1/3] FROM docker.io/library/golang:1.19.2-bullseye@sha256:80ede0f12980ec4fc580fa651aabff041d46d1255b323fa0b740ecbce9f89256
14:23:20 [2022-10-10T14:23:20.135Z] #11 DONE 0.0s
14:23:20 [2022-10-10T14:23:20.135Z] 
14:23:20 [2022-10-10T14:23:20.135Z] #12 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:e538a2f0566efc44db21503277c7312a142f4d0dedc5d2886932b92626104bff
14:23:20 [2022-10-10T14:23:20.135Z] #12 DONE 0.0s
14:23:20 [2022-10-10T14:23:20.135Z] 
14:23:20 [2022-10-10T14:23:20.135Z] #13 [internal] load build context
14:23:20 [2022-10-10T14:23:20.701Z] #13 ...
14:23:20 [2022-10-10T14:23:20.701Z] 
14:23:20 [2022-10-10T14:23:20.701Z] #14 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
14:23:20 [2022-10-10T14:23:20.701Z] #14 DONE 0.5s
14:23:20 [2022-10-10T14:23:20.701Z] 
14:23:20 [2022-10-10T14:23:20.701Z] #13 [internal] load build context
14:23:21 [2022-10-10T14:23:21.265Z] #13 transferring context: 62.88MB 1.3s done
14:23:21 [2022-10-10T14:23:21.265Z] #13 DONE 1.3s
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #15 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
14:23:21 [2022-10-10T14:23:21.520Z] #15 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #16 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:23:21 [2022-10-10T14:23:21.520Z] #16 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #17 [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
14:23:21 [2022-10-10T14:23:21.520Z] #17 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #18 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
14:23:21 [2022-10-10T14:23:21.520Z] #18 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #19 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:23:21 [2022-10-10T14:23:21.520Z] #19 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #20 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
14:23:21 [2022-10-10T14:23:21.520Z] #20 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #21 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
14:23:21 [2022-10-10T14:23:21.520Z] #21 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #22 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:21 [2022-10-10T14:23:21.520Z] #22 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #23 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
14:23:21 [2022-10-10T14:23:21.520Z] #23 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #24 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
14:23:21 [2022-10-10T14:23:21.520Z] #24 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #25 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.27.1
14:23:21 [2022-10-10T14:23:21.520Z] #25 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
14:23:21 [2022-10-10T14:23:21.520Z] #26 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #27 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
14:23:21 [2022-10-10T14:23:21.520Z] #27 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #28 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
14:23:21 [2022-10-10T14:23:21.520Z] #28 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #29 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
14:23:21 [2022-10-10T14:23:21.520Z] #29 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #30 [dev-systemd-false  1/28] RUN groupadd -r docker
14:23:21 [2022-10-10T14:23:21.520Z] #30 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #31 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
14:23:21 [2022-10-10T14:23:21.520Z] #31 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
14:23:21 [2022-10-10T14:23:21.520Z] #32 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #33 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
14:23:21 [2022-10-10T14:23:21.520Z] #33 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.520Z] #34 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
14:23:21 [2022-10-10T14:23:21.520Z] #34 CACHED
14:23:21 [2022-10-10T14:23:21.520Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #35 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
14:23:21 [2022-10-10T14:23:21.521Z] #35 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #36 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
14:23:21 [2022-10-10T14:23:21.521Z] #36 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #37 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
14:23:21 [2022-10-10T14:23:21.521Z] #37 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #38 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
14:23:21 [2022-10-10T14:23:21.521Z] #38 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #39 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
14:23:21 [2022-10-10T14:23:21.521Z] #39 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #40 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
14:23:21 [2022-10-10T14:23:21.521Z] #40 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:23:21 [2022-10-10T14:23:21.521Z] #41 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #42 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
14:23:21 [2022-10-10T14:23:21.521Z] #42 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #43 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
14:23:21 [2022-10-10T14:23:21.521Z] #43 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #44 [dev-systemd-false  2/28] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
14:23:21 [2022-10-10T14:23:21.521Z] #44 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #45 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
14:23:21 [2022-10-10T14:23:21.521Z] #45 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
14:23:21 [2022-10-10T14:23:21.521Z] #46 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #47 [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
14:23:21 [2022-10-10T14:23:21.521Z] #47 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #48 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
14:23:21 [2022-10-10T14:23:21.521Z] #48 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #49 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
14:23:21 [2022-10-10T14:23:21.521Z] #49 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #50 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
14:23:21 [2022-10-10T14:23:21.521Z] #50 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #51 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
14:23:21 [2022-10-10T14:23:21.521Z] #51 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #52 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
14:23:21 [2022-10-10T14:23:21.521Z] #52 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #53 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
14:23:21 [2022-10-10T14:23:21.521Z] #53 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #54 [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             ;
14:23:21 [2022-10-10T14:23:21.521Z] #54 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #55 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
14:23:21 [2022-10-10T14:23:21.521Z] #55 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #56 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0"      && /build/golangci-lint --version
14:23:21 [2022-10-10T14:23:21.521Z] #56 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #57 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
14:23:21 [2022-10-10T14:23:21.521Z] #57 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #58 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
14:23:21 [2022-10-10T14:23:21.521Z] #58 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #59 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
14:23:21 [2022-10-10T14:23:21.521Z] #59 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #60 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
14:23:21 [2022-10-10T14:23:21.521Z] #60 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #61 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
14:23:21 [2022-10-10T14:23:21.521Z] #61 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #62 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
14:23:21 [2022-10-10T14:23:21.521Z] #62 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #63 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
14:23:21 [2022-10-10T14:23:21.521Z] #63 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #64 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
14:23:21 [2022-10-10T14:23:21.521Z] #64 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #65 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
14:23:21 [2022-10-10T14:23:21.521Z] #65 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #66 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:23:21 [2022-10-10T14:23:21.521Z] #66 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #67 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:23:21 [2022-10-10T14:23:21.521Z] #67 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #68 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
14:23:21 [2022-10-10T14:23:21.521Z] #68 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #69 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
14:23:21 [2022-10-10T14:23:21.521Z] #69 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #70 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
14:23:21 [2022-10-10T14:23:21.521Z] #70 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #71 [dev-systemd-false  8/28] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
14:23:21 [2022-10-10T14:23:21.521Z] #71 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #72 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
14:23:21 [2022-10-10T14:23:21.521Z] #72 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #73 [dev-systemd-false  6/28] RUN ldconfig
14:23:21 [2022-10-10T14:23:21.521Z] #73 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #74 [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
14:23:21 [2022-10-10T14:23:21.521Z] #74 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #75 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             systemd-journal-remote             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
14:23:21 [2022-10-10T14:23:21.521Z] #75 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #76 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
14:23:21 [2022-10-10T14:23:21.521Z] #76 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #77 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
14:23:21 [2022-10-10T14:23:21.521Z] #77 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #78 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
14:23:21 [2022-10-10T14:23:21.521Z] #78 CACHED
14:23:21 [2022-10-10T14:23:21.521Z] 
14:23:21 [2022-10-10T14:23:21.521Z] #79 [final 1/1] COPY . /go/src/github.com/docker/docker
14:23:24 [2022-10-10T14:23:24.036Z] #79 DONE 2.8s
14:23:24 [2022-10-10T14:23:24.291Z] 
14:23:24 [2022-10-10T14:23:24.291Z] #80 exporting to image
14:23:24 [2022-10-10T14:23:24.291Z] #80 exporting layers
14:23:24 [2022-10-10T14:23:24.852Z] #80 exporting layers 0.7s done
14:23:24 [2022-10-10T14:23:24.852Z] #80 writing image sha256:8216acd070714c133580f8f51a6ad9d7ebcee2db2777164bf91798b1d4b5da21 done
14:23:24 [2022-10-10T14:23:24.852Z] #80 naming to docker.io/library/docker:90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb done
14:23:24 [2022-10-10T14:23:24.852Z] #80 DONE 0.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
14:23:25 [2022-10-10T14:23:25.191Z] + sudo modprobe ip6table_filter
[Pipeline] sh
14:23:25 [2022-10-10T14:23:25.514Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44280/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb hack/test/unit
14:23:26 [2022-10-10T14:23:26.076Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald')
14:23:26 [2022-10-10T14:23:26.076Z] + TESTFLAGS+=' -test.timeout=5m'
14:23:26 [2022-10-10T14:23:26.076Z] + TESTDIRS=./...
14:23:26 [2022-10-10T14:23:26.076Z] + exclude_paths='/vendor/|/integration'
14:23:26 [2022-10-10T14:23:26.076Z] ++ go list ./...
14:23:26 [2022-10-10T14:23:26.076Z] ++ grep -vE '(/vendor/|/integration)'
14:23:26 [2022-10-10T14:23:26.638Z] + pkg_list='github.com/docker/docker/api
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/backend/build
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/httpstatus
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/httputils
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/middleware
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/router
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/router/build
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/router/checkpoint
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/router/container
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/router/debug
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/router/distribution
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/router/grpc
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/router/image
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/router/network
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/router/plugin
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/router/session
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/router/swarm
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/router/system
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/server/router/volume
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/types
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/types/backend
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/types/blkiodev
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/types/container
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/types/events
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/types/filters
14:23:26 [2022-10-10T14:23:26.638Z] github.com/docker/docker/api/types/image
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/mount
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/network
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/plugins/logdriver
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/registry
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/strslice
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/swarm
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/swarm/runtime
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/time
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/versions
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/versions/v1p19
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/versions/v1p20
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/volume
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/builder-next
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/builder-next/exporter
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/builder-next/worker
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/dockerfile
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/remotecontext
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/remotecontext/git
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/remotecontext/urlutil
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cli
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cli/config
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cli/debug
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cli/winresources/docker-proxy
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cli/winresources/dockerd
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/client
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cmd/docker-proxy
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cmd/dockerd
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cmd/dockerd/trap
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/container
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/container/stream
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/contrib/apparmor
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/contrib/docker-device-tool
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/contrib/httpserver
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/cluster
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/cluster/convert
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/cluster/executor
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/cluster/executor/container
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/cluster/provider
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/config
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/containerd
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/events
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/events/testutils
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/aufs
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/copy
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/overlay
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/register
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/vfs
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/zfs
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/images
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/initlayer
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/links
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/listeners
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/awslogs
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/fluentd
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/gcplogs
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/gelf
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/journald
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/journald/internal/export
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/journald/internal/fake
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/local
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/logentries
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/loggertest
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/loggerutils
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/splunk
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/syslog
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/templates
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/names
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/network
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/stats
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/distribution
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/distribution/metadata
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/distribution/utils
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/distribution/xfer
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/dockerversion
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/errdefs
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/image
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/image/cache
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/image/tarexport
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/image/v1
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/internal/test/suite
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/layer
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libcontainerd
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libcontainerd/queue
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libcontainerd/remote
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libcontainerd/supervisor
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libcontainerd/types
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/bitseq
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/cluster
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/config
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/datastore
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/diagnostic
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/discoverapi
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/driverapi
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/drivers/bridge
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/drivers/host
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/drivers/null
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/drivers/overlay
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/drivers/remote
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/drivers/windows
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/drvregistry
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/etchosts
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/idm
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/internal/caller
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/ipam
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/ipamapi
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/ipams/builtin
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/ipams/null
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/ipams/remote
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/ipamutils
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/iptables
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/netlabel
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/netutils
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/networkdb
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/ns
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/options
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/osl
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/osl/kernel
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/portallocator
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/portmapper
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/resolvconf
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/testutils
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/libnetwork/types
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/oci
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/oci/caps
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/opts
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/aaparser
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/archive
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/authorization
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/broadcaster
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/capabilities
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/chrootarchive
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/containerfs
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/devicemapper
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/directory
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/dmesg
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/fileutils
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/fsutils
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/homedir
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/idtools
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/ioutils
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/jsonmessage
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/longpath
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/loopback
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/namesgenerator
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/parsers
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/parsers/kernel
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/pidfile
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/platform
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/plugingetter
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/plugins
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/plugins/transport
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/pools
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/progress
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/pubsub
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/reexec
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/stack
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/stdcopy
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/streamformatter
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/stringid
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/sysinfo
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/system
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/tailfile
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/tarsum
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/urlutil
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/pkg/useragent
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/plugin
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/plugin/executor/containerd
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/plugin/v2
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/profiles/apparmor
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/profiles/seccomp
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/quota
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/reference
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/registry
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/registry/resumable
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/restartmanager
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/rootless
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/rootless/specconv
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/runconfig
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/runconfig/opts
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/testutil
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/testutil/daemon
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/testutil/environment
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/testutil/fakecontext
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/testutil/fakegit
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/testutil/fakestorage
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/testutil/fixtures/load
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/testutil/fixtures/plugin
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/testutil/registry
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/testutil/request
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/volume
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/volume/drivers
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/volume/local
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/volume/mounts
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/volume/service
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/volume/service/opts
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/volume/testutils'
14:23:26 [2022-10-10T14:23:26.639Z] ++ grep --fixed-strings -v /libnetwork
14:23:26 [2022-10-10T14:23:26.639Z] ++ echo 'github.com/docker/docker/api
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/backend/build
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/httpstatus
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/httputils
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/middleware
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/router
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/router/build
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/router/checkpoint
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/router/container
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/router/debug
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/router/distribution
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/router/grpc
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/router/image
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/router/network
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/router/plugin
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/router/session
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/router/swarm
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/router/system
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/server/router/volume
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/backend
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/blkiodev
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/container
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/events
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/filters
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/image
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/mount
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/network
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/plugins/logdriver
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/registry
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/strslice
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/swarm
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/swarm/runtime
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/time
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/versions
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/versions/v1p19
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/versions/v1p20
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/api/types/volume
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/builder-next
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/builder-next/exporter
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/builder-next/worker
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/dockerfile
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/remotecontext
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/remotecontext/git
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/builder/remotecontext/urlutil
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cli
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cli/config
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cli/debug
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cli/winresources/docker-proxy
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cli/winresources/dockerd
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/client
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cmd/docker-proxy
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cmd/dockerd
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cmd/dockerd/trap
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/container
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/container/stream
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/contrib/apparmor
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/contrib/docker-device-tool
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/contrib/httpserver
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/cluster
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/cluster/convert
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/cluster/executor
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/cluster/executor/container
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/cluster/provider
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/config
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/containerd
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/events
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/events/testutils
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/aufs
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/copy
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/overlay
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/register
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/vfs
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/graphdriver/zfs
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/images
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/initlayer
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/links
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/listeners
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/awslogs
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/fluentd
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/gcplogs
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/gelf
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/journald
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/journald/internal/export
14:23:26 [2022-10-10T14:23:26.639Z] github.com/docker/docker/daemon/logger/journald/internal/fake
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/local
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/logentries
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/loggertest
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/loggerutils
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/splunk
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/syslog
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/templates
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/names
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/network
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/stats
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/distribution
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/distribution/metadata
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/distribution/utils
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/distribution/xfer
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/dockerversion
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/errdefs
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/image
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/image/cache
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/image/tarexport
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/image/v1
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/internal/test/suite
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/layer
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libcontainerd
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libcontainerd/queue
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libcontainerd/remote
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libcontainerd/supervisor
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libcontainerd/types
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/bitseq
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/cluster
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/config
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/datastore
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/diagnostic
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/discoverapi
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/driverapi
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/drivers/bridge
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/drivers/host
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/drivers/null
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/drivers/overlay
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/drivers/remote
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/drivers/windows
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/drvregistry
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/etchosts
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/idm
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/internal/caller
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/ipam
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/ipamapi
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/ipams/builtin
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/ipams/null
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/ipams/remote
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/ipamutils
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/iptables
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/netlabel
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/netutils
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/networkdb
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/ns
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/options
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/osl
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/osl/kernel
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/portallocator
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/portmapper
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/resolvconf
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/testutils
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libnetwork/types
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/oci
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/oci/caps
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/opts
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/aaparser
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/archive
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/authorization
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/broadcaster
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/capabilities
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/chrootarchive
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/containerfs
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/devicemapper
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/directory
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/dmesg
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/fileutils
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/fsutils
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/homedir
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/idtools
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/ioutils
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/jsonmessage
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/longpath
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/loopback
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/namesgenerator
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/parsers
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/parsers/kernel
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/pidfile
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/platform
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/plugingetter
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/plugins
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/plugins/transport
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/pools
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/progress
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/pubsub
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/reexec
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/stack
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/stdcopy
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/streamformatter
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/stringid
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/sysinfo
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/system
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/tailfile
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/tarsum
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/urlutil
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/useragent
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/plugin
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/plugin/executor/containerd
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/plugin/v2
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/profiles/apparmor
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/profiles/seccomp
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/quota
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/reference
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/registry
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/registry/resumable
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/restartmanager
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/rootless
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/rootless/specconv
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/runconfig
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/runconfig/opts
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/testutil
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/testutil/daemon
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/testutil/environment
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/testutil/fakecontext
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/testutil/fakegit
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/testutil/fakestorage
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/testutil/fixtures/load
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/testutil/fixtures/plugin
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/testutil/registry
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/testutil/request
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/volume
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/volume/drivers
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/volume/local
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/volume/mounts
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/volume/service
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/volume/service/opts
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/volume/testutils'
14:23:26 [2022-10-10T14:23:26.640Z] + base_pkg_list='github.com/docker/docker/api
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/backend/build
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/httpstatus
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/httputils
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/middleware
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/router
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/router/build
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/router/checkpoint
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/router/container
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/router/debug
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/router/distribution
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/router/grpc
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/router/image
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/router/network
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/router/plugin
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/router/session
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/router/swarm
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/router/system
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/server/router/volume
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/backend
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/blkiodev
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/container
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/events
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/filters
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/image
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/mount
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/network
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/plugins/logdriver
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/registry
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/strslice
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/swarm
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/swarm/runtime
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/time
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/versions
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/versions/v1p19
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/versions/v1p20
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/api/types/volume
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/builder
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/builder/builder-next
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/builder/builder-next/exporter
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/builder/builder-next/worker
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/builder/dockerfile
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/builder/remotecontext
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/builder/remotecontext/git
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/builder/remotecontext/urlutil
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/cli
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/cli/config
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/cli/debug
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/cli/winresources/docker-proxy
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/cli/winresources/dockerd
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/client
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/cmd/docker-proxy
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/cmd/dockerd
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/cmd/dockerd/trap
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/container
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/container/stream
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/contrib/apparmor
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/contrib/docker-device-tool
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/contrib/httpserver
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/cluster
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/cluster/convert
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/cluster/executor
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/cluster/executor/container
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/cluster/provider
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/config
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/containerd
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/events
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/events/testutils
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/graphdriver
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/graphdriver/aufs
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/graphdriver/copy
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/graphdriver/overlay
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/graphdriver/register
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/graphdriver/vfs
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/graphdriver/zfs
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/images
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/initlayer
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/links
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/listeners
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/awslogs
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/fluentd
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/gcplogs
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/gelf
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/journald
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/journald/internal/export
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/journald/internal/fake
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/local
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/logentries
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/loggertest
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/loggerutils
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/splunk
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/syslog
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/logger/templates
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/names
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/network
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/daemon/stats
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/distribution
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/distribution/metadata
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/distribution/utils
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/distribution/xfer
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/dockerversion
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/errdefs
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/image
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/image/cache
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/image/tarexport
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/image/v1
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/internal/test/suite
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/layer
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libcontainerd
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libcontainerd/queue
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libcontainerd/remote
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libcontainerd/supervisor
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/libcontainerd/types
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/oci
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/oci/caps
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/opts
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/aaparser
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/archive
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/authorization
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/broadcaster
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/capabilities
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/chrootarchive
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/containerfs
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/devicemapper
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/directory
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/dmesg
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/fileutils
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/fsutils
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/homedir
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/idtools
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/ioutils
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/jsonmessage
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/longpath
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/loopback
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/namesgenerator
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/parsers
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/parsers/kernel
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/pidfile
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/platform
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/plugingetter
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/plugins
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/plugins/transport
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/pools
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/progress
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/pubsub
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/reexec
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/stack
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/stdcopy
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/streamformatter
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/stringid
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/sysinfo
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/system
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/tailfile
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/tarsum
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/urlutil
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/pkg/useragent
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/plugin
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/plugin/executor/containerd
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/plugin/v2
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/profiles/apparmor
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/profiles/seccomp
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/quota
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/reference
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/registry
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/registry/resumable
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/restartmanager
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/rootless
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/rootless/specconv
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/runconfig
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/runconfig/opts
14:23:26 [2022-10-10T14:23:26.640Z] github.com/docker/docker/testutil
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/daemon
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/environment
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/fakecontext
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/fakegit
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/fakestorage
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/fixtures/load
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/fixtures/plugin
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/registry
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/request
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/volume
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/volume/drivers
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/volume/local
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/volume/mounts
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/volume/service
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/volume/service/opts
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/volume/testutils'
14:23:26 [2022-10-10T14:23:26.641Z] ++ grep --fixed-strings /libnetwork
14:23:26 [2022-10-10T14:23:26.641Z] ++ echo 'github.com/docker/docker/api
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/backend/build
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/httpstatus
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/httputils
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/middleware
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/router
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/router/build
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/router/checkpoint
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/router/container
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/router/debug
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/router/distribution
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/router/grpc
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/router/image
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/router/network
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/router/plugin
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/router/session
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/router/swarm
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/router/system
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/server/router/volume
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/backend
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/blkiodev
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/container
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/events
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/filters
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/image
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/mount
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/network
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/plugins/logdriver
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/registry
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/strslice
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/swarm
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/swarm/runtime
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/time
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/versions
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/versions/v1p19
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/versions/v1p20
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/api/types/volume
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/builder
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/builder/builder-next
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/builder/builder-next/exporter
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/builder/builder-next/worker
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/builder/dockerfile
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/builder/remotecontext
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/builder/remotecontext/git
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/builder/remotecontext/urlutil
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/cli
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/cli/config
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/cli/debug
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/cli/winresources/docker-proxy
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/cli/winresources/dockerd
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/client
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/cmd/docker-proxy
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/cmd/dockerd
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/cmd/dockerd/trap
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/container
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/container/stream
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/contrib/apparmor
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/contrib/docker-device-tool
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/contrib/httpserver
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/cluster
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/cluster/convert
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/cluster/executor
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/cluster/executor/container
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/cluster/provider
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/config
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/containerd
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/events
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/events/testutils
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/graphdriver
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/graphdriver/aufs
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/graphdriver/copy
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/graphdriver/overlay
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/graphdriver/register
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/graphdriver/vfs
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/graphdriver/zfs
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/images
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/initlayer
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/links
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/listeners
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/awslogs
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/fluentd
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/gcplogs
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/gelf
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/journald
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/journald/internal/export
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/journald/internal/fake
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/local
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/logentries
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/loggertest
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/loggerutils
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/splunk
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/syslog
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/logger/templates
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/names
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/network
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/daemon/stats
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/distribution
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/distribution/metadata
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/distribution/utils
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/distribution/xfer
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/dockerversion
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/errdefs
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/image
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/image/cache
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/image/tarexport
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/image/v1
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/internal/test/suite
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/layer
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libcontainerd
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libcontainerd/queue
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libcontainerd/remote
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libcontainerd/supervisor
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libcontainerd/types
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/bitseq
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/cluster
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/config
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/datastore
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/diagnostic
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/discoverapi
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/driverapi
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/bridge
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/host
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/null
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/overlay
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/remote
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/windows
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drvregistry
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/etchosts
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/idm
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/internal/caller
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/ipam
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/ipamapi
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/ipams/builtin
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/ipams/null
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/ipams/remote
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/ipamutils
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/iptables
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/netlabel
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/netutils
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/networkdb
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/ns
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/options
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/osl
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/osl/kernel
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/portallocator
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/portmapper
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/resolvconf
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/testutils
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/types
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/oci
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/oci/caps
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/opts
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/aaparser
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/archive
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/authorization
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/broadcaster
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/capabilities
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/chrootarchive
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/containerfs
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/devicemapper
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/directory
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/dmesg
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/fileutils
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/fsutils
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/homedir
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/idtools
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/ioutils
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/jsonmessage
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/longpath
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/loopback
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/namesgenerator
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/parsers
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/parsers/kernel
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/pidfile
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/platform
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/plugingetter
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/plugins
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/plugins/transport
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/pools
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/progress
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/pubsub
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/reexec
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/stack
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/stdcopy
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/streamformatter
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/stringid
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/sysinfo
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/system
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/tailfile
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/tarsum
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/urlutil
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/pkg/useragent
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/plugin
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/plugin/executor/containerd
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/plugin/v2
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/profiles/apparmor
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/profiles/seccomp
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/quota
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/reference
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/registry
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/registry/resumable
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/restartmanager
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/rootless
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/rootless/specconv
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/runconfig
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/runconfig/opts
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/daemon
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/environment
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/fakecontext
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/fakegit
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/fakestorage
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/fixtures/load
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/fixtures/plugin
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/registry
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/testutil/request
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/volume
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/volume/drivers
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/volume/local
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/volume/mounts
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/volume/service
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/volume/service/opts
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/volume/testutils'
14:23:26 [2022-10-10T14:23:26.641Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/bitseq
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/cluster
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/config
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/datastore
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/diagnostic
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/discoverapi
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/driverapi
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/bridge
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/host
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/null
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/overlay
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/remote
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/windows
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/drvregistry
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/etchosts
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/idm
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/internal/caller
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/ipam
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/ipamapi
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/ipams/builtin
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/ipams/null
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/ipams/remote
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:23:26 [2022-10-10T14:23:26.641Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/ipamutils
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/iptables
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/netlabel
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/netutils
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/networkdb
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/ns
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/options
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/osl
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/osl/kernel
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/portallocator
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/portmapper
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/resolvconf
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/testutils
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/types'
14:23:26 [2022-10-10T14:23:26.642Z] + echo 'github.com/docker/docker/libnetwork
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/bitseq
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/cluster
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/config
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/datastore
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/diagnostic
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/discoverapi
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/driverapi
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drivers/bridge
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drivers/host
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drivers/null
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drivers/overlay
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drivers/remote
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drivers/windows
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drvregistry
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/etchosts
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/idm
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/internal/caller
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/ipam
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/ipamapi
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/ipams/builtin
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/ipams/null
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/ipams/remote
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/ipamutils
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/iptables
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/netlabel
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/netutils
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/networkdb
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/ns
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/options
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/osl
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/osl/kernel
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/portallocator
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/portmapper
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/resolvconf
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/testutils
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/types'
14:23:26 [2022-10-10T14:23:26.642Z] + grep --fixed-strings libnetwork/drivers/bridge
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drivers/bridge
14:23:26 [2022-10-10T14:23:26.642Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:23:26 [2022-10-10T14:23:26.642Z] + type docker-proxy
14:23:26 [2022-10-10T14:23:26.642Z] hack/test/unit: line 25: type: docker-proxy: not found
14:23:26 [2022-10-10T14:23:26.642Z] + hack/make.sh binary-proxy install-proxy
14:23:26 [2022-10-10T14:23:26.642Z] 
14:23:26 [2022-10-10T14:23:26.897Z] Removing bundles/
14:23:26 [2022-10-10T14:23:26.897Z] 
14:23:26 [2022-10-10T14:23:26.897Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
14:23:26 [2022-10-10T14:23:26.897Z] Building: bundles/binary-proxy/docker-proxy
14:23:26 [2022-10-10T14:23:26.897Z] GOOS="" GOARCH="" GOARM=""
14:23:33 [2022-10-10T14:23:33.437Z] Created binary: bundles/binary-proxy/docker-proxy
14:23:33 [2022-10-10T14:23:33.437Z] 
14:23:33 [2022-10-10T14:23:33.437Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
14:23:33 [2022-10-10T14:23:33.437Z] Installing docker-proxy to /usr/local/bin/
14:23:33 [2022-10-10T14:23:33.437Z] 
14:23:33 [2022-10-10T14:23:33.437Z] + mkdir -p bundles
14:23:33 [2022-10-10T14:23:33.437Z] + '[' -n 'github.com/docker/docker/api
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/backend/build
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/httpstatus
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/httputils
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/middleware
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/router
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/router/build
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/router/checkpoint
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/router/container
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/router/debug
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/router/distribution
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/router/grpc
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/router/image
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/router/network
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/router/plugin
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/router/session
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/router/swarm
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/router/system
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/server/router/volume
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/backend
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/blkiodev
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/container
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/events
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/filters
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/image
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/mount
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/network
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/plugins/logdriver
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/registry
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/strslice
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/swarm
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/swarm/runtime
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/time
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/versions
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/versions/v1p19
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/versions/v1p20
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/api/types/volume
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/builder
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/builder/builder-next
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/builder/builder-next/exporter
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/builder/builder-next/worker
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/builder/dockerfile
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/builder/remotecontext
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/builder/remotecontext/git
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/builder/remotecontext/urlutil
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/cli
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/cli/config
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/cli/debug
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/cli/winresources/docker-proxy
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/cli/winresources/dockerd
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/client
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/cmd/docker-proxy
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/cmd/dockerd
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/cmd/dockerd/trap
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/container
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/container/stream
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/contrib/apparmor
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/contrib/docker-device-tool
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/contrib/httpserver
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/cluster
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/cluster/convert
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/cluster/executor
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/cluster/executor/container
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/cluster/provider
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/config
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/containerd
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/events
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/events/testutils
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/graphdriver
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/graphdriver/aufs
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/graphdriver/copy
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/graphdriver/overlay
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/graphdriver/register
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/graphdriver/vfs
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/graphdriver/zfs
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/images
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/initlayer
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/links
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/listeners
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/awslogs
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/fluentd
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/gcplogs
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/gelf
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/journald
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/journald/internal/export
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/journald/internal/fake
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/local
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/logentries
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/loggertest
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/loggerutils
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/splunk
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/syslog
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/logger/templates
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/names
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/network
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/daemon/stats
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/distribution
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/distribution/metadata
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/distribution/utils
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/distribution/xfer
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/dockerversion
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/errdefs
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/image
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/image/cache
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/image/tarexport
14:23:33 [2022-10-10T14:23:33.437Z] github.com/docker/docker/image/v1
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/internal/test/suite
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/layer
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/libcontainerd
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/libcontainerd/queue
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/libcontainerd/remote
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/libcontainerd/supervisor
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/libcontainerd/types
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/oci
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/oci/caps
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/opts
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/aaparser
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/archive
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/authorization
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/broadcaster
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/capabilities
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/chrootarchive
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/containerfs
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/devicemapper
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/directory
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/dmesg
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/fileutils
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/fsutils
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/homedir
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/idtools
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/ioutils
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/jsonmessage
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/longpath
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/loopback
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/namesgenerator
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/parsers
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/parsers/kernel
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/pidfile
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/platform
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/plugingetter
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/plugins
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/plugins/transport
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/pools
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/progress
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/pubsub
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/reexec
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/stack
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/stdcopy
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/streamformatter
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/stringid
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/sysinfo
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/system
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/tailfile
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/tarsum
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/urlutil
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/pkg/useragent
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/plugin
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/plugin/executor/containerd
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/plugin/v2
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/profiles/apparmor
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/profiles/seccomp
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/quota
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/reference
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/registry
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/registry/resumable
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/restartmanager
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/rootless
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/rootless/specconv
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/runconfig
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/runconfig/opts
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/testutil
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/testutil/daemon
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/testutil/environment
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/testutil/fakecontext
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/testutil/fakegit
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/testutil/fakestorage
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/testutil/fixtures/load
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/testutil/fixtures/plugin
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/testutil/registry
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/testutil/request
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/volume
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/volume/drivers
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/volume/local
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/volume/mounts
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/volume/service
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/volume/service/opts
14:23:33 [2022-10-10T14:23:33.438Z] github.com/docker/docker/volume/testutils' ']'
14:23:33 [2022-10-10T14:23:33.438Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/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/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
14:23:33 [2022-10-10T14:23:33.438Z] ?   	github.com/docker/docker/api	[no test files]
14:23:48 [2022-10-10T14:23:48.412Z] ok  	github.com/docker/docker/api/server	0.004s	coverage: 7.9% of statements
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 31.9% of statements
14:25:09 [2022-10-10T14:25:09.839Z] ok  	github.com/docker/docker/api/server/middleware	0.038s	coverage: 37.7% of statements
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/server/router	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ok  	github.com/docker/docker/api/server/router/swarm	0.003s	coverage: 6.0% of statements
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 92.2% of statements
14:25:09 [2022-10-10T14:25:09.839Z] ok  	github.com/docker/docker/api/server/router/volume	0.008s	coverage: 66.3% of statements
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/types	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/types/container	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/types/events	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/types/image	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/types/network	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ok  	github.com/docker/docker/api/types/registry	0.003s	coverage: 54.2% of statements
14:25:09 [2022-10-10T14:25:09.839Z] ok  	github.com/docker/docker/api/types/strslice	0.008s	coverage: 90.0% of statements
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ok  	github.com/docker/docker/api/types/time	0.014s	coverage: 100.0% of statements
14:25:09 [2022-10-10T14:25:09.839Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/builder	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ok  	github.com/docker/docker/builder/remotecontext	0.142s	coverage: 13.7% of statements
14:25:09 [2022-10-10T14:25:09.839Z] ok  	github.com/docker/docker/builder/dockerfile	0.592s	coverage: 50.2% of statements
14:25:09 [2022-10-10T14:25:09.839Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.002s	coverage: 100.0% of statements
14:25:09 [2022-10-10T14:25:09.839Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
14:25:09 [2022-10-10T14:25:09.839Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.724s	coverage: 86.3% of statements
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/cli	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/cli/config	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
14:25:09 [2022-10-10T14:25:09.839Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.017s	coverage: 67.6% of statements
14:25:09 [2022-10-10T14:25:09.839Z] ok  	github.com/docker/docker/client	0.096s	coverage: 76.1% of statements
14:25:41 [2022-10-10T14:25:41.876Z] ok  	github.com/docker/docker/cmd/dockerd	0.080s	coverage: 29.9% of statements
14:25:41 [2022-10-10T14:25:41.876Z] ok  	github.com/docker/docker/container	0.122s	coverage: 35.8% of statements
14:25:41 [2022-10-10T14:25:41.876Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.364s	coverage: 0.0% of statements
14:25:41 [2022-10-10T14:25:41.876Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
14:25:41 [2022-10-10T14:25:41.876Z] ?   	github.com/docker/docker/container/stream	[no test files]
14:25:41 [2022-10-10T14:25:41.876Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
14:25:41 [2022-10-10T14:25:41.876Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
14:25:41 [2022-10-10T14:25:41.876Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
14:25:45 [2022-10-10T14:25:45.145Z] ok  	github.com/docker/docker/daemon/cluster	0.070s	coverage: 0.5% of statements
14:25:46 [2022-10-10T14:25:46.074Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.012s	coverage: 65.3% of statements
14:25:47 [2022-10-10T14:25:47.441Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.011s	coverage: 36.9% of statements
14:25:53 [2022-10-10T14:25:53.975Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.444s	coverage: 13.4% of statements
14:25:55 [2022-10-10T14:25:55.341Z] ok  	github.com/docker/docker/daemon/config	0.033s	coverage: 76.8% of statements
14:25:55 [2022-10-10T14:25:55.596Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
14:25:56 [2022-10-10T14:25:56.525Z] ok  	github.com/docker/docker/daemon/graphdriver	0.007s	coverage: 2.2% of statements
14:25:57 [2022-10-10T14:25:57.087Z] ok  	github.com/docker/docker/daemon	10.139s	coverage: 16.4% of statements
14:25:57 [2022-10-10T14:25:57.087Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
14:25:57 [2022-10-10T14:25:57.087Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
14:25:57 [2022-10-10T14:25:57.087Z] ?   	github.com/docker/docker/daemon/containerd	[no test files]
14:25:57 [2022-10-10T14:25:57.087Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
14:25:57 [2022-10-10T14:25:57.649Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.582s	coverage: 74.8% of statements
14:25:58 [2022-10-10T14:25:58.577Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.378s	coverage: 60.7% of statements
14:25:59 [2022-10-10T14:25:59.140Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.009s	coverage: 3.0% of statements
14:26:00 [2022-10-10T14:26:00.507Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.021s	coverage: 1.9% of statements
14:26:02 [2022-10-10T14:26:02.398Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.366s	coverage: 50.6% of statements
14:26:02 [2022-10-10T14:26:02.398Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	1.977s	coverage: 46.1% of statements
14:26:02 [2022-10-10T14:26:02.398Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
14:26:03 [2022-10-10T14:26:03.325Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.014s	coverage: 58.5% of statements
14:26:04 [2022-10-10T14:26:04.254Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.894s	coverage: 58.7% of statements
14:26:04 [2022-10-10T14:26:04.254Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
14:26:04 [2022-10-10T14:26:04.254Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
14:26:04 [2022-10-10T14:26:04.254Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.010s	coverage: 3.0% of statements
14:26:04 [2022-10-10T14:26:04.816Z] ok  	github.com/docker/docker/daemon/links	0.012s	coverage: 93.0% of statements
14:26:06 [2022-10-10T14:26:06.181Z] ok  	github.com/docker/docker/daemon/logger	0.224s	coverage: 43.2% of statements
14:26:06 [2022-10-10T14:26:06.437Z] ok  	github.com/docker/docker/daemon/images	0.046s	coverage: 6.8% of statements
14:26:06 [2022-10-10T14:26:06.437Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
14:26:06 [2022-10-10T14:26:06.437Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
14:26:07 [2022-10-10T14:26:07.364Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.015s	coverage: 53.6% of statements
14:26:07 [2022-10-10T14:26:07.364Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.138s	coverage: 79.9% of statements
14:26:07 [2022-10-10T14:26:07.620Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
14:26:07 [2022-10-10T14:26:07.876Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.006s	coverage: 68.2% of statements
14:26:08 [2022-10-10T14:26:08.438Z] ok  	github.com/docker/docker/daemon/logger/journald/internal/export	0.003s	coverage: 88.2% of statements
14:26:09 [2022-10-10T14:26:09.000Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.092s	coverage: 76.8% of statements
14:26:09 [2022-10-10T14:26:09.256Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.004s	coverage: 87.2% of statements
14:26:10 [2022-10-10T14:26:10.182Z] ok  	github.com/docker/docker/daemon/logger/local	0.023s	coverage: 79.4% of statements
14:26:10 [2022-10-10T14:26:10.743Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.020s	coverage: 63.5% of statements
14:26:11 [2022-10-10T14:26:11.305Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.020s	coverage: 31.5% of statements
14:26:12 [2022-10-10T14:26:12.234Z] ok  	github.com/docker/docker/daemon/logger/journald	3.370s	coverage: 74.5% of statements
14:26:12 [2022-10-10T14:26:12.234Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/fake	[no test files]
14:26:12 [2022-10-10T14:26:12.234Z] ?   	github.com/docker/docker/daemon/logger/journald/internal/sdjournal	[no test files]
14:26:12 [2022-10-10T14:26:12.234Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
14:26:12 [2022-10-10T14:26:12.234Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
14:26:12 [2022-10-10T14:26:12.797Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.007s	coverage: 46.8% of statements
14:26:13 [2022-10-10T14:26:13.053Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
14:26:13 [2022-10-10T14:26:13.309Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
14:26:13 [2022-10-10T14:26:13.564Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.530s	coverage: 82.5% of statements
14:26:13 [2022-10-10T14:26:13.564Z] ?   	github.com/docker/docker/daemon/names	[no test files]
14:26:13 [2022-10-10T14:26:13.564Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
14:26:14 [2022-10-10T14:26:14.492Z] ok  	github.com/docker/docker/distribution/metadata	0.036s	coverage: 44.4% of statements
14:26:16 [2022-10-10T14:26:16.380Z] ok  	github.com/docker/docker/distribution	1.505s	coverage: 28.0% of statements
14:26:16 [2022-10-10T14:26:16.380Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
14:26:16 [2022-10-10T14:26:16.941Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 77.0% of statements
14:26:17 [2022-10-10T14:26:17.240Z] ok  	github.com/docker/docker/distribution/xfer	1.892s	coverage: 84.9% of statements
14:26:17 [2022-10-10T14:26:17.240Z] ?   	github.com/docker/docker/dockerversion	[no test files]
14:26:17 [2022-10-10T14:26:17.495Z] ok  	github.com/docker/docker/image	0.030s	coverage: 86.9% of statements
14:26:18 [2022-10-10T14:26:18.055Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
14:26:18 [2022-10-10T14:26:18.310Z] ok  	github.com/docker/docker/image/tarexport	0.008s	coverage: 0.7% of statements
14:26:18 [2022-10-10T14:26:18.310Z] ?   	github.com/docker/docker/image/v1	[no test files]
14:26:18 [2022-10-10T14:26:18.310Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
14:26:18 [2022-10-10T14:26:18.566Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
14:26:19 [2022-10-10T14:26:19.502Z] ok  	github.com/docker/docker/oci	0.012s	coverage: 41.4% of statements
14:26:20 [2022-10-10T14:26:20.064Z] ok  	github.com/docker/docker/opts	0.024s	coverage: 66.0% of statements
14:26:20 [2022-10-10T14:26:20.326Z] ok  	github.com/docker/docker/pkg/aaparser	0.004s	coverage: 52.9% of statements
14:26:21 [2022-10-10T14:26:21.722Z] ok  	github.com/docker/docker/pkg/archive	0.291s	coverage: 82.0% of statements
14:26:23 [2022-10-10T14:26:23.086Z] ok  	github.com/docker/docker/pkg/authorization	0.742s	coverage: 68.3% of statements
14:26:23 [2022-10-10T14:26:23.086Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
14:26:23 [2022-10-10T14:26:23.342Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
14:26:26 [2022-10-10T14:26:26.613Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.528s	coverage: 44.9% of statements
14:26:26 [2022-10-10T14:26:26.614Z] ok  	github.com/docker/docker/pkg/containerfs	0.003s	coverage: 28.6% of statements
14:26:26 [2022-10-10T14:26:26.870Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
14:26:26 [2022-10-10T14:26:26.870Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
14:26:27 [2022-10-10T14:26:27.125Z] ok  	github.com/docker/docker/layer	7.189s	coverage: 68.9% of statements
14:26:27 [2022-10-10T14:26:27.125Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
14:26:27 [2022-10-10T14:26:27.125Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
14:26:27 [2022-10-10T14:26:27.125Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
14:26:27 [2022-10-10T14:26:27.125Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
14:26:27 [2022-10-10T14:26:27.125Z] ?   	github.com/docker/docker/oci/caps	[no test files]
14:26:27 [2022-10-10T14:26:27.125Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
14:26:27 [2022-10-10T14:26:27.125Z] ok  	github.com/docker/docker/pkg/fileutils	0.004s	coverage: 78.6% of statements
14:26:27 [2022-10-10T14:26:27.125Z] ?   	github.com/docker/docker/pkg/fsutils	[no test files]
14:26:27 [2022-10-10T14:26:27.382Z] ok  	github.com/docker/docker/pkg/homedir	0.016s	coverage: 11.4% of statements
14:26:28 [2022-10-10T14:26:28.310Z] ok  	github.com/docker/docker/pkg/idtools	0.460s	coverage: 69.5% of statements
14:26:28 [2022-10-10T14:26:28.310Z] ok  	github.com/docker/docker/pkg/ioutils	0.358s	coverage: 70.1% of statements
14:26:28 [2022-10-10T14:26:28.565Z] ok  	github.com/docker/docker/pkg/longpath	0.010s	coverage: 100.0% of statements
14:26:28 [2022-10-10T14:26:28.565Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.008s	coverage: 91.7% of statements
14:26:28 [2022-10-10T14:26:28.565Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
14:26:28 [2022-10-10T14:26:28.820Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.015s	coverage: 85.7% of statements
14:26:28 [2022-10-10T14:26:28.820Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
14:26:29 [2022-10-10T14:26:29.076Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.006s	coverage: 60.0% of statements
14:26:29 [2022-10-10T14:26:29.332Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.007s	coverage: 90.5% of statements
14:26:29 [2022-10-10T14:26:29.332Z] ok  	github.com/docker/docker/pkg/pidfile	0.004s	coverage: 82.4% of statements
14:26:29 [2022-10-10T14:26:29.332Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
14:26:29 [2022-10-10T14:26:29.332Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
14:26:29 [2022-10-10T14:26:29.588Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.015s	coverage: 56.8% of statements
14:26:30 [2022-10-10T14:26:30.149Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.004s	coverage: 85.7% of statements
14:26:30 [2022-10-10T14:26:30.405Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
14:26:30 [2022-10-10T14:26:30.661Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
14:26:30 [2022-10-10T14:26:30.917Z] ok  	github.com/docker/docker/pkg/reexec	0.010s	coverage: 82.4% of statements
14:26:31 [2022-10-10T14:26:31.172Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
14:26:31 [2022-10-10T14:26:31.427Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
14:26:31 [2022-10-10T14:26:31.682Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
14:26:31 [2022-10-10T14:26:31.938Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
14:26:32 [2022-10-10T14:26:32.498Z] ok  	github.com/docker/docker/pkg/sysinfo	0.007s	coverage: 53.6% of statements
14:26:32 [2022-10-10T14:26:32.754Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 46.5% of statements
14:26:33 [2022-10-10T14:26:33.010Z] ok  	github.com/docker/docker/pkg/tailfile	0.044s	coverage: 88.6% of statements
14:26:33 [2022-10-10T14:26:33.572Z] ok  	github.com/docker/docker/pkg/tarsum	0.044s	coverage: 89.3% of statements
14:26:33 [2022-10-10T14:26:33.572Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
14:26:35 [2022-10-10T14:26:35.461Z] ok  	github.com/docker/docker/plugin	0.517s	coverage: 23.2% of statements
14:26:35 [2022-10-10T14:26:35.717Z] ok  	github.com/docker/docker/plugin/v2	0.004s	coverage: 14.4% of statements
14:26:36 [2022-10-10T14:26:36.279Z] ok  	github.com/docker/docker/profiles/seccomp	0.009s	coverage: 86.0% of statements
14:26:37 [2022-10-10T14:26:37.206Z] ok  	github.com/docker/docker/quota	0.226s	coverage: 71.4% of statements
14:26:37 [2022-10-10T14:26:37.770Z] ok  	github.com/docker/docker/reference	0.007s	coverage: 84.4% of statements
14:26:38 [2022-10-10T14:26:38.698Z] ok  	github.com/docker/docker/registry	0.079s	coverage: 58.6% of statements
14:26:38 [2022-10-10T14:26:38.954Z] ok  	github.com/docker/docker/registry/resumable	0.017s	coverage: 100.0% of statements
14:26:38 [2022-10-10T14:26:38.954Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
14:26:39 [2022-10-10T14:26:39.516Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 64.5% of statements
14:26:39 [2022-10-10T14:26:39.771Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
14:26:41 [2022-10-10T14:26:41.660Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
14:26:41 [2022-10-10T14:26:41.916Z] ok  	github.com/docker/docker/volume/local	0.090s	coverage: 77.1% of statements
14:26:42 [2022-10-10T14:26:42.478Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 67.7% of statements
14:26:43 [2022-10-10T14:26:43.843Z] ok  	github.com/docker/docker/volume/service	0.014s	coverage: 73.1% of statements
14:27:05 [2022-10-10T14:27:05.725Z] ok  	github.com/docker/docker/pkg/plugins	33.635s	coverage: 76.3% of statements
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/pkg/pubsub	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/rootless	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/testutil/request	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/volume	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === Skipped
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     network_proxy_test.go:208: No support for dual stack yet
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:44: Driver btrfs not supported
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:44: Driver btrfs not supported
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:44: Driver btrfs not supported
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:44: Driver btrfs not supported
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:44: Driver btrfs not supported
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:71: No driver to put!
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z] time="2022-10-10T14:26:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z] time="2022-10-10T14:26:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z] time="2022-10-10T14:26:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z] time="2022-10-10T14:26:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z] time="2022-10-10T14:26:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:71: No driver to put!
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     overlay_test.go:50: Fails to compute changes intermittently
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     overlay_test.go:65: Cannot run test with naive change algorithm
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:44: Driver zfs not supported
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:44: Driver zfs not supported
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:44: Driver zfs not supported
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:44: Driver zfs not supported
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:44: Driver zfs not supported
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     graphtest_unix.go:71: No driver to put!
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     sysinfo_linux_test.go:86: AppArmor Must be Disabled
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
14:27:05 [2022-10-10T14:27:05.725Z]     sysinfo_linux_test.go:106: cgroup namespaces must be disabled
14:27:05 [2022-10-10T14:27:05.725Z] 
14:27:05 [2022-10-10T14:27:05.725Z] DONE 2847 tests, 28 skipped in 211.325s
14:27:05 [2022-10-10T14:27:05.725Z] + '[' -n 'github.com/docker/docker/libnetwork
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/bitseq
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/cluster
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/config
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/datastore
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/diagnostic
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/discoverapi
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/driverapi
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/drivers/bridge
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/drivers/host
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/drivers/null
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/drivers/overlay
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/drivers/remote
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/drivers/windows
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/drvregistry
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/etchosts
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/idm
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/internal/caller
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/ipam
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/ipamapi
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/ipams/builtin
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/ipams/null
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/ipams/remote
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:27:05 [2022-10-10T14:27:05.725Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:27:05 [2022-10-10T14:27:05.726Z] github.com/docker/docker/libnetwork/ipamutils
14:27:05 [2022-10-10T14:27:05.726Z] github.com/docker/docker/libnetwork/iptables
14:27:05 [2022-10-10T14:27:05.726Z] github.com/docker/docker/libnetwork/netlabel
14:27:05 [2022-10-10T14:27:05.726Z] github.com/docker/docker/libnetwork/netutils
14:27:05 [2022-10-10T14:27:05.726Z] github.com/docker/docker/libnetwork/networkdb
14:27:05 [2022-10-10T14:27:05.726Z] github.com/docker/docker/libnetwork/ns
14:27:05 [2022-10-10T14:27:05.726Z] github.com/docker/docker/libnetwork/options
14:27:05 [2022-10-10T14:27:05.726Z] github.com/docker/docker/libnetwork/osl
14:27:05 [2022-10-10T14:27:05.726Z] github.com/docker/docker/libnetwork/osl/kernel
14:27:05 [2022-10-10T14:27:05.726Z] github.com/docker/docker/libnetwork/portallocator
14:27:05 [2022-10-10T14:27:05.726Z] github.com/docker/docker/libnetwork/portmapper
14:27:05 [2022-10-10T14:27:05.726Z] github.com/docker/docker/libnetwork/resolvconf
14:27:05 [2022-10-10T14:27:05.726Z] github.com/docker/docker/libnetwork/testutils
14:27:05 [2022-10-10T14:27:05.726Z] github.com/docker/docker/libnetwork/types' ']'
14:27:05 [2022-10-10T14:27:05.726Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
14:27:52 [2022-10-10T14:27:52.343Z] ok  	github.com/docker/docker/libnetwork	37.404s	coverage: 40.6% of statements
14:27:52 [2022-10-10T14:27:52.343Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.140s	coverage: 84.4% of statements
14:27:52 [2022-10-10T14:27:52.343Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
14:27:52 [2022-10-10T14:27:52.343Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
14:27:52 [2022-10-10T14:27:52.343Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
14:27:52 [2022-10-10T14:27:52.343Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
14:27:52 [2022-10-10T14:27:52.343Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
14:27:52 [2022-10-10T14:27:52.343Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
14:27:52 [2022-10-10T14:27:52.343Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
14:27:52 [2022-10-10T14:27:52.343Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
14:27:52 [2022-10-10T14:27:52.343Z] ok  	github.com/docker/docker/libnetwork/config	0.013s	coverage: 9.3% of statements
14:27:52 [2022-10-10T14:27:52.343Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 21.9% of statements
14:27:52 [2022-10-10T14:27:52.343Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
14:27:52 [2022-10-10T14:27:52.343Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
14:27:52 [2022-10-10T14:27:52.343Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
14:27:52 [2022-10-10T14:27:52.343Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.571s	coverage: 59.9% of statements
14:27:52 [2022-10-10T14:27:52.343Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
14:27:52 [2022-10-10T14:27:52.343Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
14:27:52 [2022-10-10T14:27:52.343Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.034s	coverage: 5.1% of statements
14:27:52 [2022-10-10T14:27:52.343Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
14:27:52 [2022-10-10T14:27:52.905Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.014s	coverage: 4.7% of statements
14:27:52 [2022-10-10T14:27:52.905Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
14:27:53 [2022-10-10T14:27:53.160Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
14:28:03 [2022-10-10T14:28:03.100Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.247s	coverage: 6.6% of statements
14:28:03 [2022-10-10T14:28:03.101Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
14:28:03 [2022-10-10T14:28:03.101Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 63.6% of statements
14:28:03 [2022-10-10T14:28:03.662Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.011s	coverage: 57.4% of statements
14:28:03 [2022-10-10T14:28:03.662Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
14:28:03 [2022-10-10T14:28:03.662Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
14:28:03 [2022-10-10T14:28:03.662Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
14:28:04 [2022-10-10T14:28:04.224Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.014s	coverage: 82.4% of statements
14:28:04 [2022-10-10T14:28:04.224Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.013s	coverage: 81.2% of statements
14:28:04 [2022-10-10T14:28:04.480Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
14:28:04 [2022-10-10T14:28:04.735Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
14:28:16 [2022-10-10T14:28:16.930Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
14:28:31 [2022-10-10T14:28:31.773Z] ok  	github.com/docker/docker/libnetwork/ipam	15.213s	coverage: 85.3% of statements
14:28:31 [2022-10-10T14:28:31.773Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
14:28:31 [2022-10-10T14:28:31.773Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
14:28:31 [2022-10-10T14:28:31.773Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
14:28:31 [2022-10-10T14:28:31.773Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.008s	coverage: 47.4% of statements
14:28:31 [2022-10-10T14:28:31.773Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
14:28:31 [2022-10-10T14:28:31.773Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
14:28:32 [2022-10-10T14:28:32.029Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.258s	coverage: 74.0% of statements
14:28:32 [2022-10-10T14:28:32.958Z] ok  	github.com/docker/docker/libnetwork/iptables	0.181s	coverage: 45.1% of statements
14:28:32 [2022-10-10T14:28:32.958Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
14:28:33 [2022-10-10T14:28:33.214Z] ok  	github.com/docker/docker/libnetwork/netutils	0.016s	coverage: 44.1% of statements
14:30:24 [2022-10-10T14:30:24.644Z] ok  	github.com/docker/docker/libnetwork/networkdb	105.008s	coverage: 60.1% of statements
14:30:24 [2022-10-10T14:30:24.644Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
14:30:24 [2022-10-10T14:30:24.644Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
14:30:24 [2022-10-10T14:30:24.644Z] ok  	github.com/docker/docker/libnetwork/osl	4.351s	coverage: 39.7% of statements
14:30:24 [2022-10-10T14:30:24.901Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
14:30:25 [2022-10-10T14:30:25.157Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.015s	coverage: 80.7% of statements
14:30:26 [2022-10-10T14:30:26.524Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.651s	coverage: 46.3% of statements
14:30:26 [2022-10-10T14:30:26.524Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 82.8% of statements
14:30:26 [2022-10-10T14:30:26.524Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
14:30:26 [2022-10-10T14:30:26.780Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
14:30:26 [2022-10-10T14:30:26.780Z] 
14:30:26 [2022-10-10T14:30:26.780Z] === Skipped
14:30:26 [2022-10-10T14:30:26.780Z] === SKIP: libnetwork TestParallel1 (0.00s)
14:30:26 [2022-10-10T14:30:26.780Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
14:30:26 [2022-10-10T14:30:26.780Z] 
14:30:26 [2022-10-10T14:30:26.780Z] === SKIP: libnetwork TestParallel3 (0.00s)
14:30:26 [2022-10-10T14:30:26.780Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
14:30:26 [2022-10-10T14:30:26.780Z] 
14:30:26 [2022-10-10T14:30:26.780Z] === SKIP: libnetwork TestParallel2 (0.00s)
14:30:26 [2022-10-10T14:30:26.780Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
14:30:26 [2022-10-10T14:30:26.780Z] 
14:30:26 [2022-10-10T14:30:26.780Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
14:30:26 [2022-10-10T14:30:26.780Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
14:30:26 [2022-10-10T14:30:26.780Z] 
14:30:26 [2022-10-10T14:30:26.780Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
14:30:26 [2022-10-10T14:30:26.780Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
14:30:26 [2022-10-10T14:30:26.780Z] 
14:30:26 [2022-10-10T14:30:26.780Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
14:30:26 [2022-10-10T14:30:26.780Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
14:30:26 [2022-10-10T14:30:26.780Z] 
14:30:26 [2022-10-10T14:30:26.780Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
14:30:26 [2022-10-10T14:30:26.780Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
14:30:26 [2022-10-10T14:30:26.780Z] 
14:30:26 [2022-10-10T14:30:26.780Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
14:30:26 [2022-10-10T14:30:26.780Z]     allocator_test.go:1483: Skipped because t.parallel was less than  5
14:30:26 [2022-10-10T14:30:26.780Z] 
14:30:26 [2022-10-10T14:30:26.780Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
14:30:26 [2022-10-10T14:30:26.780Z]     firewalld_test.go:14: firewalld is not running
14:30:26 [2022-10-10T14:30:26.780Z] 
14:30:26 [2022-10-10T14:30:26.780Z] DONE 325 tests, 9 skipped in 202.965s
Post stage
[Pipeline] junit
14:30:27 [2022-10-10T14:30:27.717Z] Recording test results
14:30:27 [2022-10-10T14:30:27.867Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
14:30:28 [2022-10-10T14:30:28.175Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44280/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb hack/make.sh dynbinary test-integration
14:30:28 [2022-10-10T14:30:28.750Z] 
14:30:28 [2022-10-10T14:30:28.751Z] Removing bundles/
14:30:28 [2022-10-10T14:30:28.751Z] 
14:30:28 [2022-10-10T14:30:28.751Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
14:30:28 [2022-10-10T14:30:28.751Z] Building: bundles/dynbinary-daemon/dockerd
14:30:28 [2022-10-10T14:30:28.751Z] GOOS="" GOARCH="" GOARM=""
14:32:05 [2022-10-10T14:32:05.180Z] Created binary: bundles/dynbinary-daemon/dockerd
14:32:05 [2022-10-10T14:32:05.180Z] Building: bundles/dynbinary-daemon/docker-proxy
14:32:05 [2022-10-10T14:32:05.180Z] GOOS="" GOARCH="" GOARM=""
14:32:05 [2022-10-10T14:32:05.180Z] Created binary: bundles/dynbinary-daemon/docker-proxy
14:32:05 [2022-10-10T14:32:05.180Z] 
14:32:05 [2022-10-10T14:32:05.180Z] ---> Making bundle: test-integration (in bundles/test-integration)
14:32:05 [2022-10-10T14:32:05.180Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
14:32:05 [2022-10-10T14:32:05.180Z] HOSTNAME=1d8c0a7bd982
14:32:05 [2022-10-10T14:32:05.180Z] TESTDEBUG=0
14:32:05 [2022-10-10T14:32:05.180Z] DEST=bundles/test-integration
14:32:05 [2022-10-10T14:32:05.180Z] PWD=/go/src/github.com/docker/docker
14:32:05 [2022-10-10T14:32:05.180Z] DOCKER_GITCOMMIT=90431d1857bdb5e6cdc3eeb32c1947aee5dd60cb
14:32:05 [2022-10-10T14:32:05.180Z] container=docker
14:32:05 [2022-10-10T14:32:05.180Z] HOME=/root
14:32:05 [2022-10-10T14:32:05.180Z] GOLANG_VERSION=1.19.2
14:32:05 [2022-10-10T14:32:05.180Z] VALIDATE_REPO=https://github.com/moby/moby.git
14:32:05 [2022-10-10T14:32:05.180Z] VALIDATE_BRANCH=master
14:32:05 [2022-10-10T14:32:05.180Z] TERM=xterm
14:32:05 [2022-10-10T14:32:05.180Z] DOCKER_PKG=github.com/docker/docker
14:32:05 [2022-10-10T14:32:05.180Z] SHLVL=1
14:32:05 [2022-10-10T14:32:05.180Z] TIMEOUT=120m
14:32:05 [2022-10-10T14:32:05.180Z] DOCKER_BUILDTAGS= journald
14:32:05 [2022-10-10T14:32:05.180Z] DOCKER_GRAPHDRIVER=overlay2
14:32:05 [2022-10-10T14:32:05.180Z] GO111MODULE=off
14:32:05 [2022-10-10T14:32:05.180Z] DOCKER_EXPERIMENTAL=1
14:32:05 [2022-10-10T14:32:05.180Z] TEST_SKIP_INTEGRATION_CLI=1
14:32:05 [2022-10-10T14:32:05.180Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:32:05 [2022-10-10T14:32:05.180Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
14:32:05 [2022-10-10T14:32:05.180Z] GOPATH=/go
14:32:05 [2022-10-10T14:32:05.180Z] PKG_CONFIG=pkg-config
14:32:05 [2022-10-10T14:32:05.180Z] _=/usr/bin/env
14:32:05 [2022-10-10T14:32:05.180Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
14:32:37 [2022-10-10T14:32:37.229Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
14:32:37 [2022-10-10T14:32:37.229Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
14:32:59 [2022-10-10T14:32:59.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
14:33:07 [2022-10-10T14:33:07.234Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
14:33:13 [2022-10-10T14:33:13.776Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
14:33:13 [2022-10-10T14:33:13.776Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
14:33:14 [2022-10-10T14:33:14.703Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
14:33:15 [2022-10-10T14:33:15.265Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
14:33:16 [2022-10-10T14:33:16.194Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
14:33:16 [2022-10-10T14:33:16.194Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
14:33:17 [2022-10-10T14:33:17.123Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
14:33:18 [2022-10-10T14:33:18.490Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
14:33:19 [2022-10-10T14:33:19.857Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
14:33:20 [2022-10-10T14:33:20.785Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
14:33:21 [2022-10-10T14:33:21.042Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
14:33:21 [2022-10-10T14:33:21.969Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
14:33:22 [2022-10-10T14:33:22.532Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
14:33:23 [2022-10-10T14:33:23.459Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
14:33:24 [2022-10-10T14:33:24.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
14:33:24 [2022-10-10T14:33:24.951Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
14:33:25 [2022-10-10T14:33:25.513Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
14:33:25 [2022-10-10T14:33:25.513Z] Using test binary docker
14:33:25 [2022-10-10T14:33:25.769Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
14:33:25 [2022-10-10T14:33:25.769Z] +++ /etc/init.d/apparmor start
14:33:25 [2022-10-10T14:33:25.769Z] Not: starting.
14:33:25 [2022-10-10T14:33:25.769Z] INFO: Waiting for daemon to start...
14:33:25 [2022-10-10T14:33:25.769Z] Starting dockerd
14:33:25 [2022-10-10T14:33:25.769Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
14:33:27 [2022-10-10T14:33:27.657Z] .
14:33:27 [2022-10-10T14:33:27.657Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
14:33:27 [2022-10-10T14:33:27.657Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
14:33:27 [2022-10-10T14:33:27.657Z] Error: No such image: emptyfs
14:33:27 [2022-10-10T14:33:27.657Z] ++++ tar -cC bundles/test-integration/emptyfs .
14:33:27 [2022-10-10T14:33:27.657Z] ++++ docker load
14:33:27 [2022-10-10T14:33:27.912Z] Loaded image: emptyfs:latest
14:33:27 [2022-10-10T14:33:27.912Z] Running integration-test (iteration 1)
14:33:27 [2022-10-10T14:33:27.912Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
14:33:27 [2022-10-10T14:33:27.912Z] ++ 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
14:33:27 [2022-10-10T14:33:27.912Z] ++ set -e
14:33:27 [2022-10-10T14:33:27.912Z] ++ '[' -n 0 ']'
14:33:27 [2022-10-10T14:33:27.912Z] ++ set -x
14:33:27 [2022-10-10T14:33:27.912Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
14:33:28 [2022-10-10T14:33:28.168Z] Loaded image: busybox:latest
14:33:28 [2022-10-10T14:33:28.168Z] Loaded image: busybox:glibc
14:33:29 [2022-10-10T14:33:29.532Z] Loaded image: debian:bullseye-slim
14:33:29 [2022-10-10T14:33:29.532Z] Loaded image: hello-world:latest
14:33:29 [2022-10-10T14:33:29.532Z] Loaded image: arm32v7/hello-world:latest
14:33:29 [2022-10-10T14:33:29.532Z] INFO: Testing against a local daemon
14:33:29 [2022-10-10T14:33:29.532Z] === RUN   TestCgroupNamespacesBuild
14:33:32 [2022-10-10T14:33:32.797Z] --- PASS: TestCgroupNamespacesBuild (3.14s)
14:33:32 [2022-10-10T14:33:32.797Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
14:33:33 [2022-10-10T14:33:33.723Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.13s)
14:33:33 [2022-10-10T14:33:33.723Z] === RUN   TestBuildWithSession
14:33:33 [2022-10-10T14:33:33.723Z]     build_session_test.go:25: TODO: BuildKit
14:33:33 [2022-10-10T14:33:33.723Z] --- SKIP: TestBuildWithSession (0.00s)
14:33:33 [2022-10-10T14:33:33.723Z] === RUN   TestBuildSquashParent
14:33:37 [2022-10-10T14:33:37.890Z] --- PASS: TestBuildSquashParent (3.53s)
14:33:37 [2022-10-10T14:33:37.890Z] === RUN   TestBuildWithRemoveAndForceRemove
14:33:37 [2022-10-10T14:33:37.890Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:33:37 [2022-10-10T14:33:37.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:33:37 [2022-10-10T14:33:37.890Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:33:37 [2022-10-10T14:33:37.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:33:37 [2022-10-10T14:33:37.890Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:33:37 [2022-10-10T14:33:37.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:33:37 [2022-10-10T14:33:37.890Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:33:37 [2022-10-10T14:33:37.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:33:37 [2022-10-10T14:33:37.890Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:33:37 [2022-10-10T14:33:37.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:33:37 [2022-10-10T14:33:37.890Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:33:37 [2022-10-10T14:33:37.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:33:37 [2022-10-10T14:33:37.890Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:33:37 [2022-10-10T14:33:37.890Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:33:38 [2022-10-10T14:33:38.451Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:33:38 [2022-10-10T14:33:38.707Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:33:39 [2022-10-10T14:33:39.676Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:33:39 [2022-10-10T14:33:39.932Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:33:40 [2022-10-10T14:33:40.861Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
14:33:40 [2022-10-10T14:33:40.861Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.36s)
14:33:40 [2022-10-10T14:33:40.861Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.40s)
14:33:40 [2022-10-10T14:33:40.861Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.23s)
14:33:40 [2022-10-10T14:33:40.861Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.23s)
14:33:40 [2022-10-10T14:33:40.861Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.05s)
14:33:40 [2022-10-10T14:33:40.861Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.14s)
14:33:40 [2022-10-10T14:33:40.861Z] === RUN   TestBuildMultiStageCopy
14:33:40 [2022-10-10T14:33:40.861Z] === RUN   TestBuildMultiStageCopy/copy_to_root
14:33:42 [2022-10-10T14:33:42.225Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
14:33:42 [2022-10-10T14:33:42.225Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
14:33:42 [2022-10-10T14:33:42.481Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
14:33:42 [2022-10-10T14:33:42.737Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
14:33:42 [2022-10-10T14:33:42.992Z] --- PASS: TestBuildMultiStageCopy (1.92s)
14:33:42 [2022-10-10T14:33:42.992Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.10s)
14:33:42 [2022-10-10T14:33:42.992Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s)
14:33:42 [2022-10-10T14:33:42.992Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s)
14:33:42 [2022-10-10T14:33:42.992Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s)
14:33:42 [2022-10-10T14:33:42.992Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s)
14:33:42 [2022-10-10T14:33:42.992Z] === RUN   TestBuildMultiStageParentConfig
14:33:43 [2022-10-10T14:33:43.553Z] --- PASS: TestBuildMultiStageParentConfig (0.56s)
14:33:43 [2022-10-10T14:33:43.553Z] === RUN   TestBuildLabelWithTargets
14:33:44 [2022-10-10T14:33:44.480Z] --- PASS: TestBuildLabelWithTargets (0.91s)
14:33:44 [2022-10-10T14:33:44.480Z] === RUN   TestBuildWithEmptyLayers
14:33:44 [2022-10-10T14:33:44.735Z] --- PASS: TestBuildWithEmptyLayers (0.43s)
14:33:44 [2022-10-10T14:33:44.736Z] === RUN   TestBuildMultiStageOnBuild
14:33:46 [2022-10-10T14:33:46.101Z] --- PASS: TestBuildMultiStageOnBuild (1.35s)
14:33:46 [2022-10-10T14:33:46.101Z] === RUN   TestBuildUncleanTarFilenames
14:33:46 [2022-10-10T14:33:46.662Z] --- PASS: TestBuildUncleanTarFilenames (0.60s)
14:33:46 [2022-10-10T14:33:46.662Z] === RUN   TestBuildMultiStageLayerLeak
14:33:48 [2022-10-10T14:33:48.026Z] --- PASS: TestBuildMultiStageLayerLeak (1.37s)
14:33:48 [2022-10-10T14:33:48.026Z] === RUN   TestBuildWithHugeFile
14:34:26 [2022-10-10T14:34:26.695Z] --- PASS: TestBuildWithHugeFile (35.09s)
14:34:26 [2022-10-10T14:34:26.695Z] === RUN   TestBuildWCOWSandboxSize
14:34:26 [2022-10-10T14:34:26.695Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:34:26 [2022-10-10T14:34:26.695Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
14:34:26 [2022-10-10T14:34:26.695Z] === RUN   TestBuildWithEmptyDockerfile
14:34:26 [2022-10-10T14:34:26.695Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
14:34:26 [2022-10-10T14:34:26.695Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
14:34:26 [2022-10-10T14:34:26.695Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:34:26 [2022-10-10T14:34:26.695Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:34:26 [2022-10-10T14:34:26.695Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:34:26 [2022-10-10T14:34:26.695Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:34:26 [2022-10-10T14:34:26.695Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
14:34:26 [2022-10-10T14:34:26.695Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:34:26 [2022-10-10T14:34:26.695Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:34:26 [2022-10-10T14:34:26.695Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
14:34:26 [2022-10-10T14:34:26.695Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s)
14:34:26 [2022-10-10T14:34:26.695Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s)
14:34:26 [2022-10-10T14:34:26.695Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
14:34:26 [2022-10-10T14:34:26.695Z] === RUN   TestBuildPreserveOwnership
14:34:26 [2022-10-10T14:34:26.695Z] === RUN   TestBuildPreserveOwnership/copy_from
14:34:26 [2022-10-10T14:34:26.695Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
14:34:26 [2022-10-10T14:34:26.695Z] --- PASS: TestBuildPreserveOwnership (2.96s)
14:34:26 [2022-10-10T14:34:26.695Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.01s)
14:34:26 [2022-10-10T14:34:26.695Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.94s)
14:34:26 [2022-10-10T14:34:26.695Z] === RUN   TestBuildPlatformInvalid
14:34:26 [2022-10-10T14:34:26.695Z] --- PASS: TestBuildPlatformInvalid (0.07s)
14:34:26 [2022-10-10T14:34:26.695Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
14:34:27 [2022-10-10T14:34:27.255Z] Loaded image: busybox:latest
14:34:27 [2022-10-10T14:34:27.255Z] Loaded image: busybox:glibc
14:34:28 [2022-10-10T14:34:28.182Z] Loaded image: debian:bullseye-slim
14:34:28 [2022-10-10T14:34:28.438Z] Loaded image: hello-world:latest
14:34:28 [2022-10-10T14:34:28.438Z] Loaded image: arm32v7/hello-world:latest
14:34:36 [2022-10-10T14:34:36.555Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.21s)
14:34:36 [2022-10-10T14:34:36.555Z] PASS
14:34:36 [2022-10-10T14:34:36.555Z] 
14:34:36 [2022-10-10T14:34:36.555Z] === Skipped
14:34:36 [2022-10-10T14:34:36.555Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
14:34:36 [2022-10-10T14:34:36.555Z]     build_session_test.go:25: TODO: BuildKit
14:34:36 [2022-10-10T14:34:36.555Z] 
14:34:36 [2022-10-10T14:34:36.555Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
14:34:36 [2022-10-10T14:34:36.555Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:34:36 [2022-10-10T14:34:36.555Z] 
14:34:36 [2022-10-10T14:34:36.555Z] DONE 34 tests, 2 skipped in 68.737s
14:34:36 [2022-10-10T14:34:36.555Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
14:34:36 [2022-10-10T14:34:36.555Z] ++ 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
14:34:36 [2022-10-10T14:34:36.555Z] ++ set -e
14:34:36 [2022-10-10T14:34:36.555Z] ++ '[' -n 0 ']'
14:34:36 [2022-10-10T14:34:36.555Z] ++ set -x
14:34:36 [2022-10-10T14:34:36.555Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
14:34:36 [2022-10-10T14:34:36.810Z] INFO: Testing against a local daemon
14:34:36 [2022-10-10T14:34:36.810Z] === RUN   TestConfigInspect
14:34:39 [2022-10-10T14:34:39.323Z] --- PASS: TestConfigInspect (2.31s)
14:34:39 [2022-10-10T14:34:39.323Z] === RUN   TestConfigList
14:34:41 [2022-10-10T14:34:41.212Z] --- PASS: TestConfigList (2.15s)
14:34:41 [2022-10-10T14:34:41.212Z] === RUN   TestConfigsCreateAndDelete
14:34:43 [2022-10-10T14:34:43.725Z] --- PASS: TestConfigsCreateAndDelete (2.29s)
14:34:43 [2022-10-10T14:34:43.725Z] === RUN   TestConfigsUpdate
14:34:45 [2022-10-10T14:34:45.613Z] --- PASS: TestConfigsUpdate (2.16s)
14:34:45 [2022-10-10T14:34:45.613Z] === RUN   TestTemplatedConfig
14:34:48 [2022-10-10T14:34:48.878Z] --- PASS: TestTemplatedConfig (2.59s)
14:34:48 [2022-10-10T14:34:48.878Z] === RUN   TestConfigCreateResolve
14:34:50 [2022-10-10T14:34:50.766Z] --- PASS: TestConfigCreateResolve (2.16s)
14:34:50 [2022-10-10T14:34:50.766Z] PASS
14:34:50 [2022-10-10T14:34:50.766Z] 
14:34:50 [2022-10-10T14:34:50.766Z] DONE 6 tests in 13.764s
14:34:50 [2022-10-10T14:34:50.766Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
14:34:50 [2022-10-10T14:34:50.766Z] ++ 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
14:34:50 [2022-10-10T14:34:50.766Z] ++ set -e
14:34:50 [2022-10-10T14:34:50.766Z] ++ '[' -n 0 ']'
14:34:50 [2022-10-10T14:34:50.766Z] ++ set -x
14:34:50 [2022-10-10T14:34:50.766Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
14:34:50 [2022-10-10T14:34:50.766Z] INFO: Testing against a local daemon
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestAttachWithTTY
14:34:50 [2022-10-10T14:34:50.766Z] --- PASS: TestAttachWithTTY (0.06s)
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestAttachWithoutTTy
14:34:50 [2022-10-10T14:34:50.766Z] --- PASS: TestAttachWithoutTTy (0.05s)
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestCheckpoint
14:34:50 [2022-10-10T14:34:50.766Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:34:50 [2022-10-10T14:34:50.766Z] --- SKIP: TestCheckpoint (0.00s)
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/commit
14:34:50 [2022-10-10T14:34:50.766Z] === PAUSE TestContainerInvalidJSON/commit
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/containers/create
14:34:50 [2022-10-10T14:34:50.766Z] === PAUSE TestContainerInvalidJSON/containers/create
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
14:34:50 [2022-10-10T14:34:50.766Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
14:34:50 [2022-10-10T14:34:50.766Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
14:34:50 [2022-10-10T14:34:50.766Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
14:34:50 [2022-10-10T14:34:50.766Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
14:34:50 [2022-10-10T14:34:50.766Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
14:34:50 [2022-10-10T14:34:50.766Z] === CONT  TestContainerInvalidJSON/commit
14:34:50 [2022-10-10T14:34:50.766Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
14:34:50 [2022-10-10T14:34:50.766Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/commit/empty_body
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
14:34:50 [2022-10-10T14:34:50.766Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
14:34:50 [2022-10-10T14:34:50.766Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
14:34:50 [2022-10-10T14:34:50.766Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
14:34:50 [2022-10-10T14:34:50.766Z] === CONT  TestContainerInvalidJSON/containers/create
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
14:34:50 [2022-10-10T14:34:50.766Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
14:34:50 [2022-10-10T14:34:50.766Z] --- PASS: TestContainerInvalidJSON (0.01s)
14:34:50 [2022-10-10T14:34:50.766Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
14:34:50 [2022-10-10T14:34:50.766Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
14:34:50 [2022-10-10T14:34:50.766Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
14:34:50 [2022-10-10T14:34:50.766Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
14:34:50 [2022-10-10T14:34:50.766Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
14:34:50 [2022-10-10T14:34:50.766Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
14:34:50 [2022-10-10T14:34:50.766Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
14:34:50 [2022-10-10T14:34:50.766Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
14:34:50 [2022-10-10T14:34:50.766Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
14:34:50 [2022-10-10T14:34:50.766Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
14:34:50 [2022-10-10T14:34:50.767Z] === RUN   TestCopyFromContainerPathDoesNotExist
14:34:50 [2022-10-10T14:34:50.767Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
14:34:50 [2022-10-10T14:34:50.767Z] === RUN   TestCopyFromContainerPathIsNotDir
14:34:50 [2022-10-10T14:34:50.767Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
14:34:50 [2022-10-10T14:34:50.767Z] === RUN   TestCopyToContainerPathDoesNotExist
14:34:51 [2022-10-10T14:34:51.022Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
14:34:51 [2022-10-10T14:34:51.022Z] === RUN   TestCopyEmptyFile
14:34:51 [2022-10-10T14:34:51.022Z] --- PASS: TestCopyEmptyFile (0.22s)
14:34:51 [2022-10-10T14:34:51.022Z] === RUN   TestCopyToContainerPathIsNotDir
14:34:51 [2022-10-10T14:34:51.278Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
14:34:51 [2022-10-10T14:34:51.278Z] === RUN   TestCopyFromContainer
14:34:52 [2022-10-10T14:34:52.206Z] === RUN   TestCopyFromContainer//
14:34:52 [2022-10-10T14:34:52.206Z] === RUN   TestCopyFromContainer//bar/root
14:34:52 [2022-10-10T14:34:52.206Z] === RUN   TestCopyFromContainer//bar/root/
14:34:52 [2022-10-10T14:34:52.206Z] === RUN   TestCopyFromContainer/bar/quux
14:34:52 [2022-10-10T14:34:52.462Z] === RUN   TestCopyFromContainer/bar/quux/
14:34:52 [2022-10-10T14:34:52.462Z] === RUN   TestCopyFromContainer/bar/quux/baz
14:34:52 [2022-10-10T14:34:52.462Z] === RUN   TestCopyFromContainer/bar/filesymlink
14:34:52 [2022-10-10T14:34:52.462Z] === RUN   TestCopyFromContainer/bar/dirsymlink
14:34:52 [2022-10-10T14:34:52.718Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
14:34:52 [2022-10-10T14:34:52.718Z] === RUN   TestCopyFromContainer/bar/notarget
14:34:52 [2022-10-10T14:34:52.718Z] --- PASS: TestCopyFromContainer (1.60s)
14:34:52 [2022-10-10T14:34:52.718Z]     --- PASS: TestCopyFromContainer// (0.06s)
14:34:52 [2022-10-10T14:34:52.718Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
14:34:52 [2022-10-10T14:34:52.718Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.08s)
14:34:52 [2022-10-10T14:34:52.718Z]     --- PASS: TestCopyFromContainer/bar/quux (0.09s)
14:34:52 [2022-10-10T14:34:52.718Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
14:34:52 [2022-10-10T14:34:52.718Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
14:34:52 [2022-10-10T14:34:52.718Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
14:34:52 [2022-10-10T14:34:52.718Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
14:34:52 [2022-10-10T14:34:52.718Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
14:34:52 [2022-10-10T14:34:52.718Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
14:34:52 [2022-10-10T14:34:52.718Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
14:34:52 [2022-10-10T14:34:52.718Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:34:52 [2022-10-10T14:34:52.718Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:34:52 [2022-10-10T14:34:52.718Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:34:52 [2022-10-10T14:34:52.718Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:34:52 [2022-10-10T14:34:52.718Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
14:34:52 [2022-10-10T14:34:52.718Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
14:34:52 [2022-10-10T14:34:52.718Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:34:52 [2022-10-10T14:34:52.718Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
14:34:52 [2022-10-10T14:34:52.718Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:34:52 [2022-10-10T14:34:52.718Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
14:34:52 [2022-10-10T14:34:52.718Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
14:34:52 [2022-10-10T14:34:52.718Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
14:34:52 [2022-10-10T14:34:52.718Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
14:34:52 [2022-10-10T14:34:52.718Z] === RUN   TestCreateLinkToNonExistingContainer
14:34:52 [2022-10-10T14:34:52.718Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
14:34:52 [2022-10-10T14:34:52.718Z] === RUN   TestCreateWithInvalidEnv
14:34:52 [2022-10-10T14:34:52.718Z] === RUN   TestCreateWithInvalidEnv/0
14:34:52 [2022-10-10T14:34:52.718Z] === PAUSE TestCreateWithInvalidEnv/0
14:34:52 [2022-10-10T14:34:52.718Z] === RUN   TestCreateWithInvalidEnv/1
14:34:52 [2022-10-10T14:34:52.718Z] === PAUSE TestCreateWithInvalidEnv/1
14:34:52 [2022-10-10T14:34:52.718Z] === RUN   TestCreateWithInvalidEnv/2
14:34:52 [2022-10-10T14:34:52.718Z] === PAUSE TestCreateWithInvalidEnv/2
14:34:52 [2022-10-10T14:34:52.974Z] === CONT  TestCreateWithInvalidEnv/0
14:34:52 [2022-10-10T14:34:52.974Z] === CONT  TestCreateWithInvalidEnv/2
14:34:52 [2022-10-10T14:34:52.974Z] === CONT  TestCreateWithInvalidEnv/1
14:34:52 [2022-10-10T14:34:52.974Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
14:34:52 [2022-10-10T14:34:52.974Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
14:34:52 [2022-10-10T14:34:52.974Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
14:34:52 [2022-10-10T14:34:52.974Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
14:34:52 [2022-10-10T14:34:52.974Z] === RUN   TestCreateTmpfsMountsTarget
14:34:52 [2022-10-10T14:34:52.974Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
14:34:52 [2022-10-10T14:34:52.974Z] === RUN   TestCreateWithCustomMaskedPaths
14:34:54 [2022-10-10T14:34:54.388Z] --- PASS: TestCreateWithCustomMaskedPaths (1.23s)
14:34:54 [2022-10-10T14:34:54.388Z] === RUN   TestCreateWithCustomReadonlyPaths
14:34:55 [2022-10-10T14:34:55.315Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.17s)
14:34:55 [2022-10-10T14:34:55.315Z] === RUN   TestCreateWithInvalidHealthcheckParams
14:34:55 [2022-10-10T14:34:55.315Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:34:55 [2022-10-10T14:34:55.315Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:34:55 [2022-10-10T14:34:55.315Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:34:55 [2022-10-10T14:34:55.315Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:34:55 [2022-10-10T14:34:55.315Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:34:55 [2022-10-10T14:34:55.315Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:34:55 [2022-10-10T14:34:55.315Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:34:55 [2022-10-10T14:34:55.315Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:34:55 [2022-10-10T14:34:55.315Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:34:55 [2022-10-10T14:34:55.315Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:34:55 [2022-10-10T14:34:55.315Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:34:55 [2022-10-10T14:34:55.315Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:34:55 [2022-10-10T14:34:55.315Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:34:55 [2022-10-10T14:34:55.315Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:34:55 [2022-10-10T14:34:55.315Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:34:55 [2022-10-10T14:34:55.315Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
14:34:55 [2022-10-10T14:34:55.315Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
14:34:55 [2022-10-10T14:34:55.315Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
14:34:55 [2022-10-10T14:34:55.315Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
14:34:55 [2022-10-10T14:34:55.315Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
14:34:55 [2022-10-10T14:34:55.315Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
14:34:55 [2022-10-10T14:34:55.315Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
14:34:55 [2022-10-10T14:34:55.877Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s)
14:34:55 [2022-10-10T14:34:55.877Z] === RUN   TestCreateDifferentPlatform
14:34:55 [2022-10-10T14:34:55.877Z] === RUN   TestCreateDifferentPlatform/different_os
14:34:55 [2022-10-10T14:34:55.877Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
14:34:55 [2022-10-10T14:34:55.877Z] --- PASS: TestCreateDifferentPlatform (0.01s)
14:34:55 [2022-10-10T14:34:55.877Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
14:34:55 [2022-10-10T14:34:55.877Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
14:34:55 [2022-10-10T14:34:55.877Z] === RUN   TestCreateVolumesFromNonExistingContainer
14:34:55 [2022-10-10T14:34:55.877Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
14:34:55 [2022-10-10T14:34:55.877Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
14:34:55 [2022-10-10T14:34:55.877Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
14:34:55 [2022-10-10T14:34:55.877Z] === RUN   TestCreateInvalidHostConfig
14:34:55 [2022-10-10T14:34:55.877Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
14:34:55 [2022-10-10T14:34:55.877Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
14:34:55 [2022-10-10T14:34:55.877Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
14:34:55 [2022-10-10T14:34:55.877Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
14:34:55 [2022-10-10T14:34:55.877Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
14:34:55 [2022-10-10T14:34:55.877Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
14:34:55 [2022-10-10T14:34:55.877Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
14:34:55 [2022-10-10T14:34:55.877Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
14:34:55 [2022-10-10T14:34:55.877Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
14:34:55 [2022-10-10T14:34:55.877Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
14:34:55 [2022-10-10T14:34:55.877Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
14:34:55 [2022-10-10T14:34:55.877Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
14:34:55 [2022-10-10T14:34:55.877Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
14:34:55 [2022-10-10T14:34:55.877Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
14:34:55 [2022-10-10T14:34:55.877Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
14:34:55 [2022-10-10T14:34:55.877Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
14:34:55 [2022-10-10T14:34:55.877Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
14:34:55 [2022-10-10T14:34:55.877Z] === RUN   TestContainerStartOnDaemonRestart
14:34:55 [2022-10-10T14:34:55.877Z] === PAUSE TestContainerStartOnDaemonRestart
14:34:55 [2022-10-10T14:34:55.877Z] === RUN   TestDaemonRestartIpcMode
14:34:55 [2022-10-10T14:34:55.877Z] === PAUSE TestDaemonRestartIpcMode
14:34:55 [2022-10-10T14:34:55.877Z] === RUN   TestDaemonHostGatewayIP
14:34:55 [2022-10-10T14:34:55.877Z] === PAUSE TestDaemonHostGatewayIP
14:34:55 [2022-10-10T14:34:55.877Z] === RUN   TestRestartDaemonWithRestartingContainer
14:34:55 [2022-10-10T14:34:55.877Z] === PAUSE TestRestartDaemonWithRestartingContainer
14:34:55 [2022-10-10T14:34:55.877Z] === RUN   TestContainerKillOnDaemonStart
14:34:55 [2022-10-10T14:34:55.877Z] === PAUSE TestContainerKillOnDaemonStart
14:34:55 [2022-10-10T14:34:55.877Z] === RUN   TestDiff
14:34:56 [2022-10-10T14:34:56.133Z] --- PASS: TestDiff (0.41s)
14:34:56 [2022-10-10T14:34:56.133Z] === RUN   TestExecConsoleSize
14:34:56 [2022-10-10T14:34:56.695Z] --- PASS: TestExecConsoleSize (0.46s)
14:34:56 [2022-10-10T14:34:56.695Z] === RUN   TestExecWithCloseStdin
14:34:57 [2022-10-10T14:34:57.256Z] --- PASS: TestExecWithCloseStdin (0.47s)
14:34:57 [2022-10-10T14:34:57.256Z] === RUN   TestExec
14:34:57 [2022-10-10T14:34:57.511Z] --- PASS: TestExec (0.48s)
14:34:57 [2022-10-10T14:34:57.511Z] === RUN   TestExecUser
14:34:58 [2022-10-10T14:34:58.073Z] --- PASS: TestExecUser (0.50s)
14:34:58 [2022-10-10T14:34:58.073Z] === RUN   TestExportContainerAndImportImage
14:34:59 [2022-10-10T14:34:59.006Z] --- PASS: TestExportContainerAndImportImage (0.65s)
14:34:59 [2022-10-10T14:34:59.006Z] === RUN   TestExportContainerAfterDaemonRestart
14:34:59 [2022-10-10T14:34:59.933Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
14:35:00 [2022-10-10T14:35:00.189Z] === RUN   TestHealthCheckWorkdir
14:35:00 [2022-10-10T14:35:00.752Z] --- PASS: TestHealthCheckWorkdir (0.63s)
14:35:00 [2022-10-10T14:35:00.752Z] === RUN   TestHealthKillContainer
14:35:08 [2022-10-10T14:35:08.877Z] --- PASS: TestHealthKillContainer (7.84s)
14:35:08 [2022-10-10T14:35:08.877Z] === RUN   TestHealthCheckProcessKilled
14:35:09 [2022-10-10T14:35:09.132Z] --- PASS: TestHealthCheckProcessKilled (0.65s)
14:35:09 [2022-10-10T14:35:09.132Z] === RUN   TestInspectCpusetInConfigPre120
14:35:09 [2022-10-10T14:35:09.694Z] --- PASS: TestInspectCpusetInConfigPre120 (0.41s)
14:35:09 [2022-10-10T14:35:09.694Z] === RUN   TestIpcModeNone
14:35:09 [2022-10-10T14:35:09.951Z] --- PASS: TestIpcModeNone (0.44s)
14:35:09 [2022-10-10T14:35:09.951Z] === RUN   TestIpcModePrivate
14:35:10 [2022-10-10T14:35:10.513Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false
14:35:10 [2022-10-10T14:35:10.513Z] --- PASS: TestIpcModePrivate (0.46s)
14:35:10 [2022-10-10T14:35:10.513Z] === RUN   TestIpcModeShareable
14:35:10 [2022-10-10T14:35:10.769Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true
14:35:11 [2022-10-10T14:35:11.025Z] --- PASS: TestIpcModeShareable (0.48s)
14:35:11 [2022-10-10T14:35:11.025Z] === RUN   TestAPIIpcModeShareableAndContainer
14:35:12 [2022-10-10T14:35:12.391Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.47s)
14:35:12 [2022-10-10T14:35:12.391Z] === RUN   TestAPIIpcModeHost
14:35:12 [2022-10-10T14:35:12.951Z] --- PASS: TestAPIIpcModeHost (0.36s)
14:35:12 [2022-10-10T14:35:12.951Z] === RUN   TestDaemonIpcModeShareable
14:35:13 [2022-10-10T14:35:13.877Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
14:35:13 [2022-10-10T14:35:13.878Z] --- PASS: TestDaemonIpcModeShareable (1.20s)
14:35:13 [2022-10-10T14:35:13.878Z] === RUN   TestDaemonIpcModePrivate
14:35:15 [2022-10-10T14:35:15.243Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
14:35:15 [2022-10-10T14:35:15.243Z] --- PASS: TestDaemonIpcModePrivate (1.17s)
14:35:15 [2022-10-10T14:35:15.243Z] === RUN   TestDaemonIpcModePrivateFromConfig
14:35:16 [2022-10-10T14:35:16.169Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
14:35:16 [2022-10-10T14:35:16.425Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.19s)
14:35:16 [2022-10-10T14:35:16.425Z] === RUN   TestDaemonIpcModeShareableFromConfig
14:35:17 [2022-10-10T14:35:17.391Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
14:35:17 [2022-10-10T14:35:17.647Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.18s)
14:35:17 [2022-10-10T14:35:17.647Z] === RUN   TestIpcModeOlderClient
14:35:17 [2022-10-10T14:35:17.647Z] === PAUSE TestIpcModeOlderClient
14:35:17 [2022-10-10T14:35:17.647Z] === RUN   TestKillContainerInvalidSignal
14:35:17 [2022-10-10T14:35:17.902Z] --- PASS: TestKillContainerInvalidSignal (0.45s)
14:35:17 [2022-10-10T14:35:17.902Z] === RUN   TestKillContainer
14:35:17 [2022-10-10T14:35:17.902Z] === RUN   TestKillContainer/no_signal
14:35:18 [2022-10-10T14:35:18.463Z] === RUN   TestKillContainer/non_killing_signal
14:35:18 [2022-10-10T14:35:18.719Z] === RUN   TestKillContainer/killing_signal
14:35:19 [2022-10-10T14:35:19.280Z] --- PASS: TestKillContainer (1.28s)
14:35:19 [2022-10-10T14:35:19.280Z]     --- PASS: TestKillContainer/no_signal (0.41s)
14:35:19 [2022-10-10T14:35:19.280Z]     --- PASS: TestKillContainer/non_killing_signal (0.28s)
14:35:19 [2022-10-10T14:35:19.280Z]     --- PASS: TestKillContainer/killing_signal (0.42s)
14:35:19 [2022-10-10T14:35:19.280Z] === RUN   TestKillWithStopSignalAndRestartPolicies
14:35:19 [2022-10-10T14:35:19.280Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
14:35:19 [2022-10-10T14:35:19.841Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
14:35:20 [2022-10-10T14:35:20.402Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.24s)
14:35:20 [2022-10-10T14:35:20.402Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s)
14:35:20 [2022-10-10T14:35:20.402Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.65s)
14:35:20 [2022-10-10T14:35:20.402Z] === RUN   TestKillStoppedContainer
14:35:20 [2022-10-10T14:35:20.658Z] --- PASS: TestKillStoppedContainer (0.05s)
14:35:20 [2022-10-10T14:35:20.658Z] === RUN   TestKillStoppedContainerAPIPre120
14:35:20 [2022-10-10T14:35:20.658Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
14:35:20 [2022-10-10T14:35:20.658Z] === RUN   TestKillDifferentUserContainer
14:35:21 [2022-10-10T14:35:21.219Z] --- PASS: TestKillDifferentUserContainer (0.43s)
14:35:21 [2022-10-10T14:35:21.219Z] === RUN   TestInspectOomKilledTrue
14:35:21 [2022-10-10T14:35:21.475Z] --- PASS: TestInspectOomKilledTrue (0.47s)
14:35:21 [2022-10-10T14:35:21.475Z] === RUN   TestInspectOomKilledFalse
14:35:22 [2022-10-10T14:35:22.036Z] --- PASS: TestInspectOomKilledFalse (0.40s)
14:35:22 [2022-10-10T14:35:22.036Z] === RUN   TestLinksEtcHostsContentMatch
14:35:22 [2022-10-10T14:35:22.292Z] --- PASS: TestLinksEtcHostsContentMatch (0.28s)
14:35:22 [2022-10-10T14:35:22.292Z] === RUN   TestLinksContainerNames
14:35:23 [2022-10-10T14:35:23.219Z] --- PASS: TestLinksContainerNames (0.85s)
14:35:23 [2022-10-10T14:35:23.219Z] === RUN   TestLogsFollowTailEmpty
14:35:23 [2022-10-10T14:35:23.475Z] --- PASS: TestLogsFollowTailEmpty (0.43s)
14:35:23 [2022-10-10T14:35:23.475Z] === RUN   TestLogs
14:35:23 [2022-10-10T14:35:23.475Z] === RUN   TestLogs/driver_local
14:35:23 [2022-10-10T14:35:23.475Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
14:35:23 [2022-10-10T14:35:23.475Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
14:35:23 [2022-10-10T14:35:23.475Z] === RUN   TestLogs/driver_local/tty/only_stdout
14:35:23 [2022-10-10T14:35:23.475Z] === PAUSE TestLogs/driver_local/tty/only_stdout
14:35:23 [2022-10-10T14:35:23.475Z] === RUN   TestLogs/driver_local/tty/only_stderr
14:35:23 [2022-10-10T14:35:23.475Z] === PAUSE TestLogs/driver_local/tty/only_stderr
14:35:23 [2022-10-10T14:35:23.475Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
14:35:23 [2022-10-10T14:35:23.475Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
14:35:23 [2022-10-10T14:35:23.475Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
14:35:23 [2022-10-10T14:35:23.475Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
14:35:23 [2022-10-10T14:35:23.475Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
14:35:23 [2022-10-10T14:35:23.475Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
14:35:23 [2022-10-10T14:35:23.475Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
14:35:23 [2022-10-10T14:35:23.475Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
14:35:24 [2022-10-10T14:35:24.073Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
14:35:24 [2022-10-10T14:35:24.350Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
14:35:24 [2022-10-10T14:35:24.610Z] === CONT  TestLogs/driver_local/tty/only_stderr
14:35:24 [2022-10-10T14:35:24.872Z] === CONT  TestLogs/driver_local/tty/only_stdout
14:35:25 [2022-10-10T14:35:25.438Z] === RUN   TestLogs/driver_json-file
14:35:25 [2022-10-10T14:35:25.438Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
14:35:25 [2022-10-10T14:35:25.438Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
14:35:25 [2022-10-10T14:35:25.438Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
14:35:25 [2022-10-10T14:35:25.438Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
14:35:25 [2022-10-10T14:35:25.438Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
14:35:25 [2022-10-10T14:35:25.438Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
14:35:25 [2022-10-10T14:35:25.438Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
14:35:25 [2022-10-10T14:35:25.438Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
14:35:25 [2022-10-10T14:35:25.438Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
14:35:25 [2022-10-10T14:35:25.438Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
14:35:25 [2022-10-10T14:35:25.438Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
14:35:25 [2022-10-10T14:35:25.438Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
14:35:25 [2022-10-10T14:35:25.438Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
14:35:25 [2022-10-10T14:35:25.438Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
14:35:26 [2022-10-10T14:35:26.001Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
14:35:26 [2022-10-10T14:35:26.001Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
14:35:26 [2022-10-10T14:35:26.562Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
14:35:26 [2022-10-10T14:35:26.563Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
14:35:27 [2022-10-10T14:35:27.125Z] --- PASS: TestLogs (3.59s)
14:35:27 [2022-10-10T14:35:27.125Z]     --- PASS: TestLogs/driver_local (0.01s)
14:35:27 [2022-10-10T14:35:27.125Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.64s)
14:35:27 [2022-10-10T14:35:27.125Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.74s)
14:35:27 [2022-10-10T14:35:27.125Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.58s)
14:35:27 [2022-10-10T14:35:27.125Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.65s)
14:35:27 [2022-10-10T14:35:27.125Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.54s)
14:35:27 [2022-10-10T14:35:27.125Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.54s)
14:35:27 [2022-10-10T14:35:27.125Z]     --- PASS: TestLogs/driver_json-file (0.01s)
14:35:27 [2022-10-10T14:35:27.125Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.58s)
14:35:27 [2022-10-10T14:35:27.125Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.62s)
14:35:27 [2022-10-10T14:35:27.125Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.50s)
14:35:27 [2022-10-10T14:35:27.125Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.50s)
14:35:27 [2022-10-10T14:35:27.125Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.46s)
14:35:27 [2022-10-10T14:35:27.125Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.52s)
14:35:27 [2022-10-10T14:35:27.125Z] === RUN   TestContainerNetworkMountsNoChown
14:35:27 [2022-10-10T14:35:27.381Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s)
14:35:27 [2022-10-10T14:35:27.381Z] === RUN   TestMountDaemonRoot
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/default
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/default
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/private
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/private
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/rprivate
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/rprivate
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/slave
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/slave
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/rslave
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/rslave
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/shared
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/shared
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/rshared
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/rshared
14:35:27 [2022-10-10T14:35:27.637Z] === CONT  TestMountDaemonRoot/default
14:35:27 [2022-10-10T14:35:27.637Z] === CONT  TestMountDaemonRoot/rslave
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/default/bind_root
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/default/bind_root
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/default/bind_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/default/mount_root
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/default/mount_root
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/default/mount_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/rslave/bind_root
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/rslave/mount_root
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === CONT  TestMountDaemonRoot/rshared
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/rshared/bind_root
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/rshared/mount_root
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === CONT  TestMountDaemonRoot/shared
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/shared/mount_root
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/shared/mount_root
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/shared/bind_root
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/shared/bind_root
14:35:27 [2022-10-10T14:35:27.637Z] === CONT  TestMountDaemonRoot/rprivate
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
14:35:27 [2022-10-10T14:35:27.637Z] === CONT  TestMountDaemonRoot/slave
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/slave/bind_root
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/slave/bind_root
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/slave/mount_root
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/slave/mount_root
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === CONT  TestMountDaemonRoot/private
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/private/bind_root
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/private/bind_root
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/private/bind_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/private/mount_root
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/private/mount_root
14:35:27 [2022-10-10T14:35:27.637Z] === RUN   TestMountDaemonRoot/private/mount_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === CONT  TestMountDaemonRoot/default/bind_root
14:35:27 [2022-10-10T14:35:27.637Z] === CONT  TestMountDaemonRoot/rslave/bind_root
14:35:27 [2022-10-10T14:35:27.637Z] === CONT  TestMountDaemonRoot/rshared/bind_root
14:35:27 [2022-10-10T14:35:27.637Z] === CONT  TestMountDaemonRoot/default/mount_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === CONT  TestMountDaemonRoot/default/mount_root
14:35:27 [2022-10-10T14:35:27.637Z] === CONT  TestMountDaemonRoot/default/bind_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
14:35:27 [2022-10-10T14:35:27.637Z] === CONT  TestMountDaemonRoot/rslave/mount_root
14:35:27 [2022-10-10T14:35:27.637Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
14:35:27 [2022-10-10T14:35:27.894Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
14:35:27 [2022-10-10T14:35:27.894Z] === CONT  TestMountDaemonRoot/rshared/mount_root
14:35:27 [2022-10-10T14:35:27.894Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
14:35:27 [2022-10-10T14:35:27.894Z] === CONT  TestMountDaemonRoot/shared/bind_root
14:35:27 [2022-10-10T14:35:27.894Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
14:35:27 [2022-10-10T14:35:27.894Z] === CONT  TestMountDaemonRoot/shared/mount_root
14:35:27 [2022-10-10T14:35:27.894Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
14:35:27 [2022-10-10T14:35:27.894Z] === CONT  TestMountDaemonRoot/slave/bind_root
14:35:27 [2022-10-10T14:35:27.894Z] === CONT  TestMountDaemonRoot/private/bind_root
14:35:27 [2022-10-10T14:35:27.894Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
14:35:27 [2022-10-10T14:35:27.894Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
14:35:27 [2022-10-10T14:35:27.894Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
14:35:28 [2022-10-10T14:35:28.149Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
14:35:28 [2022-10-10T14:35:28.149Z] === CONT  TestMountDaemonRoot/slave/mount_root
14:35:28 [2022-10-10T14:35:28.149Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
14:35:28 [2022-10-10T14:35:28.149Z] === CONT  TestMountDaemonRoot/private/mount_subpath
14:35:28 [2022-10-10T14:35:28.149Z] === CONT  TestMountDaemonRoot/private/mount_root
14:35:28 [2022-10-10T14:35:28.149Z] === CONT  TestMountDaemonRoot/private/bind_subpath
14:35:28 [2022-10-10T14:35:28.149Z] --- PASS: TestMountDaemonRoot (0.02s)
14:35:28 [2022-10-10T14:35:28.149Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
14:35:28 [2022-10-10T14:35:28.149Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s)
14:35:28 [2022-10-10T14:35:28.149Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
14:35:28 [2022-10-10T14:35:28.149Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
14:35:28 [2022-10-10T14:35:28.149Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
14:35:28 [2022-10-10T14:35:28.149Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
14:35:28 [2022-10-10T14:35:28.149Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
14:35:28 [2022-10-10T14:35:28.150Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
14:35:28 [2022-10-10T14:35:28.150Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
14:35:28 [2022-10-10T14:35:28.150Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
14:35:28 [2022-10-10T14:35:28.150Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
14:35:28 [2022-10-10T14:35:28.150Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
14:35:28 [2022-10-10T14:35:28.150Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
14:35:28 [2022-10-10T14:35:28.150Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
14:35:28 [2022-10-10T14:35:28.150Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
14:35:28 [2022-10-10T14:35:28.150Z] === RUN   TestContainerBindMountNonRecursive
14:35:29 [2022-10-10T14:35:29.515Z] --- PASS: TestContainerBindMountNonRecursive (1.38s)
14:35:29 [2022-10-10T14:35:29.515Z] === RUN   TestContainerVolumesMountedAsShared
14:35:30 [2022-10-10T14:35:30.076Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s)
14:35:30 [2022-10-10T14:35:30.076Z] === RUN   TestContainerVolumesMountedAsSlave
14:35:30 [2022-10-10T14:35:30.332Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s)
14:35:30 [2022-10-10T14:35:30.332Z] === RUN   TestNetworkNat
14:35:30 [2022-10-10T14:35:30.893Z] --- PASS: TestNetworkNat (0.47s)
14:35:30 [2022-10-10T14:35:30.893Z] === RUN   TestNetworkLocalhostTCPNat
14:35:31 [2022-10-10T14:35:31.151Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s)
14:35:31 [2022-10-10T14:35:31.151Z] === RUN   TestNetworkLoopbackNat
14:35:33 [2022-10-10T14:35:33.671Z] --- PASS: TestNetworkLoopbackNat (2.57s)
14:35:33 [2022-10-10T14:35:33.671Z] === RUN   TestPause
14:35:34 [2022-10-10T14:35:34.232Z] --- PASS: TestPause (0.47s)
14:35:34 [2022-10-10T14:35:34.232Z] === RUN   TestPauseFailsOnWindowsServerContainers
14:35:34 [2022-10-10T14:35:34.232Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:35:34 [2022-10-10T14:35:34.232Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
14:35:34 [2022-10-10T14:35:34.232Z] === RUN   TestPauseStopPausedContainer
14:35:34 [2022-10-10T14:35:34.794Z] --- PASS: TestPauseStopPausedContainer (0.46s)
14:35:34 [2022-10-10T14:35:34.794Z] === RUN   TestPidHost
14:35:35 [2022-10-10T14:35:35.724Z] --- PASS: TestPidHost (1.08s)
14:35:35 [2022-10-10T14:35:35.724Z] === RUN   TestPsFilter
14:35:35 [2022-10-10T14:35:35.980Z] --- PASS: TestPsFilter (0.12s)
14:35:35 [2022-10-10T14:35:35.980Z] === RUN   TestRemoveContainerWithRemovedVolume
14:35:36 [2022-10-10T14:35:36.238Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s)
14:35:36 [2022-10-10T14:35:36.238Z] === RUN   TestRemoveContainerWithVolume
14:35:36 [2022-10-10T14:35:36.800Z] --- PASS: TestRemoveContainerWithVolume (0.42s)
14:35:36 [2022-10-10T14:35:36.800Z] === RUN   TestRemoveContainerRunning
14:35:37 [2022-10-10T14:35:37.361Z] --- PASS: TestRemoveContainerRunning (0.43s)
14:35:37 [2022-10-10T14:35:37.361Z] === RUN   TestRemoveContainerForceRemoveRunning
14:35:37 [2022-10-10T14:35:37.617Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s)
14:35:37 [2022-10-10T14:35:37.617Z] === RUN   TestRemoveInvalidContainer
14:35:37 [2022-10-10T14:35:37.617Z] --- PASS: TestRemoveInvalidContainer (0.01s)
14:35:37 [2022-10-10T14:35:37.617Z] === RUN   TestRenameLinkedContainer
14:35:39 [2022-10-10T14:35:39.505Z] --- PASS: TestRenameLinkedContainer (1.77s)
14:35:39 [2022-10-10T14:35:39.505Z] === RUN   TestRenameStoppedContainer
14:35:39 [2022-10-10T14:35:39.761Z] --- PASS: TestRenameStoppedContainer (0.42s)
14:35:39 [2022-10-10T14:35:39.761Z] === RUN   TestRenameRunningContainerAndReuse
14:35:40 [2022-10-10T14:35:40.689Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s)
14:35:40 [2022-10-10T14:35:40.689Z] === RUN   TestRenameInvalidName
14:35:41 [2022-10-10T14:35:41.250Z] --- PASS: TestRenameInvalidName (0.44s)
14:35:41 [2022-10-10T14:35:41.250Z] === RUN   TestRenameAnonymousContainer
14:35:43 [2022-10-10T14:35:43.139Z] --- PASS: TestRenameAnonymousContainer (1.60s)
14:35:43 [2022-10-10T14:35:43.139Z] === RUN   TestRenameContainerWithSameName
14:35:43 [2022-10-10T14:35:43.139Z] --- PASS: TestRenameContainerWithSameName (0.42s)
14:35:43 [2022-10-10T14:35:43.139Z] === RUN   TestRenameContainerWithLinkedContainer
14:35:44 [2022-10-10T14:35:44.069Z] --- PASS: TestRenameContainerWithLinkedContainer (0.89s)
14:35:44 [2022-10-10T14:35:44.069Z] === RUN   TestResize
14:35:44 [2022-10-10T14:35:44.632Z] --- PASS: TestResize (0.42s)
14:35:44 [2022-10-10T14:35:44.632Z] === RUN   TestResizeWithInvalidSize
14:35:44 [2022-10-10T14:35:44.887Z] --- PASS: TestResizeWithInvalidSize (0.43s)
14:35:44 [2022-10-10T14:35:44.887Z] === RUN   TestResizeWhenContainerNotStarted
14:35:45 [2022-10-10T14:35:45.449Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s)
14:35:45 [2022-10-10T14:35:45.449Z] === RUN   TestDaemonRestartKillContainers
14:35:45 [2022-10-10T14:35:45.449Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:35:45 [2022-10-10T14:35:45.449Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
14:35:47 [2022-10-10T14:35:47.337Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:35:48 [2022-10-10T14:35:48.263Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:35:49 [2022-10-10T14:35:49.626Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:35:49 [2022-10-10T14:35:49.626Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:35:50 [2022-10-10T14:35:50.991Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
14:35:50 [2022-10-10T14:35:50.991Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
14:35:54 [2022-10-10T14:35:54.257Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
14:35:54 [2022-10-10T14:35:54.257Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:35:56 [2022-10-10T14:35:56.154Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:35:58 [2022-10-10T14:35:58.043Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:35:58 [2022-10-10T14:35:58.043Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:35:59 [2022-10-10T14:35:59.408Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:35:59 [2022-10-10T14:35:59.970Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:36:00 [2022-10-10T14:36:00.900Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:36:02 [2022-10-10T14:36:02.789Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
14:36:02 [2022-10-10T14:36:02.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.72s)
14:36:02 [2022-10-10T14:36:02.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s)
14:36:02 [2022-10-10T14:36:02.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.07s)
14:36:02 [2022-10-10T14:36:02.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s)
14:36:02 [2022-10-10T14:36:02.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.29s)
14:36:02 [2022-10-10T14:36:02.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.31s)
14:36:02 [2022-10-10T14:36:02.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.34s)
14:36:02 [2022-10-10T14:36:02.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.32s)
14:36:02 [2022-10-10T14:36:02.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.94s)
14:36:02 [2022-10-10T14:36:02.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.60s)
14:36:02 [2022-10-10T14:36:02.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.00s)
14:36:02 [2022-10-10T14:36:02.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.62s)
14:36:02 [2022-10-10T14:36:02.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.85s)
14:36:02 [2022-10-10T14:36:02.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.67s)
14:36:02 [2022-10-10T14:36:02.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.61s)
14:36:02 [2022-10-10T14:36:02.789Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.67s)
14:36:02 [2022-10-10T14:36:02.789Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted
14:36:02 [2022-10-10T14:36:02.789Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/kill
14:36:03 [2022-10-10T14:36:03.715Z] === RUN   TestContainerWithAutoRemoveCanBeRestarted/stop
14:36:04 [2022-10-10T14:36:04.641Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.88s)
14:36:04 [2022-10-10T14:36:04.641Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.93s)
14:36:04 [2022-10-10T14:36:04.641Z]     --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.94s)
14:36:04 [2022-10-10T14:36:04.641Z] === RUN   TestCgroupNamespacesRun
14:36:06 [2022-10-10T14:36:06.006Z] --- PASS: TestCgroupNamespacesRun (1.18s)
14:36:06 [2022-10-10T14:36:06.006Z] === RUN   TestCgroupNamespacesRunPrivileged
14:36:06 [2022-10-10T14:36:06.933Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.15s)
14:36:06 [2022-10-10T14:36:06.933Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
14:36:08 [2022-10-10T14:36:08.297Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.13s)
14:36:08 [2022-10-10T14:36:08.297Z] === RUN   TestCgroupNamespacesRunHostMode
14:36:09 [2022-10-10T14:36:09.223Z] --- PASS: TestCgroupNamespacesRunHostMode (1.15s)
14:36:09 [2022-10-10T14:36:09.223Z] === RUN   TestCgroupNamespacesRunPrivateMode
14:36:10 [2022-10-10T14:36:10.150Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.12s)
14:36:10 [2022-10-10T14:36:10.150Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
14:36:11 [2022-10-10T14:36:11.517Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s)
14:36:11 [2022-10-10T14:36:11.517Z] === RUN   TestCgroupNamespacesRunInvalidMode
14:36:12 [2022-10-10T14:36:12.078Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s)
14:36:12 [2022-10-10T14:36:12.079Z] === RUN   TestCgroupNamespacesRunOlderClient
14:36:13 [2022-10-10T14:36:13.467Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.18s)
14:36:13 [2022-10-10T14:36:13.467Z] === RUN   TestNISDomainname
14:36:13 [2022-10-10T14:36:13.724Z] --- PASS: TestNISDomainname (0.56s)
14:36:13 [2022-10-10T14:36:13.724Z] === RUN   TestHostnameDnsResolution
14:36:14 [2022-10-10T14:36:14.651Z] --- PASS: TestHostnameDnsResolution (0.71s)
14:36:14 [2022-10-10T14:36:14.651Z] === RUN   TestUnprivilegedPortsAndPing
14:36:15 [2022-10-10T14:36:15.212Z] --- PASS: TestUnprivilegedPortsAndPing (0.50s)
14:36:15 [2022-10-10T14:36:15.212Z] === RUN   TestPrivilegedHostDevices
14:36:15 [2022-10-10T14:36:15.467Z] --- PASS: TestPrivilegedHostDevices (0.49s)
14:36:15 [2022-10-10T14:36:15.467Z] === RUN   TestRunConsoleSize
14:36:16 [2022-10-10T14:36:16.028Z] --- PASS: TestRunConsoleSize (0.42s)
14:36:16 [2022-10-10T14:36:16.028Z] === RUN   TestRunWithAlternativeContainerdShim
14:36:17 [2022-10-10T14:36:17.915Z] --- PASS: TestRunWithAlternativeContainerdShim (1.96s)
14:36:17 [2022-10-10T14:36:17.915Z] === RUN   TestStats
14:36:20 [2022-10-10T14:36:20.471Z] --- PASS: TestStats (2.43s)
14:36:20 [2022-10-10T14:36:20.471Z] === RUN   TestStopContainerWithTimeout
14:36:20 [2022-10-10T14:36:20.471Z] === RUN   TestStopContainerWithTimeout/0
14:36:20 [2022-10-10T14:36:20.471Z] === PAUSE TestStopContainerWithTimeout/0
14:36:20 [2022-10-10T14:36:20.471Z] === RUN   TestStopContainerWithTimeout/1
14:36:20 [2022-10-10T14:36:20.471Z] === PAUSE TestStopContainerWithTimeout/1
14:36:20 [2022-10-10T14:36:20.471Z] === RUN   TestStopContainerWithTimeout/3
14:36:20 [2022-10-10T14:36:20.471Z] === PAUSE TestStopContainerWithTimeout/3
14:36:20 [2022-10-10T14:36:20.471Z] === RUN   TestStopContainerWithTimeout/-1
14:36:20 [2022-10-10T14:36:20.471Z] === PAUSE TestStopContainerWithTimeout/-1
14:36:20 [2022-10-10T14:36:20.471Z] === CONT  TestStopContainerWithTimeout/0
14:36:20 [2022-10-10T14:36:20.471Z] === CONT  TestStopContainerWithTimeout/3
14:36:21 [2022-10-10T14:36:21.032Z] === CONT  TestStopContainerWithTimeout/-1
14:36:22 [2022-10-10T14:36:22.961Z] === CONT  TestStopContainerWithTimeout/1
14:36:24 [2022-10-10T14:36:24.325Z] --- PASS: TestStopContainerWithTimeout (0.01s)
14:36:24 [2022-10-10T14:36:24.325Z]     --- PASS: TestStopContainerWithTimeout/0 (0.69s)
14:36:24 [2022-10-10T14:36:24.325Z]     --- PASS: TestStopContainerWithTimeout/3 (2.68s)
14:36:24 [2022-10-10T14:36:24.325Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.40s)
14:36:24 [2022-10-10T14:36:24.325Z]     --- PASS: TestStopContainerWithTimeout/1 (1.41s)
14:36:24 [2022-10-10T14:36:24.325Z] === RUN   TestDeleteDevicemapper
14:36:24 [2022-10-10T14:36:24.325Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:36:24 [2022-10-10T14:36:24.325Z] --- SKIP: TestDeleteDevicemapper (0.00s)
14:36:24 [2022-10-10T14:36:24.325Z] === RUN   TestStopContainerWithRestartPolicyAlways
14:36:26 [2022-10-10T14:36:26.220Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.42s)
14:36:26 [2022-10-10T14:36:26.220Z] === RUN   TestUpdateMemory
14:36:26 [2022-10-10T14:36:26.476Z] --- PASS: TestUpdateMemory (0.52s)
14:36:26 [2022-10-10T14:36:26.476Z] === RUN   TestUpdateCPUQuota
14:36:27 [2022-10-10T14:36:27.037Z] --- PASS: TestUpdateCPUQuota (0.68s)
14:36:27 [2022-10-10T14:36:27.037Z] === RUN   TestUpdatePidsLimit
14:36:27 [2022-10-10T14:36:27.037Z] === RUN   TestUpdatePidsLimit/update_from_none
14:36:27 [2022-10-10T14:36:27.293Z] === RUN   TestUpdatePidsLimit/no_change
14:36:27 [2022-10-10T14:36:27.548Z] === RUN   TestUpdatePidsLimit/update_lower
14:36:27 [2022-10-10T14:36:27.804Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
14:36:27 [2022-10-10T14:36:27.804Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
14:36:28 [2022-10-10T14:36:28.060Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
14:36:28 [2022-10-10T14:36:28.316Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
14:36:28 [2022-10-10T14:36:28.876Z] --- PASS: TestUpdatePidsLimit (1.83s)
14:36:28 [2022-10-10T14:36:28.876Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.20s)
14:36:28 [2022-10-10T14:36:28.876Z]     --- PASS: TestUpdatePidsLimit/no_change (0.20s)
14:36:28 [2022-10-10T14:36:28.876Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.21s)
14:36:28 [2022-10-10T14:36:28.876Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s)
14:36:28 [2022-10-10T14:36:28.876Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s)
14:36:28 [2022-10-10T14:36:28.876Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.19s)
14:36:28 [2022-10-10T14:36:28.876Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s)
14:36:28 [2022-10-10T14:36:28.876Z] === RUN   TestUpdateRestartPolicy
14:36:41 [2022-10-10T14:36:41.043Z] --- PASS: TestUpdateRestartPolicy (10.86s)
14:36:41 [2022-10-10T14:36:41.043Z] === RUN   TestUpdateRestartWithAutoRemove
14:36:41 [2022-10-10T14:36:41.043Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s)
14:36:41 [2022-10-10T14:36:41.043Z] === RUN   TestWaitNonBlocked
14:36:41 [2022-10-10T14:36:41.043Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
14:36:41 [2022-10-10T14:36:41.043Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
14:36:41 [2022-10-10T14:36:41.043Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
14:36:41 [2022-10-10T14:36:41.043Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
14:36:41 [2022-10-10T14:36:41.043Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
14:36:41 [2022-10-10T14:36:41.043Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
14:36:41 [2022-10-10T14:36:41.043Z] --- PASS: TestWaitNonBlocked (0.01s)
14:36:41 [2022-10-10T14:36:41.043Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.61s)
14:36:41 [2022-10-10T14:36:41.043Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.72s)
14:36:41 [2022-10-10T14:36:41.043Z] === RUN   TestWaitBlocked
14:36:41 [2022-10-10T14:36:41.043Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
14:36:41 [2022-10-10T14:36:41.043Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
14:36:41 [2022-10-10T14:36:41.043Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
14:36:41 [2022-10-10T14:36:41.043Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
14:36:41 [2022-10-10T14:36:41.043Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
14:36:41 [2022-10-10T14:36:41.043Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
14:36:41 [2022-10-10T14:36:41.604Z] --- PASS: TestWaitBlocked (0.01s)
14:36:41 [2022-10-10T14:36:41.604Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.60s)
14:36:41 [2022-10-10T14:36:41.605Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.64s)
14:36:41 [2022-10-10T14:36:41.605Z] === RUN   TestWaitConditions
14:36:41 [2022-10-10T14:36:41.605Z] === RUN   TestWaitConditions/default
14:36:41 [2022-10-10T14:36:41.605Z] === PAUSE TestWaitConditions/default
14:36:41 [2022-10-10T14:36:41.605Z] === RUN   TestWaitConditions/not-running
14:36:41 [2022-10-10T14:36:41.605Z] === PAUSE TestWaitConditions/not-running
14:36:41 [2022-10-10T14:36:41.605Z] === RUN   TestWaitConditions/next-exit
14:36:41 [2022-10-10T14:36:41.605Z] === PAUSE TestWaitConditions/next-exit
14:36:41 [2022-10-10T14:36:41.605Z] === RUN   TestWaitConditions/removed
14:36:41 [2022-10-10T14:36:41.605Z] === PAUSE TestWaitConditions/removed
14:36:41 [2022-10-10T14:36:41.605Z] === CONT  TestWaitConditions/default
14:36:41 [2022-10-10T14:36:41.605Z] === CONT  TestWaitConditions/next-exit
14:36:41 [2022-10-10T14:36:41.605Z] === CONT  TestWaitConditions/default
14:36:41 [2022-10-10T14:36:41.605Z]     wait_test.go:146: ContainerID = 6e2e1bc7b2b2f43bd69462015974902bbb12a5fda043b82fbb79732bfaec87c9
14:36:41 [2022-10-10T14:36:41.605Z] === CONT  TestWaitConditions/next-exit
14:36:41 [2022-10-10T14:36:41.605Z]     wait_test.go:146: ContainerID = 83b9b704113d70339fc255a0a761e1c4974d188d49a712889c15d20c3a70eee0
14:36:42 [2022-10-10T14:36:42.166Z] === CONT  TestWaitConditions/removed
14:36:42 [2022-10-10T14:36:42.166Z] === CONT  TestWaitConditions/not-running
14:36:42 [2022-10-10T14:36:42.422Z] === CONT  TestWaitConditions/removed
14:36:42 [2022-10-10T14:36:42.422Z]     wait_test.go:146: ContainerID = 0b0c78d7dd16ed1b5209ed4a535c9ada5418dd8188de6ddb22649802116e009b
14:36:42 [2022-10-10T14:36:42.422Z] === CONT  TestWaitConditions/not-running
14:36:42 [2022-10-10T14:36:42.422Z]     wait_test.go:146: ContainerID = 031eaea9b0a3bf17d3e2f4d09ec9ae71a7688966c5eee81cfe707fe799b85c21
14:36:42 [2022-10-10T14:36:42.983Z] --- PASS: TestWaitConditions (0.01s)
14:36:42 [2022-10-10T14:36:42.983Z]     --- PASS: TestWaitConditions/next-exit (0.69s)
14:36:42 [2022-10-10T14:36:42.983Z]     --- PASS: TestWaitConditions/default (0.72s)
14:36:42 [2022-10-10T14:36:42.983Z]     --- PASS: TestWaitConditions/removed (0.52s)
14:36:42 [2022-10-10T14:36:42.983Z]     --- PASS: TestWaitConditions/not-running (0.56s)
14:36:42 [2022-10-10T14:36:42.983Z] === RUN   TestWaitRestartedContainer
14:36:42 [2022-10-10T14:36:42.983Z] === RUN   TestWaitRestartedContainer/default
14:36:42 [2022-10-10T14:36:42.983Z] === PAUSE TestWaitRestartedContainer/default
14:36:42 [2022-10-10T14:36:42.983Z] === RUN   TestWaitRestartedContainer/not-running
14:36:42 [2022-10-10T14:36:42.983Z] === PAUSE TestWaitRestartedContainer/not-running
14:36:42 [2022-10-10T14:36:42.983Z] === RUN   TestWaitRestartedContainer/next-exit
14:36:42 [2022-10-10T14:36:42.983Z] === PAUSE TestWaitRestartedContainer/next-exit
14:36:42 [2022-10-10T14:36:42.983Z] === CONT  TestWaitRestartedContainer/default
14:36:42 [2022-10-10T14:36:42.983Z] === CONT  TestWaitRestartedContainer/next-exit
14:36:44 [2022-10-10T14:36:44.348Z] === CONT  TestWaitRestartedContainer/not-running
14:36:45 [2022-10-10T14:36:45.274Z] --- PASS: TestWaitRestartedContainer (0.02s)
14:36:45 [2022-10-10T14:36:45.274Z]     --- PASS: TestWaitRestartedContainer/default (1.35s)
14:36:45 [2022-10-10T14:36:45.274Z]     --- PASS: TestWaitRestartedContainer/next-exit (1.40s)
14:36:45 [2022-10-10T14:36:45.274Z]     --- PASS: TestWaitRestartedContainer/not-running (0.85s)
14:36:45 [2022-10-10T14:36:45.274Z] === CONT  TestContainerStartOnDaemonRestart
14:36:45 [2022-10-10T14:36:45.274Z] === CONT  TestRestartDaemonWithRestartingContainer
14:36:47 [2022-10-10T14:36:47.791Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.27s)
14:36:47 [2022-10-10T14:36:47.791Z] === CONT  TestIpcModeOlderClient
14:36:47 [2022-10-10T14:36:47.791Z] === CONT  TestContainerKillOnDaemonStart
14:36:47 [2022-10-10T14:36:47.791Z] --- PASS: TestContainerStartOnDaemonRestart (2.30s)
14:36:47 [2022-10-10T14:36:47.791Z] --- PASS: TestIpcModeOlderClient (0.08s)
14:36:47 [2022-10-10T14:36:47.791Z] === CONT  TestDaemonHostGatewayIP
14:36:50 [2022-10-10T14:36:50.305Z] --- PASS: TestDaemonHostGatewayIP (2.41s)
14:36:50 [2022-10-10T14:36:50.305Z] === CONT  TestDaemonRestartIpcMode
14:36:52 [2022-10-10T14:36:52.193Z] --- PASS: TestDaemonRestartIpcMode (2.25s)
14:37:00 [2022-10-10T14:37:00.273Z] --- PASS: TestContainerKillOnDaemonStart (11.65s)
14:37:00 [2022-10-10T14:37:00.273Z] PASS
14:37:00 [2022-10-10T14:37:00.273Z] 
14:37:00 [2022-10-10T14:37:00.273Z] === Skipped
14:37:00 [2022-10-10T14:37:00.273Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
14:37:00 [2022-10-10T14:37:00.273Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:37:00 [2022-10-10T14:37:00.273Z] 
14:37:00 [2022-10-10T14:37:00.273Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
14:37:00 [2022-10-10T14:37:00.273Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:37:00 [2022-10-10T14:37:00.273Z] 
14:37:00 [2022-10-10T14:37:00.273Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
14:37:00 [2022-10-10T14:37:00.273Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:37:00 [2022-10-10T14:37:00.273Z] 
14:37:00 [2022-10-10T14:37:00.273Z] DONE 273 tests, 3 skipped in 128.575s
14:37:00 [2022-10-10T14:37:00.273Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
14:37:00 [2022-10-10T14:37:00.273Z] ++ 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
14:37:00 [2022-10-10T14:37:00.273Z] ++ set -e
14:37:00 [2022-10-10T14:37:00.273Z] ++ '[' -n 0 ']'
14:37:00 [2022-10-10T14:37:00.273Z] ++ set -x
14:37:00 [2022-10-10T14:37:00.273Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
14:37:00 [2022-10-10T14:37:00.273Z] INFO: Testing against a local daemon
14:37:00 [2022-10-10T14:37:00.273Z] === RUN   TestConfigDaemonLibtrustID
14:37:00 [2022-10-10T14:37:00.273Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
14:37:00 [2022-10-10T14:37:00.273Z] === RUN   TestConfigDaemonID
14:37:00 [2022-10-10T14:37:00.835Z]     daemon_test.go:86: [d3040480b63fc] daemon is not started
14:37:00 [2022-10-10T14:37:00.835Z] --- PASS: TestConfigDaemonID (1.04s)
14:37:00 [2022-10-10T14:37:00.835Z] === RUN   TestDaemonConfigValidation
14:37:00 [2022-10-10T14:37:00.835Z] === RUN   TestDaemonConfigValidation/config_with_no_content
14:37:00 [2022-10-10T14:37:00.835Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
14:37:00 [2022-10-10T14:37:00.835Z] === RUN   TestDaemonConfigValidation/config_with_{}
14:37:00 [2022-10-10T14:37:00.835Z] === PAUSE TestDaemonConfigValidation/config_with_{}
14:37:00 [2022-10-10T14:37:00.835Z] === RUN   TestDaemonConfigValidation/invalid_config
14:37:00 [2022-10-10T14:37:00.835Z] === PAUSE TestDaemonConfigValidation/invalid_config
14:37:00 [2022-10-10T14:37:00.835Z] === RUN   TestDaemonConfigValidation/malformed_config
14:37:00 [2022-10-10T14:37:00.835Z] === PAUSE TestDaemonConfigValidation/malformed_config
14:37:00 [2022-10-10T14:37:00.835Z] === RUN   TestDaemonConfigValidation/valid_config
14:37:00 [2022-10-10T14:37:00.835Z] === PAUSE TestDaemonConfigValidation/valid_config
14:37:00 [2022-10-10T14:37:00.835Z] === CONT  TestDaemonConfigValidation/config_with_no_content
14:37:00 [2022-10-10T14:37:00.835Z] === CONT  TestDaemonConfigValidation/malformed_config
14:37:00 [2022-10-10T14:37:00.835Z] === CONT  TestDaemonConfigValidation/valid_config
14:37:00 [2022-10-10T14:37:00.835Z] === CONT  TestDaemonConfigValidation/invalid_config
14:37:00 [2022-10-10T14:37:00.835Z] === CONT  TestDaemonConfigValidation/config_with_{}
14:37:00 [2022-10-10T14:37:00.835Z] --- PASS: TestDaemonConfigValidation (0.00s)
14:37:00 [2022-10-10T14:37:00.835Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s)
14:37:00 [2022-10-10T14:37:00.835Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.07s)
14:37:00 [2022-10-10T14:37:00.835Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.05s)
14:37:00 [2022-10-10T14:37:00.835Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
14:37:00 [2022-10-10T14:37:00.835Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
14:37:00 [2022-10-10T14:37:00.835Z] === RUN   TestConfigDaemonSeccompProfiles
14:37:00 [2022-10-10T14:37:00.835Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
14:37:02 [2022-10-10T14:37:02.200Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
14:37:03 [2022-10-10T14:37:03.126Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
14:37:04 [2022-10-10T14:37:04.052Z] === CONT  TestConfigDaemonSeccompProfiles
14:37:04 [2022-10-10T14:37:04.052Z]     daemon_test.go:200: [dfb5766ceb423] daemon is not started
14:37:04 [2022-10-10T14:37:04.052Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
14:37:04 [2022-10-10T14:37:04.052Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
14:37:04 [2022-10-10T14:37:04.052Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
14:37:04 [2022-10-10T14:37:04.052Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
14:37:04 [2022-10-10T14:37:04.052Z] === RUN   TestDaemonProxy
14:37:04 [2022-10-10T14:37:04.052Z] === RUN   TestDaemonProxy/environment_variables
14:37:05 [2022-10-10T14:37:05.939Z] === RUN   TestDaemonProxy/command-line_options
14:37:07 [2022-10-10T14:37:07.825Z] === RUN   TestDaemonProxy/configuration_file
14:37:09 [2022-10-10T14:37:09.188Z] === RUN   TestDaemonProxy/conflicting_options
14:37:09 [2022-10-10T14:37:09.749Z] === RUN   TestDaemonProxy/reload_sanitized
14:37:10 [2022-10-10T14:37:10.310Z] --- PASS: TestDaemonProxy (6.25s)
14:37:10 [2022-10-10T14:37:10.310Z]     --- PASS: TestDaemonProxy/environment_variables (1.74s)
14:37:10 [2022-10-10T14:37:10.310Z]     --- PASS: TestDaemonProxy/command-line_options (1.75s)
14:37:10 [2022-10-10T14:37:10.310Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
14:37:10 [2022-10-10T14:37:10.310Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
14:37:10 [2022-10-10T14:37:10.310Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
14:37:10 [2022-10-10T14:37:10.310Z] === RUN   TestLiveRestore
14:37:10 [2022-10-10T14:37:10.310Z] === RUN   TestLiveRestore/volume_references
14:37:10 [2022-10-10T14:37:10.310Z] === PAUSE TestLiveRestore/volume_references
14:37:10 [2022-10-10T14:37:10.310Z] === CONT  TestLiveRestore/volume_references
14:37:10 [2022-10-10T14:37:10.871Z] === RUN   TestLiveRestore/volume_references/restartPolicy
14:37:10 [2022-10-10T14:37:10.871Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
14:37:11 [2022-10-10T14:37:11.798Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
14:37:12 [2022-10-10T14:37:12.728Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
14:37:13 [2022-10-10T14:37:13.672Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
14:37:14 [2022-10-10T14:37:14.603Z] --- PASS: TestLiveRestore (0.00s)
14:37:14 [2022-10-10T14:37:14.603Z]     --- PASS: TestLiveRestore/volume_references (4.25s)
14:37:14 [2022-10-10T14:37:14.603Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.58s)
14:37:14 [2022-10-10T14:37:14.603Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.91s)
14:37:14 [2022-10-10T14:37:14.603Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.87s)
14:37:14 [2022-10-10T14:37:14.604Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.91s)
14:37:14 [2022-10-10T14:37:14.604Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.90s)
14:37:14 [2022-10-10T14:37:14.604Z] PASS
14:37:14 [2022-10-10T14:37:14.604Z] 
14:37:14 [2022-10-10T14:37:14.604Z] DONE 25 tests in 15.534s
14:37:14 [2022-10-10T14:37:14.604Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
14:37:14 [2022-10-10T14:37:14.604Z] ++ 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
14:37:14 [2022-10-10T14:37:14.604Z] ++ set -e
14:37:14 [2022-10-10T14:37:14.604Z] ++ '[' -n 0 ']'
14:37:14 [2022-10-10T14:37:14.604Z] ++ set -x
14:37:14 [2022-10-10T14:37:14.604Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
14:37:14 [2022-10-10T14:37:14.859Z] INFO: Testing against a local daemon
14:37:14 [2022-10-10T14:37:14.859Z] === RUN   TestCommitInheritsEnv
14:37:15 [2022-10-10T14:37:15.115Z] --- PASS: TestCommitInheritsEnv (0.27s)
14:37:15 [2022-10-10T14:37:15.115Z] === RUN   TestImportExtremelyLargeImageWorks
14:37:15 [2022-10-10T14:37:15.115Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
14:37:15 [2022-10-10T14:37:15.115Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
14:37:15 [2022-10-10T14:37:15.115Z] === RUN   TestImportWithCustomPlatform
14:37:15 [2022-10-10T14:37:15.115Z] === RUN   TestImportWithCustomPlatform/#00
14:37:15 [2022-10-10T14:37:15.115Z] === RUN   TestImportWithCustomPlatform/_______
14:37:15 [2022-10-10T14:37:15.115Z] === RUN   TestImportWithCustomPlatform//
14:37:15 [2022-10-10T14:37:15.115Z] === RUN   TestImportWithCustomPlatform/linux
14:37:15 [2022-10-10T14:37:15.115Z] === RUN   TestImportWithCustomPlatform/LINUX
14:37:15 [2022-10-10T14:37:15.371Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
14:37:15 [2022-10-10T14:37:15.371Z] === RUN   TestImportWithCustomPlatform/macos
14:37:15 [2022-10-10T14:37:15.371Z] === RUN   TestImportWithCustomPlatform/macos/arm64
14:37:15 [2022-10-10T14:37:15.371Z] === RUN   TestImportWithCustomPlatform/nintendo64
14:37:15 [2022-10-10T14:37:15.371Z] --- PASS: TestImportWithCustomPlatform (0.33s)
14:37:15 [2022-10-10T14:37:15.371Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
14:37:15 [2022-10-10T14:37:15.371Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
14:37:15 [2022-10-10T14:37:15.371Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
14:37:15 [2022-10-10T14:37:15.371Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
14:37:15 [2022-10-10T14:37:15.371Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
14:37:15 [2022-10-10T14:37:15.371Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s)
14:37:15 [2022-10-10T14:37:15.371Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
14:37:15 [2022-10-10T14:37:15.371Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
14:37:15 [2022-10-10T14:37:15.371Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
14:37:15 [2022-10-10T14:37:15.371Z] === RUN   TestImagesFilterMultiReference
14:37:15 [2022-10-10T14:37:15.371Z] --- PASS: TestImagesFilterMultiReference (0.06s)
14:37:15 [2022-10-10T14:37:15.371Z] === RUN   TestImagePullPlatformInvalid
14:37:15 [2022-10-10T14:37:15.371Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
14:37:15 [2022-10-10T14:37:15.371Z] === RUN   TestRemoveImageOrphaning
14:37:15 [2022-10-10T14:37:15.626Z] --- PASS: TestRemoveImageOrphaning (0.28s)
14:37:15 [2022-10-10T14:37:15.626Z] === RUN   TestRemoveImageGarbageCollector
14:37:15 [2022-10-10T14:37:15.626Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:37:15 [2022-10-10T14:37:15.626Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
14:37:15 [2022-10-10T14:37:15.626Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:37:15 [2022-10-10T14:37:15.882Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
14:37:15 [2022-10-10T14:37:15.882Z] === RUN   TestTagInvalidReference
14:37:15 [2022-10-10T14:37:15.882Z] --- PASS: TestTagInvalidReference (0.01s)
14:37:15 [2022-10-10T14:37:15.882Z] === RUN   TestTagValidPrefixedRepo
14:37:15 [2022-10-10T14:37:15.882Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
14:37:15 [2022-10-10T14:37:15.882Z] === RUN   TestTagExistedNameWithoutForce
14:37:15 [2022-10-10T14:37:15.882Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
14:37:15 [2022-10-10T14:37:15.882Z] === RUN   TestTagOfficialNames
14:37:15 [2022-10-10T14:37:15.882Z] --- PASS: TestTagOfficialNames (0.05s)
14:37:15 [2022-10-10T14:37:15.882Z] === RUN   TestTagMatchesDigest
14:37:15 [2022-10-10T14:37:15.882Z] --- PASS: TestTagMatchesDigest (0.01s)
14:37:15 [2022-10-10T14:37:15.882Z] PASS
14:37:15 [2022-10-10T14:37:15.882Z] 
14:37:15 [2022-10-10T14:37:15.882Z] === Skipped
14:37:15 [2022-10-10T14:37:15.882Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
14:37:15 [2022-10-10T14:37:15.882Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
14:37:15 [2022-10-10T14:37:15.882Z] 
14:37:15 [2022-10-10T14:37:15.882Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
14:37:15 [2022-10-10T14:37:15.882Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:37:15 [2022-10-10T14:37:15.882Z] 
14:37:15 [2022-10-10T14:37:15.882Z] DONE 22 tests, 2 skipped in 1.316s
14:37:15 [2022-10-10T14:37:15.882Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
14:37:15 [2022-10-10T14:37:15.882Z] ++ 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
14:37:15 [2022-10-10T14:37:15.882Z] ++ set -e
14:37:15 [2022-10-10T14:37:15.882Z] ++ '[' -n 0 ']'
14:37:15 [2022-10-10T14:37:15.882Z] ++ set -x
14:37:15 [2022-10-10T14:37:15.882Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
14:37:15 [2022-10-10T14:37:15.882Z] === RUN   TestStripANSICommands
14:37:15 [2022-10-10T14:37:15.882Z] === RUN   TestStripANSICommands/#00
14:37:15 [2022-10-10T14:37:15.882Z] === RUN   TestStripANSICommands/#01
14:37:15 [2022-10-10T14:37:15.882Z] --- PASS: TestStripANSICommands (0.00s)
14:37:15 [2022-10-10T14:37:15.882Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
14:37:15 [2022-10-10T14:37:15.882Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
14:37:15 [2022-10-10T14:37:15.882Z] PASS
14:37:15 [2022-10-10T14:37:15.882Z] 
14:37:15 [2022-10-10T14:37:15.882Z] DONE 3 tests in 0.039s
14:37:15 [2022-10-10T14:37:15.882Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
14:37:15 [2022-10-10T14:37:15.882Z] ++ 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
14:37:15 [2022-10-10T14:37:15.882Z] ++ set -e
14:37:15 [2022-10-10T14:37:15.882Z] ++ '[' -n 0 ']'
14:37:15 [2022-10-10T14:37:15.882Z] ++ set -x
14:37:15 [2022-10-10T14:37:15.882Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
14:37:16 [2022-10-10T14:37:16.138Z] INFO: Testing against a local daemon
14:37:16 [2022-10-10T14:37:16.138Z] === RUN   TestNetworkCreateDelete
14:37:16 [2022-10-10T14:37:16.138Z] --- PASS: TestNetworkCreateDelete (0.14s)
14:37:16 [2022-10-10T14:37:16.138Z] === RUN   TestDockerNetworkDeletePreferID
14:37:16 [2022-10-10T14:37:16.699Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s)
14:37:16 [2022-10-10T14:37:16.699Z] === RUN   TestDaemonDNSFallback
14:37:23 [2022-10-10T14:37:23.233Z] --- PASS: TestDaemonDNSFallback (6.29s)
14:37:23 [2022-10-10T14:37:23.233Z] === RUN   TestInspectNetwork
14:37:25 [2022-10-10T14:37:25.747Z] === RUN   TestInspectNetwork/full_network_id
14:37:25 [2022-10-10T14:37:25.747Z] === RUN   TestInspectNetwork/partial_network_id
14:37:25 [2022-10-10T14:37:25.747Z] === RUN   TestInspectNetwork/network_name
14:37:25 [2022-10-10T14:37:25.747Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
14:37:29 [2022-10-10T14:37:29.912Z] --- PASS: TestInspectNetwork (6.84s)
14:37:29 [2022-10-10T14:37:29.912Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
14:37:29 [2022-10-10T14:37:29.912Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
14:37:29 [2022-10-10T14:37:29.912Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
14:37:29 [2022-10-10T14:37:29.912Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
14:37:29 [2022-10-10T14:37:29.912Z] === RUN   TestRunContainerWithBridgeNone
14:37:31 [2022-10-10T14:37:31.277Z] --- PASS: TestRunContainerWithBridgeNone (1.44s)
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkInvalidJSON
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkInvalidJSON/networks/create
14:37:31 [2022-10-10T14:37:31.277Z] === PAUSE TestNetworkInvalidJSON/networks/create
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
14:37:31 [2022-10-10T14:37:31.277Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
14:37:31 [2022-10-10T14:37:31.277Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
14:37:31 [2022-10-10T14:37:31.277Z] === CONT  TestNetworkInvalidJSON/networks/create
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
14:37:31 [2022-10-10T14:37:31.277Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
14:37:31 [2022-10-10T14:37:31.277Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
14:37:31 [2022-10-10T14:37:31.277Z] --- PASS: TestNetworkInvalidJSON (0.02s)
14:37:31 [2022-10-10T14:37:31.277Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
14:37:31 [2022-10-10T14:37:31.277Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
14:37:31 [2022-10-10T14:37:31.277Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
14:37:31 [2022-10-10T14:37:31.277Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
14:37:31 [2022-10-10T14:37:31.277Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
14:37:31 [2022-10-10T14:37:31.277Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
14:37:31 [2022-10-10T14:37:31.277Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
14:37:31 [2022-10-10T14:37:31.277Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
14:37:31 [2022-10-10T14:37:31.277Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
14:37:31 [2022-10-10T14:37:31.277Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
14:37:31 [2022-10-10T14:37:31.277Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
14:37:31 [2022-10-10T14:37:31.277Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
14:37:31 [2022-10-10T14:37:31.277Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
14:37:31 [2022-10-10T14:37:31.277Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
14:37:31 [2022-10-10T14:37:31.277Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkList
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkList//networks
14:37:31 [2022-10-10T14:37:31.277Z] === PAUSE TestNetworkList//networks
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestNetworkList//networks/
14:37:31 [2022-10-10T14:37:31.277Z] === PAUSE TestNetworkList//networks/
14:37:31 [2022-10-10T14:37:31.277Z] === CONT  TestNetworkList//networks
14:37:31 [2022-10-10T14:37:31.277Z] === CONT  TestNetworkList//networks/
14:37:31 [2022-10-10T14:37:31.277Z] --- PASS: TestNetworkList (0.02s)
14:37:31 [2022-10-10T14:37:31.277Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:37:31 [2022-10-10T14:37:31.277Z]     --- PASS: TestNetworkList//networks (0.00s)
14:37:31 [2022-10-10T14:37:31.277Z] === RUN   TestHostIPv4BridgeLabel
14:37:31 [2022-10-10T14:37:31.838Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
14:37:31 [2022-10-10T14:37:31.838Z] === RUN   TestDaemonRestartWithLiveRestore
14:37:32 [2022-10-10T14:37:32.764Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
14:37:32 [2022-10-10T14:37:32.764Z] === RUN   TestDaemonDefaultNetworkPools
14:37:33 [2022-10-10T14:37:33.690Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s)
14:37:33 [2022-10-10T14:37:33.690Z] === RUN   TestDaemonRestartWithExistingNetwork
14:37:34 [2022-10-10T14:37:34.617Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
14:37:34 [2022-10-10T14:37:34.617Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:37:35 [2022-10-10T14:37:35.980Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s)
14:37:35 [2022-10-10T14:37:35.980Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:37:36 [2022-10-10T14:37:36.541Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
14:37:36 [2022-10-10T14:37:36.541Z] === RUN   TestServiceWithPredefinedNetwork
14:37:39 [2022-10-10T14:37:39.054Z] --- PASS: TestServiceWithPredefinedNetwork (2.28s)
14:37:39 [2022-10-10T14:37:39.054Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:37:39 [2022-10-10T14:37:39.054Z]     service_test.go:242: FLAKY_TEST
14:37:39 [2022-10-10T14:37:39.054Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:37:39 [2022-10-10T14:37:39.054Z] === RUN   TestServiceWithDataPathPortInit
14:37:53 [2022-10-10T14:37:53.970Z] --- PASS: TestServiceWithDataPathPortInit (13.60s)
14:37:53 [2022-10-10T14:37:53.970Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:37:54 [2022-10-10T14:37:54.897Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:1xdz055zcygfldcvnoho4kagq Created:2022-10-10 14:37:53.680802569 +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[9166a42c60abfaabcdb9fa4ed562e48bcbfe81f5386d88f038332e62ab7070eb:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jtnd2h7wudrmvwuosefy34o84 EndpointID:4a327545417fd26c5c76fd908acfe27b2d53bcb006f143bbd2bd105c990ee48f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a308642deb647c7f4e48a397ec0c9ae7b4aa8706a096da8599bb6edc853ade1c 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:3a35674b4808 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jtnd2h7wudrmvwuosefy34o84 EndpointID:4a327545417fd26c5c76fd908acfe27b2d53bcb006f143bbd2bd105c990ee48f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
14:37:59 [2022-10-10T14:37:59.063Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.76s)
14:37:59 [2022-10-10T14:37:59.063Z] PASS
14:37:59 [2022-10-10T14:37:59.063Z] 
14:37:59 [2022-10-10T14:37:59.063Z] === Skipped
14:37:59 [2022-10-10T14:37:59.063Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:37:59 [2022-10-10T14:37:59.063Z]     service_test.go:242: FLAKY_TEST
14:37:59 [2022-10-10T14:37:59.063Z] 
14:37:59 [2022-10-10T14:37:59.063Z] DONE 38 tests, 1 skipped in 43.165s
14:37:59 [2022-10-10T14:37:59.063Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
14:37:59 [2022-10-10T14:37:59.319Z] ++ 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
14:37:59 [2022-10-10T14:37:59.319Z] ++ set -e
14:37:59 [2022-10-10T14:37:59.319Z] ++ '[' -n 0 ']'
14:37:59 [2022-10-10T14:37:59.319Z] ++ set -x
14:37:59 [2022-10-10T14:37:59.319Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
14:37:59 [2022-10-10T14:37:59.319Z] INFO: Testing against a local daemon
14:37:59 [2022-10-10T14:37:59.319Z] === RUN   TestDockerNetworkIpvlanPersistance
14:37:59 [2022-10-10T14:37:59.319Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:37:59 [2022-10-10T14:37:59.319Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
14:37:59 [2022-10-10T14:37:59.319Z] === RUN   TestDockerNetworkIpvlan
14:37:59 [2022-10-10T14:37:59.319Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:37:59 [2022-10-10T14:37:59.319Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
14:37:59 [2022-10-10T14:37:59.319Z] PASS
14:37:59 [2022-10-10T14:37:59.319Z] 
14:37:59 [2022-10-10T14:37:59.319Z] === Skipped
14:37:59 [2022-10-10T14:37:59.319Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
14:37:59 [2022-10-10T14:37:59.319Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:37:59 [2022-10-10T14:37:59.319Z] 
14:37:59 [2022-10-10T14:37:59.319Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
14:37:59 [2022-10-10T14:37:59.319Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:37:59 [2022-10-10T14:37:59.319Z] 
14:37:59 [2022-10-10T14:37:59.319Z] DONE 2 tests, 2 skipped in 0.116s
14:37:59 [2022-10-10T14:37:59.319Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
14:37:59 [2022-10-10T14:37:59.319Z] ++ 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
14:37:59 [2022-10-10T14:37:59.319Z] ++ set -e
14:37:59 [2022-10-10T14:37:59.319Z] ++ '[' -n 0 ']'
14:37:59 [2022-10-10T14:37:59.319Z] ++ set -x
14:37:59 [2022-10-10T14:37:59.319Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
14:37:59 [2022-10-10T14:37:59.319Z] INFO: Testing against a local daemon
14:37:59 [2022-10-10T14:37:59.319Z] === RUN   TestDockerNetworkMacvlanPersistance
14:38:00 [2022-10-10T14:38:00.686Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s)
14:38:00 [2022-10-10T14:38:00.686Z] === RUN   TestDockerNetworkMacvlan
14:38:01 [2022-10-10T14:38:01.613Z] === RUN   TestDockerNetworkMacvlan/Subinterface
14:38:02 [2022-10-10T14:38:02.176Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
14:38:03 [2022-10-10T14:38:03.105Z] === RUN   TestDockerNetworkMacvlan/NilParent
14:38:04 [2022-10-10T14:38:04.994Z] === RUN   TestDockerNetworkMacvlan/InternalMode
14:38:06 [2022-10-10T14:38:06.360Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
14:38:09 [2022-10-10T14:38:09.627Z] === RUN   TestDockerNetworkMacvlan/Addressing
14:38:10 [2022-10-10T14:38:10.188Z] --- PASS: TestDockerNetworkMacvlan (9.40s)
14:38:10 [2022-10-10T14:38:10.188Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
14:38:10 [2022-10-10T14:38:10.188Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
14:38:10 [2022-10-10T14:38:10.188Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.85s)
14:38:10 [2022-10-10T14:38:10.188Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.82s)
14:38:10 [2022-10-10T14:38:10.188Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.92s)
14:38:10 [2022-10-10T14:38:10.188Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.58s)
14:38:10 [2022-10-10T14:38:10.188Z] PASS
14:38:10 [2022-10-10T14:38:10.188Z] 
14:38:10 [2022-10-10T14:38:10.188Z] DONE 8 tests in 10.826s
14:38:10 [2022-10-10T14:38:10.188Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
14:38:10 [2022-10-10T14:38:10.188Z] ++ 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
14:38:10 [2022-10-10T14:38:10.188Z] ++ set -e
14:38:10 [2022-10-10T14:38:10.188Z] ++ '[' -n 0 ']'
14:38:10 [2022-10-10T14:38:10.188Z] ++ set -x
14:38:10 [2022-10-10T14:38:10.188Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
14:38:10 [2022-10-10T14:38:10.188Z] testing: warning: no tests to run
14:38:10 [2022-10-10T14:38:10.188Z] PASS
14:38:10 [2022-10-10T14:38:10.188Z] 
14:38:10 [2022-10-10T14:38:10.188Z] DONE 0 tests in 0.028s
14:38:10 [2022-10-10T14:38:10.188Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
14:38:10 [2022-10-10T14:38:10.188Z] ++ 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
14:38:10 [2022-10-10T14:38:10.188Z] ++ set -e
14:38:10 [2022-10-10T14:38:10.188Z] ++ '[' -n 0 ']'
14:38:10 [2022-10-10T14:38:10.188Z] ++ set -x
14:38:10 [2022-10-10T14:38:10.188Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
14:38:10 [2022-10-10T14:38:10.188Z] INFO: Testing against a local daemon
14:38:10 [2022-10-10T14:38:10.444Z] === RUN   TestAuthZPluginAllowRequest
14:38:11 [2022-10-10T14:38:11.371Z] --- PASS: TestAuthZPluginAllowRequest (1.11s)
14:38:11 [2022-10-10T14:38:11.371Z] === RUN   TestAuthZPluginTLS
14:38:11 [2022-10-10T14:38:11.940Z] --- PASS: TestAuthZPluginTLS (0.55s)
14:38:11 [2022-10-10T14:38:11.940Z] === RUN   TestAuthZPluginDenyRequest
14:38:12 [2022-10-10T14:38:12.523Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
14:38:12 [2022-10-10T14:38:12.523Z] === RUN   TestAuthZPluginAPIDenyResponse
14:38:13 [2022-10-10T14:38:13.084Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
14:38:13 [2022-10-10T14:38:13.084Z] === RUN   TestAuthZPluginDenyResponse
14:38:13 [2022-10-10T14:38:13.645Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
14:38:13 [2022-10-10T14:38:13.645Z] === RUN   TestAuthZPluginAllowEventStream
14:38:14 [2022-10-10T14:38:14.571Z] --- PASS: TestAuthZPluginAllowEventStream (1.12s)
14:38:14 [2022-10-10T14:38:14.571Z] === RUN   TestAuthZPluginErrorResponse
14:38:15 [2022-10-10T14:38:15.132Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
14:38:15 [2022-10-10T14:38:15.132Z] === RUN   TestAuthZPluginErrorRequest
14:38:15 [2022-10-10T14:38:15.693Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
14:38:15 [2022-10-10T14:38:15.693Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
14:38:16 [2022-10-10T14:38:16.255Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
14:38:16 [2022-10-10T14:38:16.255Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
14:38:17 [2022-10-10T14:38:17.619Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.33s)
14:38:17 [2022-10-10T14:38:17.619Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
14:38:18 [2022-10-10T14:38:18.982Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.34s)
14:38:18 [2022-10-10T14:38:18.982Z] === RUN   TestAuthZPluginHeader
14:38:19 [2022-10-10T14:38:19.544Z] --- PASS: TestAuthZPluginHeader (0.69s)
14:38:19 [2022-10-10T14:38:19.544Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
14:38:19 [2022-10-10T14:38:19.799Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:38:19 [2022-10-10T14:38:19.799Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
14:38:19 [2022-10-10T14:38:19.799Z] === RUN   TestAuthZPluginV2Disable
14:38:19 [2022-10-10T14:38:19.799Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:38:19 [2022-10-10T14:38:19.799Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
14:38:19 [2022-10-10T14:38:19.799Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
14:38:19 [2022-10-10T14:38:19.799Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:38:19 [2022-10-10T14:38:19.799Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
14:38:19 [2022-10-10T14:38:19.799Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
14:38:19 [2022-10-10T14:38:19.799Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:38:19 [2022-10-10T14:38:19.799Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
14:38:19 [2022-10-10T14:38:19.799Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
14:38:37 [2022-10-10T14:38:37.840Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
14:38:37 [2022-10-10T14:38:37.840Z] PASS
14:38:37 [2022-10-10T14:38:37.840Z] 
14:38:37 [2022-10-10T14:38:37.840Z] === Skipped
14:38:37 [2022-10-10T14:38:37.840Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:38:37 [2022-10-10T14:38:37.840Z] 
14:38:37 [2022-10-10T14:38:37.840Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:38:37 [2022-10-10T14:38:37.840Z] 
14:38:37 [2022-10-10T14:38:37.840Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:38:37 [2022-10-10T14:38:37.840Z] 
14:38:37 [2022-10-10T14:38:37.840Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:38:37 [2022-10-10T14:38:37.840Z] 
14:38:37 [2022-10-10T14:38:37.840Z] DONE 17 tests, 4 skipped in 26.354s
14:38:37 [2022-10-10T14:38:37.840Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
14:38:37 [2022-10-10T14:38:37.840Z] ++ 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
14:38:37 [2022-10-10T14:38:37.840Z] ++ set -e
14:38:37 [2022-10-10T14:38:37.840Z] ++ '[' -n 0 ']'
14:38:37 [2022-10-10T14:38:37.840Z] ++ set -x
14:38:37 [2022-10-10T14:38:37.840Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
14:38:37 [2022-10-10T14:38:37.840Z] INFO: Testing against a local daemon
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInvalidJSON
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
14:38:37 [2022-10-10T14:38:37.840Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
14:38:37 [2022-10-10T14:38:37.840Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInvalidJSON/plugins/pull
14:38:37 [2022-10-10T14:38:37.840Z] === PAUSE TestPluginInvalidJSON/plugins/pull
14:38:37 [2022-10-10T14:38:37.840Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
14:38:37 [2022-10-10T14:38:37.840Z] === CONT  TestPluginInvalidJSON/plugins/pull
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
14:38:37 [2022-10-10T14:38:37.840Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
14:38:37 [2022-10-10T14:38:37.840Z] --- PASS: TestPluginInvalidJSON (0.02s)
14:38:37 [2022-10-10T14:38:37.840Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInstall
14:38:37 [2022-10-10T14:38:37.840Z] === RUN   TestPluginInstall/no_auth
14:38:41 [2022-10-10T14:38:41.106Z] time="2022-10-10T14:38:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:38:41 [2022-10-10T14:38:41.106Z] time="2022-10-10T14:38:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:818a6fd76257b51d2164d350fc191703e7180623db91c65bf7070995ea812b56" mediatype=application/vnd.docker.plugin.v1+json size=522
14:38:41 [2022-10-10T14:38:41.106Z] time="2022-10-10T14:38:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:38:41 [2022-10-10T14:38:41.106Z] time="2022-10-10T14:38:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:818a6fd76257b51d2164d350fc191703e7180623db91c65bf7070995ea812b56" mediatype=application/vnd.docker.plugin.v1+json size=522
14:38:41 [2022-10-10T14:38:41.106Z] === RUN   TestPluginInstall/with_htpasswd
14:38:41 [2022-10-10T14:38:41.106Z] time="2022-10-10T14:38:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:38:41 [2022-10-10T14:38:41.106Z] time="2022-10-10T14:38:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:818a6fd76257b51d2164d350fc191703e7180623db91c65bf7070995ea812b56" mediatype=application/vnd.docker.plugin.v1+json size=522
14:38:41 [2022-10-10T14:38:41.106Z] time="2022-10-10T14:38:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:38:41 [2022-10-10T14:38:41.106Z] time="2022-10-10T14:38:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:818a6fd76257b51d2164d350fc191703e7180623db91c65bf7070995ea812b56" mediatype=application/vnd.docker.plugin.v1+json size=522
14:38:41 [2022-10-10T14:38:41.362Z] === RUN   TestPluginInstall/with_insecure
14:38:42 [2022-10-10T14:38:42.289Z] time="2022-10-10T14:38:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:38:42 [2022-10-10T14:38:42.289Z] time="2022-10-10T14:38:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:33fd9cb7d207a2276a15bffffecbfa58fd36cdeef73fae63877b9f3a529288a0" mediatype=application/vnd.docker.plugin.v1+json size=522
14:38:42 [2022-10-10T14:38:42.289Z] time="2022-10-10T14:38:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:38:42 [2022-10-10T14:38:42.289Z] time="2022-10-10T14:38:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:33fd9cb7d207a2276a15bffffecbfa58fd36cdeef73fae63877b9f3a529288a0" mediatype=application/vnd.docker.plugin.v1+json size=522
14:38:42 [2022-10-10T14:38:42.289Z]     plugin_test.go:196: [d7fee56c07f7e] daemon is not started
14:38:42 [2022-10-10T14:38:42.289Z] --- PASS: TestPluginInstall (5.56s)
14:38:42 [2022-10-10T14:38:42.289Z]     --- PASS: TestPluginInstall/no_auth (3.98s)
14:38:42 [2022-10-10T14:38:42.289Z]     --- PASS: TestPluginInstall/with_htpasswd (0.56s)
14:38:42 [2022-10-10T14:38:42.289Z]     --- PASS: TestPluginInstall/with_insecure (1.02s)
14:38:42 [2022-10-10T14:38:42.289Z] === RUN   TestPluginsWithRuntimes
14:38:44 [2022-10-10T14:38:44.176Z] === RUN   TestPluginsWithRuntimes/No_Args
14:38:44 [2022-10-10T14:38:44.737Z] === RUN   TestPluginsWithRuntimes/With_Args
14:38:45 [2022-10-10T14:38:45.664Z] --- PASS: TestPluginsWithRuntimes (3.29s)
14:38:45 [2022-10-10T14:38:45.664Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.87s)
14:38:45 [2022-10-10T14:38:45.664Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.89s)
14:38:45 [2022-10-10T14:38:45.664Z] === RUN   TestPluginBackCompatMediaTypes
14:38:46 [2022-10-10T14:38:46.226Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s)
14:38:46 [2022-10-10T14:38:46.226Z] PASS
14:38:46 [2022-10-10T14:38:46.226Z] 
14:38:46 [2022-10-10T14:38:46.226Z] DONE 24 tests in 9.590s
14:38:46 [2022-10-10T14:38:46.226Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
14:38:46 [2022-10-10T14:38:46.226Z] ++ 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
14:38:46 [2022-10-10T14:38:46.226Z] ++ set -e
14:38:46 [2022-10-10T14:38:46.226Z] ++ '[' -n 0 ']'
14:38:46 [2022-10-10T14:38:46.226Z] ++ set -x
14:38:46 [2022-10-10T14:38:46.226Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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
14:38:46 [2022-10-10T14:38:46.226Z] INFO: Testing against a local daemon
14:38:46 [2022-10-10T14:38:46.226Z] === RUN   TestExternalGraphDriver
14:38:46 [2022-10-10T14:38:46.787Z] === RUN   TestExternalGraphDriver/json
14:38:48 [2022-10-10T14:38:48.152Z] === RUN   TestExternalGraphDriver/spec
14:38:50 [2022-10-10T14:38:50.046Z] === RUN   TestExternalGraphDriver/pull
14:38:51 [2022-10-10T14:38:51.437Z] --- PASS: TestExternalGraphDriver (5.16s)
14:38:51 [2022-10-10T14:38:51.437Z]     --- PASS: TestExternalGraphDriver/json (1.55s)
14:38:51 [2022-10-10T14:38:51.437Z]     --- PASS: TestExternalGraphDriver/spec (1.57s)
14:38:51 [2022-10-10T14:38:51.438Z]     --- PASS: TestExternalGraphDriver/pull (1.69s)
14:38:51 [2022-10-10T14:38:51.438Z] === RUN   TestGraphdriverPluginV2
14:38:51 [2022-10-10T14:38:51.693Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:38:51 [2022-10-10T14:38:51.693Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
14:38:51 [2022-10-10T14:38:51.693Z] PASS
14:38:51 [2022-10-10T14:38:51.693Z] 
14:38:51 [2022-10-10T14:38:51.693Z] === Skipped
14:38:51 [2022-10-10T14:38:51.693Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
14:38:51 [2022-10-10T14:38:51.693Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:38:51 [2022-10-10T14:38:51.693Z] 
14:38:51 [2022-10-10T14:38:51.693Z] DONE 5 tests, 1 skipped in 5.604s
14:38:51 [2022-10-10T14:38:51.693Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
14:38:51 [2022-10-10T14:38:51.693Z] ++ 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
14:38:51 [2022-10-10T14:38:51.693Z] ++ set -e
14:38:51 [2022-10-10T14:38:51.693Z] ++ '[' -n 0 ']'
14:38:51 [2022-10-10T14:38:51.693Z] ++ set -x
14:38:51 [2022-10-10T14:38:51.693Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
14:38:51 [2022-10-10T14:38:51.949Z] INFO: Testing against a local daemon
14:38:51 [2022-10-10T14:38:51.949Z] === RUN   TestContinueAfterPluginCrash
14:38:51 [2022-10-10T14:38:51.949Z] === PAUSE TestContinueAfterPluginCrash
14:38:51 [2022-10-10T14:38:51.949Z] === RUN   TestReadPluginNoRead
14:38:51 [2022-10-10T14:38:51.949Z] === PAUSE TestReadPluginNoRead
14:38:51 [2022-10-10T14:38:51.949Z] === RUN   TestDaemonStartWithLogOpt
14:38:51 [2022-10-10T14:38:51.949Z] === PAUSE TestDaemonStartWithLogOpt
14:38:51 [2022-10-10T14:38:51.949Z] === CONT  TestContinueAfterPluginCrash
14:38:51 [2022-10-10T14:38:51.949Z] === CONT  TestDaemonStartWithLogOpt
14:38:55 [2022-10-10T14:38:55.214Z] --- PASS: TestDaemonStartWithLogOpt (2.98s)
14:38:55 [2022-10-10T14:38:55.214Z] === CONT  TestReadPluginNoRead
14:38:57 [2022-10-10T14:38:57.102Z] === RUN   TestReadPluginNoRead/default
14:38:58 [2022-10-10T14:38:58.465Z] === RUN   TestReadPluginNoRead/disabled_caching
14:38:59 [2022-10-10T14:38:59.392Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
14:38:59 [2022-10-10T14:38:59.953Z] --- PASS: TestContinueAfterPluginCrash (8.03s)
14:39:00 [2022-10-10T14:39:00.514Z] === CONT  TestReadPluginNoRead
14:39:00 [2022-10-10T14:39:00.514Z]     read_test.go:91: [d2ba45848dcad] daemon is not started
14:39:00 [2022-10-10T14:39:00.514Z] --- PASS: TestReadPluginNoRead (5.67s)
14:39:00 [2022-10-10T14:39:00.514Z]     --- PASS: TestReadPluginNoRead/default (1.17s)
14:39:00 [2022-10-10T14:39:00.514Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.18s)
14:39:00 [2022-10-10T14:39:00.514Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.18s)
14:39:00 [2022-10-10T14:39:00.514Z] PASS
14:39:00 [2022-10-10T14:39:00.514Z] 
14:39:00 [2022-10-10T14:39:00.514Z] DONE 6 tests in 8.763s
14:39:00 [2022-10-10T14:39:00.514Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
14:39:00 [2022-10-10T14:39:00.515Z] ++ 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
14:39:00 [2022-10-10T14:39:00.515Z] ++ set -e
14:39:00 [2022-10-10T14:39:00.515Z] ++ '[' -n 0 ']'
14:39:00 [2022-10-10T14:39:00.515Z] ++ set -x
14:39:00 [2022-10-10T14:39:00.515Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
14:39:00 [2022-10-10T14:39:00.515Z] testing: warning: no tests to run
14:39:00 [2022-10-10T14:39:00.515Z] PASS
14:39:00 [2022-10-10T14:39:00.515Z] 
14:39:00 [2022-10-10T14:39:00.515Z] DONE 0 tests in 0.045s
14:39:00 [2022-10-10T14:39:00.771Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
14:39:00 [2022-10-10T14:39:00.771Z] ++ 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
14:39:00 [2022-10-10T14:39:00.771Z] ++ set -e
14:39:00 [2022-10-10T14:39:00.771Z] ++ '[' -n 0 ']'
14:39:00 [2022-10-10T14:39:00.771Z] ++ set -x
14:39:00 [2022-10-10T14:39:00.771Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
14:39:01 [2022-10-10T14:39:01.026Z] INFO: Testing against a local daemon
14:39:01 [2022-10-10T14:39:01.026Z] === RUN   TestPluginWithDevMounts
14:39:01 [2022-10-10T14:39:01.026Z] === PAUSE TestPluginWithDevMounts
14:39:01 [2022-10-10T14:39:01.026Z] === CONT  TestPluginWithDevMounts
14:39:02 [2022-10-10T14:39:02.392Z] --- PASS: TestPluginWithDevMounts (1.54s)
14:39:02 [2022-10-10T14:39:02.392Z] PASS
14:39:02 [2022-10-10T14:39:02.392Z] 
14:39:02 [2022-10-10T14:39:02.392Z] DONE 1 tests in 1.790s
14:39:02 [2022-10-10T14:39:02.392Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
14:39:02 [2022-10-10T14:39:02.392Z] ++ 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
14:39:02 [2022-10-10T14:39:02.392Z] ++ set -e
14:39:02 [2022-10-10T14:39:02.392Z] ++ '[' -n 0 ']'
14:39:02 [2022-10-10T14:39:02.392Z] ++ set -x
14:39:02 [2022-10-10T14:39:02.392Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
14:39:02 [2022-10-10T14:39:02.648Z] INFO: Testing against a local daemon
14:39:02 [2022-10-10T14:39:02.648Z] === RUN   TestSecretInspect
14:39:05 [2022-10-10T14:39:05.205Z] --- PASS: TestSecretInspect (2.25s)
14:39:05 [2022-10-10T14:39:05.205Z] === RUN   TestSecretList
14:39:07 [2022-10-10T14:39:07.092Z] --- PASS: TestSecretList (2.17s)
14:39:07 [2022-10-10T14:39:07.092Z] === RUN   TestSecretsCreateAndDelete
14:39:09 [2022-10-10T14:39:09.606Z] --- PASS: TestSecretsCreateAndDelete (2.22s)
14:39:09 [2022-10-10T14:39:09.606Z] === RUN   TestSecretsUpdate
14:39:11 [2022-10-10T14:39:11.494Z] --- PASS: TestSecretsUpdate (2.19s)
14:39:11 [2022-10-10T14:39:11.494Z] === RUN   TestTemplatedSecret
14:39:14 [2022-10-10T14:39:14.008Z] --- PASS: TestTemplatedSecret (2.51s)
14:39:14 [2022-10-10T14:39:14.008Z] === RUN   TestSecretCreateResolve
14:39:16 [2022-10-10T14:39:16.558Z] --- PASS: TestSecretCreateResolve (2.25s)
14:39:16 [2022-10-10T14:39:16.558Z] PASS
14:39:16 [2022-10-10T14:39:16.558Z] 
14:39:16 [2022-10-10T14:39:16.558Z] DONE 6 tests in 13.687s
14:39:16 [2022-10-10T14:39:16.558Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
14:39:16 [2022-10-10T14:39:16.558Z] ++ 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
14:39:16 [2022-10-10T14:39:16.558Z] ++ set -e
14:39:16 [2022-10-10T14:39:16.558Z] ++ '[' -n 0 ']'
14:39:16 [2022-10-10T14:39:16.558Z] ++ set -x
14:39:16 [2022-10-10T14:39:16.558Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
14:39:16 [2022-10-10T14:39:16.558Z] INFO: Testing against a local daemon
14:39:16 [2022-10-10T14:39:16.558Z] === RUN   TestServiceCreateInit
14:39:16 [2022-10-10T14:39:16.558Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:39:19 [2022-10-10T14:39:19.824Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:39:24 [2022-10-10T14:39:24.029Z] --- PASS: TestServiceCreateInit (7.21s)
14:39:24 [2022-10-10T14:39:24.029Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.61s)
14:39:24 [2022-10-10T14:39:24.029Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.57s)
14:39:24 [2022-10-10T14:39:24.029Z] === RUN   TestCreateServiceMultipleTimes
14:39:38 [2022-10-10T14:39:38.865Z] --- PASS: TestCreateServiceMultipleTimes (15.19s)
14:39:38 [2022-10-10T14:39:38.865Z] === RUN   TestCreateServiceConflict
14:39:40 [2022-10-10T14:39:40.754Z] --- PASS: TestCreateServiceConflict (2.16s)
14:39:40 [2022-10-10T14:39:40.754Z] === RUN   TestCreateServiceMaxReplicas
14:39:44 [2022-10-10T14:39:44.019Z] --- PASS: TestCreateServiceMaxReplicas (2.73s)
14:39:44 [2022-10-10T14:39:44.019Z] === RUN   TestCreateWithDuplicateNetworkNames
14:39:58 [2022-10-10T14:39:58.855Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.01s)
14:39:58 [2022-10-10T14:39:58.855Z] === RUN   TestCreateServiceSecretFileMode
14:39:59 [2022-10-10T14:39:59.111Z] --- PASS: TestCreateServiceSecretFileMode (2.45s)
14:39:59 [2022-10-10T14:39:59.111Z] === RUN   TestCreateServiceConfigFileMode
14:40:01 [2022-10-10T14:40:01.625Z] --- PASS: TestCreateServiceConfigFileMode (2.45s)
14:40:01 [2022-10-10T14:40:01.625Z] === RUN   TestCreateServiceSysctls
14:40:04 [2022-10-10T14:40:04.890Z] --- PASS: TestCreateServiceSysctls (3.44s)
14:40:04 [2022-10-10T14:40:04.890Z] === RUN   TestCreateServiceCapabilities
14:40:07 [2022-10-10T14:40:07.434Z] --- PASS: TestCreateServiceCapabilities (2.37s)
14:40:07 [2022-10-10T14:40:07.434Z] === RUN   TestInspect
14:40:09 [2022-10-10T14:40:09.948Z] --- PASS: TestInspect (2.76s)
14:40:09 [2022-10-10T14:40:09.948Z] === RUN   TestCreateJob
14:40:13 [2022-10-10T14:40:13.255Z] --- PASS: TestCreateJob (2.98s)
14:40:13 [2022-10-10T14:40:13.255Z] === RUN   TestReplicatedJob
14:40:18 [2022-10-10T14:40:18.498Z] --- PASS: TestReplicatedJob (5.16s)
14:40:18 [2022-10-10T14:40:18.498Z] === RUN   TestUpdateReplicatedJob
14:40:21 [2022-10-10T14:40:21.802Z] --- PASS: TestUpdateReplicatedJob (3.02s)
14:40:21 [2022-10-10T14:40:21.802Z] === RUN   TestServiceListWithStatuses
14:40:21 [2022-10-10T14:40:21.802Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:40:21 [2022-10-10T14:40:21.802Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:40:21 [2022-10-10T14:40:21.802Z] === RUN   TestDockerNetworkConnectAlias
14:40:25 [2022-10-10T14:40:25.066Z] --- PASS: TestDockerNetworkConnectAlias (3.91s)
14:40:25 [2022-10-10T14:40:25.066Z] === RUN   TestDockerNetworkReConnect
14:40:29 [2022-10-10T14:40:29.237Z] --- PASS: TestDockerNetworkReConnect (3.33s)
14:40:29 [2022-10-10T14:40:29.237Z] === RUN   TestServicePlugin
14:40:29 [2022-10-10T14:40:29.237Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:40:29 [2022-10-10T14:40:29.237Z] --- SKIP: TestServicePlugin (0.00s)
14:40:29 [2022-10-10T14:40:29.237Z] === RUN   TestServiceUpdateLabel
14:40:31 [2022-10-10T14:40:31.125Z] --- PASS: TestServiceUpdateLabel (2.26s)
14:40:31 [2022-10-10T14:40:31.125Z] === RUN   TestServiceUpdateSecrets
14:40:45 [2022-10-10T14:40:45.960Z] --- PASS: TestServiceUpdateSecrets (14.42s)
14:40:45 [2022-10-10T14:40:45.960Z] === RUN   TestServiceUpdateConfigs
14:41:00 [2022-10-10T14:41:00.942Z] --- PASS: TestServiceUpdateConfigs (14.40s)
14:41:00 [2022-10-10T14:41:00.942Z] === RUN   TestServiceUpdateNetwork
14:41:13 [2022-10-10T14:41:13.107Z] --- PASS: TestServiceUpdateNetwork (12.22s)
14:41:13 [2022-10-10T14:41:13.107Z] === RUN   TestServiceUpdatePidsLimit
14:41:13 [2022-10-10T14:41:13.107Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
14:41:13 [2022-10-10T14:41:13.668Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
14:41:21 [2022-10-10T14:41:21.790Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
14:41:28 [2022-10-10T14:41:28.323Z] --- PASS: TestServiceUpdatePidsLimit (16.09s)
14:41:28 [2022-10-10T14:41:28.323Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
14:41:28 [2022-10-10T14:41:28.323Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s)
14:41:28 [2022-10-10T14:41:28.323Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
14:41:28 [2022-10-10T14:41:28.323Z] PASS
14:41:28 [2022-10-10T14:41:28.323Z] 
14:41:28 [2022-10-10T14:41:28.323Z] === Skipped
14:41:28 [2022-10-10T14:41:28.323Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
14:41:28 [2022-10-10T14:41:28.323Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:41:28 [2022-10-10T14:41:28.323Z] 
14:41:28 [2022-10-10T14:41:28.323Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
14:41:28 [2022-10-10T14:41:28.323Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:41:28 [2022-10-10T14:41:28.323Z] 
14:41:28 [2022-10-10T14:41:28.323Z] DONE 27 tests, 2 skipped in 131.714s
14:41:28 [2022-10-10T14:41:28.323Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
14:41:28 [2022-10-10T14:41:28.323Z] ++ 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
14:41:28 [2022-10-10T14:41:28.323Z] ++ set -e
14:41:28 [2022-10-10T14:41:28.323Z] ++ '[' -n 0 ']'
14:41:28 [2022-10-10T14:41:28.323Z] ++ set -x
14:41:28 [2022-10-10T14:41:28.323Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
14:41:28 [2022-10-10T14:41:28.323Z] INFO: Testing against a local daemon
14:41:28 [2022-10-10T14:41:28.323Z] === RUN   TestSessionCreate
14:41:28 [2022-10-10T14:41:28.323Z] --- PASS: TestSessionCreate (0.02s)
14:41:28 [2022-10-10T14:41:28.323Z] === RUN   TestSessionCreateWithBadUpgrade
14:41:28 [2022-10-10T14:41:28.323Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
14:41:28 [2022-10-10T14:41:28.323Z] PASS
14:41:28 [2022-10-10T14:41:28.323Z] 
14:41:28 [2022-10-10T14:41:28.323Z] DONE 2 tests in 0.130s
14:41:28 [2022-10-10T14:41:28.323Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
14:41:28 [2022-10-10T14:41:28.324Z] ++ 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
14:41:28 [2022-10-10T14:41:28.324Z] ++ set -e
14:41:28 [2022-10-10T14:41:28.324Z] ++ '[' -n 0 ']'
14:41:28 [2022-10-10T14:41:28.324Z] ++ set -x
14:41:28 [2022-10-10T14:41:28.324Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
14:41:28 [2022-10-10T14:41:28.324Z] INFO: Testing against a local daemon
14:41:28 [2022-10-10T14:41:28.324Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:41:28 [2022-10-10T14:41:28.324Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:41:28 [2022-10-10T14:41:28.324Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
14:41:28 [2022-10-10T14:41:28.324Z] === RUN   TestDiskUsage
14:41:28 [2022-10-10T14:41:28.324Z] === PAUSE TestDiskUsage
14:41:28 [2022-10-10T14:41:28.324Z] === RUN   TestEventsExecDie
14:41:28 [2022-10-10T14:41:28.926Z] --- PASS: TestEventsExecDie (0.60s)
14:41:28 [2022-10-10T14:41:28.926Z] === RUN   TestEventsBackwardsCompatible
14:41:28 [2022-10-10T14:41:28.926Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
14:41:28 [2022-10-10T14:41:28.926Z] === RUN   TestEventsVolumeCreate
14:41:28 [2022-10-10T14:41:28.926Z] --- PASS: TestEventsVolumeCreate (0.07s)
14:41:28 [2022-10-10T14:41:28.926Z] === RUN   TestInfoBinaryCommits
14:41:28 [2022-10-10T14:41:28.926Z] --- PASS: TestInfoBinaryCommits (0.02s)
14:41:28 [2022-10-10T14:41:28.926Z] === RUN   TestInfoAPIVersioned
14:41:28 [2022-10-10T14:41:28.926Z] --- PASS: TestInfoAPIVersioned (0.01s)
14:41:28 [2022-10-10T14:41:28.926Z] === RUN   TestInfoAPI
14:41:28 [2022-10-10T14:41:28.926Z] --- PASS: TestInfoAPI (0.02s)
14:41:28 [2022-10-10T14:41:28.926Z] === RUN   TestInfoAPIWarnings
14:41:46 [2022-10-10T14:41:46.962Z] --- PASS: TestInfoAPIWarnings (16.55s)
14:41:46 [2022-10-10T14:41:46.962Z] === RUN   TestInfoDebug
14:41:46 [2022-10-10T14:41:46.962Z] --- PASS: TestInfoDebug (0.52s)
14:41:46 [2022-10-10T14:41:46.962Z] === RUN   TestInfoInsecureRegistries
14:41:46 [2022-10-10T14:41:46.962Z] --- PASS: TestInfoInsecureRegistries (0.52s)
14:41:46 [2022-10-10T14:41:46.962Z] === RUN   TestInfoRegistryMirrors
14:41:46 [2022-10-10T14:41:46.962Z] --- PASS: TestInfoRegistryMirrors (0.52s)
14:41:46 [2022-10-10T14:41:46.962Z] === RUN   TestLoginFailsWithBadCredentials
14:41:47 [2022-10-10T14:41:47.523Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
14:41:47 [2022-10-10T14:41:47.523Z] === RUN   TestPingCacheHeaders
14:41:47 [2022-10-10T14:41:47.523Z] --- PASS: TestPingCacheHeaders (0.03s)
14:41:47 [2022-10-10T14:41:47.523Z] === RUN   TestPingGet
14:41:47 [2022-10-10T14:41:47.523Z] --- PASS: TestPingGet (0.01s)
14:41:47 [2022-10-10T14:41:47.523Z] === RUN   TestPingHead
14:41:47 [2022-10-10T14:41:47.523Z] --- PASS: TestPingHead (0.02s)
14:41:47 [2022-10-10T14:41:47.523Z] === RUN   TestPingSwarmHeader
14:41:48 [2022-10-10T14:41:48.083Z] === RUN   TestPingSwarmHeader/before_swarm_init
14:41:48 [2022-10-10T14:41:48.644Z] === RUN   TestPingSwarmHeader/after_swarm_init
14:41:49 [2022-10-10T14:41:49.585Z] === RUN   TestPingSwarmHeader/after_swarm_leave
14:41:49 [2022-10-10T14:41:49.585Z] --- PASS: TestPingSwarmHeader (2.05s)
14:41:49 [2022-10-10T14:41:49.585Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
14:41:49 [2022-10-10T14:41:49.585Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
14:41:49 [2022-10-10T14:41:49.585Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
14:41:49 [2022-10-10T14:41:49.585Z] === RUN   TestPingBuilderHeader
14:41:49 [2022-10-10T14:41:49.585Z] === RUN   TestPingBuilderHeader/default_config
14:41:50 [2022-10-10T14:41:50.150Z] === RUN   TestPingBuilderHeader/buildkit_disabled
14:41:50 [2022-10-10T14:41:50.710Z] --- PASS: TestPingBuilderHeader (1.05s)
14:41:50 [2022-10-10T14:41:50.710Z]     --- PASS: TestPingBuilderHeader/default_config (0.52s)
14:41:50 [2022-10-10T14:41:50.710Z]     --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s)
14:41:50 [2022-10-10T14:41:50.710Z] === RUN   TestVersion
14:41:50 [2022-10-10T14:41:50.710Z] --- PASS: TestVersion (0.02s)
14:41:50 [2022-10-10T14:41:50.710Z] === CONT  TestDiskUsage
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/empty
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/empty/container_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/empty/image_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/empty/volume_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/empty/build-cache_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/empty/container,_volume_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/after_LoadBusybox
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
14:41:51 [2022-10-10T14:41:51.271Z] === RUN   TestDiskUsage/after_container.Run
14:41:51 [2022-10-10T14:41:51.527Z] === RUN   TestDiskUsage/after_container.Run/container_types
14:41:51 [2022-10-10T14:41:51.527Z] === RUN   TestDiskUsage/after_container.Run/image_types
14:41:51 [2022-10-10T14:41:51.527Z] === RUN   TestDiskUsage/after_container.Run/volume_types
14:41:51 [2022-10-10T14:41:51.527Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
14:41:51 [2022-10-10T14:41:51.527Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
14:41:51 [2022-10-10T14:41:51.527Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
14:41:51 [2022-10-10T14:41:51.527Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
14:41:51 [2022-10-10T14:41:51.527Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
14:41:51 [2022-10-10T14:41:51.527Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
14:41:51 [2022-10-10T14:41:51.527Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
14:41:51 [2022-10-10T14:41:51.783Z] --- PASS: TestDiskUsage (1.17s)
14:41:51 [2022-10-10T14:41:51.783Z]     --- PASS: TestDiskUsage/empty (0.01s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.17s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]     --- PASS: TestDiskUsage/after_container.Run (0.34s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z] PASS
14:41:51 [2022-10-10T14:41:51.783Z] 
14:41:51 [2022-10-10T14:41:51.783Z] === Skipped
14:41:51 [2022-10-10T14:41:51.783Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
14:41:51 [2022-10-10T14:41:51.783Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:41:51 [2022-10-10T14:41:51.783Z] 
14:41:51 [2022-10-10T14:41:51.783Z] DONE 57 tests, 1 skipped in 23.740s
14:41:51 [2022-10-10T14:41:51.783Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
14:41:51 [2022-10-10T14:41:51.783Z] ++ 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
14:41:51 [2022-10-10T14:41:51.783Z] ++ set -e
14:41:51 [2022-10-10T14:41:51.783Z] ++ '[' -n 0 ']'
14:41:51 [2022-10-10T14:41:51.783Z] ++ set -x
14:41:51 [2022-10-10T14:41:51.783Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
14:41:51 [2022-10-10T14:41:51.783Z] INFO: Testing against a local daemon
14:41:51 [2022-10-10T14:41:51.783Z] === RUN   TestVolumesCreateAndList
14:41:51 [2022-10-10T14:41:51.783Z] --- PASS: TestVolumesCreateAndList (0.02s)
14:41:51 [2022-10-10T14:41:51.783Z] === RUN   TestVolumesRemove
14:41:52 [2022-10-10T14:41:52.081Z] --- PASS: TestVolumesRemove (0.07s)
14:41:52 [2022-10-10T14:41:52.081Z] === RUN   TestVolumesInspect
14:41:52 [2022-10-10T14:41:52.081Z] --- PASS: TestVolumesInspect (0.02s)
14:41:52 [2022-10-10T14:41:52.081Z] === RUN   TestVolumesInvalidJSON
14:41:52 [2022-10-10T14:41:52.081Z] === RUN   TestVolumesInvalidJSON/volumes/create
14:41:52 [2022-10-10T14:41:52.081Z] === PAUSE TestVolumesInvalidJSON/volumes/create
14:41:52 [2022-10-10T14:41:52.081Z] === CONT  TestVolumesInvalidJSON/volumes/create
14:41:52 [2022-10-10T14:41:52.081Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
14:41:52 [2022-10-10T14:41:52.081Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
14:41:52 [2022-10-10T14:41:52.081Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
14:41:52 [2022-10-10T14:41:52.081Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
14:41:52 [2022-10-10T14:41:52.081Z] --- PASS: TestVolumesInvalidJSON (0.01s)
14:41:52 [2022-10-10T14:41:52.081Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
14:41:52 [2022-10-10T14:41:52.081Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
14:41:52 [2022-10-10T14:41:52.081Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
14:41:52 [2022-10-10T14:41:52.081Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
14:41:52 [2022-10-10T14:41:52.081Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
14:41:52 [2022-10-10T14:41:52.081Z] === RUN   TestVolumePruneAnonymous
14:41:52 [2022-10-10T14:41:52.081Z] --- PASS: TestVolumePruneAnonymous (0.03s)
14:41:52 [2022-10-10T14:41:52.081Z] PASS
14:41:52 [2022-10-10T14:41:52.081Z] 
14:41:52 [2022-10-10T14:41:52.081Z] DONE 10 tests in 0.246s
14:41:52 [2022-10-10T14:41:52.081Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:41:52 [2022-10-10T14:41:52.081Z] ++++ cat bundles/test-integration/docker.pid
14:41:52 [2022-10-10T14:41:52.081Z] +++ kill 14785
14:41:52 [2022-10-10T14:41:52.337Z] +++ /etc/init.d/apparmor stop
14:41:52 [2022-10-10T14:41:52.337Z] Leaving: AppArmorNo profiles have been unloaded.
14:41:52 [2022-10-10T14:41:52.337Z] 
14:41:52 [2022-10-10T14:41:52.337Z] Unloading profiles will leave already running processes permanently
14:41:52 [2022-10-10T14:41:52.337Z] unconfined, which can lead to unexpected situations.
14:41:52 [2022-10-10T14:41:52.337Z] 
14:41:52 [2022-10-10T14:41:52.337Z] To set a process to complain mode, use the command line tool
14:41:52 [2022-10-10T14:41:52.337Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:41:52 [2022-10-10T14:41:52.337Z] +++ true
14:41:52 [2022-10-10T14:41:52.337Z] exiting test-integration
14:41:52 [2022-10-10T14:41:52.337Z] ++ exit 0
14:41:52 [2022-10-10T14:41:52.337Z] 
Post stage
[Pipeline] junit
14:41:53 [2022-10-10T14:41:53.273Z] Recording test results
14:41:53 [2022-10-10T14:41:53.441Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
14:41:53 [2022-10-10T14:41:53.740Z] + echo Ensuring container killed.
14:41:53 [2022-10-10T14:41:53.740Z] Ensuring container killed.
14:41:53 [2022-10-10T14:41:53.741Z] + docker rm -vf docker-pr3
14:41:53 [2022-10-10T14:41:53.741Z] Error response from daemon: No such container: docker-pr3
[Pipeline] sh
14:41:54 [2022-10-10T14:41:54.055Z] + echo Chowning /workspace to jenkins user
14:41:54 [2022-10-10T14:41:54.055Z] Chowning /workspace to jenkins user
14:41:54 [2022-10-10T14:41:54.055Z] + id -u
14:41:54 [2022-10-10T14:41:54.055Z] + id -g
14:41:54 [2022-10-10T14:41:54.055Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44280:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:41:55 [2022-10-10T14:41:55.742Z] + bundleName=arm64-integration
14:41:55 [2022-10-10T14:41:55.742Z] + echo Creating arm64-integration-bundles.tar.gz
14:41:55 [2022-10-10T14:41:55.742Z] Creating arm64-integration-bundles.tar.gz
14:41:55 [2022-10-10T14:41:55.742Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
14:41:55 [2022-10-10T14:41:55.742Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
14:41:56 [2022-10-10T14:41:56.007Z] Archiving artifacts
14:41:56 [2022-10-10T14:41:56.318Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44280/3/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:41:56 [2022-10-10T14:41:56.649Z] + make clean
14:41:56 [2022-10-10T14:41:56.905Z] docker volume rm -f docker-dev-cache docker-mod-cache
14:41:56 [2022-10-10T14:41:56.905Z] docker-dev-cache
14:41:56 [2022-10-10T14:41:56.905Z] 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