Skip to content
Success

Console Output

Pull request #44247 updated
Started by user Sebastiaan van Stijn
Rebuilds build #4
23:16:32 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 11bdbf40b9720592c28b3d28c0bcdae0eca3b052+35eaf7ecc4e5fda580560031e8d79b5687a1449f (9c97394133c2103d97292513aa306e9321713b42)
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-44247@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
23:16:35 [2022-10-04T23:16:35.547Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
23:16:35 [2022-10-04T23:16:35.552Z] Trying to pass milestone 4
[Pipeline] milestone
23:16:35 [2022-10-04T23:16:35.646Z] Trying to pass milestone 5
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
23:16:35 [2022-10-04T23:16:35.836Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0959d4b1c7beb9fd9) in /home/ubuntu/workspace/moby_PR-44247
[Pipeline] {
[Pipeline] checkout
23:16:35 [2022-10-04T23:16:35.873Z] The recommended git tool is: git
23:16:35 [2022-10-04T23:16:35.894Z] using credential docker-jenkins-github-credentials
23:16:35 [2022-10-04T23:16:35.904Z] Cloning the remote Git repository
23:16:35 [2022-10-04T23:16:35.904Z] Cloning with configured refspecs honoured and without tags
23:16:35 [2022-10-04T23:16:35.906Z] Cloning repository https://github.com/moby/moby.git
23:16:35 [2022-10-04T23:16:35.907Z]  > git init /home/ubuntu/workspace/moby_PR-44247 # timeout=10
23:16:35 [2022-10-04T23:16:35.926Z] Fetching upstream changes from https://github.com/moby/moby.git
23:16:35 [2022-10-04T23:16:35.926Z]  > git --version # timeout=10
23:16:35 [2022-10-04T23:16:35.936Z]  > git --version # 'git version 2.17.1'
23:16:35 [2022-10-04T23:16:35.936Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:16:35 [2022-10-04T23:16:35.937Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44247/head:refs/remotes/origin/PR-44247 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:16:50 [2022-10-04T23:16:50.445Z] Fetching without tags
23:16:50 [2022-10-04T23:16:50.637Z] Merging remotes/origin/20.10 commit 35eaf7ecc4e5fda580560031e8d79b5687a1449f into PR head commit 11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:16:51 [2022-10-04T23:16:51.122Z] Merge succeeded, producing 11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:16:51 [2022-10-04T23:16:51.123Z] Checking out Revision 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 (PR-44247)
23:16:51 [2022-10-04T23:16:51.277Z] Commit message: "[20.10] Update to go 1.18.7 to address CVE-2022-2879, CVE-2022-2880, CVE-2022-41715"
23:16:50 [2022-10-04T23:16:50.417Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:16:50 [2022-10-04T23:16:50.423Z]  > git config --add remote.origin.fetch +refs/pull/44247/head:refs/remotes/origin/PR-44247 # timeout=10
23:16:50 [2022-10-04T23:16:50.432Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:16:50 [2022-10-04T23:16:50.439Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:16:50 [2022-10-04T23:16:50.447Z] Fetching upstream changes from https://github.com/moby/moby.git
23:16:50 [2022-10-04T23:16:50.447Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:16:50 [2022-10-04T23:16:50.448Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44247/head:refs/remotes/origin/PR-44247 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:16:50 [2022-10-04T23:16:50.638Z]  > git config core.sparsecheckout # timeout=10
23:16:50 [2022-10-04T23:16:50.645Z]  > git checkout -f 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 # timeout=10
23:16:51 [2022-10-04T23:16:51.089Z]  > git remote # timeout=10
23:16:51 [2022-10-04T23:16:51.097Z]  > git config --get remote.origin.url # timeout=10
23:16:51 [2022-10-04T23:16:51.103Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:16:51 [2022-10-04T23:16:51.104Z]  > git merge 35eaf7ecc4e5fda580560031e8d79b5687a1449f # timeout=10
23:16:51 [2022-10-04T23:16:51.118Z]  > git rev-parse HEAD^{commit} # timeout=10
23:16:51 [2022-10-04T23:16:51.123Z]  > git config core.sparsecheckout # timeout=10
23:16:51 [2022-10-04T23:16:51.128Z]  > git checkout -f 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 # timeout=10
23:16:51 [2022-10-04T23:16:51.280Z]  > git rev-list --no-walk 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
23:16:51 [2022-10-04T23:16:51.907Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44247:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
23:16:51 [2022-10-04T23:16:51.907Z] Unable to find image 'alpine:latest' locally
23:16:52 [2022-10-04T23:16:52.167Z] latest: Pulling from library/alpine
23:16:52 [2022-10-04T23:16:52.167Z] 213ec9aee27d: Pulling fs layer
23:16:52 [2022-10-04T23:16:52.167Z] 213ec9aee27d: Verifying Checksum
23:16:52 [2022-10-04T23:16:52.167Z] 213ec9aee27d: Download complete
23:16:52 [2022-10-04T23:16:52.427Z] 213ec9aee27d: Pull complete
23:16:52 [2022-10-04T23:16:52.427Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
23:16:52 [2022-10-04T23:16:52.427Z] Status: Downloaded newer image for alpine:latest
23:16:54 [2022-10-04T23:16:54.967Z] 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: unit-validate)
[Pipeline] { (Branch: amd64)
[Pipeline] { (Branch: rootless)
[Pipeline] { (Branch: cgroup2)
[Pipeline] { (Branch: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] { (Branch: win-RS5)
[Pipeline] stage
[Pipeline] { (unit-validate)
[Pipeline] stage
[Pipeline] { (amd64)
[Pipeline] stage
[Pipeline] { (rootless)
[Pipeline] stage
[Pipeline] { (cgroup2)
[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] stage
[Pipeline] { (win-RS5)
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] node
[Pipeline] node
[Pipeline] node
23:16:55 [2022-10-04T23:16:55.502Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0959d4b1c7beb9fd9) in /home/ubuntu/workspace/moby_PR-44247
[Pipeline] node
[Pipeline] node
[Pipeline] node
Stage "s390x" skipped due to when conditional
Stage "ppc64le" 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)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] {
[Pipeline] checkout
23:16:55 [2022-10-04T23:16:55.561Z] The recommended git tool is: git
23:16:55 [2022-10-04T23:16:55.571Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
23:16:55 [2022-10-04T23:16:55.610Z] Fetching changes from the remote Git repository
[Pipeline] // stage
23:16:55 [2022-10-04T23:16:55.625Z] Fetching without tags
[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)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[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
23:16:55 [2022-10-04T23:16:55.829Z] Merging remotes/origin/20.10 commit 35eaf7ecc4e5fda580560031e8d79b5687a1449f into PR head commit 11bdbf40b9720592c28b3d28c0bcdae0eca3b052
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
23:16:55 [2022-10-04T23:16:55.979Z] Merge succeeded, producing 11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:16:55 [2022-10-04T23:16:55.979Z] Checking out Revision 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 (PR-44247)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
23:16:56 [2022-10-04T23:16:56.050Z] Commit message: "[20.10] Update to go 1.18.7 to address CVE-2022-2879, CVE-2022-2880, CVE-2022-41715"
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
23:16:55 [2022-10-04T23:16:55.605Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-44247/.git # timeout=10
23:16:55 [2022-10-04T23:16:55.611Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:16:55 [2022-10-04T23:16:55.625Z] Fetching upstream changes from https://github.com/moby/moby.git
23:16:55 [2022-10-04T23:16:55.626Z]  > git --version # timeout=10
23:16:55 [2022-10-04T23:16:55.633Z]  > git --version # 'git version 2.17.1'
23:16:55 [2022-10-04T23:16:55.633Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:16:55 [2022-10-04T23:16:55.634Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44247/head:refs/remotes/origin/PR-44247 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:16:55 [2022-10-04T23:16:55.830Z]  > git config core.sparsecheckout # timeout=10
23:16:55 [2022-10-04T23:16:55.835Z]  > git checkout -f 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 # timeout=10
23:16:55 [2022-10-04T23:16:55.958Z]  > git remote # timeout=10
23:16:55 [2022-10-04T23:16:55.961Z]  > git config --get remote.origin.url # timeout=10
23:16:55 [2022-10-04T23:16:55.967Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:16:55 [2022-10-04T23:16:55.967Z]  > git merge 35eaf7ecc4e5fda580560031e8d79b5687a1449f # timeout=10
23:16:55 [2022-10-04T23:16:55.974Z]  > git rev-parse HEAD^{commit} # timeout=10
23:16:55 [2022-10-04T23:16:55.979Z]  > git config core.sparsecheckout # timeout=10
23:16:55 [2022-10-04T23:16:55.985Z]  > git checkout -f 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 # timeout=10
23:16:56 [2022-10-04T23:16:56.718Z] + [ PR != PR ]
23:16:56 [2022-10-04T23:16:56.718Z] + [ 20.10 != master ]
23:16:56 [2022-10-04T23:16:56.718Z] + echo 1
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
23:16:57 [2022-10-04T23:16:57.057Z] + docker version
23:16:57 [2022-10-04T23:16:57.057Z] Client: Docker Engine - Community
23:16:57 [2022-10-04T23:16:57.057Z]  Version:           22.06.0-beta.0
23:16:57 [2022-10-04T23:16:57.057Z]  API version:       1.42
23:16:57 [2022-10-04T23:16:57.057Z]  Go version:        go1.18.3
23:16:57 [2022-10-04T23:16:57.057Z]  Git commit:        3e9117b
23:16:57 [2022-10-04T23:16:57.057Z]  Built:             Fri Jun  3 17:55:46 2022
23:16:57 [2022-10-04T23:16:57.057Z]  OS/Arch:           linux/amd64
23:16:57 [2022-10-04T23:16:57.057Z]  Context:           default
23:16:57 [2022-10-04T23:16:57.057Z] 
23:16:57 [2022-10-04T23:16:57.057Z] Server: Docker Engine - Community
23:16:57 [2022-10-04T23:16:57.057Z]  Engine:
23:16:57 [2022-10-04T23:16:57.057Z]   Version:          22.06.0-beta.0
23:16:57 [2022-10-04T23:16:57.057Z]   API version:      1.42 (minimum version 1.12)
23:16:57 [2022-10-04T23:16:57.057Z]   Go version:       go1.18.3
23:16:57 [2022-10-04T23:16:57.057Z]   Git commit:       38633e7
23:16:57 [2022-10-04T23:16:57.057Z]   Built:            Fri Jun  3 17:55:46 2022
23:16:57 [2022-10-04T23:16:57.057Z]   OS/Arch:          linux/amd64
23:16:57 [2022-10-04T23:16:57.057Z]   Experimental:     true
23:16:57 [2022-10-04T23:16:57.057Z]  containerd:
23:16:57 [2022-10-04T23:16:57.057Z]   Version:          1.6.8
23:16:57 [2022-10-04T23:16:57.057Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
23:16:57 [2022-10-04T23:16:57.057Z]  runc:
23:16:57 [2022-10-04T23:16:57.057Z]   Version:          1.1.4
23:16:57 [2022-10-04T23:16:57.057Z]   GitCommit:        v1.1.4-0-g5fd4c4d
23:16:57 [2022-10-04T23:16:57.057Z]  docker-init:
23:16:57 [2022-10-04T23:16:57.057Z]   Version:          0.19.0
23:16:57 [2022-10-04T23:16:57.057Z]   GitCommit:        de40ad0
[Pipeline] sh
23:16:57 [2022-10-04T23:16:57.341Z] + docker info
23:16:57 [2022-10-04T23:16:57.341Z] Client:
23:16:57 [2022-10-04T23:16:57.341Z]  Context:    default
23:16:57 [2022-10-04T23:16:57.341Z]  Debug Mode: false
23:16:57 [2022-10-04T23:16:57.341Z]  Plugins:
23:16:57 [2022-10-04T23:16:57.341Z]   buildx: Docker Buildx (Docker Inc.)
23:16:57 [2022-10-04T23:16:57.341Z]     Version:  f500bf6
23:16:57 [2022-10-04T23:16:57.341Z]     Path:     /home/ubuntu/.docker/cli-plugins/docker-buildx
23:16:57 [2022-10-04T23:16:57.341Z]   compose: Docker Compose (Docker Inc.)
23:16:57 [2022-10-04T23:16:57.341Z]     Version:  v2.11.0
23:16:57 [2022-10-04T23:16:57.341Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
23:16:57 [2022-10-04T23:16:57.341Z]   scan: Docker Scan (Docker Inc.)
23:16:57 [2022-10-04T23:16:57.341Z]     Version:  v0.17.0
23:16:57 [2022-10-04T23:16:57.341Z]     Path:     /usr/libexec/docker/cli-plugins/docker-scan
23:16:57 [2022-10-04T23:16:57.341Z] 
23:16:57 [2022-10-04T23:16:57.341Z] Server:
23:16:57 [2022-10-04T23:16:57.341Z]  Containers: 0
23:16:57 [2022-10-04T23:16:57.341Z]   Running: 0
23:16:57 [2022-10-04T23:16:57.341Z]   Paused: 0
23:16:57 [2022-10-04T23:16:57.341Z]   Stopped: 0
23:16:57 [2022-10-04T23:16:57.341Z]  Images: 3
23:16:57 [2022-10-04T23:16:57.341Z]  Server Version: 22.06.0-beta.0
23:16:57 [2022-10-04T23:16:57.341Z]  Storage Driver: overlay2
23:16:57 [2022-10-04T23:16:57.341Z]   Backing Filesystem: extfs
23:16:57 [2022-10-04T23:16:57.341Z]   Supports d_type: true
23:16:57 [2022-10-04T23:16:57.341Z]   Using metacopy: false
23:16:57 [2022-10-04T23:16:57.341Z]   Native Overlay Diff: true
23:16:57 [2022-10-04T23:16:57.341Z]   userxattr: false
23:16:57 [2022-10-04T23:16:57.341Z]  Logging Driver: json-file
23:16:57 [2022-10-04T23:16:57.341Z]  Cgroup Driver: cgroupfs
23:16:57 [2022-10-04T23:16:57.341Z]  Cgroup Version: 1
23:16:57 [2022-10-04T23:16:57.341Z]  Plugins:
23:16:57 [2022-10-04T23:16:57.341Z]   Volume: local
23:16:57 [2022-10-04T23:16:57.341Z]   Network: bridge host ipvlan macvlan null overlay
23:16:57 [2022-10-04T23:16:57.341Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
23:16:57 [2022-10-04T23:16:57.341Z]  Swarm: inactive
23:16:57 [2022-10-04T23:16:57.341Z]  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
23:16:57 [2022-10-04T23:16:57.341Z]  Default Runtime: runc
23:16:57 [2022-10-04T23:16:57.341Z]  Init Binary: docker-init
23:16:57 [2022-10-04T23:16:57.341Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
23:16:57 [2022-10-04T23:16:57.341Z]  runc version: v1.1.4-0-g5fd4c4d
23:16:57 [2022-10-04T23:16:57.341Z]  init version: de40ad0
23:16:57 [2022-10-04T23:16:57.341Z]  Security Options:
23:16:57 [2022-10-04T23:16:57.341Z]   apparmor
23:16:57 [2022-10-04T23:16:57.341Z]   seccomp
23:16:57 [2022-10-04T23:16:57.341Z]    Profile: builtin
23:16:57 [2022-10-04T23:16:57.341Z]  Kernel Version: 5.4.0-1084-aws
23:16:57 [2022-10-04T23:16:57.341Z]  Operating System: Ubuntu 18.04.6 LTS
23:16:57 [2022-10-04T23:16:57.341Z]  OSType: linux
23:16:57 [2022-10-04T23:16:57.341Z]  Architecture: x86_64
23:16:57 [2022-10-04T23:16:57.341Z]  CPUs: 2
23:16:57 [2022-10-04T23:16:57.341Z]  Total Memory: 7.483GiB
23:16:57 [2022-10-04T23:16:57.341Z]  Name: ip-10-100-46-137
23:16:57 [2022-10-04T23:16:57.341Z]  ID: 4e66d922-08f5-4556-a2a1-fead38978a83
23:16:57 [2022-10-04T23:16:57.341Z]  Docker Root Dir: /var/lib/docker
23:16:57 [2022-10-04T23:16:57.341Z]  Debug Mode: false
23:16:57 [2022-10-04T23:16:57.341Z]  Registry: https://index.docker.io/v1/
23:16:57 [2022-10-04T23:16:57.341Z]  Labels:
23:16:57 [2022-10-04T23:16:57.341Z]  Experimental: true
23:16:57 [2022-10-04T23:16:57.341Z]  Insecure Registries:
23:16:57 [2022-10-04T23:16:57.341Z]   127.0.0.0/8
23:16:57 [2022-10-04T23:16:57.341Z]  Live Restore Enabled: true
23:16:57 [2022-10-04T23:16:57.341Z] 
23:16:57 [2022-10-04T23:16:57.341Z] WARNING: No swap limit support
[Pipeline] sh
23:16:57 [2022-10-04T23:16:57.625Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
23:16:57 [2022-10-04T23:16:57.625Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
23:16:57 [2022-10-04T23:16:57.625Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44247/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
23:16:57 [2022-10-04T23:16:57.625Z] + bash /home/ubuntu/workspace/moby_PR-44247/check-config.sh
23:16:57 [2022-10-04T23:16:57.625Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
23:16:57 [2022-10-04T23:16:57.625Z] info: reading kernel config from /boot/config-5.4.0-1084-aws ...
23:16:57 [2022-10-04T23:16:57.625Z] 
23:16:57 [2022-10-04T23:16:57.625Z] Generally Necessary:
23:16:57 [2022-10-04T23:16:57.625Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
23:16:57 [2022-10-04T23:16:57.625Z] - apparmor: enabled and tools installed
23:16:57 [2022-10-04T23:16:57.625Z] - CONFIG_NAMESPACES: enabled
23:16:57 [2022-10-04T23:16:57.625Z] - CONFIG_NET_NS: enabled
23:16:57 [2022-10-04T23:16:57.625Z] - CONFIG_PID_NS: enabled
23:16:57 [2022-10-04T23:16:57.625Z] - CONFIG_IPC_NS: enabled
23:16:57 [2022-10-04T23:16:57.625Z] - CONFIG_UTS_NS: enabled
23:16:57 [2022-10-04T23:16:57.625Z] - CONFIG_CGROUPS: enabled
23:16:57 [2022-10-04T23:16:57.625Z] - CONFIG_CGROUP_CPUACCT: enabled
23:16:57 [2022-10-04T23:16:57.625Z] - CONFIG_CGROUP_DEVICE: enabled
23:16:57 [2022-10-04T23:16:57.625Z] - CONFIG_CGROUP_FREEZER: enabled
23:16:57 [2022-10-04T23:16:57.625Z] - CONFIG_CGROUP_SCHED: enabled
23:16:57 [2022-10-04T23:16:57.625Z] - CONFIG_CPUSETS: enabled
23:16:57 [2022-10-04T23:16:57.625Z] - CONFIG_MEMCG: enabled
23:16:57 [2022-10-04T23:16:57.625Z] - CONFIG_KEYS: enabled
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_VETH: enabled (as module)
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_BRIDGE: enabled (as module)
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_NF_NAT_IPV4: missing
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_IP_NF_FILTER: enabled (as module)
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_IP_NF_NAT: enabled (as module)
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_NF_NAT: enabled (as module)
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_NF_NAT_NEEDED: missing
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_POSIX_MQUEUE: enabled
23:16:57 [2022-10-04T23:16:57.885Z] 
23:16:57 [2022-10-04T23:16:57.885Z] Optional Features:
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_USER_NS: enabled
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_SECCOMP: enabled
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_CGROUP_PIDS: enabled
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_MEMCG_SWAP: enabled
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
23:16:57 [2022-10-04T23:16:57.885Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_BLK_CGROUP: enabled
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_BLK_DEV_THROTTLING: enabled
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_IOSCHED_CFQ: missing
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_CGROUP_PERF: enabled
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_CGROUP_HUGETLB: enabled
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_CGROUP_NET_PRIO: enabled
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_CFS_BANDWIDTH: enabled
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_FAIR_GROUP_SCHED: enabled
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_RT_GROUP_SCHED: missing
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_IP_VS: enabled (as module)
23:16:57 [2022-10-04T23:16:57.885Z] - CONFIG_IP_VS_NFCT: enabled
23:16:58 [2022-10-04T23:16:58.144Z] - CONFIG_IP_VS_PROTO_TCP: enabled
23:16:58 [2022-10-04T23:16:58.144Z] - CONFIG_IP_VS_PROTO_UDP: enabled
23:16:58 [2022-10-04T23:16:58.144Z] - CONFIG_IP_VS_RR: enabled (as module)
23:16:58 [2022-10-04T23:16:58.144Z] - CONFIG_EXT4_FS: enabled
23:16:58 [2022-10-04T23:16:58.144Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
23:16:58 [2022-10-04T23:16:58.144Z] - CONFIG_EXT4_FS_SECURITY: enabled
23:16:58 [2022-10-04T23:16:58.144Z] - Network Drivers:
23:16:58 [2022-10-04T23:16:58.144Z]   - "overlay":
23:16:58 [2022-10-04T23:16:58.144Z]     - CONFIG_VXLAN: enabled (as module)
23:16:58 [2022-10-04T23:16:58.144Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
23:16:58 [2022-10-04T23:16:58.144Z]       Optional (for encrypted networks):
23:16:58 [2022-10-04T23:16:58.144Z]       - CONFIG_CRYPTO: enabled
23:16:58 [2022-10-04T23:16:58.144Z]       - CONFIG_CRYPTO_AEAD: enabled
23:16:58 [2022-10-04T23:16:58.144Z]       - CONFIG_CRYPTO_GCM: enabled
23:16:58 [2022-10-04T23:16:58.144Z]       - CONFIG_CRYPTO_SEQIV: enabled
23:16:58 [2022-10-04T23:16:58.144Z]       - CONFIG_CRYPTO_GHASH: enabled
23:16:58 [2022-10-04T23:16:58.144Z]       - CONFIG_XFRM: enabled
23:16:58 [2022-10-04T23:16:58.144Z]       - CONFIG_XFRM_USER: enabled (as module)
23:16:58 [2022-10-04T23:16:58.144Z]       - CONFIG_XFRM_ALGO: enabled (as module)
23:16:58 [2022-10-04T23:16:58.144Z]       - CONFIG_INET_ESP: enabled (as module)
23:16:58 [2022-10-04T23:16:58.144Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
23:16:58 [2022-10-04T23:16:58.144Z]   - "ipvlan":
23:16:58 [2022-10-04T23:16:58.144Z]     - CONFIG_IPVLAN: enabled (as module)
23:16:58 [2022-10-04T23:16:58.144Z]   - "macvlan":
23:16:58 [2022-10-04T23:16:58.144Z]     - CONFIG_MACVLAN: enabled (as module)
23:16:58 [2022-10-04T23:16:58.144Z]     - CONFIG_DUMMY: enabled (as module)
23:16:58 [2022-10-04T23:16:58.144Z]   - "ftp,tftp client in container":
23:16:58 [2022-10-04T23:16:58.145Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
23:16:58 [2022-10-04T23:16:58.145Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
23:16:58 [2022-10-04T23:16:58.145Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
23:16:58 [2022-10-04T23:16:58.145Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
23:16:58 [2022-10-04T23:16:58.145Z] - Storage Drivers:
23:16:58 [2022-10-04T23:16:58.145Z]   - "aufs":
23:16:58 [2022-10-04T23:16:58.145Z]     - CONFIG_AUFS_FS: enabled (as module)
23:16:58 [2022-10-04T23:16:58.145Z]   - "btrfs":
23:16:58 [2022-10-04T23:16:58.145Z]     - CONFIG_BTRFS_FS: enabled (as module)
23:16:58 [2022-10-04T23:16:58.145Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
23:16:58 [2022-10-04T23:16:58.145Z]   - "devicemapper":
23:16:58 [2022-10-04T23:16:58.145Z]     - CONFIG_BLK_DEV_DM: enabled
23:16:58 [2022-10-04T23:16:58.145Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
23:16:58 [2022-10-04T23:16:58.145Z]   - "overlay":
23:16:58 [2022-10-04T23:16:58.145Z]     - CONFIG_OVERLAY_FS: enabled (as module)
23:16:58 [2022-10-04T23:16:58.145Z]   - "zfs":
23:16:58 [2022-10-04T23:16:58.145Z]     - /dev/zfs: present
23:16:58 [2022-10-04T23:16:58.404Z]     - zfs command: missing
23:16:58 [2022-10-04T23:16:58.404Z]     - zpool command: missing
23:16:58 [2022-10-04T23:16:58.404Z] 
23:16:58 [2022-10-04T23:16:58.404Z] Limits:
23:16:58 [2022-10-04T23:16:58.404Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
23:16:58 [2022-10-04T23:16:58.404Z] 
23:16:58 [2022-10-04T23:16:58.404Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
23:16:58 [2022-10-04T23:16:58.753Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 .
23:16:59 [2022-10-04T23:16:59.012Z] #1 [internal] load .dockerignore
23:16:59 [2022-10-04T23:16:59.012Z] #1 transferring context: 87B 0.0s done
23:16:59 [2022-10-04T23:16:59.012Z] #1 DONE 0.0s
23:16:59 [2022-10-04T23:16:59.012Z] 
23:16:59 [2022-10-04T23:16:59.012Z] #2 [internal] load build definition from Dockerfile
23:16:59 [2022-10-04T23:16:59.012Z] #2 transferring dockerfile: 16.91kB 0.0s done
23:16:59 [2022-10-04T23:16:59.012Z] #2 DONE 0.0s
23:16:59 [2022-10-04T23:16:59.012Z] 
23:16:59 [2022-10-04T23:16:59.012Z] #3 resolve image config for docker.io/docker/dockerfile:1
23:16:59 [2022-10-04T23:16:59.012Z] #3 DONE 0.1s
23:16:59 [2022-10-04T23:16:59.012Z] 
23:16:59 [2022-10-04T23:16:59.012Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
23:16:59 [2022-10-04T23:16:59.012Z] #4 CACHED
23:16:59 [2022-10-04T23:16:59.272Z] 
23:16:59 [2022-10-04T23:16:59.272Z] #5 [internal] load metadata for docker.io/library/debian:bullseye
23:16:59 [2022-10-04T23:16:59.538Z] #5 DONE 0.1s
23:16:59 [2022-10-04T23:16:59.538Z] 
23:16:59 [2022-10-04T23:16:59.538Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
23:16:59 [2022-10-04T23:16:59.538Z] #6 DONE 0.1s
23:16:59 [2022-10-04T23:16:59.538Z] 
23:16:59 [2022-10-04T23:16:59.538Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
23:16:59 [2022-10-04T23:16:59.538Z] #7 DONE 0.1s
23:16:59 [2022-10-04T23:16:59.538Z] 
23:16:59 [2022-10-04T23:16:59.538Z] #8 [internal] load metadata for docker.io/library/golang:1.18.7-bullseye
23:16:59 [2022-10-04T23:16:59.538Z] #8 DONE 0.1s
23:16:59 [2022-10-04T23:16:59.538Z] 
23:16:59 [2022-10-04T23:16:59.538Z] #9 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
23:16:59 [2022-10-04T23:16:59.538Z] #9 DONE 0.0s
23:16:59 [2022-10-04T23:16:59.538Z] 
23:16:59 [2022-10-04T23:16:59.538Z] #10 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
23:16:59 [2022-10-04T23:16:59.538Z] #10 DONE 0.0s
23:16:59 [2022-10-04T23:16:59.538Z] 
23:16:59 [2022-10-04T23:16:59.538Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:16:59 [2022-10-04T23:16:59.538Z] #11 DONE 0.0s
23:16:59 [2022-10-04T23:16:59.538Z] 
23:16:59 [2022-10-04T23:16:59.538Z] #12 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
23:16:59 [2022-10-04T23:16:59.538Z] #12 DONE 0.0s
23:16:59 [2022-10-04T23:16:59.538Z] 
23:16:59 [2022-10-04T23:16:59.538Z] #13 [internal] load build context
23:17:01 [2022-10-04T23:17:01.461Z] #13 transferring context: 53.53MB 1.7s done
23:17:01 [2022-10-04T23:17:01.461Z] #13 DONE 1.7s
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.461Z] #14 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
23:17:01 [2022-10-04T23:17:01.461Z] #14 CACHED
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.461Z] #15 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
23:17:01 [2022-10-04T23:17:01.461Z] #15 CACHED
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.461Z] #16 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
23:17:01 [2022-10-04T23:17:01.461Z] #16 CACHED
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.461Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
23:17:01 [2022-10-04T23:17:01.461Z] #17 CACHED
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.461Z] #18 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
23:17:01 [2022-10-04T23:17:01.461Z] #18 CACHED
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.461Z] #19 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
23:17:01 [2022-10-04T23:17:01.461Z] #19 CACHED
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.461Z] #20 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
23:17:01 [2022-10-04T23:17:01.461Z] #20 CACHED
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.461Z] #21 [dev-systemd-false  6/26] RUN ldconfig
23:17:01 [2022-10-04T23:17:01.461Z] #21 CACHED
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.461Z] #22 [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
23:17:01 [2022-10-04T23:17:01.461Z] #22 CACHED
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.461Z] #23 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:17:01 [2022-10-04T23:17:01.461Z] #23 CACHED
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.461Z] #24 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
23:17:01 [2022-10-04T23:17:01.461Z] #24 CACHED
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.461Z] #25 [dev-systemd-false  1/26] RUN groupadd -r docker
23:17:01 [2022-10-04T23:17:01.461Z] #25 CACHED
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.461Z] #26 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:17:01 [2022-10-04T23:17:01.461Z] #26 CACHED
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.461Z] #27 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
23:17:01 [2022-10-04T23:17:01.461Z] #27 CACHED
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.461Z] #28 [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
23:17:01 [2022-10-04T23:17:01.461Z] #28 CACHED
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.461Z] #29 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:17:01 [2022-10-04T23:17:01.461Z] #29 CACHED
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.461Z] #30 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
23:17:01 [2022-10-04T23:17:01.461Z] #30 CACHED
23:17:01 [2022-10-04T23:17:01.461Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #31 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:17:01 [2022-10-04T23:17:01.462Z] #31 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #32 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
23:17:01 [2022-10-04T23:17:01.462Z] #32 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #33 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
23:17:01 [2022-10-04T23:17:01.462Z] #33 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #34 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:17:01 [2022-10-04T23:17:01.462Z] #34 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #35 [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
23:17:01 [2022-10-04T23:17:01.462Z] #35 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #36 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
23:17:01 [2022-10-04T23:17:01.462Z] #36 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #37 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
23:17:01 [2022-10-04T23:17:01.462Z] #37 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #38 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
23:17:01 [2022-10-04T23:17:01.462Z] #38 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #39 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
23:17:01 [2022-10-04T23:17:01.462Z] #39 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #40 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
23:17:01 [2022-10-04T23:17:01.462Z] #40 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #41 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
23:17:01 [2022-10-04T23:17:01.462Z] #41 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #42 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
23:17:01 [2022-10-04T23:17:01.462Z] #42 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #43 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
23:17:01 [2022-10-04T23:17:01.462Z] #43 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #44 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
23:17:01 [2022-10-04T23:17:01.462Z] #44 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #45 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
23:17:01 [2022-10-04T23:17:01.462Z] #45 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #46 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
23:17:01 [2022-10-04T23:17:01.462Z] #46 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #47 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
23:17:01 [2022-10-04T23:17:01.462Z] #47 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #48 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
23:17:01 [2022-10-04T23:17:01.462Z] #48 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #49 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
23:17:01 [2022-10-04T23:17:01.462Z] #49 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #50 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
23:17:01 [2022-10-04T23:17:01.462Z] #50 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #51 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
23:17:01 [2022-10-04T23:17:01.462Z] #51 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #52 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
23:17:01 [2022-10-04T23:17:01.462Z] #52 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
23:17:01 [2022-10-04T23:17:01.462Z] #53 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
23:17:01 [2022-10-04T23:17:01.462Z] #54 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #55 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:17:01 [2022-10-04T23:17:01.462Z] #55 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #56 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:17:01 [2022-10-04T23:17:01.462Z] #56 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #57 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
23:17:01 [2022-10-04T23:17:01.462Z] #57 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:17:01 [2022-10-04T23:17:01.462Z] #58 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #59 [containerd 1/2] 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
23:17:01 [2022-10-04T23:17:01.462Z] #59 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #60 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
23:17:01 [2022-10-04T23:17:01.462Z] #60 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #61 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
23:17:01 [2022-10-04T23:17:01.462Z] #61 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #62 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
23:17:01 [2022-10-04T23:17:01.462Z] #62 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #63 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
23:17:01 [2022-10-04T23:17:01.462Z] #63 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #64 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
23:17:01 [2022-10-04T23:17:01.462Z] #64 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #65 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:17:01 [2022-10-04T23:17:01.462Z] #65 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #66 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
23:17:01 [2022-10-04T23:17:01.462Z] #66 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #67 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
23:17:01 [2022-10-04T23:17:01.462Z] #67 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #68 [tini 1/2] 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
23:17:01 [2022-10-04T23:17:01.462Z] #68 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker
23:17:01 [2022-10-04T23:17:01.462Z] #69 CACHED
23:17:01 [2022-10-04T23:17:01.462Z] 
23:17:01 [2022-10-04T23:17:01.462Z] #70 exporting to image
23:17:01 [2022-10-04T23:17:01.462Z] #70 exporting layers done
23:17:01 [2022-10-04T23:17:01.462Z] #70 writing image sha256:dbe362dbe6898ab651071ce4799cd0db23a5c9ad96b89620748450bdf5eb3a72 0.0s done
23:17:01 [2022-10-04T23:17:01.462Z] #70 naming to docker.io/library/docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 done
23:17:01 [2022-10-04T23:17:01.462Z] #70 DONE 0.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
23:17:01 [2022-10-04T23:17:01.807Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44247/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44247/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 hack/validate/default
23:17:02 [2022-10-04T23:17:02.747Z] Congratulations!  All commits are properly signed with the DCO!
23:17:03 [2022-10-04T23:17:03.686Z] Congratulations!  Seccomp profile generation is done correctly.
23:17:03 [2022-10-04T23:17:03.686Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
23:17:10 [2022-10-04T23:17:10.501Z] Still waiting to schedule task
23:17:10 [2022-10-04T23:17:10.501Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0959d4b1c7beb9fd9)23:17:10 [2022-10-04T23:17:10.502Z] Still waiting to schedule task
23:17:10 [2022-10-04T23:17:10.502Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0959d4b1c7beb9fd9)23:17:10 [2022-10-04T23:17:10.503Z] Still waiting to schedule task
23:17:10 [2022-10-04T23:17:10.503Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline
23:17:10 [2022-10-04T23:17:10.506Z] Still waiting to schedule task
23:17:10 [2022-10-04T23:17:10.506Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline
23:17:10 [2022-10-04T23:17:10.506Z] Still waiting to schedule task
23:17:10 [2022-10-04T23:17:10.507Z] All nodes of label ‘windows-2019’ are offline
23:17:11 [2022-10-04T23:17:11.820Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
23:17:16 [2022-10-04T23:17:16.017Z] Congratulations!  All API changes are done the right way.
23:17:16 [2022-10-04T23:17:16.017Z] Congratulations!  All TOML source files changed here have valid syntax.
23:17:16 [2022-10-04T23:17:16.017Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:17:16 [2022-10-04T23:17:16.017Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
23:17:16 [2022-10-04T23:17:16.017Z] Congratulations!  No new tests were added to integration-cli.
23:17:16 [2022-10-04T23:17:16.017Z] 
23:17:16 [2022-10-04T23:17:16.017Z] INFO Start validation with golang-ci-lint
23:17:16 [2022-10-04T23:17:16.956Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:17:16 [2022-10-04T23:17:16.956Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:17:16 [2022-10-04T23:17:16.956Z] INFO [loader] Using build tags: [apparmor seccomp] 
23:17:52 [2022-10-04T23:17:52.275Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02bae1364aa555f45) in /home/ubuntu/workspace/moby_PR-44247
[Pipeline] {
[Pipeline] checkout
23:17:52 [2022-10-04T23:17:52.388Z] The recommended git tool is: git
23:17:55 [2022-10-04T23:17:55.235Z] using credential docker-jenkins-github-credentials
23:17:55 [2022-10-04T23:17:55.248Z] Cloning the remote Git repository
23:17:55 [2022-10-04T23:17:55.248Z] Cloning with configured refspecs honoured and without tags
23:17:54 [2022-10-04T23:17:54.855Z] Cloning repository https://github.com/moby/moby.git
23:17:54 [2022-10-04T23:17:54.911Z]  > git init /home/ubuntu/workspace/moby_PR-44247 # timeout=10
23:17:55 [2022-10-04T23:17:55.214Z] Fetching upstream changes from https://github.com/moby/moby.git
23:17:55 [2022-10-04T23:17:55.215Z]  > git --version # timeout=10
23:17:55 [2022-10-04T23:17:55.230Z]  > git --version # 'git version 2.17.1'
23:17:55 [2022-10-04T23:17:55.231Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:17:55 [2022-10-04T23:17:55.233Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44247/head:refs/remotes/origin/PR-44247 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:18:06 [2022-10-04T23:18:06.788Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08846381fee103ddc) in /home/ubuntu/workspace/moby_PR-44247
[Pipeline] {
[Pipeline] checkout
23:18:07 [2022-10-04T23:18:07.143Z] The recommended git tool is: git
23:18:08 [2022-10-04T23:18:08.053Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-02d97352430f110d6) in /home/ubuntu/workspace/moby_PR-44247
[Pipeline] {
[Pipeline] checkout
23:18:08 [2022-10-04T23:18:08.141Z] The recommended git tool is: git
23:18:10 [2022-10-04T23:18:10.264Z] using credential docker-jenkins-github-credentials
23:18:10 [2022-10-04T23:18:10.278Z] Cloning the remote Git repository
23:18:10 [2022-10-04T23:18:10.278Z] Cloning with configured refspecs honoured and without tags
23:18:10 [2022-10-04T23:18:10.336Z] using credential docker-jenkins-github-credentials
23:18:10 [2022-10-04T23:18:10.345Z] Cloning the remote Git repository
23:18:10 [2022-10-04T23:18:10.345Z] Cloning with configured refspecs honoured and without tags
23:18:10 [2022-10-04T23:18:10.362Z] Cloning repository https://github.com/moby/moby.git
23:18:10 [2022-10-04T23:18:10.409Z]  > git init /home/ubuntu/workspace/moby_PR-44247 # timeout=10
23:18:09 [2022-10-04T23:18:09.756Z] Cloning repository https://github.com/moby/moby.git
23:18:09 [2022-10-04T23:18:09.830Z]  > git init /home/ubuntu/workspace/moby_PR-44247 # timeout=10
23:18:10 [2022-10-04T23:18:10.080Z] Fetching upstream changes from https://github.com/moby/moby.git
23:18:10 [2022-10-04T23:18:10.080Z]  > git --version # timeout=10
23:18:10 [2022-10-04T23:18:10.103Z]  > git --version # 'git version 2.17.1'
23:18:10 [2022-10-04T23:18:10.103Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:18:10 [2022-10-04T23:18:10.105Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44247/head:refs/remotes/origin/PR-44247 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:18:10 [2022-10-04T23:18:10.722Z] Fetching upstream changes from https://github.com/moby/moby.git
23:18:10 [2022-10-04T23:18:10.723Z]  > git --version # timeout=10
23:18:10 [2022-10-04T23:18:10.733Z]  > git --version # 'git version 2.25.1'
23:18:10 [2022-10-04T23:18:10.733Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:18:10 [2022-10-04T23:18:10.735Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44247/head:refs/remotes/origin/PR-44247 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:18:14 [2022-10-04T23:18:14.184Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-083ca2eadb3e6b82e) in /home/ubuntu/workspace/moby_PR-44247
[Pipeline] {
[Pipeline] checkout
23:18:14 [2022-10-04T23:18:14.340Z] The recommended git tool is: git
23:18:15 [2022-10-04T23:18:15.813Z] Fetching without tags
23:18:16 [2022-10-04T23:18:16.040Z] Merging remotes/origin/20.10 commit 35eaf7ecc4e5fda580560031e8d79b5687a1449f into PR head commit 11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:18:15 [2022-10-04T23:18:15.647Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:18:15 [2022-10-04T23:18:15.692Z]  > git config --add remote.origin.fetch +refs/pull/44247/head:refs/remotes/origin/PR-44247 # timeout=10
23:18:15 [2022-10-04T23:18:15.725Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:18:15 [2022-10-04T23:18:15.770Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:18:15 [2022-10-04T23:18:15.816Z] Fetching upstream changes from https://github.com/moby/moby.git
23:18:15 [2022-10-04T23:18:15.816Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:18:15 [2022-10-04T23:18:15.856Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44247/head:refs/remotes/origin/PR-44247 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:18:16 [2022-10-04T23:18:16.046Z]  > git config core.sparsecheckout # timeout=10
23:18:16 [2022-10-04T23:18:16.064Z]  > git checkout -f 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 # timeout=10
23:18:16 [2022-10-04T23:18:16.859Z] Merge succeeded, producing 11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:18:16 [2022-10-04T23:18:16.860Z] Checking out Revision 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 (PR-44247)
23:18:17 [2022-10-04T23:18:17.965Z] using credential docker-jenkins-github-credentials
23:18:17 [2022-10-04T23:18:17.975Z] Cloning the remote Git repository
23:18:17 [2022-10-04T23:18:17.975Z] Cloning with configured refspecs honoured and without tags
23:18:16 [2022-10-04T23:18:16.732Z]  > git remote # timeout=10
23:18:16 [2022-10-04T23:18:16.748Z]  > git config --get remote.origin.url # timeout=10
23:18:16 [2022-10-04T23:18:16.761Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:18:16 [2022-10-04T23:18:16.821Z]  > git merge 35eaf7ecc4e5fda580560031e8d79b5687a1449f # timeout=10
23:18:16 [2022-10-04T23:18:16.839Z]  > git rev-parse HEAD^{commit} # timeout=10
23:18:16 [2022-10-04T23:18:16.861Z]  > git config core.sparsecheckout # timeout=10
23:18:16 [2022-10-04T23:18:16.872Z]  > git checkout -f 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 # timeout=10
23:18:17 [2022-10-04T23:18:17.999Z] Cloning repository https://github.com/moby/moby.git
23:18:18 [2022-10-04T23:18:18.057Z]  > git init /home/ubuntu/workspace/moby_PR-44247 # timeout=10
23:18:18 [2022-10-04T23:18:18.399Z] Fetching upstream changes from https://github.com/moby/moby.git
23:18:18 [2022-10-04T23:18:18.400Z]  > git --version # timeout=10
23:18:18 [2022-10-04T23:18:18.425Z]  > git --version # 'git version 2.25.1'
23:18:18 [2022-10-04T23:18:18.426Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:18:18 [2022-10-04T23:18:18.427Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44247/head:refs/remotes/origin/PR-44247 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:18:21 [2022-10-04T23:18:21.406Z] Commit message: "[20.10] Update to go 1.18.7 to address CVE-2022-2879, CVE-2022-2880, CVE-2022-41715"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
23:18:22 [2022-10-04T23:18:22.627Z] + docker version
23:18:25 [2022-10-04T23:18:25.039Z] Fetching without tags
23:18:25 [2022-10-04T23:18:25.272Z] Merging remotes/origin/20.10 commit 35eaf7ecc4e5fda580560031e8d79b5687a1449f into PR head commit 11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:18:25 [2022-10-04T23:18:25.785Z] Merge succeeded, producing 11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:18:25 [2022-10-04T23:18:25.785Z] Checking out Revision 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 (PR-44247)
23:18:24 [2022-10-04T23:18:24.972Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:18:24 [2022-10-04T23:18:24.984Z]  > git config --add remote.origin.fetch +refs/pull/44247/head:refs/remotes/origin/PR-44247 # timeout=10
23:18:24 [2022-10-04T23:18:24.988Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:18:24 [2022-10-04T23:18:24.998Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:18:25 [2022-10-04T23:18:25.044Z] Fetching upstream changes from https://github.com/moby/moby.git
23:18:25 [2022-10-04T23:18:25.045Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:18:25 [2022-10-04T23:18:25.046Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44247/head:refs/remotes/origin/PR-44247 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:18:25 [2022-10-04T23:18:25.277Z]  > git config core.sparsecheckout # timeout=10
23:18:25 [2022-10-04T23:18:25.287Z]  > git checkout -f 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 # timeout=10
23:18:25 [2022-10-04T23:18:25.743Z]  > git remote # timeout=10
23:18:25 [2022-10-04T23:18:25.753Z]  > git config --get remote.origin.url # timeout=10
23:18:25 [2022-10-04T23:18:25.760Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:18:25 [2022-10-04T23:18:25.761Z]  > git merge 35eaf7ecc4e5fda580560031e8d79b5687a1449f # timeout=10
23:18:25 [2022-10-04T23:18:25.774Z]  > git rev-parse HEAD^{commit} # timeout=10
23:18:25 [2022-10-04T23:18:25.787Z]  > git config core.sparsecheckout # timeout=10
23:18:25 [2022-10-04T23:18:25.792Z]  > git checkout -f 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 # timeout=10
23:18:29 [2022-10-04T23:18:29.935Z] Commit message: "[20.10] Update to go 1.18.7 to address CVE-2022-2879, CVE-2022-2880, CVE-2022-41715"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
23:18:30 [2022-10-04T23:18:30.817Z] + docker version
23:18:33 [2022-10-04T23:18:33.457Z] Fetching without tags
23:18:33 [2022-10-04T23:18:33.723Z] Merging remotes/origin/20.10 commit 35eaf7ecc4e5fda580560031e8d79b5687a1449f into PR head commit 11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:18:34 [2022-10-04T23:18:34.163Z] Fetching without tags
23:18:33 [2022-10-04T23:18:33.419Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:18:33 [2022-10-04T23:18:33.431Z]  > git config --add remote.origin.fetch +refs/pull/44247/head:refs/remotes/origin/PR-44247 # timeout=10
23:18:33 [2022-10-04T23:18:33.441Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:18:33 [2022-10-04T23:18:33.450Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:18:33 [2022-10-04T23:18:33.461Z] Fetching upstream changes from https://github.com/moby/moby.git
23:18:33 [2022-10-04T23:18:33.461Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:18:33 [2022-10-04T23:18:33.462Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44247/head:refs/remotes/origin/PR-44247 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:18:33 [2022-10-04T23:18:33.730Z]  > git config core.sparsecheckout # timeout=10
23:18:33 [2022-10-04T23:18:33.792Z]  > git checkout -f 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 # timeout=10
23:18:34 [2022-10-04T23:18:34.452Z] Merging remotes/origin/20.10 commit 35eaf7ecc4e5fda580560031e8d79b5687a1449f into PR head commit 11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:18:34 [2022-10-04T23:18:34.470Z] Merge succeeded, producing 11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:18:34 [2022-10-04T23:18:34.470Z] Checking out Revision 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 (PR-44247)
23:18:35 [2022-10-04T23:18:35.345Z] Merge succeeded, producing 11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:18:35 [2022-10-04T23:18:35.346Z] Checking out Revision 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 (PR-44247)
23:18:34 [2022-10-04T23:18:34.058Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:18:34 [2022-10-04T23:18:34.077Z]  > git config --add remote.origin.fetch +refs/pull/44247/head:refs/remotes/origin/PR-44247 # timeout=10
23:18:34 [2022-10-04T23:18:34.102Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:18:34 [2022-10-04T23:18:34.130Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:18:34 [2022-10-04T23:18:34.172Z] Fetching upstream changes from https://github.com/moby/moby.git
23:18:34 [2022-10-04T23:18:34.172Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:18:34 [2022-10-04T23:18:34.173Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44247/head:refs/remotes/origin/PR-44247 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:18:34 [2022-10-04T23:18:34.463Z]  > git config core.sparsecheckout # timeout=10
23:18:34 [2022-10-04T23:18:34.491Z]  > git checkout -f 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 # timeout=10
23:18:35 [2022-10-04T23:18:35.220Z]  > git remote # timeout=10
23:18:35 [2022-10-04T23:18:35.258Z]  > git config --get remote.origin.url # timeout=10
23:18:35 [2022-10-04T23:18:35.290Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:18:35 [2022-10-04T23:18:35.291Z]  > git merge 35eaf7ecc4e5fda580560031e8d79b5687a1449f # timeout=10
23:18:35 [2022-10-04T23:18:35.318Z]  > git rev-parse HEAD^{commit} # timeout=10
23:18:35 [2022-10-04T23:18:35.348Z]  > git config core.sparsecheckout # timeout=10
23:18:35 [2022-10-04T23:18:35.369Z]  > git checkout -f 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 # timeout=10
23:18:34 [2022-10-04T23:18:34.420Z]  > git remote # timeout=10
23:18:34 [2022-10-04T23:18:34.433Z]  > git config --get remote.origin.url # timeout=10
23:18:34 [2022-10-04T23:18:34.441Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:18:34 [2022-10-04T23:18:34.442Z]  > git merge 35eaf7ecc4e5fda580560031e8d79b5687a1449f # timeout=10
23:18:34 [2022-10-04T23:18:34.459Z]  > git rev-parse HEAD^{commit} # timeout=10
23:18:34 [2022-10-04T23:18:34.473Z]  > git config core.sparsecheckout # timeout=10
23:18:34 [2022-10-04T23:18:34.487Z]  > git checkout -f 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 # timeout=10
23:18:38 [2022-10-04T23:18:38.590Z] Commit message: "[20.10] Update to go 1.18.7 to address CVE-2022-2879, CVE-2022-2880, CVE-2022-41715"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
23:18:39 [2022-10-04T23:18:39.481Z] + docker version
23:18:39 [2022-10-04T23:18:39.520Z] Commit message: "[20.10] Update to go 1.18.7 to address CVE-2022-2879, CVE-2022-2880, CVE-2022-41715"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
23:18:40 [2022-10-04T23:18:40.586Z] + docker version
23:18:44 [2022-10-04T23:18:44.589Z] Client: Docker Engine - Community
23:18:44 [2022-10-04T23:18:44.589Z]  Version:           22.06.0-beta.0
23:18:44 [2022-10-04T23:18:44.590Z]  API version:       1.42
23:18:44 [2022-10-04T23:18:44.590Z]  Go version:        go1.18.3
23:18:44 [2022-10-04T23:18:44.590Z]  Git commit:        3e9117b
23:18:44 [2022-10-04T23:18:44.590Z]  Built:             Fri Jun  3 17:55:46 2022
23:18:44 [2022-10-04T23:18:44.590Z]  OS/Arch:           linux/amd64
23:18:44 [2022-10-04T23:18:44.590Z]  Context:           default
23:18:44 [2022-10-04T23:18:44.590Z] 
23:18:44 [2022-10-04T23:18:44.590Z] Server: Docker Engine - Community
23:18:44 [2022-10-04T23:18:44.590Z]  Engine:
23:18:44 [2022-10-04T23:18:44.590Z]   Version:          22.06.0-beta.0
23:18:44 [2022-10-04T23:18:44.590Z]   API version:      1.42 (minimum version 1.12)
23:18:44 [2022-10-04T23:18:44.590Z]   Go version:       go1.18.3
23:18:44 [2022-10-04T23:18:44.590Z]   Git commit:       38633e7
23:18:44 [2022-10-04T23:18:44.590Z]   Built:            Fri Jun  3 17:55:46 2022
23:18:44 [2022-10-04T23:18:44.590Z]   OS/Arch:          linux/amd64
23:18:44 [2022-10-04T23:18:44.590Z]   Experimental:     true
23:18:44 [2022-10-04T23:18:44.590Z]  containerd:
23:18:44 [2022-10-04T23:18:44.590Z]   Version:          1.6.8
23:18:44 [2022-10-04T23:18:44.590Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
23:18:44 [2022-10-04T23:18:44.590Z]  runc:
23:18:44 [2022-10-04T23:18:44.590Z]   Version:          1.1.4
23:18:44 [2022-10-04T23:18:44.590Z]   GitCommit:        v1.1.4-0-g5fd4c4d
23:18:44 [2022-10-04T23:18:44.590Z]  docker-init:
23:18:44 [2022-10-04T23:18:44.590Z]   Version:          0.19.0
23:18:44 [2022-10-04T23:18:44.590Z]   GitCommit:        de40ad0
[Pipeline] sh
23:18:44 [2022-10-04T23:18:44.915Z] + docker info
23:18:44 [2022-10-04T23:18:44.915Z] Client:
23:18:44 [2022-10-04T23:18:44.915Z]  Context:    default
23:18:44 [2022-10-04T23:18:44.915Z]  Debug Mode: false
23:18:44 [2022-10-04T23:18:44.915Z]  Plugins:
23:18:44 [2022-10-04T23:18:44.915Z]   buildx: Docker Buildx (Docker Inc.)
23:18:44 [2022-10-04T23:18:44.915Z]     Version:  f500bf6
23:18:44 [2022-10-04T23:18:44.915Z]     Path:     /home/ubuntu/.docker/cli-plugins/docker-buildx
23:18:44 [2022-10-04T23:18:44.915Z]   compose: Docker Compose (Docker Inc.)
23:18:44 [2022-10-04T23:18:44.915Z]     Version:  v2.11.0
23:18:44 [2022-10-04T23:18:44.915Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
23:18:44 [2022-10-04T23:18:44.915Z]   scan: Docker Scan (Docker Inc.)
23:18:44 [2022-10-04T23:18:44.915Z]     Version:  v0.17.0
23:18:44 [2022-10-04T23:18:44.915Z]     Path:     /usr/libexec/docker/cli-plugins/docker-scan
23:18:44 [2022-10-04T23:18:44.915Z] 
23:18:44 [2022-10-04T23:18:44.915Z] Server:
23:18:44 [2022-10-04T23:18:44.915Z]  Containers: 0
23:18:44 [2022-10-04T23:18:44.915Z]   Running: 0
23:18:44 [2022-10-04T23:18:44.915Z]   Paused: 0
23:18:44 [2022-10-04T23:18:44.915Z]   Stopped: 0
23:18:44 [2022-10-04T23:18:44.915Z]  Images: 0
23:18:44 [2022-10-04T23:18:44.915Z]  Server Version: 22.06.0-beta.0
23:18:44 [2022-10-04T23:18:44.915Z]  Storage Driver: overlay2
23:18:44 [2022-10-04T23:18:44.915Z]   Backing Filesystem: extfs
23:18:44 [2022-10-04T23:18:44.915Z]   Supports d_type: true
23:18:44 [2022-10-04T23:18:44.915Z]   Using metacopy: false
23:18:44 [2022-10-04T23:18:44.915Z]   Native Overlay Diff: true
23:18:44 [2022-10-04T23:18:44.915Z]   userxattr: false
23:18:44 [2022-10-04T23:18:44.915Z]  Logging Driver: json-file
23:18:44 [2022-10-04T23:18:44.915Z]  Cgroup Driver: cgroupfs
23:18:44 [2022-10-04T23:18:44.915Z]  Cgroup Version: 1
23:18:44 [2022-10-04T23:18:44.915Z]  Plugins:
23:18:44 [2022-10-04T23:18:44.915Z]   Volume: local
23:18:44 [2022-10-04T23:18:44.915Z]   Network: bridge host ipvlan macvlan null overlay
23:18:44 [2022-10-04T23:18:44.915Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
23:18:44 [2022-10-04T23:18:44.915Z]  Swarm: inactive
23:18:44 [2022-10-04T23:18:44.915Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
23:18:44 [2022-10-04T23:18:44.915Z]  Default Runtime: runc
23:18:44 [2022-10-04T23:18:44.915Z]  Init Binary: docker-init
23:18:44 [2022-10-04T23:18:44.915Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
23:18:44 [2022-10-04T23:18:44.915Z]  runc version: v1.1.4-0-g5fd4c4d
23:18:44 [2022-10-04T23:18:44.915Z]  init version: de40ad0
23:18:44 [2022-10-04T23:18:44.915Z]  Security Options:
23:18:44 [2022-10-04T23:18:44.915Z]   apparmor
23:18:44 [2022-10-04T23:18:44.915Z]   seccomp
23:18:44 [2022-10-04T23:18:44.915Z]    Profile: builtin
23:18:44 [2022-10-04T23:18:44.915Z]  Kernel Version: 5.4.0-1084-aws
23:18:44 [2022-10-04T23:18:44.915Z]  Operating System: Ubuntu 18.04.6 LTS
23:18:44 [2022-10-04T23:18:44.915Z]  OSType: linux
23:18:44 [2022-10-04T23:18:44.915Z]  Architecture: x86_64
23:18:44 [2022-10-04T23:18:44.915Z]  CPUs: 2
23:18:44 [2022-10-04T23:18:44.915Z]  Total Memory: 7.483GiB
23:18:44 [2022-10-04T23:18:44.915Z]  Name: ip-10-100-124-66
23:18:44 [2022-10-04T23:18:44.915Z]  ID: 4e66d922-08f5-4556-a2a1-fead38978a83
23:18:44 [2022-10-04T23:18:44.915Z]  Docker Root Dir: /var/lib/docker
23:18:44 [2022-10-04T23:18:44.915Z]  Debug Mode: false
23:18:44 [2022-10-04T23:18:44.915Z]  Registry: https://index.docker.io/v1/
23:18:44 [2022-10-04T23:18:44.915Z]  Labels:
23:18:44 [2022-10-04T23:18:44.915Z]  Experimental: true
23:18:44 [2022-10-04T23:18:44.915Z]  Insecure Registries:
23:18:44 [2022-10-04T23:18:44.915Z]   127.0.0.0/8
23:18:44 [2022-10-04T23:18:44.915Z]  Live Restore Enabled: true
23:18:44 [2022-10-04T23:18:44.915Z] 
23:18:44 [2022-10-04T23:18:44.915Z] WARNING: No swap limit support
[Pipeline] sh
23:18:45 [2022-10-04T23:18:45.207Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
23:18:45 [2022-10-04T23:18:45.207Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
23:18:45 [2022-10-04T23:18:45.207Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44247/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
23:18:45 [2022-10-04T23:18:45.207Z] + bash /home/ubuntu/workspace/moby_PR-44247/check-config.sh
23:18:45 [2022-10-04T23:18:45.207Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
23:18:45 [2022-10-04T23:18:45.207Z] info: reading kernel config from /boot/config-5.4.0-1084-aws ...
23:18:45 [2022-10-04T23:18:45.207Z] 
23:18:45 [2022-10-04T23:18:45.207Z] Generally Necessary:
23:18:45 [2022-10-04T23:18:45.207Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
23:18:45 [2022-10-04T23:18:45.207Z] - apparmor: enabled and tools installed
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_NAMESPACES: enabled
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_NET_NS: enabled
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_PID_NS: enabled
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_IPC_NS: enabled
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_UTS_NS: enabled
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_CGROUPS: enabled
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_CGROUP_CPUACCT: enabled
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_CGROUP_DEVICE: enabled
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_CGROUP_FREEZER: enabled
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_CGROUP_SCHED: enabled
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_CPUSETS: enabled
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_MEMCG: enabled
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_KEYS: enabled
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_VETH: enabled (as module)
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_BRIDGE: enabled (as module)
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_NF_NAT_IPV4: missing
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_IP_NF_FILTER: enabled (as module)
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_IP_NF_NAT: enabled (as module)
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_NF_NAT: enabled (as module)
23:18:45 [2022-10-04T23:18:45.474Z] - CONFIG_NF_NAT_NEEDED: missing
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_POSIX_MQUEUE: enabled
23:18:45 [2022-10-04T23:18:45.747Z] 
23:18:45 [2022-10-04T23:18:45.747Z] Optional Features:
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_USER_NS: enabled
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_SECCOMP: enabled
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_CGROUP_PIDS: enabled
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_MEMCG_SWAP: enabled
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
23:18:45 [2022-10-04T23:18:45.747Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_BLK_CGROUP: enabled
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_BLK_DEV_THROTTLING: enabled
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_IOSCHED_CFQ: missing
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_CGROUP_PERF: enabled
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_CGROUP_HUGETLB: enabled
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_CGROUP_NET_PRIO: enabled
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_CFS_BANDWIDTH: enabled
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_FAIR_GROUP_SCHED: enabled
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_RT_GROUP_SCHED: missing
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_IP_VS: enabled (as module)
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_IP_VS_NFCT: enabled
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_IP_VS_PROTO_TCP: enabled
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_IP_VS_PROTO_UDP: enabled
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_IP_VS_RR: enabled (as module)
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_EXT4_FS: enabled
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
23:18:45 [2022-10-04T23:18:45.747Z] - CONFIG_EXT4_FS_SECURITY: enabled
23:18:45 [2022-10-04T23:18:45.747Z] - Network Drivers:
23:18:45 [2022-10-04T23:18:45.747Z]   - "overlay":
23:18:46 [2022-10-04T23:18:46.014Z]     - CONFIG_VXLAN: enabled (as module)
23:18:46 [2022-10-04T23:18:46.014Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
23:18:46 [2022-10-04T23:18:46.014Z]       Optional (for encrypted networks):
23:18:46 [2022-10-04T23:18:46.014Z]       - CONFIG_CRYPTO: enabled
23:18:46 [2022-10-04T23:18:46.014Z]       - CONFIG_CRYPTO_AEAD: enabled
23:18:46 [2022-10-04T23:18:46.014Z]       - CONFIG_CRYPTO_GCM: enabled
23:18:46 [2022-10-04T23:18:46.014Z]       - CONFIG_CRYPTO_SEQIV: enabled
23:18:46 [2022-10-04T23:18:46.014Z]       - CONFIG_CRYPTO_GHASH: enabled
23:18:46 [2022-10-04T23:18:46.014Z]       - CONFIG_XFRM: enabled
23:18:46 [2022-10-04T23:18:46.014Z]       - CONFIG_XFRM_USER: enabled (as module)
23:18:46 [2022-10-04T23:18:46.014Z]       - CONFIG_XFRM_ALGO: enabled (as module)
23:18:46 [2022-10-04T23:18:46.014Z]       - CONFIG_INET_ESP: enabled (as module)
23:18:46 [2022-10-04T23:18:46.014Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
23:18:46 [2022-10-04T23:18:46.014Z]   - "ipvlan":
23:18:46 [2022-10-04T23:18:46.014Z]     - CONFIG_IPVLAN: enabled (as module)
23:18:46 [2022-10-04T23:18:46.014Z]   - "macvlan":
23:18:46 [2022-10-04T23:18:46.014Z]     - CONFIG_MACVLAN: enabled (as module)
23:18:46 [2022-10-04T23:18:46.014Z]     - CONFIG_DUMMY: enabled (as module)
23:18:46 [2022-10-04T23:18:46.014Z]   - "ftp,tftp client in container":
23:18:46 [2022-10-04T23:18:46.014Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
23:18:46 [2022-10-04T23:18:46.014Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
23:18:46 [2022-10-04T23:18:46.014Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
23:18:46 [2022-10-04T23:18:46.014Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
23:18:46 [2022-10-04T23:18:46.014Z] - Storage Drivers:
23:18:46 [2022-10-04T23:18:46.014Z]   - "aufs":
23:18:46 [2022-10-04T23:18:46.014Z]     - CONFIG_AUFS_FS: enabled (as module)
23:18:46 [2022-10-04T23:18:46.014Z]   - "btrfs":
23:18:46 [2022-10-04T23:18:46.014Z]     - CONFIG_BTRFS_FS: enabled (as module)
23:18:46 [2022-10-04T23:18:46.014Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
23:18:46 [2022-10-04T23:18:46.014Z]   - "devicemapper":
23:18:46 [2022-10-04T23:18:46.014Z]     - CONFIG_BLK_DEV_DM: enabled
23:18:46 [2022-10-04T23:18:46.014Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
23:18:46 [2022-10-04T23:18:46.014Z]   - "overlay":
23:18:46 [2022-10-04T23:18:46.014Z]     - CONFIG_OVERLAY_FS: enabled (as module)
23:18:46 [2022-10-04T23:18:46.014Z]   - "zfs":
23:18:46 [2022-10-04T23:18:46.014Z]     - /dev/zfs: present
23:18:46 [2022-10-04T23:18:46.014Z]     - zfs command: missing
23:18:46 [2022-10-04T23:18:46.014Z]     - zpool command: missing
23:18:46 [2022-10-04T23:18:46.014Z] 
23:18:46 [2022-10-04T23:18:46.014Z] Limits:
23:18:46 [2022-10-04T23:18:46.014Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
23:18:46 [2022-10-04T23:18:46.014Z] 
23:18:46 [2022-10-04T23:18:46.014Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
23:18:46 [2022-10-04T23:18:46.374Z] + sudo modprobe ip_vs
23:18:46 [2022-10-04T23:18:46.374Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 .
23:18:46 [2022-10-04T23:18:46.943Z] #1 [internal] load .dockerignore
23:18:46 [2022-10-04T23:18:46.943Z] #1 transferring context: 87B done
23:18:46 [2022-10-04T23:18:46.943Z] #1 DONE 0.1s
23:18:46 [2022-10-04T23:18:46.943Z] 
23:18:46 [2022-10-04T23:18:46.943Z] #2 [internal] load build definition from Dockerfile
23:18:46 [2022-10-04T23:18:46.943Z] #2 transferring dockerfile: 16.91kB done
23:18:46 [2022-10-04T23:18:46.943Z] #2 DONE 0.1s
23:18:46 [2022-10-04T23:18:46.943Z] 
23:18:46 [2022-10-04T23:18:46.943Z] #3 resolve image config for docker.io/docker/dockerfile:1
23:18:47 [2022-10-04T23:18:47.510Z] #3 DONE 0.6s
23:18:47 [2022-10-04T23:18:47.510Z] 
23:18:47 [2022-10-04T23:18:47.510Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
23:18:47 [2022-10-04T23:18:47.510Z] #4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc done
23:18:47 [2022-10-04T23:18:47.510Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 5.24MB / 9.94MB 0.1s
23:18:47 [2022-10-04T23:18:47.510Z] #4 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done
23:18:47 [2022-10-04T23:18:47.510Z] #4 sha256:ad87fb03593d1b71f9a1cfc1406c4aafcb253b1dabebf569768d6e6166836f34 528B / 528B done
23:18:47 [2022-10-04T23:18:47.770Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.1s done
23:18:47 [2022-10-04T23:18:47.770Z] #4 sha256:1e8a16826fd1c80a63fa6817a9c7284c94e40cded14a9b0d0d3722356efa47bd 2.37kB / 2.37kB done
23:18:47 [2022-10-04T23:18:47.770Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546
23:18:48 [2022-10-04T23:18:48.027Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.2s done
23:18:48 [2022-10-04T23:18:48.290Z] #4 DONE 0.8s
23:18:48 [2022-10-04T23:18:48.548Z] 
23:18:48 [2022-10-04T23:18:48.548Z] #5 [internal] load metadata for docker.io/library/debian:bullseye
23:18:48 [2022-10-04T23:18:48.870Z] Client: Docker Engine - Community
23:18:48 [2022-10-04T23:18:48.870Z]  Version:           22.06.0-beta.0
23:18:48 [2022-10-04T23:18:48.870Z]  API version:       1.42
23:18:48 [2022-10-04T23:18:48.870Z]  Go version:        go1.18.3
23:18:48 [2022-10-04T23:18:48.870Z]  Git commit:        3e9117b
23:18:48 [2022-10-04T23:18:48.870Z]  Built:             Fri Jun  3 17:55:34 2022
23:18:48 [2022-10-04T23:18:48.870Z]  OS/Arch:           linux/arm64
23:18:48 [2022-10-04T23:18:48.870Z]  Context:           default
23:18:48 [2022-10-04T23:18:48.870Z] 
23:18:48 [2022-10-04T23:18:48.870Z] Server: Docker Engine - Community
23:18:48 [2022-10-04T23:18:48.870Z]  Engine:
23:18:48 [2022-10-04T23:18:48.870Z]   Version:          22.06.0-beta.0
23:18:48 [2022-10-04T23:18:48.870Z]   API version:      1.42 (minimum version 1.12)
23:18:48 [2022-10-04T23:18:48.870Z]   Go version:       go1.18.3
23:18:48 [2022-10-04T23:18:48.870Z]   Git commit:       38633e7
23:18:48 [2022-10-04T23:18:48.870Z]   Built:            Fri Jun  3 17:55:34 2022
23:18:48 [2022-10-04T23:18:48.870Z]   OS/Arch:          linux/arm64
23:18:48 [2022-10-04T23:18:48.870Z]   Experimental:     true
23:18:48 [2022-10-04T23:18:48.870Z]  containerd:
23:18:48 [2022-10-04T23:18:48.870Z]   Version:          1.6.8
23:18:48 [2022-10-04T23:18:48.870Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
23:18:48 [2022-10-04T23:18:48.870Z]  runc:
23:18:48 [2022-10-04T23:18:48.870Z]   Version:          1.1.4
23:18:48 [2022-10-04T23:18:48.870Z]   GitCommit:        v1.1.4-0-g5fd4c4d
23:18:48 [2022-10-04T23:18:48.870Z]  docker-init:
23:18:48 [2022-10-04T23:18:48.870Z]   Version:          0.19.0
23:18:48 [2022-10-04T23:18:48.870Z]   GitCommit:        de40ad0
[Pipeline] sh
23:18:49 [2022-10-04T23:18:49.217Z] + docker info
23:18:49 [2022-10-04T23:18:49.217Z] Client:
23:18:49 [2022-10-04T23:18:49.217Z]  Context:    default
23:18:49 [2022-10-04T23:18:49.217Z]  Debug Mode: false
23:18:49 [2022-10-04T23:18:49.217Z]  Plugins:
23:18:49 [2022-10-04T23:18:49.217Z]   buildx: Docker Buildx (Docker Inc.)
23:18:49 [2022-10-04T23:18:49.217Z]     Version:  v0.8.2
23:18:49 [2022-10-04T23:18:49.217Z]     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
23:18:49 [2022-10-04T23:18:49.217Z]   compose: Docker Compose (Docker Inc.)
23:18:49 [2022-10-04T23:18:49.217Z]     Version:  v2.11.0
23:18:49 [2022-10-04T23:18:49.217Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
23:18:49 [2022-10-04T23:18:49.217Z] 
23:18:49 [2022-10-04T23:18:49.217Z] Server:
23:18:49 [2022-10-04T23:18:49.217Z]  Containers: 0
23:18:49 [2022-10-04T23:18:49.217Z]   Running: 0
23:18:49 [2022-10-04T23:18:49.217Z]   Paused: 0
23:18:49 [2022-10-04T23:18:49.217Z]   Stopped: 0
23:18:49 [2022-10-04T23:18:49.217Z]  Images: 0
23:18:49 [2022-10-04T23:18:49.217Z]  Server Version: 22.06.0-beta.0
23:18:49 [2022-10-04T23:18:49.217Z]  Storage Driver: overlay2
23:18:49 [2022-10-04T23:18:49.217Z]   Backing Filesystem: extfs
23:18:49 [2022-10-04T23:18:49.217Z]   Supports d_type: true
23:18:49 [2022-10-04T23:18:49.217Z]   Using metacopy: false
23:18:49 [2022-10-04T23:18:49.217Z]   Native Overlay Diff: true
23:18:49 [2022-10-04T23:18:49.217Z]   userxattr: false
23:18:49 [2022-10-04T23:18:49.217Z]  Logging Driver: json-file
23:18:49 [2022-10-04T23:18:49.217Z]  Cgroup Driver: cgroupfs
23:18:49 [2022-10-04T23:18:49.217Z]  Cgroup Version: 1
23:18:49 [2022-10-04T23:18:49.217Z]  Plugins:
23:18:49 [2022-10-04T23:18:49.217Z]   Volume: local
23:18:49 [2022-10-04T23:18:49.217Z]   Network: bridge host ipvlan macvlan null overlay
23:18:49 [2022-10-04T23:18:49.217Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
23:18:49 [2022-10-04T23:18:49.217Z]  Swarm: inactive
23:18:49 [2022-10-04T23:18:49.217Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
23:18:49 [2022-10-04T23:18:49.217Z]  Default Runtime: runc
23:18:49 [2022-10-04T23:18:49.217Z]  Init Binary: docker-init
23:18:49 [2022-10-04T23:18:49.217Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
23:18:49 [2022-10-04T23:18:49.217Z]  runc version: v1.1.4-0-g5fd4c4d
23:18:49 [2022-10-04T23:18:49.217Z]  init version: de40ad0
23:18:49 [2022-10-04T23:18:49.217Z]  Security Options:
23:18:49 [2022-10-04T23:18:49.217Z]   apparmor
23:18:49 [2022-10-04T23:18:49.217Z]   seccomp
23:18:49 [2022-10-04T23:18:49.217Z]    Profile: builtin
23:18:49 [2022-10-04T23:18:49.217Z]  Kernel Version: 5.15.0-1019-aws
23:18:49 [2022-10-04T23:18:49.217Z]  Operating System: Ubuntu 20.04.5 LTS
23:18:49 [2022-10-04T23:18:49.217Z]  OSType: linux
23:18:49 [2022-10-04T23:18:49.217Z]  Architecture: aarch64
23:18:49 [2022-10-04T23:18:49.217Z]  CPUs: 2
23:18:49 [2022-10-04T23:18:49.217Z]  Total Memory: 7.559GiB
23:18:49 [2022-10-04T23:18:49.217Z]  Name: ip-10-100-89-38
23:18:49 [2022-10-04T23:18:49.217Z]  ID: 21ee9248-431c-49fb-8774-3b222a03c749
23:18:49 [2022-10-04T23:18:49.217Z]  Docker Root Dir: /var/lib/docker
23:18:49 [2022-10-04T23:18:49.217Z]  Debug Mode: false
23:18:49 [2022-10-04T23:18:49.217Z]  Registry: https://index.docker.io/v1/
23:18:49 [2022-10-04T23:18:49.217Z]  Labels:
23:18:49 [2022-10-04T23:18:49.217Z]  Experimental: true
23:18:49 [2022-10-04T23:18:49.217Z]  Insecure Registries:
23:18:49 [2022-10-04T23:18:49.217Z]   127.0.0.0/8
23:18:49 [2022-10-04T23:18:49.217Z]  Live Restore Enabled: true
23:18:49 [2022-10-04T23:18:49.217Z] 
[Pipeline] sh
23:18:49 [2022-10-04T23:18:49.488Z] #5 ...
23:18:49 [2022-10-04T23:18:49.488Z] 
23:18:49 [2022-10-04T23:18:49.488Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
23:18:49 [2022-10-04T23:18:49.488Z] #6 DONE 1.0s
23:18:49 [2022-10-04T23:18:49.494Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
23:18:49 [2022-10-04T23:18:49.494Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
23:18:49 [2022-10-04T23:18:49.494Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44247/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
23:18:49 [2022-10-04T23:18:49.494Z] + bash /home/ubuntu/workspace/moby_PR-44247/check-config.sh
23:18:49 [2022-10-04T23:18:49.494Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
23:18:49 [2022-10-04T23:18:49.494Z] info: reading kernel config from /boot/config-5.15.0-1019-aws ...
23:18:49 [2022-10-04T23:18:49.494Z] 
23:18:49 [2022-10-04T23:18:49.494Z] Generally Necessary:
23:18:49 [2022-10-04T23:18:49.494Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
23:18:49 [2022-10-04T23:18:49.494Z] - apparmor: enabled and tools installed
23:18:49 [2022-10-04T23:18:49.494Z] - CONFIG_NAMESPACES: enabled
23:18:49 [2022-10-04T23:18:49.494Z] - CONFIG_NET_NS: enabled
23:18:49 [2022-10-04T23:18:49.494Z] - CONFIG_PID_NS: enabled
23:18:49 [2022-10-04T23:18:49.494Z] - CONFIG_IPC_NS: enabled
23:18:49 [2022-10-04T23:18:49.494Z] - CONFIG_UTS_NS: enabled
23:18:49 [2022-10-04T23:18:49.494Z] - CONFIG_CGROUPS: enabled
23:18:49 [2022-10-04T23:18:49.494Z] - CONFIG_CGROUP_CPUACCT: enabled
23:18:49 [2022-10-04T23:18:49.494Z] - CONFIG_CGROUP_DEVICE: enabled
23:18:49 [2022-10-04T23:18:49.494Z] - CONFIG_CGROUP_FREEZER: enabled
23:18:49 [2022-10-04T23:18:49.494Z] - CONFIG_CGROUP_SCHED: enabled
23:18:49 [2022-10-04T23:18:49.494Z] - CONFIG_CPUSETS: enabled
23:18:49 [2022-10-04T23:18:49.494Z] - CONFIG_MEMCG: enabled
23:18:49 [2022-10-04T23:18:49.494Z] - CONFIG_KEYS: enabled
23:18:49 [2022-10-04T23:18:49.494Z] - CONFIG_VETH: enabled (as module)
23:18:49 [2022-10-04T23:18:49.494Z] - CONFIG_BRIDGE: enabled (as module)
23:18:49 [2022-10-04T23:18:49.494Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
23:18:49 [2022-10-04T23:18:49.494Z] - CONFIG_NF_NAT_IPV4: missing
23:18:49 [2022-10-04T23:18:49.747Z] 
23:18:49 [2022-10-04T23:18:49.747Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
23:18:49 [2022-10-04T23:18:49.747Z] #7 DONE 1.1s
23:18:49 [2022-10-04T23:18:49.747Z] 
23:18:49 [2022-10-04T23:18:49.747Z] #8 [internal] load metadata for docker.io/library/golang:1.18.7-bullseye
23:18:49 [2022-10-04T23:18:49.747Z] #8 DONE 1.2s
23:18:49 [2022-10-04T23:18:49.747Z] 
23:18:49 [2022-10-04T23:18:49.747Z] #5 [internal] load metadata for docker.io/library/debian:bullseye
23:18:49 [2022-10-04T23:18:49.747Z] #5 DONE 1.2s
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_IP_NF_FILTER: enabled (as module)
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_IP_NF_NAT: enabled (as module)
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_NF_NAT: enabled (as module)
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_NF_NAT_NEEDED: missing
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_POSIX_MQUEUE: enabled
23:18:49 [2022-10-04T23:18:49.751Z] 
23:18:49 [2022-10-04T23:18:49.751Z] Optional Features:
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_USER_NS: enabled
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_SECCOMP: enabled
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_CGROUP_PIDS: enabled
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_MEMCG_SWAP: enabled
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
23:18:49 [2022-10-04T23:18:49.751Z]     (cgroup swap accounting is currently enabled)
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_BLK_CGROUP: enabled
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_BLK_DEV_THROTTLING: enabled
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_IOSCHED_CFQ: missing
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_CGROUP_PERF: enabled
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_CGROUP_HUGETLB: enabled
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
23:18:49 [2022-10-04T23:18:49.751Z] - CONFIG_CGROUP_NET_PRIO: enabled
23:18:50 [2022-10-04T23:18:50.007Z] - CONFIG_CFS_BANDWIDTH: enabled
23:18:50 [2022-10-04T23:18:50.007Z] - CONFIG_FAIR_GROUP_SCHED: enabled
23:18:50 [2022-10-04T23:18:50.007Z] - CONFIG_RT_GROUP_SCHED: missing
23:18:50 [2022-10-04T23:18:50.007Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
23:18:50 [2022-10-04T23:18:50.007Z] - CONFIG_IP_VS: enabled (as module)
23:18:50 [2022-10-04T23:18:50.007Z] - CONFIG_IP_VS_NFCT: enabled
23:18:50 [2022-10-04T23:18:50.007Z] - CONFIG_IP_VS_PROTO_TCP: enabled
23:18:50 [2022-10-04T23:18:50.007Z] - CONFIG_IP_VS_PROTO_UDP: enabled
23:18:50 [2022-10-04T23:18:50.007Z] - CONFIG_IP_VS_RR: enabled (as module)
23:18:50 [2022-10-04T23:18:50.007Z] - CONFIG_EXT4_FS: enabled
23:18:50 [2022-10-04T23:18:50.007Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
23:18:50 [2022-10-04T23:18:50.007Z] - CONFIG_EXT4_FS_SECURITY: enabled
23:18:50 [2022-10-04T23:18:50.007Z] - Network Drivers:
23:18:50 [2022-10-04T23:18:50.007Z]   - "overlay":
23:18:50 [2022-10-04T23:18:50.007Z]     - CONFIG_VXLAN: enabled (as module)
23:18:50 [2022-10-04T23:18:50.007Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
23:18:50 [2022-10-04T23:18:50.007Z]       Optional (for encrypted networks):
23:18:50 [2022-10-04T23:18:50.264Z]       - CONFIG_CRYPTO: enabled
23:18:50 [2022-10-04T23:18:50.264Z]       - CONFIG_CRYPTO_AEAD: enabled
23:18:50 [2022-10-04T23:18:50.264Z]       - CONFIG_CRYPTO_GCM: enabled
23:18:50 [2022-10-04T23:18:50.264Z]       - CONFIG_CRYPTO_SEQIV: enabled
23:18:50 [2022-10-04T23:18:50.264Z]       - CONFIG_CRYPTO_GHASH: enabled
23:18:50 [2022-10-04T23:18:50.264Z]       - CONFIG_XFRM: enabled
23:18:50 [2022-10-04T23:18:50.264Z]       - CONFIG_XFRM_USER: enabled (as module)
23:18:50 [2022-10-04T23:18:50.264Z]       - CONFIG_XFRM_ALGO: enabled (as module)
23:18:50 [2022-10-04T23:18:50.264Z]       - CONFIG_INET_ESP: enabled (as module)
23:18:50 [2022-10-04T23:18:50.264Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
23:18:50 [2022-10-04T23:18:50.264Z]   - "ipvlan":
23:18:50 [2022-10-04T23:18:50.264Z]     - CONFIG_IPVLAN: enabled (as module)
23:18:50 [2022-10-04T23:18:50.264Z]   - "macvlan":
23:18:50 [2022-10-04T23:18:50.264Z]     - CONFIG_MACVLAN: enabled (as module)
23:18:50 [2022-10-04T23:18:50.264Z]     - CONFIG_DUMMY: enabled (as module)
23:18:50 [2022-10-04T23:18:50.264Z]   - "ftp,tftp client in container":
23:18:50 [2022-10-04T23:18:50.264Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
23:18:50 [2022-10-04T23:18:50.264Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
23:18:50 [2022-10-04T23:18:50.264Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
23:18:50 [2022-10-04T23:18:50.264Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
23:18:50 [2022-10-04T23:18:50.264Z] - Storage Drivers:
23:18:50 [2022-10-04T23:18:50.264Z]   - "aufs":
23:18:50 [2022-10-04T23:18:50.264Z]     - CONFIG_AUFS_FS: enabled (as module)
23:18:50 [2022-10-04T23:18:50.264Z]   - "btrfs":
23:18:50 [2022-10-04T23:18:50.264Z]     - CONFIG_BTRFS_FS: enabled (as module)
23:18:50 [2022-10-04T23:18:50.264Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
23:18:50 [2022-10-04T23:18:50.264Z]   - "devicemapper":
23:18:50 [2022-10-04T23:18:50.264Z]     - CONFIG_BLK_DEV_DM: enabled
23:18:50 [2022-10-04T23:18:50.264Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
23:18:50 [2022-10-04T23:18:50.264Z]   - "overlay":
23:18:50 [2022-10-04T23:18:50.264Z]     - CONFIG_OVERLAY_FS: enabled (as module)
23:18:50 [2022-10-04T23:18:50.264Z]   - "zfs":
23:18:50 [2022-10-04T23:18:50.264Z]     - /dev/zfs: present
23:18:50 [2022-10-04T23:18:50.264Z]     - zfs command: missing
23:18:50 [2022-10-04T23:18:50.264Z]     - zpool command: missing
23:18:50 [2022-10-04T23:18:50.264Z] 
23:18:50 [2022-10-04T23:18:50.264Z] Limits:
23:18:50 [2022-10-04T23:18:50.264Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
23:18:50 [2022-10-04T23:18:50.264Z] 
23:18:50 [2022-10-04T23:18:50.264Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
23:18:50 [2022-10-04T23:18:50.583Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 .
23:18:50 [2022-10-04T23:18:50.839Z] #1 [internal] load .dockerignore
23:18:50 [2022-10-04T23:18:50.839Z] #1 transferring context: 87B done
23:18:50 [2022-10-04T23:18:50.839Z] #1 DONE 0.1s
23:18:50 [2022-10-04T23:18:50.839Z] 
23:18:50 [2022-10-04T23:18:50.839Z] #2 [internal] load build definition from Dockerfile
23:18:50 [2022-10-04T23:18:50.839Z] #2 transferring dockerfile: 16.91kB done
23:18:51 [2022-10-04T23:18:51.095Z] #2 DONE 0.1s
23:18:51 [2022-10-04T23:18:51.095Z] 
23:18:51 [2022-10-04T23:18:51.095Z] #3 resolve image config for docker.io/docker/dockerfile:1
23:18:51 [2022-10-04T23:18:51.659Z] #3 DONE 0.6s
23:18:51 [2022-10-04T23:18:51.659Z] 
23:18:51 [2022-10-04T23:18:51.659Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
23:18:51 [2022-10-04T23:18:51.659Z] #4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done
23:18:51 [2022-10-04T23:18:51.659Z] #4 sha256:f259fd86ee23d7b4a2944432e3a09f45fa288bb84bfbd222b19b2abc7ddffbb9 528B / 528B done
23:18:51 [2022-10-04T23:18:51.660Z] #4 sha256:8d5998862fafcacec68298ab34c9c28973251a5082836f31de0188cd914fae33 2.36kB / 2.36kB done
23:18:51 [2022-10-04T23:18:51.660Z] #4 sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 9.21MB / 9.21MB 0.1s done
23:18:51 [2022-10-04T23:18:51.660Z] #4 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done
23:18:51 [2022-10-04T23:18:51.916Z] #4 extracting sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 0.1s
23:18:51 [2022-10-04T23:18:51.916Z] #4 extracting sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 0.2s done
23:18:52 [2022-10-04T23:18:52.176Z] #4 DONE 0.5s
23:18:52 [2022-10-04T23:18:52.176Z] 
23:18:52 [2022-10-04T23:18:52.176Z] #5 [internal] load metadata for docker.io/library/golang:1.18.7-bullseye
23:18:52 [2022-10-04T23:18:52.313Z] 
23:18:52 [2022-10-04T23:18:52.313Z] #9 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
23:18:52 [2022-10-04T23:18:52.313Z] #9 resolve docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9 0.1s done
23:18:52 [2022-10-04T23:18:52.313Z] #9 DONE 0.1s
23:18:52 [2022-10-04T23:18:52.313Z] 
23:18:52 [2022-10-04T23:18:52.313Z] #10 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
23:18:52 [2022-10-04T23:18:52.313Z] #10 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
23:18:52 [2022-10-04T23:18:52.313Z] #10 DONE 0.1s
23:18:52 [2022-10-04T23:18:52.313Z] 
23:18:52 [2022-10-04T23:18:52.313Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:18:52 [2022-10-04T23:18:52.313Z] #11 resolve docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657 0.1s done
23:18:52 [2022-10-04T23:18:52.313Z] #11 DONE 0.1s
23:18:52 [2022-10-04T23:18:52.313Z] 
23:18:52 [2022-10-04T23:18:52.313Z] #12 [internal] load build context
23:18:52 [2022-10-04T23:18:52.313Z] #12 transferring context: 1.41MB 0.2s
23:18:52 [2022-10-04T23:18:52.839Z] Client: Docker Engine - Community
23:18:52 [2022-10-04T23:18:52.839Z]  Version:           22.06.0-beta.0
23:18:52 [2022-10-04T23:18:52.839Z]  API version:       1.42
23:18:52 [2022-10-04T23:18:52.839Z]  Go version:        go1.18.3
23:18:52 [2022-10-04T23:18:52.839Z]  Git commit:        3e9117b
23:18:52 [2022-10-04T23:18:52.839Z]  Built:             Fri Jun  3 17:55:46 2022
23:18:52 [2022-10-04T23:18:52.839Z]  OS/Arch:           linux/amd64
23:18:52 [2022-10-04T23:18:52.839Z]  Context:           default
23:18:52 [2022-10-04T23:18:52.839Z] 
23:18:52 [2022-10-04T23:18:52.839Z] Server: Docker Engine - Community
23:18:52 [2022-10-04T23:18:52.839Z]  Engine:
23:18:52 [2022-10-04T23:18:52.839Z]   Version:          22.06.0-beta.0
23:18:52 [2022-10-04T23:18:52.839Z]   API version:      1.42 (minimum version 1.12)
23:18:52 [2022-10-04T23:18:52.839Z]   Go version:       go1.18.3
23:18:52 [2022-10-04T23:18:52.839Z]   Git commit:       38633e7
23:18:52 [2022-10-04T23:18:52.839Z]   Built:            Fri Jun  3 17:55:46 2022
23:18:52 [2022-10-04T23:18:52.839Z]   OS/Arch:          linux/amd64
23:18:52 [2022-10-04T23:18:52.839Z]   Experimental:     true
23:18:52 [2022-10-04T23:18:52.839Z]  containerd:
23:18:52 [2022-10-04T23:18:52.839Z]   Version:          1.6.8
23:18:52 [2022-10-04T23:18:52.839Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
23:18:52 [2022-10-04T23:18:52.839Z]  runc:
23:18:52 [2022-10-04T23:18:52.839Z]   Version:          1.1.4
23:18:52 [2022-10-04T23:18:52.839Z]   GitCommit:        v1.1.4-0-g5fd4c4d
23:18:52 [2022-10-04T23:18:52.839Z]  docker-init:
23:18:52 [2022-10-04T23:18:52.839Z]   Version:          0.19.0
23:18:52 [2022-10-04T23:18:52.839Z]   GitCommit:        de40ad0
[Pipeline] sh
23:18:53 [2022-10-04T23:18:53.106Z] #5 DONE 0.9s
23:18:53 [2022-10-04T23:18:53.106Z] 
23:18:53 [2022-10-04T23:18:53.106Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
23:18:53 [2022-10-04T23:18:53.106Z] #6 DONE 0.8s
23:18:53 [2022-10-04T23:18:53.106Z] 
23:18:53 [2022-10-04T23:18:53.106Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
23:18:53 [2022-10-04T23:18:53.106Z] #7 DONE 0.9s
23:18:53 [2022-10-04T23:18:53.106Z] 
23:18:53 [2022-10-04T23:18:53.106Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
23:18:53 [2022-10-04T23:18:53.106Z] #8 DONE 0.9s
23:18:53 [2022-10-04T23:18:53.265Z] + docker info
23:18:53 [2022-10-04T23:18:53.265Z] Client:
23:18:53 [2022-10-04T23:18:53.265Z]  Context:    default
23:18:53 [2022-10-04T23:18:53.265Z]  Debug Mode: false
23:18:53 [2022-10-04T23:18:53.265Z]  Plugins:
23:18:53 [2022-10-04T23:18:53.265Z]   buildx: Docker Buildx (Docker Inc.)
23:18:53 [2022-10-04T23:18:53.265Z]     Version:  f500bf6
23:18:53 [2022-10-04T23:18:53.265Z]     Path:     /home/ubuntu/.docker/cli-plugins/docker-buildx
23:18:53 [2022-10-04T23:18:53.265Z]   compose: Docker Compose (Docker Inc.)
23:18:53 [2022-10-04T23:18:53.265Z]     Version:  v2.11.0
23:18:53 [2022-10-04T23:18:53.265Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
23:18:53 [2022-10-04T23:18:53.265Z]   scan: Docker Scan (Docker Inc.)
23:18:53 [2022-10-04T23:18:53.265Z]     Version:  v0.17.0
23:18:53 [2022-10-04T23:18:53.265Z]     Path:     /usr/libexec/docker/cli-plugins/docker-scan
23:18:53 [2022-10-04T23:18:53.265Z] 
23:18:53 [2022-10-04T23:18:53.265Z] Server:
23:18:53 [2022-10-04T23:18:53.265Z]  Containers: 0
23:18:53 [2022-10-04T23:18:53.265Z]   Running: 0
23:18:53 [2022-10-04T23:18:53.265Z]   Paused: 0
23:18:53 [2022-10-04T23:18:53.265Z]   Stopped: 0
23:18:53 [2022-10-04T23:18:53.265Z]  Images: 0
23:18:53 [2022-10-04T23:18:53.265Z]  Server Version: 22.06.0-beta.0
23:18:53 [2022-10-04T23:18:53.265Z]  Storage Driver: overlay2
23:18:53 [2022-10-04T23:18:53.265Z]   Backing Filesystem: extfs
23:18:53 [2022-10-04T23:18:53.265Z]   Supports d_type: true
23:18:53 [2022-10-04T23:18:53.265Z]   Using metacopy: false
23:18:53 [2022-10-04T23:18:53.265Z]   Native Overlay Diff: true
23:18:53 [2022-10-04T23:18:53.265Z]   userxattr: false
23:18:53 [2022-10-04T23:18:53.265Z]  Logging Driver: json-file
23:18:53 [2022-10-04T23:18:53.265Z]  Cgroup Driver: cgroupfs
23:18:53 [2022-10-04T23:18:53.265Z]  Cgroup Version: 1
23:18:53 [2022-10-04T23:18:53.265Z]  Plugins:
23:18:53 [2022-10-04T23:18:53.265Z]   Volume: local
23:18:53 [2022-10-04T23:18:53.265Z]   Network: bridge host ipvlan macvlan null overlay
23:18:53 [2022-10-04T23:18:53.265Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
23:18:53 [2022-10-04T23:18:53.265Z]  Swarm: inactive
23:18:53 [2022-10-04T23:18:53.265Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
23:18:53 [2022-10-04T23:18:53.265Z]  Default Runtime: runc
23:18:53 [2022-10-04T23:18:53.265Z]  Init Binary: docker-init
23:18:53 [2022-10-04T23:18:53.265Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
23:18:53 [2022-10-04T23:18:53.265Z]  runc version: v1.1.4-0-g5fd4c4d
23:18:53 [2022-10-04T23:18:53.265Z]  init version: de40ad0
23:18:53 [2022-10-04T23:18:53.265Z]  Security Options:
23:18:53 [2022-10-04T23:18:53.265Z]   apparmor
23:18:53 [2022-10-04T23:18:53.265Z]   seccomp
23:18:53 [2022-10-04T23:18:53.265Z]    Profile: builtin
23:18:53 [2022-10-04T23:18:53.265Z]  Kernel Version: 5.4.0-1084-aws
23:18:53 [2022-10-04T23:18:53.265Z]  Operating System: Ubuntu 18.04.6 LTS
23:18:53 [2022-10-04T23:18:53.265Z]  OSType: linux
23:18:53 [2022-10-04T23:18:53.265Z]  Architecture: x86_64
23:18:53 [2022-10-04T23:18:53.265Z]  CPUs: 2
23:18:53 [2022-10-04T23:18:53.265Z]  Total Memory: 7.483GiB
23:18:53 [2022-10-04T23:18:53.265Z]  Name: ip-10-100-37-219
23:18:53 [2022-10-04T23:18:53.265Z]  ID: 4e66d922-08f5-4556-a2a1-fead38978a83
23:18:53 [2022-10-04T23:18:53.265Z]  Docker Root Dir: /var/lib/docker
23:18:53 [2022-10-04T23:18:53.265Z]  Debug Mode: false
23:18:53 [2022-10-04T23:18:53.265Z]  Registry: https://index.docker.io/v1/
23:18:53 [2022-10-04T23:18:53.265Z]  Labels:
23:18:53 [2022-10-04T23:18:53.265Z]  Experimental: true
23:18:53 [2022-10-04T23:18:53.265Z]  Insecure Registries:
23:18:53 [2022-10-04T23:18:53.265Z]   127.0.0.0/8
23:18:53 [2022-10-04T23:18:53.265Z]  Live Restore Enabled: true
23:18:53 [2022-10-04T23:18:53.265Z] 
23:18:53 [2022-10-04T23:18:53.265Z] WARNING: No swap limit support
[Pipeline] sh
23:18:53 [2022-10-04T23:18:53.553Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
23:18:53 [2022-10-04T23:18:53.553Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
23:18:53 [2022-10-04T23:18:53.553Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44247/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
23:18:53 [2022-10-04T23:18:53.553Z] + bash /home/ubuntu/workspace/moby_PR-44247/check-config.sh
23:18:53 [2022-10-04T23:18:53.553Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
23:18:53 [2022-10-04T23:18:53.553Z] info: reading kernel config from /boot/config-5.4.0-1084-aws ...
23:18:53 [2022-10-04T23:18:53.553Z] 
23:18:53 [2022-10-04T23:18:53.553Z] Generally Necessary:
23:18:53 [2022-10-04T23:18:53.553Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
23:18:53 [2022-10-04T23:18:53.553Z] - apparmor: enabled and tools installed
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_NAMESPACES: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_NET_NS: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_PID_NS: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_IPC_NS: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_UTS_NS: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_CGROUPS: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_CGROUP_CPUACCT: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_CGROUP_DEVICE: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_CGROUP_FREEZER: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_CGROUP_SCHED: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_CPUSETS: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_MEMCG: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_KEYS: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_VETH: enabled (as module)
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_BRIDGE: enabled (as module)
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_NF_NAT_IPV4: missing
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_IP_NF_FILTER: enabled (as module)
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_IP_NF_NAT: enabled (as module)
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_NF_NAT: enabled (as module)
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_NF_NAT_NEEDED: missing
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_POSIX_MQUEUE: enabled
23:18:53 [2022-10-04T23:18:53.813Z] 
23:18:53 [2022-10-04T23:18:53.813Z] Optional Features:
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_USER_NS: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_SECCOMP: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_CGROUP_PIDS: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_MEMCG_SWAP: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
23:18:53 [2022-10-04T23:18:53.813Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_BLK_CGROUP: enabled
23:18:53 [2022-10-04T23:18:53.813Z] - CONFIG_BLK_DEV_THROTTLING: enabled
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_IOSCHED_CFQ: missing
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_CGROUP_PERF: enabled
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_CGROUP_HUGETLB: enabled
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_CGROUP_NET_PRIO: enabled
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_CFS_BANDWIDTH: enabled
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_FAIR_GROUP_SCHED: enabled
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_RT_GROUP_SCHED: missing
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_IP_VS: enabled (as module)
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_IP_VS_NFCT: enabled
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_IP_VS_PROTO_TCP: enabled
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_IP_VS_PROTO_UDP: enabled
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_IP_VS_RR: enabled (as module)
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_EXT4_FS: enabled
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
23:18:54 [2022-10-04T23:18:54.074Z] - CONFIG_EXT4_FS_SECURITY: enabled
23:18:54 [2022-10-04T23:18:54.074Z] - Network Drivers:
23:18:54 [2022-10-04T23:18:54.074Z]   - "overlay":
23:18:54 [2022-10-04T23:18:54.074Z]     - CONFIG_VXLAN: enabled (as module)
23:18:54 [2022-10-04T23:18:54.074Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
23:18:54 [2022-10-04T23:18:54.074Z]       Optional (for encrypted networks):
23:18:54 [2022-10-04T23:18:54.074Z]       - CONFIG_CRYPTO: enabled
23:18:54 [2022-10-04T23:18:54.074Z]       - CONFIG_CRYPTO_AEAD: enabled
23:18:54 [2022-10-04T23:18:54.074Z]       - CONFIG_CRYPTO_GCM: enabled
23:18:54 [2022-10-04T23:18:54.074Z]       - CONFIG_CRYPTO_SEQIV: enabled
23:18:54 [2022-10-04T23:18:54.074Z]       - CONFIG_CRYPTO_GHASH: enabled
23:18:54 [2022-10-04T23:18:54.074Z]       - CONFIG_XFRM: enabled
23:18:54 [2022-10-04T23:18:54.074Z]       - CONFIG_XFRM_USER: enabled (as module)
23:18:54 [2022-10-04T23:18:54.074Z]       - CONFIG_XFRM_ALGO: enabled (as module)
23:18:54 [2022-10-04T23:18:54.074Z]       - CONFIG_INET_ESP: enabled (as module)
23:18:54 [2022-10-04T23:18:54.074Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
23:18:54 [2022-10-04T23:18:54.074Z]   - "ipvlan":
23:18:54 [2022-10-04T23:18:54.074Z]     - CONFIG_IPVLAN: enabled (as module)
23:18:54 [2022-10-04T23:18:54.074Z]   - "macvlan":
23:18:54 [2022-10-04T23:18:54.074Z]     - CONFIG_MACVLAN: enabled (as module)
23:18:54 [2022-10-04T23:18:54.074Z]     - CONFIG_DUMMY: enabled (as module)
23:18:54 [2022-10-04T23:18:54.074Z]   - "ftp,tftp client in container":
23:18:54 [2022-10-04T23:18:54.336Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
23:18:54 [2022-10-04T23:18:54.336Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
23:18:54 [2022-10-04T23:18:54.336Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
23:18:54 [2022-10-04T23:18:54.336Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
23:18:54 [2022-10-04T23:18:54.336Z] - Storage Drivers:
23:18:54 [2022-10-04T23:18:54.336Z]   - "aufs":
23:18:54 [2022-10-04T23:18:54.336Z]     - CONFIG_AUFS_FS: enabled (as module)
23:18:54 [2022-10-04T23:18:54.336Z]   - "btrfs":
23:18:54 [2022-10-04T23:18:54.336Z]     - CONFIG_BTRFS_FS: enabled (as module)
23:18:54 [2022-10-04T23:18:54.336Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
23:18:54 [2022-10-04T23:18:54.336Z]   - "devicemapper":
23:18:54 [2022-10-04T23:18:54.336Z]     - CONFIG_BLK_DEV_DM: enabled
23:18:54 [2022-10-04T23:18:54.336Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
23:18:54 [2022-10-04T23:18:54.336Z]   - "overlay":
23:18:54 [2022-10-04T23:18:54.336Z]     - CONFIG_OVERLAY_FS: enabled (as module)
23:18:54 [2022-10-04T23:18:54.336Z]   - "zfs":
23:18:54 [2022-10-04T23:18:54.336Z]     - /dev/zfs: present
23:18:54 [2022-10-04T23:18:54.336Z]     - zfs command: missing
23:18:54 [2022-10-04T23:18:54.336Z]     - zpool command: missing
23:18:54 [2022-10-04T23:18:54.336Z] 
23:18:54 [2022-10-04T23:18:54.336Z] Limits:
23:18:54 [2022-10-04T23:18:54.336Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
23:18:54 [2022-10-04T23:18:54.336Z] 
23:18:54 [2022-10-04T23:18:54.336Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
23:18:54 [2022-10-04T23:18:54.694Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 .
23:18:54 [2022-10-04T23:18:54.954Z] #1 [internal] load build definition from Dockerfile
23:18:54 [2022-10-04T23:18:54.954Z] #1 transferring dockerfile: 16.91kB done
23:18:54 [2022-10-04T23:18:54.954Z] #1 DONE 0.1s
23:18:54 [2022-10-04T23:18:54.954Z] 
23:18:54 [2022-10-04T23:18:54.954Z] #2 [internal] load .dockerignore
23:18:54 [2022-10-04T23:18:54.954Z] #2 transferring context: 87B done
23:18:54 [2022-10-04T23:18:54.954Z] #2 DONE 0.1s
23:18:54 [2022-10-04T23:18:54.954Z] 
23:18:54 [2022-10-04T23:18:54.954Z] #3 resolve image config for docker.io/docker/dockerfile:1
23:18:55 [2022-10-04T23:18:55.214Z] #3 DONE 0.3s
23:18:55 [2022-10-04T23:18:55.214Z] 
23:18:55 [2022-10-04T23:18:55.214Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
23:18:55 [2022-10-04T23:18:55.214Z] #4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc done
23:18:55 [2022-10-04T23:18:55.474Z] #4 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done
23:18:55 [2022-10-04T23:18:55.474Z] #4 sha256:ad87fb03593d1b71f9a1cfc1406c4aafcb253b1dabebf569768d6e6166836f34 528B / 528B done
23:18:55 [2022-10-04T23:18:55.474Z] #4 sha256:1e8a16826fd1c80a63fa6817a9c7284c94e40cded14a9b0d0d3722356efa47bd 2.37kB / 2.37kB done
23:18:55 [2022-10-04T23:18:55.474Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.2s
23:18:55 [2022-10-04T23:18:55.474Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.2s done
23:18:55 [2022-10-04T23:18:55.734Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.1s
23:18:55 [2022-10-04T23:18:55.994Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.4s done
23:18:56 [2022-10-04T23:18:56.255Z] #4 DONE 0.8s
23:18:56 [2022-10-04T23:18:56.255Z] 
23:18:56 [2022-10-04T23:18:56.255Z] #5 [internal] load metadata for docker.io/library/golang:1.18.7-bullseye
23:18:57 [2022-10-04T23:18:57.202Z] #5 ...
23:18:57 [2022-10-04T23:18:57.202Z] 
23:18:57 [2022-10-04T23:18:57.202Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
23:18:57 [2022-10-04T23:18:57.202Z] #6 DONE 1.0s
23:18:57 [2022-10-04T23:18:57.202Z] 
23:18:57 [2022-10-04T23:18:57.202Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
23:18:57 [2022-10-04T23:18:57.202Z] #7 DONE 1.0s
23:18:57 [2022-10-04T23:18:57.202Z] 
23:18:57 [2022-10-04T23:18:57.202Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
23:18:57 [2022-10-04T23:18:57.202Z] #8 DONE 1.1s
23:18:57 [2022-10-04T23:18:57.466Z] 
23:18:57 [2022-10-04T23:18:57.466Z] #5 [internal] load metadata for docker.io/library/golang:1.18.7-bullseye
23:18:57 [2022-10-04T23:18:57.466Z] #5 DONE 1.1s
23:18:57 [2022-10-04T23:18:57.600Z] #12 transferring context: 39.48MB 5.3s
23:18:57 [2022-10-04T23:18:57.858Z] #12 ...
23:18:57 [2022-10-04T23:18:57.858Z] 
23:18:57 [2022-10-04T23:18:57.858Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:18:57 [2022-10-04T23:18:57.858Z] #11 sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657 1.86kB / 1.86kB done
23:18:57 [2022-10-04T23:18:57.858Z] #11 sha256:c6740b5c6ec79b49e190b234f830d7097caebf8a12dec2f571f68e844601e380 7.10kB / 7.10kB done
23:18:57 [2022-10-04T23:18:57.858Z] #11 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 55.03MB / 55.03MB 1.8s done
23:18:57 [2022-10-04T23:18:57.858Z] #11 sha256:7be30b4e62307ae71ea09ddd4205d9f2bf6706064df2f69c84f0c518e1db075b 1.80kB / 1.80kB done
23:18:57 [2022-10-04T23:18:57.858Z] #11 sha256:326f452ade5c33097eba4ba88a24bd77a93a3d994d4dc39b936482655e664857 5.16MB / 5.16MB 0.7s done
23:18:57 [2022-10-04T23:18:57.858Z] #11 sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202 10.88MB / 10.88MB 0.6s done
23:18:57 [2022-10-04T23:18:57.858Z] #11 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 85.96MB / 85.96MB 3.2s done
23:18:57 [2022-10-04T23:18:57.858Z] #11 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 54.58MB / 54.58MB 3.9s done
23:18:57 [2022-10-04T23:18:57.858Z] #11 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 141.91MB / 141.91MB 5.9s
23:18:57 [2022-10-04T23:18:57.858Z] #11 sha256:5e317c3e703819b37d168429ddddfc6d427f63d93132d8b5c429c6f0636dd1aa 157B / 157B 3.9s done
23:18:57 [2022-10-04T23:18:57.858Z] #11 extracting sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 3.4s
23:18:59 [2022-10-04T23:18:59.240Z] #11 ...
23:18:59 [2022-10-04T23:18:59.240Z] 
23:18:59 [2022-10-04T23:18:59.240Z] #12 [internal] load build context
23:18:59 [2022-10-04T23:18:59.240Z] #12 transferring context: 53.53MB 6.9s done
23:18:59 [2022-10-04T23:18:59.240Z] #12 DONE 7.5s
23:18:59 [2022-10-04T23:18:59.240Z] 
23:18:59 [2022-10-04T23:18:59.240Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:18:59 [2022-10-04T23:18:59.240Z] #11 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 141.91MB / 141.91MB 7.2s done
23:18:59 [2022-10-04T23:18:59.240Z] #11 ...
23:18:59 [2022-10-04T23:18:59.240Z] 
23:18:59 [2022-10-04T23:18:59.240Z] #9 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
23:18:59 [2022-10-04T23:18:59.240Z] #9 sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9 1.85kB / 1.85kB done
23:18:59 [2022-10-04T23:18:59.240Z] #9 sha256:c0508353648d7db3c313661409ca41a2d12c63a4d06007387679161a8372329f 529B / 529B done
23:18:59 [2022-10-04T23:18:59.240Z] #9 sha256:43d28810c1b4c28a1be3bac8e0e40fcc472b2bfcfcda952544ed99cb874d2b1a 1.46kB / 1.46kB done
23:18:59 [2022-10-04T23:18:59.240Z] #9 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 55.03MB / 55.03MB 1.8s done
23:18:59 [2022-10-04T23:18:59.416Z] 
23:18:59 [2022-10-04T23:18:59.416Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:18:59 [2022-10-04T23:18:59.416Z] #9 resolve docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:18:59 [2022-10-04T23:18:59.416Z] #9 resolve docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657 0.1s done
23:18:59 [2022-10-04T23:18:59.498Z] #9 ...
23:18:59 [2022-10-04T23:18:59.498Z] 
23:18:59 [2022-10-04T23:18:59.498Z] #10 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
23:18:59 [2022-10-04T23:18:59.498Z] #10 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
23:18:59 [2022-10-04T23:18:59.498Z] #10 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
23:18:59 [2022-10-04T23:18:59.498Z] #10 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
23:18:59 [2022-10-04T23:18:59.498Z] #10 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.6s done
23:18:59 [2022-10-04T23:18:59.498Z] #10 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.5s done
23:18:59 [2022-10-04T23:18:59.498Z] #10 DONE 7.7s
23:18:59 [2022-10-04T23:18:59.498Z] 
23:18:59 [2022-10-04T23:18:59.498Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:18:59 [2022-10-04T23:18:59.678Z] #9 sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657 1.86kB / 1.86kB done
23:18:59 [2022-10-04T23:18:59.678Z] #9 sha256:7be30b4e62307ae71ea09ddd4205d9f2bf6706064df2f69c84f0c518e1db075b 1.80kB / 1.80kB done
23:18:59 [2022-10-04T23:18:59.756Z] #11 ...
23:18:59 [2022-10-04T23:18:59.756Z] 
23:18:59 [2022-10-04T23:18:59.756Z] #13 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
23:18:59 [2022-10-04T23:18:59.756Z] #13 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
23:18:59 [2022-10-04T23:18:59.756Z] #13 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
23:18:59 [2022-10-04T23:18:59.756Z] #13 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
23:18:59 [2022-10-04T23:18:59.756Z] #13 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
23:18:59 [2022-10-04T23:18:59.756Z] #13 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.4s done
23:18:59 [2022-10-04T23:18:59.756Z] #13 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.0s done
23:18:59 [2022-10-04T23:18:59.756Z] #13 DONE 7.9s
23:18:59 [2022-10-04T23:18:59.756Z] 
23:18:59 [2022-10-04T23:18:59.756Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:18:59 [2022-10-04T23:18:59.940Z] #9 sha256:c6740b5c6ec79b49e190b234f830d7097caebf8a12dec2f571f68e844601e380 7.10kB / 7.10kB done
23:18:59 [2022-10-04T23:18:59.940Z] #9 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 0B / 55.03MB 0.1s
23:18:59 [2022-10-04T23:18:59.940Z] #9 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 4.19MB / 55.03MB 0.3s
23:19:00 [2022-10-04T23:19:00.202Z] #9 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 7.59MB / 55.03MB 0.4s
23:19:00 [2022-10-04T23:19:00.466Z] #9 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 12.58MB / 55.03MB 0.6s
23:19:00 [2022-10-04T23:19:00.466Z] #9 sha256:326f452ade5c33097eba4ba88a24bd77a93a3d994d4dc39b936482655e664857 1.05MB / 5.16MB 0.6s
23:19:00 [2022-10-04T23:19:00.466Z] #9 sha256:326f452ade5c33097eba4ba88a24bd77a93a3d994d4dc39b936482655e664857 2.62MB / 5.16MB 0.7s
23:19:00 [2022-10-04T23:19:00.727Z] #9 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 21.14MB / 55.03MB 0.8s
23:19:00 [2022-10-04T23:19:00.727Z] #9 sha256:326f452ade5c33097eba4ba88a24bd77a93a3d994d4dc39b936482655e664857 5.16MB / 5.16MB 0.8s
23:19:00 [2022-10-04T23:19:00.727Z] #9 sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202 0B / 10.88MB 0.8s
23:19:00 [2022-10-04T23:19:00.727Z] #9 sha256:326f452ade5c33097eba4ba88a24bd77a93a3d994d4dc39b936482655e664857 5.16MB / 5.16MB 0.8s done
23:19:00 [2022-10-04T23:19:00.727Z] #9 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 0B / 54.58MB 0.9s
23:19:00 [2022-10-04T23:19:00.991Z] #9 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 25.17MB / 55.03MB 1.1s
23:19:00 [2022-10-04T23:19:00.991Z] #9 sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202 4.26MB / 10.88MB 1.1s
23:19:00 [2022-10-04T23:19:00.991Z] #9 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 28.31MB / 55.03MB 1.2s
23:19:00 [2022-10-04T23:19:00.991Z] #9 sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202 6.29MB / 10.88MB 1.2s
23:19:00 [2022-10-04T23:19:00.991Z] #9 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 3.83MB / 54.58MB 1.2s
23:19:01 [2022-10-04T23:19:01.265Z] #9 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 32.51MB / 55.03MB 1.3s
23:19:01 [2022-10-04T23:19:01.265Z] #9 sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202 10.88MB / 10.88MB 1.3s
23:19:01 [2022-10-04T23:19:01.265Z] #9 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 9.44MB / 54.58MB 1.3s
23:19:01 [2022-10-04T23:19:01.265Z] #9 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 37.65MB / 55.03MB 1.6s
23:19:01 [2022-10-04T23:19:01.265Z] #9 sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202 10.88MB / 10.88MB 1.4s done
23:19:01 [2022-10-04T23:19:01.265Z] #9 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 13.63MB / 54.58MB 1.6s
23:19:01 [2022-10-04T23:19:01.265Z] #9 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 0B / 85.96MB 1.6s
23:19:01 [2022-10-04T23:19:01.429Z] Client: Docker Engine - Community
23:19:01 [2022-10-04T23:19:01.429Z]  Version:           22.06.0-beta.0
23:19:01 [2022-10-04T23:19:01.429Z]  API version:       1.42
23:19:01 [2022-10-04T23:19:01.429Z]  Go version:        go1.18.3
23:19:01 [2022-10-04T23:19:01.429Z]  Git commit:        3e9117b
23:19:01 [2022-10-04T23:19:01.429Z]  Built:             Fri Jun  3 17:55:45 2022
23:19:01 [2022-10-04T23:19:01.429Z]  OS/Arch:           linux/amd64
23:19:01 [2022-10-04T23:19:01.429Z]  Context:           default
23:19:01 [2022-10-04T23:19:01.429Z] 
23:19:01 [2022-10-04T23:19:01.429Z] Server: Docker Engine - Community
23:19:01 [2022-10-04T23:19:01.429Z]  Engine:
23:19:01 [2022-10-04T23:19:01.429Z]   Version:          22.06.0-beta.0
23:19:01 [2022-10-04T23:19:01.429Z]   API version:      1.42 (minimum version 1.12)
23:19:01 [2022-10-04T23:19:01.429Z]   Go version:       go1.18.3
23:19:01 [2022-10-04T23:19:01.429Z]   Git commit:       38633e7
23:19:01 [2022-10-04T23:19:01.429Z]   Built:            Fri Jun  3 17:55:45 2022
23:19:01 [2022-10-04T23:19:01.429Z]   OS/Arch:          linux/amd64
23:19:01 [2022-10-04T23:19:01.429Z]   Experimental:     true
23:19:01 [2022-10-04T23:19:01.429Z]  containerd:
23:19:01 [2022-10-04T23:19:01.429Z]   Version:          1.6.8
23:19:01 [2022-10-04T23:19:01.429Z]   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
23:19:01 [2022-10-04T23:19:01.429Z]  runc:
23:19:01 [2022-10-04T23:19:01.429Z]   Version:          1.1.4
23:19:01 [2022-10-04T23:19:01.429Z]   GitCommit:        v1.1.4-0-g5fd4c4d
23:19:01 [2022-10-04T23:19:01.429Z]  docker-init:
23:19:01 [2022-10-04T23:19:01.429Z]   Version:          0.19.0
23:19:01 [2022-10-04T23:19:01.429Z]   GitCommit:        de40ad0
[Pipeline] sh
23:19:01 [2022-10-04T23:19:01.537Z] #9 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 16.78MB / 54.58MB 1.7s
23:19:01 [2022-10-04T23:19:01.537Z] #9 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 40.78MB / 55.03MB 1.8s
23:19:01 [2022-10-04T23:19:01.749Z] + docker info
23:19:01 [2022-10-04T23:19:01.749Z] Client:
23:19:01 [2022-10-04T23:19:01.749Z]  Context:    default
23:19:01 [2022-10-04T23:19:01.749Z]  Debug Mode: false
23:19:01 [2022-10-04T23:19:01.749Z]  Plugins:
23:19:01 [2022-10-04T23:19:01.749Z]   buildx: Docker Buildx (Docker Inc.)
23:19:01 [2022-10-04T23:19:01.749Z]     Version:  f500bf6
23:19:01 [2022-10-04T23:19:01.749Z]     Path:     /home/ubuntu/.docker/cli-plugins/docker-buildx
23:19:01 [2022-10-04T23:19:01.749Z]   compose: Docker Compose (Docker Inc.)
23:19:01 [2022-10-04T23:19:01.749Z]     Version:  v2.11.0
23:19:01 [2022-10-04T23:19:01.749Z]     Path:     /usr/libexec/docker/cli-plugins/docker-compose
23:19:01 [2022-10-04T23:19:01.749Z]   scan: Docker Scan (Docker Inc.)
23:19:01 [2022-10-04T23:19:01.749Z]     Version:  v0.17.0
23:19:01 [2022-10-04T23:19:01.749Z]     Path:     /usr/libexec/docker/cli-plugins/docker-scan
23:19:01 [2022-10-04T23:19:01.749Z] 
23:19:01 [2022-10-04T23:19:01.749Z] Server:
23:19:01 [2022-10-04T23:19:01.749Z]  Containers: 0
23:19:01 [2022-10-04T23:19:01.749Z]   Running: 0
23:19:01 [2022-10-04T23:19:01.749Z]   Paused: 0
23:19:01 [2022-10-04T23:19:01.749Z]   Stopped: 0
23:19:01 [2022-10-04T23:19:01.749Z]  Images: 0
23:19:01 [2022-10-04T23:19:01.749Z]  Server Version: 22.06.0-beta.0
23:19:01 [2022-10-04T23:19:01.749Z]  Storage Driver: overlay2
23:19:01 [2022-10-04T23:19:01.749Z]   Backing Filesystem: extfs
23:19:01 [2022-10-04T23:19:01.749Z]   Supports d_type: true
23:19:01 [2022-10-04T23:19:01.749Z]   Using metacopy: false
23:19:01 [2022-10-04T23:19:01.749Z]   Native Overlay Diff: true
23:19:01 [2022-10-04T23:19:01.749Z]   userxattr: false
23:19:01 [2022-10-04T23:19:01.749Z]  Logging Driver: json-file
23:19:01 [2022-10-04T23:19:01.749Z]  Cgroup Driver: systemd
23:19:01 [2022-10-04T23:19:01.749Z]  Cgroup Version: 2
23:19:01 [2022-10-04T23:19:01.749Z]  Plugins:
23:19:01 [2022-10-04T23:19:01.749Z]   Volume: local
23:19:01 [2022-10-04T23:19:01.749Z]   Network: bridge host ipvlan macvlan null overlay
23:19:01 [2022-10-04T23:19:01.749Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
23:19:01 [2022-10-04T23:19:01.749Z]  Swarm: inactive
23:19:01 [2022-10-04T23:19:01.749Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
23:19:01 [2022-10-04T23:19:01.749Z]  Default Runtime: runc
23:19:01 [2022-10-04T23:19:01.749Z]  Init Binary: docker-init
23:19:01 [2022-10-04T23:19:01.749Z]  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
23:19:01 [2022-10-04T23:19:01.749Z]  runc version: v1.1.4-0-g5fd4c4d
23:19:01 [2022-10-04T23:19:01.749Z]  init version: de40ad0
23:19:01 [2022-10-04T23:19:01.749Z]  Security Options:
23:19:01 [2022-10-04T23:19:01.749Z]   apparmor
23:19:01 [2022-10-04T23:19:01.749Z]   seccomp
23:19:01 [2022-10-04T23:19:01.749Z]    Profile: builtin
23:19:01 [2022-10-04T23:19:01.749Z]   cgroupns
23:19:01 [2022-10-04T23:19:01.749Z]  Kernel Version: 5.15.0-1019-aws
23:19:01 [2022-10-04T23:19:01.749Z]  Operating System: Ubuntu 20.04.5 LTS
23:19:01 [2022-10-04T23:19:01.749Z]  OSType: linux
23:19:01 [2022-10-04T23:19:01.749Z]  Architecture: x86_64
23:19:01 [2022-10-04T23:19:01.749Z]  CPUs: 2
23:19:01 [2022-10-04T23:19:01.749Z]  Total Memory: 7.557GiB
23:19:01 [2022-10-04T23:19:01.749Z]  Name: ip-10-100-60-70
23:19:01 [2022-10-04T23:19:01.749Z]  ID: 2a419919-d9e7-4d29-b98b-41077a753746
23:19:01 [2022-10-04T23:19:01.749Z]  Docker Root Dir: /var/lib/docker
23:19:01 [2022-10-04T23:19:01.749Z]  Debug Mode: false
23:19:01 [2022-10-04T23:19:01.749Z]  Registry: https://index.docker.io/v1/
23:19:01 [2022-10-04T23:19:01.749Z]  Labels:
23:19:01 [2022-10-04T23:19:01.749Z]  Experimental: true
23:19:01 [2022-10-04T23:19:01.749Z]  Insecure Registries:
23:19:01 [2022-10-04T23:19:01.749Z]   127.0.0.0/8
23:19:01 [2022-10-04T23:19:01.749Z]  Live Restore Enabled: true
23:19:01 [2022-10-04T23:19:01.749Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
23:19:01 [2022-10-04T23:19:01.806Z] #9 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 19.92MB / 54.58MB 1.9s
23:19:01 [2022-10-04T23:19:01.806Z] #9 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 44.92MB / 55.03MB 2.0s
23:19:01 [2022-10-04T23:19:01.806Z] #9 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 23.07MB / 54.58MB 2.0s
23:19:01 [2022-10-04T23:19:01.806Z] #9 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 6.29MB / 85.96MB 2.0s
23:19:02 [2022-10-04T23:19:02.068Z] #9 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 52.24MB / 55.03MB 2.3s
23:19:02 [2022-10-04T23:19:02.068Z] #9 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 30.41MB / 54.58MB 2.3s
23:19:02 [2022-10-04T23:19:02.068Z] #9 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 12.58MB / 85.96MB 2.3s
23:19:02 [2022-10-04T23:19:02.068Z] #9 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 33.55MB / 54.58MB 2.4s
23:19:02 [2022-10-04T23:19:02.113Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 .
23:19:02 [2022-10-04T23:19:02.332Z] #9 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 55.03MB / 55.03MB 2.6s
23:19:02 [2022-10-04T23:19:02.332Z] #9 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 36.70MB / 54.58MB 2.6s
23:19:02 [2022-10-04T23:19:02.373Z] #1 [internal] load build definition from Dockerfile
23:19:02 [2022-10-04T23:19:02.373Z] #1 transferring dockerfile: 16.91kB done
23:19:02 [2022-10-04T23:19:02.373Z] #1 DONE 0.1s
23:19:02 [2022-10-04T23:19:02.373Z] 
23:19:02 [2022-10-04T23:19:02.373Z] #2 [internal] load .dockerignore
23:19:02 [2022-10-04T23:19:02.373Z] #2 transferring context: 87B done
23:19:02 [2022-10-04T23:19:02.373Z] #2 DONE 0.1s
23:19:02 [2022-10-04T23:19:02.373Z] 
23:19:02 [2022-10-04T23:19:02.373Z] #3 resolve image config for docker.io/docker/dockerfile:1
23:19:02 [2022-10-04T23:19:02.593Z] #9 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 40.59MB / 54.58MB 2.7s
23:19:02 [2022-10-04T23:19:02.593Z] #9 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 19.92MB / 85.96MB 2.7s
23:19:02 [2022-10-04T23:19:02.593Z] #9 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 44.23MB / 54.58MB 2.8s
23:19:02 [2022-10-04T23:19:02.633Z] #3 DONE 0.4s
23:19:02 [2022-10-04T23:19:02.854Z] #9 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 55.03MB / 55.03MB 3.0s done
23:19:02 [2022-10-04T23:19:02.854Z] #9 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 50.33MB / 54.58MB 3.0s
23:19:02 [2022-10-04T23:19:02.854Z] #9 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 29.36MB / 85.96MB 3.0s
23:19:02 [2022-10-04T23:19:02.854Z] #9 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 53.48MB / 54.58MB 3.1s
23:19:02 [2022-10-04T23:19:02.854Z] #9 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 0B / 141.91MB 3.1s
23:19:02 [2022-10-04T23:19:02.893Z] 
23:19:02 [2022-10-04T23:19:02.893Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
23:19:02 [2022-10-04T23:19:02.893Z] #4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc done
23:19:02 [2022-10-04T23:19:02.893Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 3.15MB / 9.94MB 0.1s
23:19:02 [2022-10-04T23:19:02.893Z] #4 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done
23:19:02 [2022-10-04T23:19:02.893Z] #4 sha256:ad87fb03593d1b71f9a1cfc1406c4aafcb253b1dabebf569768d6e6166836f34 528B / 528B done
23:19:02 [2022-10-04T23:19:02.893Z] #4 sha256:1e8a16826fd1c80a63fa6817a9c7284c94e40cded14a9b0d0d3722356efa47bd 2.37kB / 2.37kB done
23:19:02 [2022-10-04T23:19:02.893Z] #4 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.2s done
23:19:03 [2022-10-04T23:19:03.044Z] #11 extracting sha256:326f452ade5c33097eba4ba88a24bd77a93a3d994d4dc39b936482655e664857
23:19:03 [2022-10-04T23:19:03.044Z] #11 ...
23:19:03 [2022-10-04T23:19:03.044Z] 
23:19:03 [2022-10-04T23:19:03.044Z] #9 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
23:19:03 [2022-10-04T23:19:03.044Z] #9 extracting sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 7.9s done
23:19:03 [2022-10-04T23:19:03.044Z] #9 DONE 10.8s
23:19:03 [2022-10-04T23:19:03.044Z] 
23:19:03 [2022-10-04T23:19:03.044Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:03 [2022-10-04T23:19:03.116Z] #9 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 36.70MB / 85.96MB 3.3s
23:19:03 [2022-10-04T23:19:03.152Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.1s
23:19:03 [2022-10-04T23:19:03.414Z] #4 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.2s done
23:19:03 [2022-10-04T23:19:03.414Z] #4 DONE 0.6s
23:19:03 [2022-10-04T23:19:03.615Z] #11 extracting sha256:326f452ade5c33097eba4ba88a24bd77a93a3d994d4dc39b936482655e664857 1.0s done
23:19:03 [2022-10-04T23:19:03.674Z] 
23:19:03 [2022-10-04T23:19:03.674Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
23:19:03 [2022-10-04T23:19:03.690Z] #9 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 54.58MB / 54.58MB 3.6s done
23:19:03 [2022-10-04T23:19:03.690Z] #9 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 45.09MB / 85.96MB 3.8s
23:19:03 [2022-10-04T23:19:03.690Z] #9 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 7.17MB / 141.91MB 3.8s
23:19:03 [2022-10-04T23:19:03.690Z] #9 sha256:5e317c3e703819b37d168429ddddfc6d427f63d93132d8b5c429c6f0636dd1aa 157B / 157B 3.8s
23:19:03 [2022-10-04T23:19:03.690Z] #9 sha256:5e317c3e703819b37d168429ddddfc6d427f63d93132d8b5c429c6f0636dd1aa 157B / 157B 3.8s done
23:19:03 [2022-10-04T23:19:03.950Z] #9 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 54.53MB / 85.96MB 4.1s
23:19:03 [2022-10-04T23:19:03.950Z] #9 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 14.68MB / 141.91MB 4.2s
23:19:04 [2022-10-04T23:19:04.185Z] #11 ...
23:19:04 [2022-10-04T23:19:04.185Z] 
23:19:04 [2022-10-04T23:19:04.185Z] #14 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
23:19:04 [2022-10-04T23:19:04.185Z] #14 DONE 0.8s
23:19:04 [2022-10-04T23:19:04.185Z] 
23:19:04 [2022-10-04T23:19:04.185Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:04 [2022-10-04T23:19:04.185Z] #11 extracting sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202 0.1s
23:19:04 [2022-10-04T23:19:04.210Z] #9 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 62.91MB / 85.96MB 4.5s
23:19:04 [2022-10-04T23:19:04.210Z] #9 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 25.17MB / 141.91MB 4.5s
23:19:04 [2022-10-04T23:19:04.475Z] #9 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 69.21MB / 85.96MB 4.7s
23:19:04 [2022-10-04T23:19:04.475Z] #9 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 35.65MB / 141.91MB 4.7s
23:19:04 [2022-10-04T23:19:04.475Z] #9 extracting sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 1.1s
23:19:04 [2022-10-04T23:19:04.612Z] #5 ...
23:19:04 [2022-10-04T23:19:04.612Z] 
23:19:04 [2022-10-04T23:19:04.612Z] #6 [internal] load metadata for docker.io/library/golang:1.18.7-bullseye
23:19:04 [2022-10-04T23:19:04.613Z] #6 DONE 0.8s
23:19:04 [2022-10-04T23:19:04.613Z] 
23:19:04 [2022-10-04T23:19:04.613Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
23:19:04 [2022-10-04T23:19:04.613Z] #7 DONE 0.9s
23:19:04 [2022-10-04T23:19:04.613Z] 
23:19:04 [2022-10-04T23:19:04.613Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
23:19:04 [2022-10-04T23:19:04.613Z] #8 DONE 1.0s
23:19:04 [2022-10-04T23:19:04.613Z] 
23:19:04 [2022-10-04T23:19:04.613Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
23:19:04 [2022-10-04T23:19:04.613Z] #5 DONE 1.0s
23:19:04 [2022-10-04T23:19:04.737Z] #9 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 74.45MB / 85.96MB 4.9s
23:19:04 [2022-10-04T23:19:04.737Z] #9 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 45.09MB / 141.91MB 4.9s
23:19:04 [2022-10-04T23:19:04.737Z] #9 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 79.69MB / 85.96MB 5.1s
23:19:05 [2022-10-04T23:19:05.121Z] #11 extracting sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202 1.0s done
23:19:05 [2022-10-04T23:19:05.290Z] 
23:19:05 [2022-10-04T23:19:05.290Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:05 [2022-10-04T23:19:05.290Z] #9 resolve docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:05 [2022-10-04T23:19:05.290Z] #9 ...
23:19:05 [2022-10-04T23:19:05.290Z] 
23:19:05 [2022-10-04T23:19:05.290Z] #10 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
23:19:05 [2022-10-04T23:19:05.290Z] #10 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 1.1s done
23:19:05 [2022-10-04T23:19:05.290Z] #10 DONE 1.1s
23:19:05 [2022-10-04T23:19:05.290Z] 
23:19:05 [2022-10-04T23:19:05.290Z] #11 [internal] load build context
23:19:05 [2022-10-04T23:19:05.290Z] #11 transferring context: 15.05MB 0.3s
23:19:05 [2022-10-04T23:19:05.290Z] #11 transferring context: 53.53MB 1.0s done
23:19:05 [2022-10-04T23:19:05.344Z] #9 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 85.96MB / 85.96MB 5.4s
23:19:05 [2022-10-04T23:19:05.344Z] #9 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 60.82MB / 141.91MB 5.4s
23:19:05 [2022-10-04T23:19:05.381Z] #11 ...
23:19:05 [2022-10-04T23:19:05.381Z] 
23:19:05 [2022-10-04T23:19:05.381Z] #15 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
23:19:05 [2022-10-04T23:19:05.381Z] #15 DONE 1.2s
23:19:05 [2022-10-04T23:19:05.381Z] 
23:19:05 [2022-10-04T23:19:05.381Z] #16 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
23:19:05 [2022-10-04T23:19:05.381Z] #0 1.564 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
23:19:05 [2022-10-04T23:19:05.381Z] #0 1.580 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:05 [2022-10-04T23:19:05.381Z] #0 1.588 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:05 [2022-10-04T23:19:05.381Z] #0 1.811 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:19:05 [2022-10-04T23:19:05.381Z] #0 2.192 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:19:05 [2022-10-04T23:19:05.381Z] #0 2.579 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:19:05 [2022-10-04T23:19:05.605Z] #9 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 69.08MB / 141.91MB 5.6s
23:19:05 [2022-10-04T23:19:05.605Z] #9 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 77.59MB / 141.91MB 5.8s
23:19:05 [2022-10-04T23:19:05.868Z] #9 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 84.93MB / 141.91MB 6.0s
23:19:05 [2022-10-04T23:19:05.868Z] #9 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 85.96MB / 85.96MB 6.1s done
23:19:05 [2022-10-04T23:19:05.868Z] #9 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 92.57MB / 141.91MB 6.2s
23:19:06 [2022-10-04T23:19:06.128Z] #9 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 101.71MB / 141.91MB 6.4s
23:19:06 [2022-10-04T23:19:06.388Z] #9 ...
23:19:06 [2022-10-04T23:19:06.388Z] 
23:19:06 [2022-10-04T23:19:06.388Z] #10 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
23:19:06 [2022-10-04T23:19:06.388Z] #10 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
23:19:06 [2022-10-04T23:19:06.388Z] #10 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
23:19:06 [2022-10-04T23:19:06.388Z] #10 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
23:19:06 [2022-10-04T23:19:06.388Z] #10 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
23:19:06 [2022-10-04T23:19:06.388Z] #10 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done
23:19:06 [2022-10-04T23:19:06.388Z] #10 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.5s done
23:19:06 [2022-10-04T23:19:06.388Z] #10 DONE 6.8s
23:19:06 [2022-10-04T23:19:06.388Z] 
23:19:06 [2022-10-04T23:19:06.388Z] #11 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
23:19:06 [2022-10-04T23:19:06.388Z] #11 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
23:19:06 [2022-10-04T23:19:06.388Z] #11 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
23:19:06 [2022-10-04T23:19:06.389Z] #11 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
23:19:06 [2022-10-04T23:19:06.389Z] #11 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.6s done
23:19:06 [2022-10-04T23:19:06.389Z] #11 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.5s done
23:19:06 [2022-10-04T23:19:06.389Z] #11 DONE 6.9s
23:19:06 [2022-10-04T23:19:06.389Z] 
23:19:06 [2022-10-04T23:19:06.389Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:06 [2022-10-04T23:19:06.389Z] #9 ...
23:19:06 [2022-10-04T23:19:06.389Z] 
23:19:06 [2022-10-04T23:19:06.389Z] #12 [internal] load build context
23:19:06 [2022-10-04T23:19:06.389Z] #12 transferring context: 45.86MB 6.8s
23:19:06 [2022-10-04T23:19:06.389Z] #12 ...
23:19:06 [2022-10-04T23:19:06.389Z] 
23:19:06 [2022-10-04T23:19:06.389Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:06 [2022-10-04T23:19:06.389Z] #9 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 110.62MB / 141.91MB 6.6s
23:19:06 [2022-10-04T23:19:06.526Z] 
23:19:06 [2022-10-04T23:19:06.526Z] #9 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
23:19:06 [2022-10-04T23:19:06.526Z] #9 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
23:19:06 [2022-10-04T23:19:06.526Z] #9 DONE 0.0s
23:19:06 [2022-10-04T23:19:06.526Z] 
23:19:06 [2022-10-04T23:19:06.526Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
23:19:06 [2022-10-04T23:19:06.526Z] #10 resolve docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9 0.1s done
23:19:06 [2022-10-04T23:19:06.648Z] #9 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 118.49MB / 141.91MB 6.8s
23:19:06 [2022-10-04T23:19:06.656Z] #11 DONE 3.1s
23:19:06 [2022-10-04T23:19:06.656Z] 
23:19:06 [2022-10-04T23:19:06.656Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:06 [2022-10-04T23:19:06.656Z] #9 resolve docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657 2.6s done
23:19:06 [2022-10-04T23:19:06.656Z] #9 sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657 1.86kB / 1.86kB done
23:19:06 [2022-10-04T23:19:06.764Z] #16 3.923 Fetched 8586 kB in 3s (3267 kB/s)
23:19:06 [2022-10-04T23:19:06.789Z] #10 sha256:c0508353648d7db3c313661409ca41a2d12c63a4d06007387679161a8372329f 529B / 529B done
23:19:06 [2022-10-04T23:19:06.789Z] #10 sha256:43d28810c1b4c28a1be3bac8e0e40fcc472b2bfcfcda952544ed99cb874d2b1a 1.46kB / 1.46kB done
23:19:06 [2022-10-04T23:19:06.789Z] #10 sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9 1.85kB / 1.85kB done
23:19:06 [2022-10-04T23:19:06.909Z] #9 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 133.17MB / 141.91MB 7.2s
23:19:06 [2022-10-04T23:19:06.913Z] #9 sha256:f61f33ac889606c14ebe083f23dc78bcd872196e1de4cdb663bfa16579476280 1.80kB / 1.80kB done
23:19:07 [2022-10-04T23:19:07.063Z] #10 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 4.19MB / 55.03MB 0.2s
23:19:07 [2022-10-04T23:19:07.063Z] #10 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 14.68MB / 55.03MB 0.3s
23:19:07 [2022-10-04T23:19:07.172Z] #9 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 141.56MB / 141.91MB 7.4s
23:19:07 [2022-10-04T23:19:07.323Z] #10 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 24.12MB / 55.03MB 0.5s
23:19:07 [2022-10-04T23:19:07.323Z] #10 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 33.57MB / 55.03MB 0.6s
23:19:07 [2022-10-04T23:19:07.323Z] #10 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 45.82MB / 55.03MB 0.7s
23:19:07 [2022-10-04T23:19:07.332Z] #16 3.923 Reading package lists...
23:19:07 [2022-10-04T23:19:07.476Z] #9 sha256:362d77ab2726386af0a153dfb3d0bfb68073bb522456e7f760d5dfa6aee07ad7 7.12kB / 7.12kB done
23:19:07 [2022-10-04T23:19:07.735Z] #9 sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b 5.24MB / 53.69MB 0.2s
23:19:07 [2022-10-04T23:19:07.744Z] #9 ...
23:19:07 [2022-10-04T23:19:07.744Z] 
23:19:07 [2022-10-04T23:19:07.744Z] #12 [internal] load build context
23:19:07 [2022-10-04T23:19:07.744Z] #12 transferring context: 53.53MB 7.7s done
23:19:07 [2022-10-04T23:19:07.744Z] #12 DONE 8.2s
23:19:07 [2022-10-04T23:19:07.744Z] 
23:19:07 [2022-10-04T23:19:07.744Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:07 [2022-10-04T23:19:07.896Z] #10 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 55.03MB / 55.03MB 1.0s
23:19:07 [2022-10-04T23:19:07.896Z] #10 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 55.03MB / 55.03MB 1.0s done
23:19:07 [2022-10-04T23:19:07.993Z] #9 sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b 17.83MB / 53.69MB 0.3s
23:19:07 [2022-10-04T23:19:07.993Z] #9 sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b 27.26MB / 53.69MB 0.4s
23:19:08 [2022-10-04T23:19:08.163Z] #10 extracting sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10
23:19:08 [2022-10-04T23:19:08.250Z] #9 sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b 37.75MB / 53.69MB 0.5s
23:19:08 [2022-10-04T23:19:08.250Z] #9 sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b 48.23MB / 53.69MB 0.6s
23:19:08 [2022-10-04T23:19:08.277Z] #16 4.726 Reading package lists...
23:19:08 [2022-10-04T23:19:08.277Z] #16 5.520 Building dependency tree...
23:19:08 [2022-10-04T23:19:08.510Z] #9 sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b 53.69MB / 53.69MB 0.7s
23:19:08 [2022-10-04T23:19:08.535Z] #16 5.815 The following additional packages will be installed:
23:19:08 [2022-10-04T23:19:08.535Z] #16 5.815   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
23:19:08 [2022-10-04T23:19:08.535Z] #16 5.815   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
23:19:08 [2022-10-04T23:19:08.535Z] #16 5.823 Recommended packages:
23:19:08 [2022-10-04T23:19:08.535Z] #16 5.823   libldap-common publicsuffix libsasl2-modules
23:19:08 [2022-10-04T23:19:08.535Z] #16 5.973 The following NEW packages will be installed:
23:19:08 [2022-10-04T23:19:08.535Z] #16 5.974   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
23:19:08 [2022-10-04T23:19:08.535Z] #16 5.974   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
23:19:08 [2022-10-04T23:19:08.535Z] #16 5.975   libssh2-1 openssl
23:19:08 [2022-10-04T23:19:08.793Z] #16 6.271 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded.
23:19:08 [2022-10-04T23:19:08.793Z] #16 6.271 Need to get 3047 kB of archives.
23:19:08 [2022-10-04T23:19:08.793Z] #16 6.271 After this operation, 6661 kB of additional disk space will be used.
23:19:08 [2022-10-04T23:19:08.793Z] #16 6.271 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
23:19:09 [2022-10-04T23:19:09.054Z] #16 6.291 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
23:19:09 [2022-10-04T23:19:09.054Z] #16 6.291 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
23:19:09 [2022-10-04T23:19:09.054Z] #16 6.291 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
23:19:09 [2022-10-04T23:19:09.054Z] #16 6.291 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
23:19:09 [2022-10-04T23:19:09.054Z] #16 6.291 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
23:19:09 [2022-10-04T23:19:09.054Z] #16 6.307 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
23:19:09 [2022-10-04T23:19:09.054Z] #16 6.307 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
23:19:09 [2022-10-04T23:19:09.054Z] #16 6.307 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
23:19:09 [2022-10-04T23:19:09.054Z] #16 6.307 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
23:19:09 [2022-10-04T23:19:09.054Z] #16 6.307 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u3 [345 kB]
23:19:09 [2022-10-04T23:19:09.054Z] #16 6.307 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u3 [269 kB]
23:19:09 [2022-10-04T23:19:09.054Z] #16 6.307 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
23:19:09 [2022-10-04T23:19:09.054Z] #16 6.311 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
23:19:09 [2022-10-04T23:19:09.054Z] #16 6.321 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
23:19:09 [2022-10-04T23:19:09.312Z] #16 6.619 debconf: delaying package configuration, since apt-utils is not installed
23:19:09 [2022-10-04T23:19:09.312Z] #16 6.661 Fetched 3047 kB in 0s (9785 kB/s)
23:19:09 [2022-10-04T23:19:09.571Z] #16 6.762 Selecting previously unselected package openssl.
23:19:09 [2022-10-04T23:19:09.571Z] #16 6.762 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6661 files and directories currently installed.)
23:19:09 [2022-10-04T23:19:09.571Z] #16 6.762 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
23:19:09 [2022-10-04T23:19:09.571Z] #16 6.771 Unpacking openssl (1.1.1n-0+deb11u3) ...
23:19:09 [2022-10-04T23:19:09.658Z] #9 ...
23:19:09 [2022-10-04T23:19:09.658Z] 
23:19:09 [2022-10-04T23:19:09.658Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
23:19:09 [2022-10-04T23:19:09.658Z] #13 resolve docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9 0.1s done
23:19:09 [2022-10-04T23:19:09.658Z] #13 sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9 1.85kB / 1.85kB done
23:19:09 [2022-10-04T23:19:09.658Z] #13 sha256:c0508353648d7db3c313661409ca41a2d12c63a4d06007387679161a8372329f 529B / 529B done
23:19:09 [2022-10-04T23:19:09.658Z] #13 sha256:43d28810c1b4c28a1be3bac8e0e40fcc472b2bfcfcda952544ed99cb874d2b1a 1.46kB / 1.46kB done
23:19:09 [2022-10-04T23:19:09.658Z] #13 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 55.03MB / 55.03MB 3.0s done
23:19:09 [2022-10-04T23:19:09.658Z] #13 ...
23:19:09 [2022-10-04T23:19:09.658Z] 
23:19:09 [2022-10-04T23:19:09.658Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:09 [2022-10-04T23:19:09.658Z] #9 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 141.91MB / 141.91MB 9.6s done
23:19:09 [2022-10-04T23:19:09.658Z] #9 extracting sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 6.3s
23:19:09 [2022-10-04T23:19:09.829Z] #16 7.027 Selecting previously unselected package ca-certificates.
23:19:09 [2022-10-04T23:19:09.829Z] #16 7.027 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
23:19:09 [2022-10-04T23:19:09.829Z] #16 7.031 Unpacking ca-certificates (20210119) ...
23:19:09 [2022-10-04T23:19:09.830Z] #16 7.114 Selecting previously unselected package libbrotli1:amd64.
23:19:09 [2022-10-04T23:19:09.830Z] #16 7.114 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
23:19:09 [2022-10-04T23:19:09.830Z] #16 7.123 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
23:19:09 [2022-10-04T23:19:09.830Z] #16 7.258 Selecting previously unselected package libsasl2-modules-db:amd64.
23:19:09 [2022-10-04T23:19:09.830Z] #16 7.258 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
23:19:10 [2022-10-04T23:19:10.088Z] #16 7.262 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
23:19:10 [2022-10-04T23:19:10.088Z] #16 7.321 Selecting previously unselected package libsasl2-2:amd64.
23:19:10 [2022-10-04T23:19:10.088Z] #16 7.321 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
23:19:10 [2022-10-04T23:19:10.088Z] #16 7.327 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
23:19:10 [2022-10-04T23:19:10.088Z] #16 7.406 Selecting previously unselected package libldap-2.4-2:amd64.
23:19:10 [2022-10-04T23:19:10.088Z] #16 7.406 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
23:19:10 [2022-10-04T23:19:10.088Z] #16 7.417 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
23:19:10 [2022-10-04T23:19:10.088Z] #16 7.501 Selecting previously unselected package libnghttp2-14:amd64.
23:19:10 [2022-10-04T23:19:10.088Z] #16 7.501 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
23:19:10 [2022-10-04T23:19:10.088Z] #16 7.514 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
23:19:10 [2022-10-04T23:19:10.088Z] #16 7.572 Selecting previously unselected package libpsl5:amd64.
23:19:10 [2022-10-04T23:19:10.088Z] #16 7.572 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
23:19:10 [2022-10-04T23:19:10.088Z] #16 7.579 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
23:19:10 [2022-10-04T23:19:10.346Z] #16 7.635 Selecting previously unselected package librtmp1:amd64.
23:19:10 [2022-10-04T23:19:10.346Z] #16 7.635 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
23:19:10 [2022-10-04T23:19:10.346Z] #16 7.643 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
23:19:10 [2022-10-04T23:19:10.346Z] #16 7.699 Selecting previously unselected package libssh2-1:amd64.
23:19:10 [2022-10-04T23:19:10.346Z] #16 7.699 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
23:19:10 [2022-10-04T23:19:10.346Z] #16 7.703 Unpacking libssh2-1:amd64 (1.9.0-2) ...
23:19:10 [2022-10-04T23:19:10.346Z] #16 7.775 Selecting previously unselected package libcurl4:amd64.
23:19:10 [2022-10-04T23:19:10.346Z] #16 7.775 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u3_amd64.deb ...
23:19:10 [2022-10-04T23:19:10.346Z] #16 7.778 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u3) ...
23:19:10 [2022-10-04T23:19:10.606Z] #16 7.885 Selecting previously unselected package curl.
23:19:10 [2022-10-04T23:19:10.606Z] #16 7.885 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u3_amd64.deb ...
23:19:10 [2022-10-04T23:19:10.606Z] #16 7.889 Unpacking curl (7.74.0-1.3+deb11u3) ...
23:19:10 [2022-10-04T23:19:10.606Z] #16 7.980 Selecting previously unselected package libonig5:amd64.
23:19:10 [2022-10-04T23:19:10.606Z] #16 7.981 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
23:19:10 [2022-10-04T23:19:10.606Z] #16 7.985 Unpacking libonig5:amd64 (6.9.6-1.1) ...
23:19:10 [2022-10-04T23:19:10.606Z] #16 8.067 Selecting previously unselected package libjq1:amd64.
23:19:10 [2022-10-04T23:19:10.606Z] #16 8.067 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
23:19:10 [2022-10-04T23:19:10.865Z] #16 8.075 Unpacking libjq1:amd64 (1.6-2.1) ...
23:19:10 [2022-10-04T23:19:10.865Z] #16 8.136 Selecting previously unselected package jq.
23:19:10 [2022-10-04T23:19:10.865Z] #16 8.138 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
23:19:10 [2022-10-04T23:19:10.865Z] #16 8.143 Unpacking jq (1.6-2.1) ...
23:19:10 [2022-10-04T23:19:10.865Z] #16 8.195 Setting up libpsl5:amd64 (0.21.0-1.2) ...
23:19:10 [2022-10-04T23:19:10.865Z] #16 8.206 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
23:19:10 [2022-10-04T23:19:10.865Z] #16 8.218 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
23:19:10 [2022-10-04T23:19:10.865Z] #16 8.231 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
23:19:10 [2022-10-04T23:19:10.865Z] #16 8.247 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
23:19:10 [2022-10-04T23:19:10.865Z] #16 8.261 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
23:19:10 [2022-10-04T23:19:10.865Z] #16 8.275 Setting up libssh2-1:amd64 (1.9.0-2) ...
23:19:10 [2022-10-04T23:19:10.865Z] #16 8.288 Setting up openssl (1.1.1n-0+deb11u3) ...
23:19:10 [2022-10-04T23:19:10.865Z] #16 8.307 Setting up libonig5:amd64 (6.9.6-1.1) ...
23:19:11 [2022-10-04T23:19:11.028Z] #9 sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b 53.69MB / 53.69MB 3.0s done
23:19:11 [2022-10-04T23:19:11.028Z] #9 extracting sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b
23:19:11 [2022-10-04T23:19:11.028Z] #9 sha256:4c9f2bf6f4deeb7ed2acd14f7997ec0a0cdf45b5b314051ddaab1911e22d997d 0B / 5.15MB 3.4s
23:19:11 [2022-10-04T23:19:11.028Z] #9 sha256:4c9f2bf6f4deeb7ed2acd14f7997ec0a0cdf45b5b314051ddaab1911e22d997d 4.25MB / 5.15MB 3.5s
23:19:11 [2022-10-04T23:19:11.042Z] #9 ...
23:19:11 [2022-10-04T23:19:11.042Z] 
23:19:11 [2022-10-04T23:19:11.042Z] #14 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
23:19:11 [2022-10-04T23:19:11.042Z] #14 DONE 0.6s
23:19:11 [2022-10-04T23:19:11.042Z] 
23:19:11 [2022-10-04T23:19:11.042Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:11 [2022-10-04T23:19:11.042Z] #9 extracting sha256:326f452ade5c33097eba4ba88a24bd77a93a3d994d4dc39b936482655e664857
23:19:11 [2022-10-04T23:19:11.042Z] #9 ...
23:19:11 [2022-10-04T23:19:11.042Z] 
23:19:11 [2022-10-04T23:19:11.042Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
23:19:11 [2022-10-04T23:19:11.042Z] #13 extracting sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 7.3s done
23:19:11 [2022-10-04T23:19:11.042Z] #13 DONE 11.7s
23:19:11 [2022-10-04T23:19:11.042Z] 
23:19:11 [2022-10-04T23:19:11.042Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:11 [2022-10-04T23:19:11.125Z] #16 8.319 Setting up libjq1:amd64 (1.6-2.1) ...
23:19:11 [2022-10-04T23:19:11.125Z] #16 8.330 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
23:19:11 [2022-10-04T23:19:11.125Z] #16 8.341 Setting up ca-certificates (20210119) ...
23:19:11 [2022-10-04T23:19:11.284Z] #9 sha256:4c9f2bf6f4deeb7ed2acd14f7997ec0a0cdf45b5b314051ddaab1911e22d997d 5.15MB / 5.15MB 3.6s
23:19:11 [2022-10-04T23:19:11.541Z] #9 sha256:a9360b3024e18f921a2fcec8614f617312c87ea1a31b5c94c9c643535bde9775 0B / 54.68MB 3.8s
23:19:11 [2022-10-04T23:19:11.541Z] #9 sha256:a9360b3024e18f921a2fcec8614f617312c87ea1a31b5c94c9c643535bde9775 9.44MB / 54.68MB 3.9s
23:19:11 [2022-10-04T23:19:11.693Z] #16 9.108 Updating certificates in /etc/ssl/certs...
23:19:11 [2022-10-04T23:19:11.798Z] #9 sha256:a9360b3024e18f921a2fcec8614f617312c87ea1a31b5c94c9c643535bde9775 29.36MB / 54.68MB 4.1s
23:19:11 [2022-10-04T23:19:11.798Z] #9 sha256:a9360b3024e18f921a2fcec8614f617312c87ea1a31b5c94c9c643535bde9775 38.80MB / 54.68MB 4.2s
23:19:11 [2022-10-04T23:19:11.988Z] #9 extracting sha256:326f452ade5c33097eba4ba88a24bd77a93a3d994d4dc39b936482655e664857 0.8s done
23:19:12 [2022-10-04T23:19:12.054Z] #9 sha256:4c9f2bf6f4deeb7ed2acd14f7997ec0a0cdf45b5b314051ddaab1911e22d997d 5.15MB / 5.15MB 4.2s done
23:19:12 [2022-10-04T23:19:12.054Z] #9 sha256:a9360b3024e18f921a2fcec8614f617312c87ea1a31b5c94c9c643535bde9775 49.28MB / 54.68MB 4.3s
23:19:12 [2022-10-04T23:19:12.054Z] #9 sha256:a9360b3024e18f921a2fcec8614f617312c87ea1a31b5c94c9c643535bde9775 54.68MB / 54.68MB 4.4s
23:19:12 [2022-10-04T23:19:12.249Z] #9 ...
23:19:12 [2022-10-04T23:19:12.249Z] 
23:19:12 [2022-10-04T23:19:12.249Z] #15 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
23:19:12 [2022-10-04T23:19:12.249Z] #15 DONE 1.3s
23:19:12 [2022-10-04T23:19:12.249Z] 
23:19:12 [2022-10-04T23:19:12.249Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:12 [2022-10-04T23:19:12.249Z] #9 extracting sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202
23:19:12 [2022-10-04T23:19:12.310Z] #9 sha256:fda11074c88f2aff0bbf1d4bbf54d07d9e43a49c0020889b41db31975accb6b4 0B / 81.14MB 4.8s
23:19:12 [2022-10-04T23:19:12.380Z] #10 ...
23:19:12 [2022-10-04T23:19:12.380Z] 
23:19:12 [2022-10-04T23:19:12.380Z] #11 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
23:19:12 [2022-10-04T23:19:12.380Z] #11 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
23:19:12 [2022-10-04T23:19:12.380Z] #11 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
23:19:12 [2022-10-04T23:19:12.380Z] #11 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
23:19:12 [2022-10-04T23:19:12.380Z] #11 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
23:19:12 [2022-10-04T23:19:12.380Z] #11 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 2.4s done
23:19:12 [2022-10-04T23:19:12.380Z] #11 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.1s done
23:19:12 [2022-10-04T23:19:12.380Z] #11 DONE 5.4s
23:19:12 [2022-10-04T23:19:12.380Z] 
23:19:12 [2022-10-04T23:19:12.380Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
23:19:12 [2022-10-04T23:19:12.380Z] #10 ...
23:19:12 [2022-10-04T23:19:12.380Z] 
23:19:12 [2022-10-04T23:19:12.381Z] #12 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:12 [2022-10-04T23:19:12.381Z] #12 resolve docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657 0.1s done
23:19:12 [2022-10-04T23:19:12.381Z] #12 sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657 1.86kB / 1.86kB done
23:19:12 [2022-10-04T23:19:12.381Z] #12 sha256:7be30b4e62307ae71ea09ddd4205d9f2bf6706064df2f69c84f0c518e1db075b 1.80kB / 1.80kB done
23:19:12 [2022-10-04T23:19:12.381Z] #12 sha256:c6740b5c6ec79b49e190b234f830d7097caebf8a12dec2f571f68e844601e380 7.10kB / 7.10kB done
23:19:12 [2022-10-04T23:19:12.381Z] #12 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 55.03MB / 55.03MB 0.9s done
23:19:12 [2022-10-04T23:19:12.381Z] #12 sha256:326f452ade5c33097eba4ba88a24bd77a93a3d994d4dc39b936482655e664857 5.16MB / 5.16MB 0.4s done
23:19:12 [2022-10-04T23:19:12.381Z] #12 sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202 10.88MB / 10.88MB 0.6s done
23:19:12 [2022-10-04T23:19:12.381Z] #12 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 54.58MB / 54.58MB 1.8s done
23:19:12 [2022-10-04T23:19:12.381Z] #12 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 85.96MB / 85.96MB 2.6s done
23:19:12 [2022-10-04T23:19:12.381Z] #12 sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 141.91MB / 141.91MB 4.0s done
23:19:12 [2022-10-04T23:19:12.381Z] #12 sha256:5e317c3e703819b37d168429ddddfc6d427f63d93132d8b5c429c6f0636dd1aa 157B / 157B 2.0s done
23:19:12 [2022-10-04T23:19:12.381Z] #12 ...
23:19:12 [2022-10-04T23:19:12.381Z] 
23:19:12 [2022-10-04T23:19:12.381Z] #13 [internal] load build context
23:19:12 [2022-10-04T23:19:12.381Z] #13 transferring context: 53.52MB 5.4s done
23:19:12 [2022-10-04T23:19:12.381Z] #13 DONE 5.6s
23:19:12 [2022-10-04T23:19:12.381Z] 
23:19:12 [2022-10-04T23:19:12.381Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
23:19:12 [2022-10-04T23:19:12.567Z] #9 sha256:fda11074c88f2aff0bbf1d4bbf54d07d9e43a49c0020889b41db31975accb6b4 16.78MB / 81.14MB 4.9s
23:19:12 [2022-10-04T23:19:12.567Z] #9 sha256:fda11074c88f2aff0bbf1d4bbf54d07d9e43a49c0020889b41db31975accb6b4 24.12MB / 81.14MB 5.0s
23:19:12 [2022-10-04T23:19:12.645Z] #10 ...
23:19:12 [2022-10-04T23:19:12.645Z] 
23:19:12 [2022-10-04T23:19:12.646Z] #9 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
23:19:12 [2022-10-04T23:19:12.646Z] #9 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
23:19:12 [2022-10-04T23:19:12.646Z] #9 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
23:19:12 [2022-10-04T23:19:12.646Z] #9 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
23:19:12 [2022-10-04T23:19:12.646Z] #9 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.8s done
23:19:12 [2022-10-04T23:19:12.646Z] #9 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.1s done
23:19:12 [2022-10-04T23:19:12.646Z] #9 DONE 6.1s
23:19:12 [2022-10-04T23:19:12.646Z] 
23:19:12 [2022-10-04T23:19:12.646Z] #10 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
23:19:12 [2022-10-04T23:19:12.823Z] #9 sha256:fda11074c88f2aff0bbf1d4bbf54d07d9e43a49c0020889b41db31975accb6b4 32.51MB / 81.14MB 5.1s
23:19:12 [2022-10-04T23:19:12.823Z] #9 sha256:daa25dbffbabb85498e5d2c2d270f81ca67f9679617c9611bf18faf6ed4a09a0 0B / 10.66MB 5.1s
23:19:12 [2022-10-04T23:19:12.823Z] #9 sha256:fda11074c88f2aff0bbf1d4bbf54d07d9e43a49c0020889b41db31975accb6b4 50.33MB / 81.14MB 5.3s
23:19:12 [2022-10-04T23:19:12.823Z] #9 sha256:daa25dbffbabb85498e5d2c2d270f81ca67f9679617c9611bf18faf6ed4a09a0 10.66MB / 10.66MB 5.3s
23:19:13 [2022-10-04T23:19:13.071Z] #16 10.27 129 added, 0 removed; done.
23:19:13 [2022-10-04T23:19:13.071Z] #16 10.31 Setting up jq (1.6-2.1) ...
23:19:13 [2022-10-04T23:19:13.071Z] #16 10.33 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u3) ...
23:19:13 [2022-10-04T23:19:13.071Z] #16 10.34 Setting up curl (7.74.0-1.3+deb11u3) ...
23:19:13 [2022-10-04T23:19:13.071Z] #16 10.35 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:19:13 [2022-10-04T23:19:13.071Z] #16 10.37 Processing triggers for ca-certificates (20210119) ...
23:19:13 [2022-10-04T23:19:13.071Z] #16 10.39 Updating certificates in /etc/ssl/certs...
23:19:13 [2022-10-04T23:19:13.079Z] #9 sha256:fda11074c88f2aff0bbf1d4bbf54d07d9e43a49c0020889b41db31975accb6b4 63.96MB / 81.14MB 5.4s
23:19:13 [2022-10-04T23:19:13.216Z] #10 extracting sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 5.1s
23:19:13 [2022-10-04T23:19:13.433Z] #9 sha256:fda11074c88f2aff0bbf1d4bbf54d07d9e43a49c0020889b41db31975accb6b4 74.78MB / 81.14MB 5.5s
23:19:13 [2022-10-04T23:19:13.433Z] #9 ...
23:19:13 [2022-10-04T23:19:13.433Z] 
23:19:13 [2022-10-04T23:19:13.433Z] #12 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
23:19:13 [2022-10-04T23:19:13.433Z] #12 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 1.8s done
23:19:13 [2022-10-04T23:19:13.433Z] #12 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
23:19:13 [2022-10-04T23:19:13.433Z] #12 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
23:19:13 [2022-10-04T23:19:13.433Z] #12 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
23:19:13 [2022-10-04T23:19:13.433Z] #12 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.9s done
23:19:13 [2022-10-04T23:19:13.433Z] #12 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.3s done
23:19:13 [2022-10-04T23:19:13.433Z] #12 ...
23:19:13 [2022-10-04T23:19:13.433Z] 
23:19:13 [2022-10-04T23:19:13.433Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
23:19:13 [2022-10-04T23:19:13.433Z] #13 resolve docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9 2.2s done
23:19:13 [2022-10-04T23:19:13.433Z] #13 sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9 1.85kB / 1.85kB done
23:19:13 [2022-10-04T23:19:13.433Z] #13 sha256:eb490b2ced5416356116ff04243a97c007825009aa22192c05b6b0068f6941fd 529B / 529B done
23:19:13 [2022-10-04T23:19:13.433Z] #13 sha256:59ed139d178b84eaf5d7a13a53dcc4908ee695653f47fb5a4d9040e16e2c1d7c 1.48kB / 1.48kB done
23:19:13 [2022-10-04T23:19:13.433Z] #13 sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b 53.69MB / 53.69MB 3.0s done
23:19:13 [2022-10-04T23:19:13.433Z] #13 extracting sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b 2.4s done
23:19:13 [2022-10-04T23:19:13.630Z] #9 extracting sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202 1.1s done
23:19:13 [2022-10-04T23:19:13.630Z] #9 extracting sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05
23:19:13 [2022-10-04T23:19:13.690Z] #13 ...
23:19:13 [2022-10-04T23:19:13.690Z] 
23:19:13 [2022-10-04T23:19:13.690Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:13 [2022-10-04T23:19:13.690Z] #9 sha256:fda11074c88f2aff0bbf1d4bbf54d07d9e43a49c0020889b41db31975accb6b4 81.14MB / 81.14MB 5.8s
23:19:14 [2022-10-04T23:19:14.052Z] #9 extracting sha256:4c9f2bf6f4deeb7ed2acd14f7997ec0a0cdf45b5b314051ddaab1911e22d997d 0.1s
23:19:14 [2022-10-04T23:19:14.074Z] #16 11.24 0 added, 0 removed; done.
23:19:14 [2022-10-04T23:19:14.074Z] #16 11.24 Running hooks in /etc/ca-certificates/update.d...
23:19:14 [2022-10-04T23:19:14.074Z] #16 11.24 done.
23:19:14 [2022-10-04T23:19:14.074Z] #16 ...
23:19:14 [2022-10-04T23:19:14.074Z] 
23:19:14 [2022-10-04T23:19:14.074Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:14 [2022-10-04T23:19:14.074Z] #11 extracting sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 7.5s done
23:19:14 [2022-10-04T23:19:14.074Z] #11 extracting sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 0.8s
23:19:14 [2022-10-04T23:19:14.156Z] #10 extracting sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 5.8s done
23:19:14 [2022-10-04T23:19:14.309Z] #9 sha256:a9360b3024e18f921a2fcec8614f617312c87ea1a31b5c94c9c643535bde9775 54.68MB / 54.68MB 6.5s done
23:19:14 [2022-10-04T23:19:14.309Z] #9 extracting sha256:4c9f2bf6f4deeb7ed2acd14f7997ec0a0cdf45b5b314051ddaab1911e22d997d 0.4s done
23:19:14 [2022-10-04T23:19:14.423Z] #10 DONE 7.9s
23:19:14 [2022-10-04T23:19:14.423Z] 
23:19:14 [2022-10-04T23:19:14.423Z] #14 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
23:19:15 [2022-10-04T23:19:15.400Z] #9 sha256:daa25dbffbabb85498e5d2c2d270f81ca67f9679617c9611bf18faf6ed4a09a0 10.66MB / 10.66MB 7.2s done
23:19:15 [2022-10-04T23:19:15.400Z] #9 extracting sha256:daa25dbffbabb85498e5d2c2d270f81ca67f9679617c9611bf18faf6ed4a09a0 0.1s
23:19:15 [2022-10-04T23:19:15.400Z] #9 ...
23:19:15 [2022-10-04T23:19:15.400Z] 
23:19:15 [2022-10-04T23:19:15.400Z] #10 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
23:19:15 [2022-10-04T23:19:15.400Z] #10 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
23:19:15 [2022-10-04T23:19:15.400Z] #10 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
23:19:15 [2022-10-04T23:19:15.400Z] #10 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
23:19:15 [2022-10-04T23:19:15.400Z] #10 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.6s done
23:19:15 [2022-10-04T23:19:15.400Z] #10 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.3s done
23:19:15 [2022-10-04T23:19:15.400Z] #10 ...
23:19:15 [2022-10-04T23:19:15.400Z] 
23:19:15 [2022-10-04T23:19:15.400Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:15 [2022-10-04T23:19:15.400Z] #9 extracting sha256:daa25dbffbabb85498e5d2c2d270f81ca67f9679617c9611bf18faf6ed4a09a0 0.2s done
23:19:15 [2022-10-04T23:19:15.981Z] #11 ...
23:19:15 [2022-10-04T23:19:15.981Z] 
23:19:15 [2022-10-04T23:19:15.981Z] #16 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
23:19:15 [2022-10-04T23:19:15.981Z] #16 DONE 13.0s
23:19:15 [2022-10-04T23:19:15.981Z] 
23:19:15 [2022-10-04T23:19:15.981Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:15 [2022-10-04T23:19:15.981Z] #11 ...
23:19:15 [2022-10-04T23:19:15.981Z] 
23:19:15 [2022-10-04T23:19:15.981Z] #17 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
23:19:16 [2022-10-04T23:19:16.240Z] #17 DONE 0.6s
23:19:16 [2022-10-04T23:19:16.240Z] 
23:19:16 [2022-10-04T23:19:16.240Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
23:19:16 [2022-10-04T23:19:16.328Z] #9 extracting sha256:a9360b3024e18f921a2fcec8614f617312c87ea1a31b5c94c9c643535bde9775
23:19:16 [2022-10-04T23:19:16.340Z] #14 1.555 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
23:19:16 [2022-10-04T23:19:16.340Z] #14 1.567 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:16 [2022-10-04T23:19:16.340Z] #14 1.567 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:16 [2022-10-04T23:19:16.340Z] #14 1.745 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:19:16 [2022-10-04T23:19:16.340Z] #14 ...
23:19:16 [2022-10-04T23:19:16.340Z] 
23:19:16 [2022-10-04T23:19:16.340Z] #15 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
23:19:16 [2022-10-04T23:19:16.340Z] #15 DONE 0.3s
23:19:16 [2022-10-04T23:19:16.340Z] 
23:19:16 [2022-10-04T23:19:16.340Z] #14 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
23:19:16 [2022-10-04T23:19:16.340Z] #14 1.974 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:19:16 [2022-10-04T23:19:16.600Z] #14 ...
23:19:16 [2022-10-04T23:19:16.600Z] 
23:19:16 [2022-10-04T23:19:16.600Z] #16 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
23:19:16 [2022-10-04T23:19:16.600Z] #16 DONE 0.3s
23:19:16 [2022-10-04T23:19:16.600Z] 
23:19:16 [2022-10-04T23:19:16.600Z] #14 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
23:19:16 [2022-10-04T23:19:16.600Z] #14 2.296 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:19:16 [2022-10-04T23:19:16.890Z] #9 sha256:fda11074c88f2aff0bbf1d4bbf54d07d9e43a49c0020889b41db31975accb6b4 81.14MB / 81.14MB 9.0s done
23:19:17 [2022-10-04T23:19:17.169Z] #9 sha256:a4cda78766dba5af68977a0a4765db16497e5aa446cfff22dfa45782b00d511e 0B / 109.04MB 9.4s
23:19:17 [2022-10-04T23:19:17.425Z] #9 ...
23:19:17 [2022-10-04T23:19:17.425Z] 
23:19:17 [2022-10-04T23:19:17.425Z] #12 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
23:19:17 [2022-10-04T23:19:17.425Z] #12 DONE 13.9s
23:19:17 [2022-10-04T23:19:17.425Z] 
23:19:17 [2022-10-04T23:19:17.425Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:17 [2022-10-04T23:19:17.425Z] #9 sha256:a4cda78766dba5af68977a0a4765db16497e5aa446cfff22dfa45782b00d511e 15.73MB / 109.04MB 9.7s
23:19:17 [2022-10-04T23:19:17.425Z] #9 sha256:a4cda78766dba5af68977a0a4765db16497e5aa446cfff22dfa45782b00d511e 31.46MB / 109.04MB 9.8s
23:19:17 [2022-10-04T23:19:17.684Z] #9 sha256:5de3e883a7ff51966c62641e39c1eeced75f03fa0e4063394d9d4beeb04e8f4c 0B / 125B 9.9s
23:19:17 [2022-10-04T23:19:17.684Z] #9 sha256:a4cda78766dba5af68977a0a4765db16497e5aa446cfff22dfa45782b00d511e 60.58MB / 109.04MB 10.1s
23:19:17 [2022-10-04T23:19:17.684Z] #9 sha256:5de3e883a7ff51966c62641e39c1eeced75f03fa0e4063394d9d4beeb04e8f4c 125B / 125B 10.0s done
23:19:17 [2022-10-04T23:19:17.943Z] #9 sha256:a4cda78766dba5af68977a0a4765db16497e5aa446cfff22dfa45782b00d511e 74.45MB / 109.04MB 10.2s
23:19:17 [2022-10-04T23:19:17.943Z] #9 sha256:a4cda78766dba5af68977a0a4765db16497e5aa446cfff22dfa45782b00d511e 83.89MB / 109.04MB 10.3s
23:19:17 [2022-10-04T23:19:17.982Z] #14 3.583 Fetched 8586 kB in 2s (3748 kB/s)
23:19:18 [2022-10-04T23:19:18.200Z] #9 sha256:a4cda78766dba5af68977a0a4765db16497e5aa446cfff22dfa45782b00d511e 106.95MB / 109.04MB 10.6s
23:19:18 [2022-10-04T23:19:18.459Z] #9 ...
23:19:18 [2022-10-04T23:19:18.459Z] 
23:19:18 [2022-10-04T23:19:18.459Z] #10 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
23:19:18 [2022-10-04T23:19:18.459Z] #10 DONE 14.3s
23:19:18 [2022-10-04T23:19:18.459Z] 
23:19:18 [2022-10-04T23:19:18.459Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:18 [2022-10-04T23:19:18.715Z] #9 extracting sha256:a9360b3024e18f921a2fcec8614f617312c87ea1a31b5c94c9c643535bde9775 2.3s done
23:19:18 [2022-10-04T23:19:18.786Z] #18 2.205 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
23:19:18 [2022-10-04T23:19:18.786Z] #18 2.533 
23:19:18 [2022-10-04T23:19:18.917Z] #9 extracting sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 5.1s
23:19:18 [2022-10-04T23:19:18.922Z] #14 3.583 Reading package lists...
23:19:19 [2022-10-04T23:19:19.045Z] #18 2.756 #=#=#                                                                         

######################################################################## 100.0%
23:19:19 [2022-10-04T23:19:19.305Z] #18 3.045 
23:19:19 [2022-10-04T23:19:19.497Z] #14 4.373 Reading package lists...
23:19:19 [2022-10-04T23:19:19.761Z] #14 5.172 Building dependency tree...
23:19:20 [2022-10-04T23:19:20.021Z] #14 5.514 The following additional packages will be installed:
23:19:20 [2022-10-04T23:19:20.021Z] #14 5.514   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
23:19:20 [2022-10-04T23:19:20.021Z] #14 5.514   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
23:19:20 [2022-10-04T23:19:20.021Z] #14 5.515 Recommended packages:
23:19:20 [2022-10-04T23:19:20.021Z] #14 5.515   libldap-common publicsuffix libsasl2-modules
23:19:20 [2022-10-04T23:19:20.021Z] #14 5.710 The following NEW packages will be installed:
23:19:20 [2022-10-04T23:19:20.021Z] #14 5.711   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
23:19:20 [2022-10-04T23:19:20.021Z] #14 5.711   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
23:19:20 [2022-10-04T23:19:20.021Z] #14 5.712   libssh2-1 openssl
23:19:20 [2022-10-04T23:19:20.282Z] #14 5.990 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded.
23:19:20 [2022-10-04T23:19:20.282Z] #14 5.990 Need to get 3047 kB of archives.
23:19:20 [2022-10-04T23:19:20.282Z] #14 5.990 After this operation, 6661 kB of additional disk space will be used.
23:19:20 [2022-10-04T23:19:20.282Z] #14 5.990 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
23:19:20 [2022-10-04T23:19:20.282Z] #14 6.007 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
23:19:20 [2022-10-04T23:19:20.542Z] #14 6.011 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
23:19:20 [2022-10-04T23:19:20.542Z] #14 6.014 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
23:19:20 [2022-10-04T23:19:20.542Z] #14 6.019 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
23:19:20 [2022-10-04T23:19:20.542Z] #14 6.021 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
23:19:20 [2022-10-04T23:19:20.542Z] #14 6.024 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
23:19:20 [2022-10-04T23:19:20.542Z] #14 6.025 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
23:19:20 [2022-10-04T23:19:20.542Z] #14 6.027 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
23:19:20 [2022-10-04T23:19:20.542Z] #14 6.028 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
23:19:20 [2022-10-04T23:19:20.542Z] #14 6.030 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u3 [345 kB]
23:19:20 [2022-10-04T23:19:20.542Z] #14 6.034 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u3 [269 kB]
23:19:20 [2022-10-04T23:19:20.542Z] #14 6.036 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
23:19:20 [2022-10-04T23:19:20.542Z] #14 6.037 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
23:19:20 [2022-10-04T23:19:20.542Z] #14 6.039 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
23:19:20 [2022-10-04T23:19:20.542Z] #14 6.197 debconf: delaying package configuration, since apt-utils is not installed
23:19:20 [2022-10-04T23:19:20.542Z] #14 6.229 Fetched 3047 kB in 0s (9514 kB/s)
23:19:20 [2022-10-04T23:19:20.542Z] #14 6.256 Selecting previously unselected package openssl.
23:19:20 [2022-10-04T23:19:20.682Z] #18 4.033 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
23:19:20 [2022-10-04T23:19:20.682Z] #18 4.396 
23:19:20 [2022-10-04T23:19:20.801Z] #14 6.256 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6661 files and directories currently installed.)
23:19:20 [2022-10-04T23:19:20.801Z] #14 6.262 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
23:19:20 [2022-10-04T23:19:20.801Z] #14 6.266 Unpacking openssl (1.1.1n-0+deb11u3) ...
23:19:20 [2022-10-04T23:19:20.801Z] #14 6.430 Selecting previously unselected package ca-certificates.
23:19:20 [2022-10-04T23:19:20.801Z] #14 6.432 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
23:19:20 [2022-10-04T23:19:20.802Z] #14 6.437 Unpacking ca-certificates (20210119) ...
23:19:21 [2022-10-04T23:19:21.062Z] #14 6.523 Selecting previously unselected package libbrotli1:amd64.
23:19:21 [2022-10-04T23:19:21.062Z] #14 6.525 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.062Z] #14 6.536 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
23:19:21 [2022-10-04T23:19:21.062Z] #14 6.622 Selecting previously unselected package libsasl2-modules-db:amd64.
23:19:21 [2022-10-04T23:19:21.062Z] #14 6.622 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.062Z] #14 6.628 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
23:19:21 [2022-10-04T23:19:21.062Z] #14 6.671 Selecting previously unselected package libsasl2-2:amd64.
23:19:21 [2022-10-04T23:19:21.062Z] #14 6.673 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.062Z] #14 6.679 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
23:19:21 [2022-10-04T23:19:21.062Z] #14 6.739 Selecting previously unselected package libldap-2.4-2:amd64.
23:19:21 [2022-10-04T23:19:21.201Z] #18 4.616 #=#=#                                                                         

######################################################################## 100.0%
23:19:21 [2022-10-04T23:19:21.201Z] #18 4.941 
23:19:21 [2022-10-04T23:19:21.244Z] #9 extracting sha256:fda11074c88f2aff0bbf1d4bbf54d07d9e43a49c0020889b41db31975accb6b4 0.1s
23:19:21 [2022-10-04T23:19:21.244Z] #9 sha256:a4cda78766dba5af68977a0a4765db16497e5aa446cfff22dfa45782b00d511e 109.04MB / 109.04MB 13.4s done
23:19:21 [2022-10-04T23:19:21.324Z] #14 6.740 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.324Z] #14 6.745 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
23:19:21 [2022-10-04T23:19:21.324Z] #14 6.831 Selecting previously unselected package libnghttp2-14:amd64.
23:19:21 [2022-10-04T23:19:21.324Z] #14 6.831 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.324Z] #14 6.837 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
23:19:21 [2022-10-04T23:19:21.324Z] #14 6.900 Selecting previously unselected package libpsl5:amd64.
23:19:21 [2022-10-04T23:19:21.324Z] #14 6.901 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.324Z] #14 6.910 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
23:19:21 [2022-10-04T23:19:21.324Z] #14 6.980 Selecting previously unselected package librtmp1:amd64.
23:19:21 [2022-10-04T23:19:21.324Z] #14 6.980 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.324Z] #14 6.980 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
23:19:21 [2022-10-04T23:19:21.324Z] #14 7.031 Selecting previously unselected package libssh2-1:amd64.
23:19:21 [2022-10-04T23:19:21.324Z] #14 7.031 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.465Z] #9 extracting sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 7.1s done
23:19:21 [2022-10-04T23:19:21.465Z] #9 extracting sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386
23:19:21 [2022-10-04T23:19:21.465Z] #9 ...
23:19:21 [2022-10-04T23:19:21.465Z] 
23:19:21 [2022-10-04T23:19:21.465Z] #16 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
23:19:21 [2022-10-04T23:19:21.465Z] #0 2.381 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 2.407 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 2.407 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 2.639 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 3.171 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 3.703 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:19:21 [2022-10-04T23:19:21.465Z] #0 4.575 Fetched 8586 kB in 2s (3482 kB/s)
23:19:21 [2022-10-04T23:19:21.465Z] #0 4.575 Reading package lists...
23:19:21 [2022-10-04T23:19:21.465Z] #0 5.460 Reading package lists...
23:19:21 [2022-10-04T23:19:21.465Z] #0 6.346 Building dependency tree...
23:19:21 [2022-10-04T23:19:21.465Z] #0 6.895 The following additional packages will be installed:
23:19:21 [2022-10-04T23:19:21.465Z] #0 6.895   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
23:19:21 [2022-10-04T23:19:21.465Z] #0 6.897   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
23:19:21 [2022-10-04T23:19:21.465Z] #0 6.899 Recommended packages:
23:19:21 [2022-10-04T23:19:21.465Z] #0 6.899   libldap-common publicsuffix libsasl2-modules
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.107 The following NEW packages will be installed:
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.107   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.107   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.107   libssh2-1 openssl
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.394 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded.
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.394 Need to get 3047 kB of archives.
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.394 After this operation, 6661 kB of additional disk space will be used.
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.394 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.408 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.411 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.417 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.421 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.421 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.425 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.429 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.429 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.431 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.432 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u3 [345 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.437 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u3 [269 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.441 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.445 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.446 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.650 debconf: delaying package configuration, since apt-utils is not installed
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.708 Fetched 3047 kB in 0s (9205 kB/s)
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.739 Selecting previously unselected package openssl.
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.739 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6661 files and directories currently installed.)
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.747 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.750 Unpacking openssl (1.1.1n-0+deb11u3) ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.952 Selecting previously unselected package ca-certificates.
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.952 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 7.952 Unpacking ca-certificates (20210119) ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.069 Selecting previously unselected package libbrotli1:amd64.
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.069 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.077 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.175 Selecting previously unselected package libsasl2-modules-db:amd64.
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.175 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.182 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.229 Selecting previously unselected package libsasl2-2:amd64.
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.229 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.236 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.297 Selecting previously unselected package libldap-2.4-2:amd64.
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.297 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.305 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.391 Selecting previously unselected package libnghttp2-14:amd64.
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.391 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.396 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.447 Selecting previously unselected package libpsl5:amd64.
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.447 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.451 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.503 Selecting previously unselected package librtmp1:amd64.
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.503 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.508 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.562 Selecting previously unselected package libssh2-1:amd64.
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.564 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.567 Unpacking libssh2-1:amd64 (1.9.0-2) ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.646 Selecting previously unselected package libcurl4:amd64.
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.646 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u3_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.649 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u3) ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.733 Selecting previously unselected package curl.
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.735 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u3_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.739 Unpacking curl (7.74.0-1.3+deb11u3) ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.832 Selecting previously unselected package libonig5:amd64.
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.832 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.837 Unpacking libonig5:amd64 (6.9.6-1.1) ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.924 Selecting previously unselected package libjq1:amd64.
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.925 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 8.929 Unpacking libjq1:amd64 (1.6-2.1) ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 9.012 Selecting previously unselected package jq.
23:19:21 [2022-10-04T23:19:21.465Z] #0 9.012 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.465Z] #0 9.016 Unpacking jq (1.6-2.1) ...
23:19:21 [2022-10-04T23:19:21.466Z] #0 9.071 Setting up libpsl5:amd64 (0.21.0-1.2) ...
23:19:21 [2022-10-04T23:19:21.466Z] #0 9.085 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
23:19:21 [2022-10-04T23:19:21.466Z] #0 9.095 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
23:19:21 [2022-10-04T23:19:21.466Z] #0 9.107 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
23:19:21 [2022-10-04T23:19:21.466Z] #0 9.119 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
23:19:21 [2022-10-04T23:19:21.466Z] #0 9.131 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
23:19:21 [2022-10-04T23:19:21.466Z] #0 9.141 Setting up libssh2-1:amd64 (1.9.0-2) ...
23:19:21 [2022-10-04T23:19:21.466Z] #0 9.152 Setting up openssl (1.1.1n-0+deb11u3) ...
23:19:21 [2022-10-04T23:19:21.466Z] #0 9.179 Setting up libonig5:amd64 (6.9.6-1.1) ...
23:19:21 [2022-10-04T23:19:21.466Z] #0 9.189 Setting up libjq1:amd64 (1.6-2.1) ...
23:19:21 [2022-10-04T23:19:21.466Z] #0 9.200 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
23:19:21 [2022-10-04T23:19:21.466Z] #0 9.214 Setting up ca-certificates (20210119) ...
23:19:21 [2022-10-04T23:19:21.466Z] #0 9.901 Updating certificates in /etc/ssl/certs...
23:19:21 [2022-10-04T23:19:21.466Z] #16 ...
23:19:21 [2022-10-04T23:19:21.466Z] 
23:19:21 [2022-10-04T23:19:21.466Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:21 [2022-10-04T23:19:21.591Z] #14 7.037 Unpacking libssh2-1:amd64 (1.9.0-2) ...
23:19:21 [2022-10-04T23:19:21.591Z] #14 7.111 Selecting previously unselected package libcurl4:amd64.
23:19:21 [2022-10-04T23:19:21.591Z] #14 7.111 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u3_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.591Z] #14 7.115 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u3) ...
23:19:21 [2022-10-04T23:19:21.591Z] #14 7.195 Selecting previously unselected package curl.
23:19:21 [2022-10-04T23:19:21.591Z] #14 7.195 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u3_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.591Z] #14 7.202 Unpacking curl (7.74.0-1.3+deb11u3) ...
23:19:21 [2022-10-04T23:19:21.591Z] #14 7.277 Selecting previously unselected package libonig5:amd64.
23:19:21 [2022-10-04T23:19:21.591Z] #14 7.279 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.806Z] #9 ...
23:19:21 [2022-10-04T23:19:21.806Z] 
23:19:21 [2022-10-04T23:19:21.806Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
23:19:21 [2022-10-04T23:19:21.806Z] #13 DONE 18.5s
23:19:21 [2022-10-04T23:19:21.806Z] 
23:19:21 [2022-10-04T23:19:21.806Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:21 [2022-10-04T23:19:21.850Z] #14 7.286 Unpacking libonig5:amd64 (6.9.6-1.1) ...
23:19:21 [2022-10-04T23:19:21.851Z] #14 7.373 Selecting previously unselected package libjq1:amd64.
23:19:21 [2022-10-04T23:19:21.851Z] #14 7.373 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.851Z] #14 7.380 Unpacking libjq1:amd64 (1.6-2.1) ...
23:19:21 [2022-10-04T23:19:21.851Z] #14 7.433 Selecting previously unselected package jq.
23:19:21 [2022-10-04T23:19:21.851Z] #14 7.434 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
23:19:21 [2022-10-04T23:19:21.851Z] #14 7.440 Unpacking jq (1.6-2.1) ...
23:19:21 [2022-10-04T23:19:21.851Z] #14 7.487 Setting up libpsl5:amd64 (0.21.0-1.2) ...
23:19:21 [2022-10-04T23:19:21.851Z] #14 7.500 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
23:19:21 [2022-10-04T23:19:21.851Z] #14 7.516 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
23:19:21 [2022-10-04T23:19:21.851Z] #14 7.533 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
23:19:21 [2022-10-04T23:19:21.851Z] #14 7.551 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
23:19:21 [2022-10-04T23:19:21.851Z] #14 7.563 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
23:19:21 [2022-10-04T23:19:21.851Z] #14 7.578 Setting up libssh2-1:amd64 (1.9.0-2) ...
23:19:21 [2022-10-04T23:19:21.851Z] #14 7.596 Setting up openssl (1.1.1n-0+deb11u3) ...
23:19:21 [2022-10-04T23:19:21.851Z] #14 7.619 Setting up libonig5:amd64 (6.9.6-1.1) ...
23:19:22 [2022-10-04T23:19:22.110Z] #14 7.634 Setting up libjq1:amd64 (1.6-2.1) ...
23:19:22 [2022-10-04T23:19:22.110Z] #14 7.647 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
23:19:22 [2022-10-04T23:19:22.110Z] #14 7.660 Setting up ca-certificates (20210119) ...
23:19:22 [2022-10-04T23:19:22.371Z] #14 ...
23:19:22 [2022-10-04T23:19:22.371Z] 
23:19:22 [2022-10-04T23:19:22.371Z] #12 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:22 [2022-10-04T23:19:22.371Z] #12 extracting sha256:326f452ade5c33097eba4ba88a24bd77a93a3d994d4dc39b936482655e664857 0.4s done
23:19:22 [2022-10-04T23:19:22.371Z] #12 extracting sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202 0.5s done
23:19:22 [2022-10-04T23:19:22.371Z] #12 extracting sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 4.5s done
23:19:22 [2022-10-04T23:19:22.371Z] #12 extracting sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 1.8s
23:19:22 [2022-10-04T23:19:22.577Z] #18 5.992 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
23:19:22 [2022-10-04T23:19:22.577Z] #18 6.286 
23:19:22 [2022-10-04T23:19:22.577Z] #18 ...
23:19:22 [2022-10-04T23:19:22.577Z] 
23:19:22 [2022-10-04T23:19:22.577Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:22 [2022-10-04T23:19:22.577Z] #11 extracting sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 6.7s done
23:19:22 [2022-10-04T23:19:22.577Z] #11 extracting sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 2.5s
23:19:22 [2022-10-04T23:19:22.631Z] #12 ...
23:19:22 [2022-10-04T23:19:22.631Z] 
23:19:22 [2022-10-04T23:19:22.631Z] #14 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
23:19:22 [2022-10-04T23:19:22.631Z] #14 8.196 Updating certificates in /etc/ssl/certs...
23:19:22 [2022-10-04T23:19:22.740Z] #9 extracting sha256:fda11074c88f2aff0bbf1d4bbf54d07d9e43a49c0020889b41db31975accb6b4 1.8s done
23:19:23 [2022-10-04T23:19:23.202Z] #14 8.833 129 added, 0 removed; done.
23:19:23 [2022-10-04T23:19:23.202Z] #14 8.874 Setting up jq (1.6-2.1) ...
23:19:23 [2022-10-04T23:19:23.202Z] #14 8.891 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u3) ...
23:19:23 [2022-10-04T23:19:23.462Z] #14 8.908 Setting up curl (7.74.0-1.3+deb11u3) ...
23:19:23 [2022-10-04T23:19:23.462Z] #14 8.924 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:19:23 [2022-10-04T23:19:23.462Z] #14 8.944 Processing triggers for ca-certificates (20210119) ...
23:19:23 [2022-10-04T23:19:23.462Z] #14 8.953 Updating certificates in /etc/ssl/certs...
23:19:23 [2022-10-04T23:19:23.672Z] #9 extracting sha256:a4cda78766dba5af68977a0a4765db16497e5aa446cfff22dfa45782b00d511e
23:19:24 [2022-10-04T23:19:24.032Z] #14 9.553 0 added, 0 removed; done.
23:19:24 [2022-10-04T23:19:24.032Z] #14 9.553 Running hooks in /etc/ca-certificates/update.d...
23:19:24 [2022-10-04T23:19:24.032Z] #14 9.553 done.
23:19:24 [2022-10-04T23:19:24.765Z] #9 ...
23:19:24 [2022-10-04T23:19:24.765Z] 
23:19:24 [2022-10-04T23:19:24.765Z] #16 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
23:19:24 [2022-10-04T23:19:24.765Z] #16 11.03 129 added, 0 removed; done.
23:19:24 [2022-10-04T23:19:24.765Z] #16 11.07 Setting up jq (1.6-2.1) ...
23:19:24 [2022-10-04T23:19:24.765Z] #16 11.08 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u3) ...
23:19:24 [2022-10-04T23:19:24.765Z] #16 11.11 Setting up curl (7.74.0-1.3+deb11u3) ...
23:19:24 [2022-10-04T23:19:24.765Z] #16 11.12 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:19:24 [2022-10-04T23:19:24.765Z] #16 11.14 Processing triggers for ca-certificates (20210119) ...
23:19:24 [2022-10-04T23:19:24.765Z] #16 11.15 Updating certificates in /etc/ssl/certs...
23:19:24 [2022-10-04T23:19:24.765Z] #16 12.14 0 added, 0 removed; done.
23:19:24 [2022-10-04T23:19:24.765Z] #16 12.14 Running hooks in /etc/ca-certificates/update.d...
23:19:24 [2022-10-04T23:19:24.765Z] #16 12.15 done.
23:19:24 [2022-10-04T23:19:24.765Z] #16 DONE 13.7s
23:19:25 [2022-10-04T23:19:25.026Z] 
23:19:25 [2022-10-04T23:19:25.026Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:25 [2022-10-04T23:19:25.287Z] #9 ...
23:19:25 [2022-10-04T23:19:25.288Z] 
23:19:25 [2022-10-04T23:19:25.288Z] #17 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
23:19:25 [2022-10-04T23:19:25.288Z] #17 DONE 0.5s
23:19:25 [2022-10-04T23:19:25.288Z] 
23:19:25 [2022-10-04T23:19:25.288Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:25 [2022-10-04T23:19:25.414Z] #14 DONE 11.0s
23:19:25 [2022-10-04T23:19:25.414Z] 
23:19:25 [2022-10-04T23:19:25.414Z] #17 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
23:19:25 [2022-10-04T23:19:25.674Z] #17 DONE 0.3s
23:19:25 [2022-10-04T23:19:25.674Z] 
23:19:25 [2022-10-04T23:19:25.674Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
23:19:26 [2022-10-04T23:19:26.229Z] #9 extracting sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 5.1s
23:19:27 [2022-10-04T23:19:27.171Z] #9 extracting sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 6.1s done
23:19:27 [2022-10-04T23:19:27.431Z] #9 extracting sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6
23:19:27 [2022-10-04T23:19:27.584Z] #18 1.625 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
23:19:27 [2022-10-04T23:19:27.584Z] #18 1.899 
23:19:27 [2022-10-04T23:19:27.844Z] #18 2.117 #=#=#                                                                         

######################################################################## 100.0%
23:19:27 [2022-10-04T23:19:27.845Z] #11 extracting sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 7.5s
23:19:28 [2022-10-04T23:19:28.104Z] #18 2.369 
23:19:28 [2022-10-04T23:19:28.995Z] #9 extracting sha256:a4cda78766dba5af68977a0a4765db16497e5aa446cfff22dfa45782b00d511e 4.7s done
23:19:28 [2022-10-04T23:19:28.995Z] #9 extracting sha256:5de3e883a7ff51966c62641e39c1eeced75f03fa0e4063394d9d4beeb04e8f4c
23:19:28 [2022-10-04T23:19:28.995Z] #9 extracting sha256:5de3e883a7ff51966c62641e39c1eeced75f03fa0e4063394d9d4beeb04e8f4c done
23:19:29 [2022-10-04T23:19:29.043Z] #18 3.255 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
23:19:29 [2022-10-04T23:19:29.303Z] #18 3.519 
23:19:29 [2022-10-04T23:19:29.563Z] #18 3.735 #=#=#                                                                         

######################################################################## 100.0%
23:19:29 [2022-10-04T23:19:29.822Z] #18 4.022 
23:19:30 [2022-10-04T23:19:30.364Z] #9 DONE 26.9s
23:19:30 [2022-10-04T23:19:30.364Z] 
23:19:30 [2022-10-04T23:19:30.364Z] #14 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
23:19:30 [2022-10-04T23:19:30.375Z] #11 ...
23:19:30 [2022-10-04T23:19:30.375Z] 
23:19:30 [2022-10-04T23:19:30.375Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
23:19:30 [2022-10-04T23:19:30.375Z] #18 6.502 #=#=#                                                                         

##########                                                                14.5%
#########################################                                 57.5%
################################################################          89.6%
######################################################################## 100.0%
23:19:30 [2022-10-04T23:19:30.375Z] #18 7.097 
23:19:30 [2022-10-04T23:19:30.375Z] #18 8.129 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
23:19:30 [2022-10-04T23:19:30.375Z] #18 8.463 
23:19:30 [2022-10-04T23:19:30.375Z] #18 8.688 #=#=#                                                                         

######################################################################## 100.0%
23:19:30 [2022-10-04T23:19:30.375Z] #18 9.053 
23:19:30 [2022-10-04T23:19:30.375Z] #18 9.825 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
23:19:30 [2022-10-04T23:19:30.375Z] #18 10.16 
23:19:30 [2022-10-04T23:19:30.375Z] #18 10.38 #=#=#                                                                         

######################################################################## 100.0%
23:19:30 [2022-10-04T23:19:30.375Z] #18 10.64 
23:19:30 [2022-10-04T23:19:30.375Z] #18 10.75 Download of images into '/build' complete.
23:19:30 [2022-10-04T23:19:30.375Z] #18 10.75 Use something like the following to load the result into a Docker daemon:
23:19:30 [2022-10-04T23:19:30.375Z] #18 10.75   tar -cC '/build' . | docker load
23:19:30 [2022-10-04T23:19:30.375Z] #18 DONE 13.8s
23:19:30 [2022-10-04T23:19:30.375Z] 
23:19:30 [2022-10-04T23:19:30.375Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:30 [2022-10-04T23:19:30.762Z] #18 4.929 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
23:19:30 [2022-10-04T23:19:30.763Z] #18 5.191 
23:19:31 [2022-10-04T23:19:31.311Z] #11 extracting sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 10.9s done
23:19:31 [2022-10-04T23:19:31.569Z] #11 extracting sha256:5e317c3e703819b37d168429ddddfc6d427f63d93132d8b5c429c6f0636dd1aa done
23:19:31 [2022-10-04T23:19:31.593Z] #18 5.406 #=#=#                                                                         

##################                                                        25.9%
#########################################                                 58.1%
################################################################          90.0%
######################################################################## 100.0%
23:19:31 [2022-10-04T23:19:31.593Z] #18 5.953 
23:19:31 [2022-10-04T23:19:31.826Z] #11 DONE 40.1s
23:19:31 [2022-10-04T23:19:31.826Z] 
23:19:31 [2022-10-04T23:19:31.826Z] #19 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
23:19:32 [2022-10-04T23:19:32.259Z] #14 ...
23:19:32 [2022-10-04T23:19:32.259Z] 
23:19:32 [2022-10-04T23:19:32.259Z] #15 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
23:19:32 [2022-10-04T23:19:32.259Z] #0 3.999 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 4.028 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 4.047 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 4.319 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 4.704 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [185 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 4.709 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [4160 B]
23:19:32 [2022-10-04T23:19:32.259Z] #0 5.661 Fetched 8469 kB in 2s (4409 kB/s)
23:19:32 [2022-10-04T23:19:32.259Z] #0 5.661 Reading package lists...
23:19:32 [2022-10-04T23:19:32.259Z] #0 6.209 Reading package lists...
23:19:32 [2022-10-04T23:19:32.259Z] #0 6.764 Building dependency tree...
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.089 The following additional packages will be installed:
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.089   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.089   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.089 Recommended packages:
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.089   libldap-common publicsuffix libsasl2-modules
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.208 The following NEW packages will be installed:
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.209   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.209   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.209   libssh2-1 openssl
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.484 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded.
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.484 Need to get 2941 kB of archives.
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.484 After this operation, 6478 kB of additional disk space will be used.
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.484 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.500 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.511 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.548 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.565 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.567 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.572 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.579 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.580 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.586 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.624 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u3 [324 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.642 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u3 [264 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.656 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.696 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.705 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.880 debconf: delaying package configuration, since apt-utils is not installed
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.917 Fetched 2941 kB in 0s (5952 kB/s)
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.961 Selecting previously unselected package openssl.
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.961 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6653 files and directories currently installed.)
23:19:32 [2022-10-04T23:19:32.259Z] #0 7.968 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_arm64.deb ...
23:19:32 [2022-10-04T23:19:32.259Z] #0 8.002 Unpacking openssl (1.1.1n-0+deb11u3) ...
23:19:32 [2022-10-04T23:19:32.259Z] #0 8.302 Selecting previously unselected package ca-certificates.
23:19:32 [2022-10-04T23:19:32.259Z] #0 8.305 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
23:19:32 [2022-10-04T23:19:32.259Z] #0 8.353 Unpacking ca-certificates (20210119) ...
23:19:32 [2022-10-04T23:19:32.259Z] #0 8.650 Selecting previously unselected package libbrotli1:arm64.
23:19:32 [2022-10-04T23:19:32.259Z] #0 8.652 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
23:19:32 [2022-10-04T23:19:32.259Z] #0 8.708 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
23:19:32 [2022-10-04T23:19:32.259Z] #0 8.967 Selecting previously unselected package libsasl2-modules-db:arm64.
23:19:32 [2022-10-04T23:19:32.259Z] #0 8.969 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
23:19:32 [2022-10-04T23:19:32.259Z] #0 8.989 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
23:19:32 [2022-10-04T23:19:32.259Z] #0 9.189 Selecting previously unselected package libsasl2-2:arm64.
23:19:32 [2022-10-04T23:19:32.259Z] #0 9.191 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
23:19:32 [2022-10-04T23:19:32.259Z] #0 9.232 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
23:19:32 [2022-10-04T23:19:32.259Z] #0 9.461 Selecting previously unselected package libldap-2.4-2:arm64.
23:19:32 [2022-10-04T23:19:32.259Z] #0 9.461 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
23:19:32 [2022-10-04T23:19:32.259Z] #0 9.510 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
23:19:32 [2022-10-04T23:19:32.259Z] #0 9.773 Selecting previously unselected package libnghttp2-14:arm64.
23:19:32 [2022-10-04T23:19:32.259Z] #0 9.775 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
23:19:32 [2022-10-04T23:19:32.259Z] #0 9.787 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
23:19:32 [2022-10-04T23:19:32.259Z] #0 9.881 Selecting previously unselected package libpsl5:arm64.
23:19:32 [2022-10-04T23:19:32.259Z] #0 9.881 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
23:19:32 [2022-10-04T23:19:32.259Z] #0 9.898 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
23:19:32 [2022-10-04T23:19:32.259Z] #15 10.24 Selecting previously unselected package librtmp1:arm64.
23:19:32 [2022-10-04T23:19:32.259Z] #15 10.24 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
23:19:32 [2022-10-04T23:19:32.259Z] #15 10.27 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
23:19:32 [2022-10-04T23:19:32.398Z] #19 DONE 0.7s
23:19:32 [2022-10-04T23:19:32.516Z] #15 10.49 Selecting previously unselected package libssh2-1:arm64.
23:19:32 [2022-10-04T23:19:32.516Z] #15 10.50 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
23:19:32 [2022-10-04T23:19:32.516Z] #15 10.54 Unpacking libssh2-1:arm64 (1.9.0-2) ...
23:19:32 [2022-10-04T23:19:32.516Z] #15 10.74 Selecting previously unselected package libcurl4:arm64.
23:19:32 [2022-10-04T23:19:32.516Z] #15 10.74 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u3_arm64.deb ...
23:19:32 [2022-10-04T23:19:32.538Z] #18 6.824 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
23:19:32 [2022-10-04T23:19:32.538Z] #18 ...
23:19:32 [2022-10-04T23:19:32.538Z] 
23:19:32 [2022-10-04T23:19:32.538Z] #12 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:32 [2022-10-04T23:19:32.538Z] #12 extracting sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 4.1s done
23:19:32 [2022-10-04T23:19:32.538Z] #12 extracting sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 7.5s done
23:19:32 [2022-10-04T23:19:32.658Z] 
23:19:32 [2022-10-04T23:19:32.658Z] #20 [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
23:19:32 [2022-10-04T23:19:32.724Z] #9 extracting sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 5.1s
23:19:32 [2022-10-04T23:19:32.772Z] #15 10.78 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u3) ...
23:19:32 [2022-10-04T23:19:32.772Z] #15 10.99 Selecting previously unselected package curl.
23:19:32 [2022-10-04T23:19:32.772Z] #15 10.99 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u3_arm64.deb ...
23:19:32 [2022-10-04T23:19:32.772Z] #15 11.04 Unpacking curl (7.74.0-1.3+deb11u3) ...
23:19:32 [2022-10-04T23:19:32.797Z] #12 extracting sha256:5e317c3e703819b37d168429ddddfc6d427f63d93132d8b5c429c6f0636dd1aa done
23:19:32 [2022-10-04T23:19:32.797Z] #12 ...
23:19:32 [2022-10-04T23:19:32.797Z] 
23:19:32 [2022-10-04T23:19:32.798Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
23:19:32 [2022-10-04T23:19:32.798Z] #18 7.030 
23:19:33 [2022-10-04T23:19:33.028Z] #15 11.14 Selecting previously unselected package libonig5:arm64.
23:19:33 [2022-10-04T23:19:33.028Z] #15 11.14 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
23:19:33 [2022-10-04T23:19:33.028Z] #15 11.15 Unpacking libonig5:arm64 (6.9.6-1.1) ...
23:19:33 [2022-10-04T23:19:33.028Z] #15 11.24 Selecting previously unselected package libjq1:arm64.
23:19:33 [2022-10-04T23:19:33.028Z] #15 11.24 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
23:19:33 [2022-10-04T23:19:33.028Z] #15 11.25 Unpacking libjq1:arm64 (1.6-2.1) ...
23:19:33 [2022-10-04T23:19:33.058Z] 
23:19:33 [2022-10-04T23:19:33.058Z] #18 ...
23:19:33 [2022-10-04T23:19:33.058Z] 
23:19:33 [2022-10-04T23:19:33.058Z] #12 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:33 [2022-10-04T23:19:33.058Z] #12 DONE 26.4s
23:19:33 [2022-10-04T23:19:33.058Z] 
23:19:33 [2022-10-04T23:19:33.058Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
23:19:33 [2022-10-04T23:19:33.058Z] #18 7.269 #=#=#                                                                         

######################################################################## 100.0%
23:19:33 [2022-10-04T23:19:33.227Z] #20 DONE 0.7s
23:19:33 [2022-10-04T23:19:33.284Z] #15 11.32 Selecting previously unselected package jq.
23:19:33 [2022-10-04T23:19:33.284Z] #15 11.32 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
23:19:33 [2022-10-04T23:19:33.284Z] #15 11.33 Unpacking jq (1.6-2.1) ...
23:19:33 [2022-10-04T23:19:33.284Z] #15 11.52 Setting up libpsl5:arm64 (0.21.0-1.2) ...
23:19:33 [2022-10-04T23:19:33.319Z] #18 7.549 
23:19:33 [2022-10-04T23:19:33.486Z] 
23:19:33 [2022-10-04T23:19:33.486Z] #21 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
23:19:33 [2022-10-04T23:19:33.486Z] #21 DONE 0.1s
23:19:33 [2022-10-04T23:19:33.486Z] 
23:19:33 [2022-10-04T23:19:33.486Z] #22 [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
23:19:33 [2022-10-04T23:19:33.486Z] #22 ...
23:19:33 [2022-10-04T23:19:33.486Z] 
23:19:33 [2022-10-04T23:19:33.486Z] #23 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
23:19:33 [2022-10-04T23:19:33.486Z] #23 DONE 0.1s
23:19:33 [2022-10-04T23:19:33.540Z] #15 11.55 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
23:19:33 [2022-10-04T23:19:33.540Z] #15 11.58 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
23:19:33 [2022-10-04T23:19:33.540Z] #15 11.61 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
23:19:33 [2022-10-04T23:19:33.540Z] #15 11.63 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
23:19:33 [2022-10-04T23:19:33.540Z] #15 11.75 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
23:19:33 [2022-10-04T23:19:33.744Z] 
23:19:33 [2022-10-04T23:19:33.744Z] #24 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:19:33 [2022-10-04T23:19:33.798Z] #15 11.82 Setting up libssh2-1:arm64 (1.9.0-2) ...
23:19:33 [2022-10-04T23:19:33.798Z] #15 11.92 Setting up openssl (1.1.1n-0+deb11u3) ...
23:19:33 [2022-10-04T23:19:33.798Z] #15 11.97 Setting up libonig5:arm64 (6.9.6-1.1) ...
23:19:33 [2022-10-04T23:19:33.888Z] #18 8.149 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
23:19:33 [2022-10-04T23:19:33.888Z] #18 8.345 
23:19:34 [2022-10-04T23:19:34.055Z] #15 12.09 Setting up libjq1:arm64 (1.6-2.1) ...
23:19:34 [2022-10-04T23:19:34.055Z] #15 12.11 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
23:19:34 [2022-10-04T23:19:34.055Z] #15 12.19 Setting up ca-certificates (20210119) ...
23:19:34 [2022-10-04T23:19:34.151Z] #18 ...
23:19:34 [2022-10-04T23:19:34.151Z] 
23:19:34 [2022-10-04T23:19:34.151Z] #19 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
23:19:34 [2022-10-04T23:19:34.151Z] #19 DONE 1.2s
23:19:34 [2022-10-04T23:19:34.413Z] 
23:19:34 [2022-10-04T23:19:34.413Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
23:19:34 [2022-10-04T23:19:34.413Z] #18 8.562 #=#=#                                                                         

######################################################################## 100.0%
23:19:34 [2022-10-04T23:19:34.413Z] #18 8.823 
23:19:34 [2022-10-04T23:19:34.413Z] #18 8.866 Download of images into '/build' complete.
23:19:34 [2022-10-04T23:19:34.618Z] #15 12.70 Updating certificates in /etc/ssl/certs...
23:19:34 [2022-10-04T23:19:34.673Z] #18 8.868 Use something like the following to load the result into a Docker daemon:
23:19:34 [2022-10-04T23:19:34.673Z] #18 8.868   tar -cC '/build' . | docker load
23:19:34 [2022-10-04T23:19:34.673Z] #18 DONE 8.9s
23:19:34 [2022-10-04T23:19:34.673Z] 
23:19:34 [2022-10-04T23:19:34.674Z] #20 [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
23:19:34 [2022-10-04T23:19:34.936Z] #20 DONE 0.8s
23:19:34 [2022-10-04T23:19:34.936Z] 
23:19:34 [2022-10-04T23:19:34.936Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
23:19:35 [2022-10-04T23:19:35.181Z] #15 13.27 129 added, 0 removed; done.
23:19:35 [2022-10-04T23:19:35.197Z] #21 ...
23:19:35 [2022-10-04T23:19:35.197Z] 
23:19:35 [2022-10-04T23:19:35.197Z] #22 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
23:19:35 [2022-10-04T23:19:35.197Z] #22 DONE 0.2s
23:19:35 [2022-10-04T23:19:35.197Z] 
23:19:35 [2022-10-04T23:19:35.197Z] #23 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
23:19:35 [2022-10-04T23:19:35.197Z] #23 DONE 0.3s
23:19:35 [2022-10-04T23:19:35.197Z] 
23:19:35 [2022-10-04T23:19:35.197Z] #24 [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
23:19:35 [2022-10-04T23:19:35.280Z] #9 ...
23:19:35 [2022-10-04T23:19:35.280Z] 
23:19:35 [2022-10-04T23:19:35.280Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
23:19:35 [2022-10-04T23:19:35.280Z] #0 2.433 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
23:19:35 [2022-10-04T23:19:35.280Z] #0 2.774 
23:19:35 [2022-10-04T23:19:35.280Z] #0 3.002 #=#=#                                                                         

######################################################################## 100.0%
23:19:35 [2022-10-04T23:19:35.280Z] #0 3.320 
23:19:35 [2022-10-04T23:19:35.280Z] #0 4.346 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
23:19:35 [2022-10-04T23:19:35.280Z] #0 4.675 
23:19:35 [2022-10-04T23:19:35.280Z] #0 4.908 #=#=#                                                                         

######################################################################## 100.0%
23:19:35 [2022-10-04T23:19:35.280Z] #0 5.228 
23:19:35 [2022-10-04T23:19:35.280Z] #0 6.203 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
23:19:35 [2022-10-04T23:19:35.280Z] #0 6.517 
23:19:35 [2022-10-04T23:19:35.280Z] #0 6.739 #=#=#                                                                         

#############                                                             18.8%
##########################################                                58.7%
#################################################################         90.6%
######################################################################## 100.0%
23:19:35 [2022-10-04T23:19:35.280Z] #0 7.281 
23:19:35 [2022-10-04T23:19:35.280Z] #0 8.282 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
23:19:35 [2022-10-04T23:19:35.280Z] #0 8.600 
23:19:35 [2022-10-04T23:19:35.280Z] #0 8.837 #=#=#                                                                         

######################################################################## 100.0%
23:19:35 [2022-10-04T23:19:35.280Z] #0 9.219 
23:19:35 [2022-10-04T23:19:35.280Z] #0 9.976 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
23:19:35 [2022-10-04T23:19:35.441Z] #15 13.62 Setting up jq (1.6-2.1) ...
23:19:35 [2022-10-04T23:19:35.441Z] #15 13.65 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u3) ...
23:19:35 [2022-10-04T23:19:35.543Z] #18 ...
23:19:35 [2022-10-04T23:19:35.543Z] 
23:19:35 [2022-10-04T23:19:35.543Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:35 [2022-10-04T23:19:35.698Z] #15 13.67 Setting up curl (7.74.0-1.3+deb11u3) ...
23:19:35 [2022-10-04T23:19:35.698Z] #15 13.70 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:19:35 [2022-10-04T23:19:35.698Z] #15 13.73 Processing triggers for ca-certificates (20210119) ...
23:19:35 [2022-10-04T23:19:35.698Z] #15 13.74 Updating certificates in /etc/ssl/certs...
23:19:36 [2022-10-04T23:19:36.025Z] #15 14.21 0 added, 0 removed; done.
23:19:36 [2022-10-04T23:19:36.282Z] #15 14.21 Running hooks in /etc/ca-certificates/update.d...
23:19:36 [2022-10-04T23:19:36.282Z] #15 14.21 done.
23:19:37 [2022-10-04T23:19:37.210Z] #15 DONE 15.2s
23:19:37 [2022-10-04T23:19:37.210Z] 
23:19:37 [2022-10-04T23:19:37.210Z] #14 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
23:19:37 [2022-10-04T23:19:37.210Z] #14 DONE 6.8s
23:19:37 [2022-10-04T23:19:37.210Z] 
23:19:37 [2022-10-04T23:19:37.210Z] #16 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
23:19:37 [2022-10-04T23:19:37.210Z] #16 ...
23:19:37 [2022-10-04T23:19:37.210Z] 
23:19:37 [2022-10-04T23:19:37.210Z] #17 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
23:19:37 [2022-10-04T23:19:37.210Z] #17 DONE 0.3s
23:19:37 [2022-10-04T23:19:37.456Z] #9 ...
23:19:37 [2022-10-04T23:19:37.457Z] 
23:19:37 [2022-10-04T23:19:37.457Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
23:19:37 [2022-10-04T23:19:37.457Z] #18 10.29 
23:19:37 [2022-10-04T23:19:37.457Z] #18 10.51 #=#=#                                                                         

######################################################################## 100.0%
23:19:37 [2022-10-04T23:19:37.457Z] #18 10.84 
23:19:37 [2022-10-04T23:19:37.457Z] #18 10.90 Download of images into '/build' complete.
23:19:37 [2022-10-04T23:19:37.457Z] #18 10.90 Use something like the following to load the result into a Docker daemon:
23:19:37 [2022-10-04T23:19:37.457Z] #18 10.90   tar -cC '/build' . | docker load
23:19:37 [2022-10-04T23:19:37.457Z] #18 DONE 12.0s
23:19:37 [2022-10-04T23:19:37.457Z] 
23:19:37 [2022-10-04T23:19:37.457Z] #9 [base 1/3] FROM docker.io/library/golang:1.18.7-bullseye@sha256:30885eef26e8b0c44aa49dab6fd8f8afb514dd24dac79d32db2017705683f657
23:19:37 [2022-10-04T23:19:37.465Z] 
23:19:37 [2022-10-04T23:19:37.465Z] #16 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
23:19:37 [2022-10-04T23:19:37.465Z] #16 DONE 0.2s
23:19:37 [2022-10-04T23:19:37.465Z] 
23:19:37 [2022-10-04T23:19:37.465Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
23:19:37 [2022-10-04T23:19:37.465Z] #18 ...
23:19:37 [2022-10-04T23:19:37.465Z] 
23:19:37 [2022-10-04T23:19:37.465Z] #19 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
23:19:37 [2022-10-04T23:19:37.465Z] #19 DONE 0.2s
23:19:37 [2022-10-04T23:19:37.721Z] 
23:19:37 [2022-10-04T23:19:37.721Z] #20 [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
23:19:37 [2022-10-04T23:19:37.979Z] #20 DONE 0.9s
23:19:37 [2022-10-04T23:19:37.979Z] 
23:19:37 [2022-10-04T23:19:37.979Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
23:19:38 [2022-10-04T23:19:38.028Z] #9 extracting sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 10.3s
23:19:38 [2022-10-04T23:19:38.240Z] #21 ...
23:19:38 [2022-10-04T23:19:38.240Z] 
23:19:38 [2022-10-04T23:19:38.240Z] #22 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
23:19:38 [2022-10-04T23:19:38.240Z] #22 DONE 0.2s
23:19:38 [2022-10-04T23:19:38.240Z] 
23:19:38 [2022-10-04T23:19:38.240Z] #23 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
23:19:38 [2022-10-04T23:19:38.240Z] #23 DONE 0.2s
23:19:38 [2022-10-04T23:19:38.240Z] 
23:19:38 [2022-10-04T23:19:38.240Z] #24 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:19:39 [2022-10-04T23:19:39.019Z] #24 ...
23:19:39 [2022-10-04T23:19:39.019Z] 
23:19:39 [2022-10-04T23:19:39.019Z] #25 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.211 + RM_GOPATH=0
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.211 + TMP_GOPATH=
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.211 + : /build
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.211 + '[' -z '' ']'
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.211 ++ mktemp -d
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.220 + export GOPATH=/tmp/tmp.JjZqi53yhm
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.220 + GOPATH=/tmp/tmp.JjZqi53yhm
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.220 + RM_GOPATH=1
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.220 + case "$(go env GOARCH)" in
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.220 ++ go env GOARCH
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.220 + export GO_BUILDMODE=-buildmode=pie
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.220 + GO_BUILDMODE=-buildmode=pie
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.221 ++ dirname /tmp/install/install.sh
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.221 + dir=/tmp/install
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.221 + bin=gotestsum
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.221 + shift
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.221 + '[' '!' -f /tmp/install/gotestsum.installer ']'
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.221 + . /tmp/install/gotestsum.installer
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.221 ++ : v1.7.0
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.222 + install_gotestsum
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.223 + set -e
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.223 + echo 'Install gotestsum version v1.7.0'
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.223 + GOBIN=/build
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.223 + GO111MODULE=on
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.223 + go install gotest.tools/gotestsum@v1.7.0
23:19:39 [2022-10-04T23:19:39.019Z] #0 5.223 Install gotestsum version v1.7.0
23:19:39 [2022-10-04T23:19:39.019Z] #25 5.615 go: downloading gotest.tools/gotestsum v1.7.0
23:19:39 [2022-10-04T23:19:39.277Z] #25 ...
23:19:39 [2022-10-04T23:19:39.277Z] 
23:19:39 [2022-10-04T23:19:39.277Z] #24 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:19:39 [2022-10-04T23:19:39.277Z] #24 5.848 + git clone https://github.com/docker/distribution.git .
23:19:39 [2022-10-04T23:19:39.277Z] #24 5.850 Cloning into '.'...
23:19:40 [2022-10-04T23:19:40.502Z] #24 ...
23:19:40 [2022-10-04T23:19:40.502Z] 
23:19:40 [2022-10-04T23:19:40.502Z] #25 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:19:40 [2022-10-04T23:19:40.502Z] #0 4.015 + RM_GOPATH=0
23:19:40 [2022-10-04T23:19:40.502Z] #0 4.015 + TMP_GOPATH=
23:19:40 [2022-10-04T23:19:40.502Z] #0 4.015 + : /build
23:19:40 [2022-10-04T23:19:40.502Z] #0 4.015 + '[' -z '' ']'
23:19:40 [2022-10-04T23:19:40.502Z] #0 4.015 ++ mktemp -d
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.016 + export GOPATH=/tmp/tmp.kGj8qIy4Gb
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.016 + GOPATH=/tmp/tmp.kGj8qIy4Gb
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.016 + RM_GOPATH=1
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.016 + case "$(go env GOARCH)" in
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.016 ++ go env GOARCH
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.029 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.030 + export GO_BUILDMODE=-buildmode=pie
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.030 + GO_BUILDMODE=-buildmode=pie
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.030 ++ dirname /tmp/install/install.sh
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.030 + dir=/tmp/install
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.030 + bin=tomlv
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.030 + shift
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.030 + '[' '!' -f /tmp/install/tomlv.installer ']'
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.030 + . /tmp/install/tomlv.installer
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.030 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.030 + install_tomlv
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.030 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.030 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.kGj8qIy4Gb/src/github.com/BurntSushi/toml
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.030 Cloning into '/tmp/tmp.kGj8qIy4Gb/src/github.com/BurntSushi/toml'...
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.733 + cd /tmp/tmp.kGj8qIy4Gb/src/github.com/BurntSushi/toml
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.733 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:19:40 [2022-10-04T23:19:40.503Z] #0 4.783 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
23:19:40 [2022-10-04T23:19:40.503Z] #0 5.073 internal/unsafeheader
23:19:40 [2022-10-04T23:19:40.503Z] #0 5.073 internal/goarch
23:19:40 [2022-10-04T23:19:40.503Z] #0 5.179 internal/cpu
23:19:40 [2022-10-04T23:19:40.503Z] #0 5.199 internal/abi
23:19:40 [2022-10-04T23:19:40.503Z] #0 5.397 internal/goexperiment
23:19:40 [2022-10-04T23:19:40.503Z] #25 5.525 internal/goos
23:19:40 [2022-10-04T23:19:40.503Z] #25 5.573 runtime/internal/atomic
23:19:40 [2022-10-04T23:19:40.503Z] #25 5.617 internal/bytealg
23:19:40 [2022-10-04T23:19:40.583Z] #9 extracting sha256:a75a1194fd2cadb9e904d650f61c0260b22cce9c24983968098553f756bdb5d6 13.2s done
23:19:40 [2022-10-04T23:19:40.845Z] #9 extracting sha256:5e317c3e703819b37d168429ddddfc6d427f63d93132d8b5c429c6f0636dd1aa
23:19:41 [2022-10-04T23:19:41.072Z] #25 6.189 runtime/internal/math
23:19:41 [2022-10-04T23:19:41.072Z] #25 6.189 runtime/internal/sys
23:19:41 [2022-10-04T23:19:41.106Z] #9 extracting sha256:5e317c3e703819b37d168429ddddfc6d427f63d93132d8b5c429c6f0636dd1aa done
23:19:41 [2022-10-04T23:19:41.334Z] #25 6.328 runtime/internal/syscall
23:19:41 [2022-10-04T23:19:41.334Z] #25 ...
23:19:41 [2022-10-04T23:19:41.334Z] 
23:19:41 [2022-10-04T23:19:41.334Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.338 + RM_GOPATH=0
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.338 + TMP_GOPATH=
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.338 + : /build
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.338 + '[' -z '' ']'
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.338 ++ mktemp -d
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.338 + export GOPATH=/tmp/tmp.yWw6HXQ5i2
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.338 + GOPATH=/tmp/tmp.yWw6HXQ5i2
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.338 + RM_GOPATH=1
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.338 + case "$(go env GOARCH)" in
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.338 ++ go env GOARCH
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.354 + export GO_BUILDMODE=-buildmode=pie
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.354 + GO_BUILDMODE=-buildmode=pie
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.354 ++ dirname /tmp/install/install.sh
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.354 + dir=/tmp/install
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.354 + bin=dockercli
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.354 + shift
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.354 + '[' '!' -f /tmp/install/dockercli.installer ']'
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.354 + . /tmp/install/dockercli.installer
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.354 ++ : stable
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.354 ++ : 17.06.2-ce
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.354 + install_dockercli
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.354 + echo 'Install docker/cli version 17.06.2-ce from stable'
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.354 ++ uname -m
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.355 + arch=x86_64
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.355 + '[' x86_64 '!=' x86_64 ']'
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.355 Install docker/cli version 17.06.2-ce from stable
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.363 + url=https://download.docker.com/linux/static
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.363 + tar -xz docker/docker
23:19:41 [2022-10-04T23:19:41.334Z] #21 6.363 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
23:19:41 [2022-10-04T23:19:41.367Z] #9 DONE 41.8s
23:19:41 [2022-10-04T23:19:41.367Z] 
23:19:41 [2022-10-04T23:19:41.367Z] #19 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
23:19:42 [2022-10-04T23:19:42.311Z] #19 DONE 0.9s
23:19:42 [2022-10-04T23:19:42.311Z] 
23:19:42 [2022-10-04T23:19:42.311Z] #20 [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
23:19:43 [2022-10-04T23:19:43.292Z] #20 DONE 0.9s
23:19:43 [2022-10-04T23:19:43.292Z] 
23:19:43 [2022-10-04T23:19:43.292Z] #21 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
23:19:43 [2022-10-04T23:19:43.292Z] #21 DONE 0.2s
23:19:43 [2022-10-04T23:19:43.292Z] 
23:19:43 [2022-10-04T23:19:43.292Z] #22 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
23:19:43 [2022-10-04T23:19:43.292Z] #22 DONE 0.2s
23:19:43 [2022-10-04T23:19:43.292Z] 
23:19:43 [2022-10-04T23:19:43.292Z] #23 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:19:43 [2022-10-04T23:19:43.470Z] #24 ...
23:19:43 [2022-10-04T23:19:43.470Z] 
23:19:43 [2022-10-04T23:19:43.470Z] #26 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.779 + RM_GOPATH=0
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.779 + TMP_GOPATH=
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.779 + : /build
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.779 + '[' -z '' ']'
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.779 ++ mktemp -d
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.780 + export GOPATH=/tmp/tmp.Aqw20gmsV7
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.780 + GOPATH=/tmp/tmp.Aqw20gmsV7
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.780 + RM_GOPATH=1
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.780 + case "$(go env GOARCH)" in
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.782 ++ go env GOARCH
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.793 + export GO_BUILDMODE=-buildmode=pie
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.793 + GO_BUILDMODE=-buildmode=pie
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.793 ++ dirname /tmp/install/install.sh
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.808 + dir=/tmp/install
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.810 Install docker/cli version 17.06.2-ce from stable
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.810 + bin=dockercli
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.810 + shift
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.810 + '[' '!' -f /tmp/install/dockercli.installer ']'
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.810 + . /tmp/install/dockercli.installer
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.810 ++ : stable
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.810 ++ : 17.06.2-ce
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.810 + install_dockercli
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.810 + echo 'Install docker/cli version 17.06.2-ce from stable'
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.810 ++ uname -m
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.841 + arch=x86_64
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.841 + '[' x86_64 '!=' x86_64 ']'
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.841 + url=https://download.docker.com/linux/static
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.845 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
23:19:43 [2022-10-04T23:19:43.470Z] #0 5.845 + tar -xz docker/docker
23:19:43 [2022-10-04T23:19:43.470Z] #26 ...
23:19:43 [2022-10-04T23:19:43.470Z] 
23:19:43 [2022-10-04T23:19:43.470Z] #27 [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
23:19:43 [2022-10-04T23:19:43.470Z] #0 6.688 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:19:43 [2022-10-04T23:19:43.470Z] #0 6.711 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:43 [2022-10-04T23:19:43.470Z] #0 6.711 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:43 [2022-10-04T23:19:43.470Z] #0 8.987 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:19:43 [2022-10-04T23:19:43.496Z] #24 4.567 + git clone https://github.com/docker/distribution.git .
23:19:43 [2022-10-04T23:19:43.496Z] #24 4.567 Cloning into '.'...
23:19:43 [2022-10-04T23:19:43.496Z] #24 ...
23:19:43 [2022-10-04T23:19:43.496Z] 
23:19:43 [2022-10-04T23:19:43.496Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
23:19:43 [2022-10-04T23:19:43.497Z] #18 2.041 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
23:19:43 [2022-10-04T23:19:43.497Z] #18 2.376 
23:19:43 [2022-10-04T23:19:43.497Z] #18 2.615 #=#=#                                                                         

######################################################################## 100.0%
23:19:43 [2022-10-04T23:19:43.497Z] #18 3.012 
23:19:43 [2022-10-04T23:19:43.497Z] #18 4.231 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
23:19:43 [2022-10-04T23:19:43.497Z] #18 4.928 
23:19:43 [2022-10-04T23:19:43.497Z] #18 5.201 #=#=#                                                                         

##                                                                         3.6%
######################################################################## 100.0%
23:19:43 [2022-10-04T23:19:43.497Z] #18 6.157 
23:19:43 [2022-10-04T23:19:43.729Z] #27 ...
23:19:43 [2022-10-04T23:19:43.729Z] 
23:19:43 [2022-10-04T23:19:43.729Z] #28 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.348 + RM_GOPATH=0
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.348 + TMP_GOPATH=
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.349 + : /build
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.349 + '[' -z '' ']'
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.350 ++ mktemp -d
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.359 + export GOPATH=/tmp/tmp.stfPQxqEHW
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.359 + GOPATH=/tmp/tmp.stfPQxqEHW
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.359 + RM_GOPATH=1
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.359 + case "$(go env GOARCH)" in
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.364 ++ go env GOARCH
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.427 + export GO_BUILDMODE=-buildmode=pie
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.427 + GO_BUILDMODE=-buildmode=pie
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.427 ++ dirname /tmp/install/install.sh
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.428 + dir=/tmp/install
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.431 + bin=shfmt
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.431 + shift
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.431 + '[' '!' -f /tmp/install/shfmt.installer ']'
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.431 + . /tmp/install/shfmt.installer
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.431 ++ : v3.0.2
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.432 + install_shfmt
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.432 Install shfmt version v3.0.2
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.432 + echo 'Install shfmt version v3.0.2'
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.432 + GOBIN=/build
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.434 + GO111MODULE=on
23:19:43 [2022-10-04T23:19:43.729Z] #0 6.435 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2
23:19:43 [2022-10-04T23:19:43.729Z] #0 7.185 go: downloading mvdan.cc/sh/v3 v3.0.2
23:19:43 [2022-10-04T23:19:43.729Z] #28 ...
23:19:43 [2022-10-04T23:19:43.729Z] 
23:19:43 [2022-10-04T23:19:43.729Z] #29 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
23:19:43 [2022-10-04T23:19:43.729Z] #0 4.791 + RM_GOPATH=0
23:19:43 [2022-10-04T23:19:43.729Z] #0 4.791 + TMP_GOPATH=
23:19:43 [2022-10-04T23:19:43.729Z] #0 4.791 + : /build
23:19:43 [2022-10-04T23:19:43.729Z] #0 4.791 + '[' -z '' ']'
23:19:43 [2022-10-04T23:19:43.729Z] #0 4.794 ++ mktemp -d
23:19:43 [2022-10-04T23:19:43.729Z] #0 4.794 + export GOPATH=/tmp/tmp.uGPgJuAwn0
23:19:43 [2022-10-04T23:19:43.729Z] #0 4.794 + GOPATH=/tmp/tmp.uGPgJuAwn0
23:19:43 [2022-10-04T23:19:43.729Z] #0 4.794 + RM_GOPATH=1
23:19:43 [2022-10-04T23:19:43.729Z] #0 4.794 + case "$(go env GOARCH)" in
23:19:43 [2022-10-04T23:19:43.730Z] #0 4.794 ++ go env GOARCH
23:19:43 [2022-10-04T23:19:43.730Z] #0 4.802 Install vndr version v0.1.2
23:19:43 [2022-10-04T23:19:43.730Z] #0 4.803 + export GO_BUILDMODE=-buildmode=pie
23:19:43 [2022-10-04T23:19:43.730Z] #0 4.803 + GO_BUILDMODE=-buildmode=pie
23:19:43 [2022-10-04T23:19:43.730Z] #0 4.803 ++ dirname /tmp/install/install.sh
23:19:43 [2022-10-04T23:19:43.730Z] #0 4.803 + dir=/tmp/install
23:19:43 [2022-10-04T23:19:43.730Z] #0 4.803 + bin=vndr
23:19:43 [2022-10-04T23:19:43.730Z] #0 4.803 + shift
23:19:43 [2022-10-04T23:19:43.730Z] #0 4.803 + '[' '!' -f /tmp/install/vndr.installer ']'
23:19:43 [2022-10-04T23:19:43.730Z] #0 4.803 + . /tmp/install/vndr.installer
23:19:43 [2022-10-04T23:19:43.730Z] #0 4.803 ++ : v0.1.2
23:19:43 [2022-10-04T23:19:43.730Z] #0 4.803 + install_vndr
23:19:43 [2022-10-04T23:19:43.730Z] #0 4.803 + echo 'Install vndr version v0.1.2'
23:19:43 [2022-10-04T23:19:43.730Z] #0 4.803 + GOBIN=/build
23:19:43 [2022-10-04T23:19:43.730Z] #0 4.803 + GO111MODULE=on
23:19:43 [2022-10-04T23:19:43.730Z] #0 4.803 + go install github.com/LK4D4/vndr@v0.1.2
23:19:43 [2022-10-04T23:19:43.730Z] #0 5.173 go: downloading github.com/LK4D4/vndr v0.1.2
23:19:43 [2022-10-04T23:19:43.989Z] #29 ...
23:19:43 [2022-10-04T23:19:43.989Z] 
23:19:43 [2022-10-04T23:19:43.989Z] #30 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:19:43 [2022-10-04T23:19:43.989Z] #0 6.880 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:19:43 [2022-10-04T23:19:43.989Z] #0 6.948 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:43 [2022-10-04T23:19:43.989Z] #0 6.953 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:43 [2022-10-04T23:19:43.989Z] #0 8.141 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:19:43 [2022-10-04T23:19:43.989Z] #30 ...
23:19:43 [2022-10-04T23:19:43.989Z] 
23:19:43 [2022-10-04T23:19:43.989Z] #31 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.738 + RM_GOPATH=0
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.738 + TMP_GOPATH=
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.738 + : /build
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.738 + '[' -z '' ']'
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.738 ++ mktemp -d
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.738 + export GOPATH=/tmp/tmp.tXe4v6Su7g
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.738 + GOPATH=/tmp/tmp.tXe4v6Su7g
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.738 + RM_GOPATH=1
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.738 + case "$(go env GOARCH)" in
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.751 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.752 ++ go env GOARCH
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.752 + export GO_BUILDMODE=-buildmode=pie
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.752 + GO_BUILDMODE=-buildmode=pie
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.752 ++ dirname /tmp/install/install.sh
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.752 + dir=/tmp/install
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.752 + bin=proxy
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.752 + shift
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.752 + '[' '!' -f /tmp/install/proxy.installer ']'
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.752 + . /tmp/install/proxy.installer
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.752 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.752 + install_proxy
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.752 + case "$1" in
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.752 + export CGO_ENABLED=0
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.752 + CGO_ENABLED=0
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.752 + _install_proxy
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.752 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.752 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.tXe4v6Su7g/src/github.com/docker/libnetwork
23:19:43 [2022-10-04T23:19:43.989Z] #0 5.759 Cloning into '/tmp/tmp.tXe4v6Su7g/src/github.com/docker/libnetwork'...
23:19:44 [2022-10-04T23:19:44.249Z] #31 ...
23:19:44 [2022-10-04T23:19:44.249Z] 
23:19:44 [2022-10-04T23:19:44.249Z] #32 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.764 + RM_GOPATH=0
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.764 + TMP_GOPATH=
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.764 + : /build
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.764 + '[' -z '' ']'
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.764 ++ mktemp -d
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.769 + export GOPATH=/tmp/tmp.AK3AXUZq3N
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.769 + GOPATH=/tmp/tmp.AK3AXUZq3N
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.769 + RM_GOPATH=1
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.769 + case "$(go env GOARCH)" in
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.779 ++ go env GOARCH
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.794 + export GO_BUILDMODE=-buildmode=pie
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.794 + GO_BUILDMODE=-buildmode=pie
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.799 ++ dirname /tmp/install/install.sh
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.841 + dir=/tmp/install
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.841 + bin=rootlesskit
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.841 + shift
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.841 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.841 + . /tmp/install/rootlesskit.installer
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.841 ++ : v0.14.4
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.841 + install_rootlesskit
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.841 + case "$1" in
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.841 + export CGO_ENABLED=0
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.841 + CGO_ENABLED=0
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.841 + _install_rootlesskit
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.841 + echo 'Install rootlesskit version v0.14.4'
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.841 + for f in rootlesskit rootlesskit-docker-proxy
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.841 + GOBIN=/build
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.841 + GO111MODULE=on
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.841 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
23:19:44 [2022-10-04T23:19:44.249Z] #0 5.844 Install rootlesskit version v0.14.4
23:19:44 [2022-10-04T23:19:44.249Z] #0 6.456 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
23:19:44 [2022-10-04T23:19:44.249Z] #0 10.77 go: downloading github.com/sirupsen/logrus v1.8.1
23:19:44 [2022-10-04T23:19:44.249Z] #0 10.77 go: downloading github.com/pkg/errors v0.9.1
23:19:44 [2022-10-04T23:19:44.515Z] #32 11.08 go: downloading github.com/urfave/cli/v2 v2.3.0
23:19:44 [2022-10-04T23:19:44.515Z] #32 ...
23:19:44 [2022-10-04T23:19:44.515Z] 
23:19:44 [2022-10-04T23:19:44.515Z] #33 [tini 1/2] 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
23:19:44 [2022-10-04T23:19:44.515Z] #0 6.510 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:19:44 [2022-10-04T23:19:44.515Z] #0 6.544 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:44 [2022-10-04T23:19:44.515Z] #0 6.555 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:44 [2022-10-04T23:19:44.515Z] #0 7.888 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:19:44 [2022-10-04T23:19:44.515Z] #33 ...
23:19:44 [2022-10-04T23:19:44.515Z] 
23:19:44 [2022-10-04T23:19:44.515Z] #34 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.047 + RM_GOPATH=0
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.047 + TMP_GOPATH=
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.047 + : /build
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.047 + '[' -z '' ']'
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.047 ++ mktemp -d
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.047 + export GOPATH=/tmp/tmp.6m8B1wjBvY
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.047 + GOPATH=/tmp/tmp.6m8B1wjBvY
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.047 + RM_GOPATH=1
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.047 + case "$(go env GOARCH)" in
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.052 ++ go env GOARCH
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.053 Install golangci-lint version v1.44.0
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.056 + export GO_BUILDMODE=-buildmode=pie
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.056 + GO_BUILDMODE=-buildmode=pie
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.056 ++ dirname /tmp/install/install.sh
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.056 + dir=/tmp/install
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.056 + bin=golangci_lint
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.056 + shift
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.056 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.056 + . /tmp/install/golangci_lint.installer
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.056 ++ : v1.44.0
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.056 + install_golangci_lint
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.056 + set -e
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.056 + echo 'Install golangci-lint version v1.44.0'
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.056 + GOBIN=/build
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.056 + GO111MODULE=on
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.056 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0
23:19:44 [2022-10-04T23:19:44.515Z] #0 5.495 go: downloading github.com/golangci/golangci-lint v1.44.0
23:19:44 [2022-10-04T23:19:44.777Z] #34 ...
23:19:44 [2022-10-04T23:19:44.777Z] 
23:19:44 [2022-10-04T23:19:44.777Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.301 + RM_GOPATH=0
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.301 + TMP_GOPATH=
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.301 + : /build
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.301 + '[' -z '' ']'
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.301 ++ mktemp -d
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.302 + export GOPATH=/tmp/tmp.SIKSC4RpbO
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.302 + GOPATH=/tmp/tmp.SIKSC4RpbO
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.302 + RM_GOPATH=1
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.302 + case "$(go env GOARCH)" in
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.302 ++ go env GOARCH
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.305 + export GO_BUILDMODE=-buildmode=pie
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.305 + GO_BUILDMODE=-buildmode=pie
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.305 ++ dirname /tmp/install/install.sh
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.307 + dir=/tmp/install
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.307 + bin=tomlv
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.307 + shift
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.307 + '[' '!' -f /tmp/install/tomlv.installer ']'
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.307 + . /tmp/install/tomlv.installer
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.307 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.307 + install_tomlv
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.307 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.307 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.SIKSC4RpbO/src/github.com/BurntSushi/toml
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.308 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:19:44 [2022-10-04T23:19:44.777Z] #0 5.312 Cloning into '/tmp/tmp.SIKSC4RpbO/src/github.com/BurntSushi/toml'...
23:19:44 [2022-10-04T23:19:44.777Z] #0 7.027 + cd /tmp/tmp.SIKSC4RpbO/src/github.com/BurntSushi/toml
23:19:44 [2022-10-04T23:19:44.777Z] #0 7.032 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:19:44 [2022-10-04T23:19:44.777Z] #0 7.276 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
23:19:44 [2022-10-04T23:19:44.777Z] #0 8.701 internal/goarch
23:19:44 [2022-10-04T23:19:44.777Z] #0 8.761 internal/unsafeheader
23:19:44 [2022-10-04T23:19:44.777Z] #0 9.341 internal/cpu
23:19:44 [2022-10-04T23:19:44.777Z] #0 9.378 internal/abi
23:19:44 [2022-10-04T23:19:44.777Z] #0 10.34 internal/goexperiment
23:19:44 [2022-10-04T23:19:44.777Z] #0 10.69 internal/goos
23:19:44 [2022-10-04T23:19:44.777Z] #0 10.84 internal/bytealg
23:19:44 [2022-10-04T23:19:44.777Z] #0 11.24 runtime/internal/atomic
23:19:44 [2022-10-04T23:19:44.777Z] #35 ...
23:19:44 [2022-10-04T23:19:44.777Z] 
23:19:44 [2022-10-04T23:19:44.777Z] #36 [containerd 1/2] 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
23:19:44 [2022-10-04T23:19:44.777Z] #0 6.508 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:19:44 [2022-10-04T23:19:44.777Z] #0 6.559 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:44 [2022-10-04T23:19:44.777Z] #0 6.566 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:44 [2022-10-04T23:19:44.777Z] #0 8.064 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:19:45 [2022-10-04T23:19:45.036Z] #36 ...
23:19:45 [2022-10-04T23:19:45.036Z] 
23:19:45 [2022-10-04T23:19:45.036Z] #25 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
23:19:45 [2022-10-04T23:19:45.036Z] #25 8.701 go: downloading github.com/fatih/color v1.10.0
23:19:45 [2022-10-04T23:19:45.036Z] #25 8.794 go: downloading github.com/dnephin/pflag v1.0.7
23:19:45 [2022-10-04T23:19:45.036Z] #25 8.801 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
23:19:45 [2022-10-04T23:19:45.036Z] #25 8.980 go: downloading github.com/pkg/errors v0.9.1
23:19:45 [2022-10-04T23:19:45.036Z] #25 9.545 go: downloading golang.org/x/tools v0.1.0
23:19:45 [2022-10-04T23:19:45.036Z] #25 9.638 go: downloading github.com/mattn/go-colorable v0.1.8
23:19:45 [2022-10-04T23:19:45.036Z] #25 10.19 go: downloading github.com/mattn/go-isatty v0.0.12
23:19:45 [2022-10-04T23:19:45.036Z] #25 10.39 go: downloading github.com/fsnotify/fsnotify v1.4.9
23:19:45 [2022-10-04T23:19:45.036Z] #25 10.70 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
23:19:45 [2022-10-04T23:19:45.392Z] #18 ...
23:19:45 [2022-10-04T23:19:45.392Z] 
23:19:45 [2022-10-04T23:19:45.392Z] #25 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.439 + RM_GOPATH=0
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.439 + TMP_GOPATH=
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.439 + : /build
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.439 + '[' -z '' ']'
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.439 ++ mktemp -d
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.439 + export GOPATH=/tmp/tmp.82sv94K3qM
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.439 + GOPATH=/tmp/tmp.82sv94K3qM
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.439 + RM_GOPATH=1
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.439 + case "$(go env GOARCH)" in
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.439 ++ go env GOARCH
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.454 Install gotestsum version v1.7.0
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.454 + export GO_BUILDMODE=-buildmode=pie
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.454 + GO_BUILDMODE=-buildmode=pie
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.454 ++ dirname /tmp/install/install.sh
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.454 + dir=/tmp/install
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.454 + bin=gotestsum
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.454 + shift
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.454 + '[' '!' -f /tmp/install/gotestsum.installer ']'
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.454 + . /tmp/install/gotestsum.installer
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.454 ++ : v1.7.0
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.454 + install_gotestsum
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.454 + set -e
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.454 + echo 'Install gotestsum version v1.7.0'
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.464 + GOBIN=/build
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.464 + GO111MODULE=on
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.464 + go install gotest.tools/gotestsum@v1.7.0
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.951 go: downloading gotest.tools/gotestsum v1.7.0
23:19:45 [2022-10-04T23:19:45.392Z] #0 6.511 go: downloading github.com/fatih/color v1.10.0
23:19:45 [2022-10-04T23:19:45.392Z] #0 6.513 go: downloading github.com/dnephin/pflag v1.0.7
23:19:45 [2022-10-04T23:19:45.392Z] #0 6.651 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
23:19:45 [2022-10-04T23:19:45.392Z] #0 6.691 go: downloading github.com/pkg/errors v0.9.1
23:19:45 [2022-10-04T23:19:45.392Z] #0 7.003 go: downloading golang.org/x/tools v0.1.0
23:19:45 [2022-10-04T23:19:45.392Z] #0 7.184 go: downloading github.com/mattn/go-colorable v0.1.8
23:19:45 [2022-10-04T23:19:45.392Z] #0 7.307 go: downloading github.com/mattn/go-isatty v0.0.12
23:19:45 [2022-10-04T23:19:45.392Z] #0 7.345 go: downloading github.com/fsnotify/fsnotify v1.4.9
23:19:45 [2022-10-04T23:19:45.392Z] #0 7.440 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
23:19:45 [2022-10-04T23:19:45.392Z] #25 ...
23:19:45 [2022-10-04T23:19:45.392Z] 
23:19:45 [2022-10-04T23:19:45.392Z] #26 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.540 + RM_GOPATH=0
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.540 + TMP_GOPATH=
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.540 + : /build
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.540 + '[' -z '' ']'
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.540 ++ mktemp -d
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.549 + export GOPATH=/tmp/tmp.3o1Juu5urW
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.549 + GOPATH=/tmp/tmp.3o1Juu5urW
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.549 + RM_GOPATH=1
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.549 + case "$(go env GOARCH)" in
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.549 ++ go env GOARCH
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.571 + export GO_BUILDMODE=-buildmode=pie
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.571 + GO_BUILDMODE=-buildmode=pie
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.571 ++ dirname /tmp/install/install.sh
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.594 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.594 + dir=/tmp/install
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.594 + bin=tomlv
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.594 + shift
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.594 + '[' '!' -f /tmp/install/tomlv.installer ']'
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.594 + . /tmp/install/tomlv.installer
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.594 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.594 + install_tomlv
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.594 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.594 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.3o1Juu5urW/src/github.com/BurntSushi/toml
23:19:45 [2022-10-04T23:19:45.392Z] #0 4.594 Cloning into '/tmp/tmp.3o1Juu5urW/src/github.com/BurntSushi/toml'...
23:19:45 [2022-10-04T23:19:45.392Z] #0 5.763 + cd /tmp/tmp.3o1Juu5urW/src/github.com/BurntSushi/toml
23:19:45 [2022-10-04T23:19:45.392Z] #0 5.771 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:19:45 [2022-10-04T23:19:45.392Z] #0 5.936 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
23:19:45 [2022-10-04T23:19:45.392Z] #0 6.655 internal/unsafeheader
23:19:45 [2022-10-04T23:19:45.392Z] #0 6.703 internal/goarch
23:19:45 [2022-10-04T23:19:45.392Z] #0 6.757 internal/cpu
23:19:45 [2022-10-04T23:19:45.392Z] #0 6.870 internal/abi
23:19:45 [2022-10-04T23:19:45.392Z] #0 7.361 internal/goexperiment
23:19:45 [2022-10-04T23:19:45.392Z] #0 7.462 internal/bytealg
23:19:45 [2022-10-04T23:19:45.551Z] #21 ...
23:19:45 [2022-10-04T23:19:45.551Z] 
23:19:45 [2022-10-04T23:19:45.551Z] #26 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.932 + RM_GOPATH=0
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.934 + TMP_GOPATH=
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.934 + : /build
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.934 + '[' -z '' ']'
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.934 ++ mktemp -d
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.934 + export GOPATH=/tmp/tmp.dmCib5gwdJ
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.934 + GOPATH=/tmp/tmp.dmCib5gwdJ
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.934 + RM_GOPATH=1
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.944 + case "$(go env GOARCH)" in
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.944 ++ go env GOARCH
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.944 + export GO_BUILDMODE=-buildmode=pie
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.944 + GO_BUILDMODE=-buildmode=pie
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.944 ++ dirname /tmp/install/install.sh
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.955 + dir=/tmp/install
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.955 + bin=gotestsum
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.955 + shift
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.955 + '[' '!' -f /tmp/install/gotestsum.installer ']'
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.955 + . /tmp/install/gotestsum.installer
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.955 ++ : v1.7.0
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.955 + install_gotestsum
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.955 + set -e
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.955 + echo 'Install gotestsum version v1.7.0'
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.955 + GOBIN=/build
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.955 + GO111MODULE=on
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.955 + go install gotest.tools/gotestsum@v1.7.0
23:19:45 [2022-10-04T23:19:45.551Z] #0 3.955 Install gotestsum version v1.7.0
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.322 go: downloading gotest.tools/gotestsum v1.7.0
23:19:45 [2022-10-04T23:19:45.551Z] #0 5.283 go: downloading github.com/dnephin/pflag v1.0.7
23:19:45 [2022-10-04T23:19:45.551Z] #0 5.283 go: downloading github.com/fatih/color v1.10.0
23:19:45 [2022-10-04T23:19:45.551Z] #0 5.333 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
23:19:45 [2022-10-04T23:19:45.551Z] #0 5.397 go: downloading github.com/pkg/errors v0.9.1
23:19:45 [2022-10-04T23:19:45.551Z] #0 5.515 go: downloading github.com/mattn/go-colorable v0.1.8
23:19:45 [2022-10-04T23:19:45.551Z] #0 5.515 go: downloading github.com/mattn/go-isatty v0.0.12
23:19:45 [2022-10-04T23:19:45.551Z] #0 5.590 go: downloading github.com/fsnotify/fsnotify v1.4.9
23:19:45 [2022-10-04T23:19:45.551Z] #0 5.633 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
23:19:45 [2022-10-04T23:19:45.551Z] #0 5.669 go: downloading github.com/jonboulle/clockwork v0.2.2
23:19:45 [2022-10-04T23:19:45.551Z] #0 5.690 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
23:19:45 [2022-10-04T23:19:45.551Z] #0 5.728 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.189 go: downloading golang.org/x/tools v0.1.0
23:19:45 [2022-10-04T23:19:45.551Z] #26 ...
23:19:45 [2022-10-04T23:19:45.551Z] 
23:19:45 [2022-10-04T23:19:45.551Z] #27 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.314 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.355 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.355 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:45 [2022-10-04T23:19:45.551Z] #0 7.314 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:19:45 [2022-10-04T23:19:45.551Z] #0 9.658 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:19:45 [2022-10-04T23:19:45.551Z] #27 ...
23:19:45 [2022-10-04T23:19:45.551Z] 
23:19:45 [2022-10-04T23:19:45.551Z] #28 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.124 + RM_GOPATH=0
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.124 + TMP_GOPATH=
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.124 + : /build
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.124 + '[' -z '' ']'
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.124 ++ mktemp -d
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.124 + export GOPATH=/tmp/tmp.r7Q5SmMsQR
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.124 + GOPATH=/tmp/tmp.r7Q5SmMsQR
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.124 + RM_GOPATH=1
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.124 + case "$(go env GOARCH)" in
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.124 ++ go env GOARCH
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.142 + export GO_BUILDMODE=-buildmode=pie
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.142 + GO_BUILDMODE=-buildmode=pie
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.142 ++ dirname /tmp/install/install.sh
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.170 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.188 + dir=/tmp/install
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.188 + bin=proxy
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.188 + shift
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.188 + '[' '!' -f /tmp/install/proxy.installer ']'
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.188 + . /tmp/install/proxy.installer
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.188 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.188 + install_proxy
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.188 + case "$1" in
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.188 + export CGO_ENABLED=0
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.188 + CGO_ENABLED=0
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.188 + _install_proxy
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.188 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.188 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.r7Q5SmMsQR/src/github.com/docker/libnetwork
23:19:45 [2022-10-04T23:19:45.551Z] #0 6.188 Cloning into '/tmp/tmp.r7Q5SmMsQR/src/github.com/docker/libnetwork'...
23:19:45 [2022-10-04T23:19:45.551Z] #28 ...
23:19:45 [2022-10-04T23:19:45.551Z] 
23:19:45 [2022-10-04T23:19:45.551Z] #29 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.584 + RM_GOPATH=0
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.584 + TMP_GOPATH=
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.584 + : /build
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.584 + '[' -z '' ']'
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.584 ++ mktemp -d
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.591 + export GOPATH=/tmp/tmp.wJRINfDnre
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.591 + GOPATH=/tmp/tmp.wJRINfDnre
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.591 + RM_GOPATH=1
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.591 + case "$(go env GOARCH)" in
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.591 ++ go env GOARCH
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.591 + export GO_BUILDMODE=-buildmode=pie
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.606 + GO_BUILDMODE=-buildmode=pie
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.606 ++ dirname /tmp/install/install.sh
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.617 + dir=/tmp/install
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.617 + bin=rootlesskit
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.617 + shift
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.617 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.617 + . /tmp/install/rootlesskit.installer
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.617 ++ : v0.14.4
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.617 + install_rootlesskit
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.617 + case "$1" in
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.617 + export CGO_ENABLED=0
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.617 + CGO_ENABLED=0
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.617 + _install_rootlesskit
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.617 + echo 'Install rootlesskit version v0.14.4'
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.617 + for f in rootlesskit rootlesskit-docker-proxy
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.617 + GOBIN=/build
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.617 + GO111MODULE=on
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.617 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.617 Install rootlesskit version v0.14.4
23:19:45 [2022-10-04T23:19:45.551Z] #0 5.050 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
23:19:45 [2022-10-04T23:19:45.551Z] #0 8.217 go: downloading github.com/pkg/errors v0.9.1
23:19:45 [2022-10-04T23:19:45.551Z] #0 8.242 go: downloading github.com/sirupsen/logrus v1.8.1
23:19:45 [2022-10-04T23:19:45.551Z] #0 8.250 go: downloading github.com/urfave/cli/v2 v2.3.0
23:19:45 [2022-10-04T23:19:45.551Z] #0 9.072 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
23:19:45 [2022-10-04T23:19:45.551Z] #29 ...
23:19:45 [2022-10-04T23:19:45.551Z] 
23:19:45 [2022-10-04T23:19:45.551Z] #30 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.358 + git clone https://github.com/docker/distribution.git .
23:19:45 [2022-10-04T23:19:45.551Z] #0 4.358 Cloning into '.'...
23:19:45 [2022-10-04T23:19:45.648Z] #26 7.572 internal/goos
23:19:45 [2022-10-04T23:19:45.811Z] #30 ...
23:19:45 [2022-10-04T23:19:45.811Z] 
23:19:45 [2022-10-04T23:19:45.811Z] #31 [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
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.689 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.878 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.972 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.985 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:19:45 [2022-10-04T23:19:45.811Z] #0 4.320 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:19:45 [2022-10-04T23:19:45.811Z] #0 5.117 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:19:45 [2022-10-04T23:19:45.811Z] #31 ...
23:19:45 [2022-10-04T23:19:45.811Z] 
23:19:45 [2022-10-04T23:19:45.811Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.790 + RM_GOPATH=0
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.790 + TMP_GOPATH=
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.790 + : /build
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.790 + '[' -z '' ']'
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.790 ++ mktemp -d
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.790 + export GOPATH=/tmp/tmp.72x3Spmuev
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.790 + GOPATH=/tmp/tmp.72x3Spmuev
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.790 + RM_GOPATH=1
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.790 + case "$(go env GOARCH)" in
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.790 ++ go env GOARCH
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.797 + export GO_BUILDMODE=-buildmode=pie
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.797 + GO_BUILDMODE=-buildmode=pie
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.797 ++ dirname /tmp/install/install.sh
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.797 + dir=/tmp/install
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.797 + bin=golangci_lint
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.797 + shift
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.797 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.797 + . /tmp/install/golangci_lint.installer
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.797 ++ : v1.44.0
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.797 + install_golangci_lint
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.797 + set -e
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.797 + echo 'Install golangci-lint version v1.44.0'
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.797 + GOBIN=/build
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.797 + GO111MODULE=on
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.797 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0
23:19:45 [2022-10-04T23:19:45.811Z] #0 3.800 Install golangci-lint version v1.44.0
23:19:45 [2022-10-04T23:19:45.811Z] #0 4.251 go: downloading github.com/golangci/golangci-lint v1.44.0
23:19:45 [2022-10-04T23:19:45.905Z] #26 7.753 runtime/internal/atomic
23:19:46 [2022-10-04T23:19:46.071Z] #32 ...
23:19:46 [2022-10-04T23:19:46.071Z] 
23:19:46 [2022-10-04T23:19:46.071Z] #33 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.537 + RM_GOPATH=0
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.537 + TMP_GOPATH=
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.537 + : /build
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.537 + '[' -z '' ']'
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.537 ++ mktemp -d
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.537 + export GOPATH=/tmp/tmp.zJSReISZhS
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.537 + GOPATH=/tmp/tmp.zJSReISZhS
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.537 + RM_GOPATH=1
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.537 + case "$(go env GOARCH)" in
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.538 ++ go env GOARCH
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.555 + export GO_BUILDMODE=-buildmode=pie
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.555 + GO_BUILDMODE=-buildmode=pie
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.555 ++ dirname /tmp/install/install.sh
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.555 + dir=/tmp/install
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.555 + bin=vndr
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.555 + shift
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.555 + '[' '!' -f /tmp/install/vndr.installer ']'
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.555 + . /tmp/install/vndr.installer
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.555 ++ : v0.1.2
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.555 + install_vndr
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.555 + echo 'Install vndr version v0.1.2'
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.555 + GOBIN=/build
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.555 + GO111MODULE=on
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.555 + go install github.com/LK4D4/vndr@v0.1.2
23:19:46 [2022-10-04T23:19:46.071Z] #0 5.556 Install vndr version v0.1.2
23:19:46 [2022-10-04T23:19:46.071Z] #0 6.032 go: downloading github.com/LK4D4/vndr v0.1.2
23:19:46 [2022-10-04T23:19:46.332Z] #33 ...
23:19:46 [2022-10-04T23:19:46.332Z] 
23:19:46 [2022-10-04T23:19:46.332Z] #34 [containerd 1/2] 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
23:19:46 [2022-10-04T23:19:46.332Z] #0 6.592 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:19:46 [2022-10-04T23:19:46.332Z] #0 6.637 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:46 [2022-10-04T23:19:46.332Z] #0 6.638 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:46 [2022-10-04T23:19:46.332Z] #0 7.581 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:19:46 [2022-10-04T23:19:46.332Z] #0 9.742 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:19:46 [2022-10-04T23:19:46.332Z] #34 ...
23:19:46 [2022-10-04T23:19:46.332Z] 
23:19:46 [2022-10-04T23:19:46.332Z] #35 [tini 1/2] 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
23:19:46 [2022-10-04T23:19:46.332Z] #0 6.547 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:19:46 [2022-10-04T23:19:46.332Z] #0 6.577 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:46 [2022-10-04T23:19:46.332Z] #0 6.590 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:46 [2022-10-04T23:19:46.332Z] #0 7.547 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:19:46 [2022-10-04T23:19:46.332Z] #0 9.838 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:19:46 [2022-10-04T23:19:46.468Z] #26 8.290 runtime/internal/math
23:19:46 [2022-10-04T23:19:46.468Z] #26 8.372 runtime/internal/sys
23:19:46 [2022-10-04T23:19:46.468Z] #26 8.450 runtime/internal/syscall
23:19:46 [2022-10-04T23:19:46.592Z] #35 ...
23:19:46 [2022-10-04T23:19:46.592Z] 
23:19:46 [2022-10-04T23:19:46.592Z] #36 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 Install shfmt version v3.0.2
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + RM_GOPATH=0
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + TMP_GOPATH=
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + : /build
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + '[' -z '' ']'
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 ++ mktemp -d
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + export GOPATH=/tmp/tmp.m6FGAj5zMb
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + GOPATH=/tmp/tmp.m6FGAj5zMb
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + RM_GOPATH=1
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + case "$(go env GOARCH)" in
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 ++ go env GOARCH
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + export GO_BUILDMODE=-buildmode=pie
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + GO_BUILDMODE=-buildmode=pie
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 ++ dirname /tmp/install/install.sh
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + dir=/tmp/install
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + bin=shfmt
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + shift
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + '[' '!' -f /tmp/install/shfmt.installer ']'
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + . /tmp/install/shfmt.installer
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 ++ : v3.0.2
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + install_shfmt
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + echo 'Install shfmt version v3.0.2'
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + GOBIN=/build
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + GO111MODULE=on
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.397 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2
23:19:46 [2022-10-04T23:19:46.592Z] #0 5.848 go: downloading mvdan.cc/sh/v3 v3.0.2
23:19:46 [2022-10-04T23:19:46.592Z] #36 ...
23:19:46 [2022-10-04T23:19:46.592Z] 
23:19:46 [2022-10-04T23:19:46.592Z] #24 [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
23:19:46 [2022-10-04T23:19:46.592Z] #24 6.241 + git clone https://github.com/kolyshkin/go-swagger.git .
23:19:46 [2022-10-04T23:19:46.592Z] #24 6.244 Cloning into '.'...
23:19:46 [2022-10-04T23:19:46.725Z] #26 8.756 internal/itoa
23:19:46 [2022-10-04T23:19:46.852Z] #24 ...
23:19:46 [2022-10-04T23:19:46.852Z] 
23:19:46 [2022-10-04T23:19:46.852Z] #34 [containerd 1/2] 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
23:19:46 [2022-10-04T23:19:46.852Z] #34 11.95 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:19:46 [2022-10-04T23:19:46.981Z] #26 8.942 runtime
23:19:46 [2022-10-04T23:19:46.982Z] #26 8.991 math/bits
23:19:47 [2022-10-04T23:19:47.545Z] #26 9.696 math
23:19:48 [2022-10-04T23:19:48.120Z] #26 ...
23:19:48 [2022-10-04T23:19:48.120Z] 
23:19:48 [2022-10-04T23:19:48.120Z] #27 [tini 1/2] 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
23:19:48 [2022-10-04T23:19:48.120Z] #0 5.435 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:19:48 [2022-10-04T23:19:48.120Z] #0 5.521 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:48 [2022-10-04T23:19:48.120Z] #0 5.529 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:48 [2022-10-04T23:19:48.120Z] #0 6.347 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
23:19:48 [2022-10-04T23:19:48.120Z] #0 8.645 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [185 kB]
23:19:48 [2022-10-04T23:19:48.120Z] #27 ...
23:19:48 [2022-10-04T23:19:48.120Z] 
23:19:48 [2022-10-04T23:19:48.120Z] #28 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
23:19:48 [2022-10-04T23:19:48.120Z] #0 4.575 + RM_GOPATH=0
23:19:48 [2022-10-04T23:19:48.120Z] #0 4.575 + TMP_GOPATH=
23:19:48 [2022-10-04T23:19:48.120Z] #0 4.575 + : /build
23:19:48 [2022-10-04T23:19:48.120Z] #0 4.575 + '[' -z '' ']'
23:19:48 [2022-10-04T23:19:48.120Z] #0 4.575 ++ mktemp -d
23:19:48 [2022-10-04T23:19:48.120Z] #0 4.579 + export GOPATH=/tmp/tmp.HgCYAOXK27
23:19:48 [2022-10-04T23:19:48.120Z] #0 4.579 + GOPATH=/tmp/tmp.HgCYAOXK27
23:19:48 [2022-10-04T23:19:48.120Z] #0 4.579 + RM_GOPATH=1
23:19:48 [2022-10-04T23:19:48.120Z] #0 4.579 + case "$(go env GOARCH)" in
23:19:48 [2022-10-04T23:19:48.120Z] #0 4.579 ++ go env GOARCH
23:19:48 [2022-10-04T23:19:48.120Z] #0 4.607 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
23:19:48 [2022-10-04T23:19:48.121Z] #0 4.608 + export GO_BUILDMODE=-buildmode=pie
23:19:48 [2022-10-04T23:19:48.121Z] #0 4.608 + GO_BUILDMODE=-buildmode=pie
23:19:48 [2022-10-04T23:19:48.121Z] #0 4.608 ++ dirname /tmp/install/install.sh
23:19:48 [2022-10-04T23:19:48.121Z] #0 4.608 + dir=/tmp/install
23:19:48 [2022-10-04T23:19:48.121Z] #0 4.608 + bin=proxy
23:19:48 [2022-10-04T23:19:48.121Z] #0 4.608 + shift
23:19:48 [2022-10-04T23:19:48.121Z] #0 4.608 + '[' '!' -f /tmp/install/proxy.installer ']'
23:19:48 [2022-10-04T23:19:48.121Z] #0 4.608 + . /tmp/install/proxy.installer
23:19:48 [2022-10-04T23:19:48.121Z] #0 4.608 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
23:19:48 [2022-10-04T23:19:48.121Z] #0 4.608 + install_proxy
23:19:48 [2022-10-04T23:19:48.121Z] #0 4.608 + case "$1" in
23:19:48 [2022-10-04T23:19:48.121Z] #0 4.608 + export CGO_ENABLED=0
23:19:48 [2022-10-04T23:19:48.121Z] #0 4.608 + CGO_ENABLED=0
23:19:48 [2022-10-04T23:19:48.121Z] #0 4.608 + _install_proxy
23:19:48 [2022-10-04T23:19:48.121Z] #0 4.608 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
23:19:48 [2022-10-04T23:19:48.121Z] #0 4.608 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.HgCYAOXK27/src/github.com/docker/libnetwork
23:19:48 [2022-10-04T23:19:48.121Z] #0 4.608 Cloning into '/tmp/tmp.HgCYAOXK27/src/github.com/docker/libnetwork'...
23:19:48 [2022-10-04T23:19:48.332Z] #25 ...
23:19:48 [2022-10-04T23:19:48.332Z] 
23:19:48 [2022-10-04T23:19:48.332Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:19:48 [2022-10-04T23:19:48.332Z] #35 12.94 runtime/internal/math
23:19:48 [2022-10-04T23:19:48.332Z] #35 13.08 runtime/internal/sys
23:19:48 [2022-10-04T23:19:48.332Z] #35 13.41 runtime/internal/syscall
23:19:48 [2022-10-04T23:19:48.332Z] #35 13.59 internal/itoa
23:19:48 [2022-10-04T23:19:48.332Z] #35 13.94 runtime
23:19:48 [2022-10-04T23:19:48.332Z] #35 13.94 math/bits
23:19:48 [2022-10-04T23:19:48.332Z] #35 14.99 math
23:19:48 [2022-10-04T23:19:48.379Z] #28 ...
23:19:48 [2022-10-04T23:19:48.379Z] 
23:19:48 [2022-10-04T23:19:48.379Z] #29 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.728 + RM_GOPATH=0
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.728 + TMP_GOPATH=
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.728 + : /build
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.729 + '[' -z '' ']'
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.740 ++ mktemp -d
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.748 + export GOPATH=/tmp/tmp.fgmw4GmLd4
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.748 + GOPATH=/tmp/tmp.fgmw4GmLd4
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.748 + RM_GOPATH=1
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.748 + case "$(go env GOARCH)" in
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.748 ++ go env GOARCH
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.780 + export GO_BUILDMODE=-buildmode=pie
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.780 + GO_BUILDMODE=-buildmode=pie
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.780 ++ dirname /tmp/install/install.sh
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.789 Install rootlesskit version v0.14.4
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.789 + dir=/tmp/install
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.789 + bin=rootlesskit
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.789 + shift
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.789 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.789 + . /tmp/install/rootlesskit.installer
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.789 ++ : v0.14.4
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.789 + install_rootlesskit
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.789 + case "$1" in
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.789 + export CGO_ENABLED=0
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.789 + CGO_ENABLED=0
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.789 + _install_rootlesskit
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.789 + echo 'Install rootlesskit version v0.14.4'
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.789 + for f in rootlesskit rootlesskit-docker-proxy
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.789 + GOBIN=/build
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.789 + GO111MODULE=on
23:19:48 [2022-10-04T23:19:48.379Z] #0 4.789 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
23:19:48 [2022-10-04T23:19:48.379Z] #0 5.335 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
23:19:48 [2022-10-04T23:19:48.379Z] #0 7.546 go: downloading github.com/pkg/errors v0.9.1
23:19:48 [2022-10-04T23:19:48.379Z] #0 7.642 go: downloading github.com/sirupsen/logrus v1.8.1
23:19:48 [2022-10-04T23:19:48.379Z] #0 7.643 go: downloading github.com/urfave/cli/v2 v2.3.0
23:19:48 [2022-10-04T23:19:48.379Z] #0 8.134 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
23:19:48 [2022-10-04T23:19:48.379Z] #0 9.634 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
23:19:48 [2022-10-04T23:19:48.379Z] #29 10.43 go: downloading github.com/google/uuid v1.3.0
23:19:48 [2022-10-04T23:19:48.379Z] #29 10.53 go: downloading github.com/moby/vpnkit v0.5.0
23:19:48 [2022-10-04T23:19:48.379Z] #29 ...
23:19:48 [2022-10-04T23:19:48.379Z] 
23:19:48 [2022-10-04T23:19:48.379Z] #30 [containerd 1/2] 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
23:19:48 [2022-10-04T23:19:48.379Z] #0 5.567 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:19:48 [2022-10-04T23:19:48.379Z] #0 5.626 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:48 [2022-10-04T23:19:48.379Z] #0 5.626 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:48 [2022-10-04T23:19:48.379Z] #0 6.680 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
23:19:48 [2022-10-04T23:19:48.379Z] #0 9.152 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [185 kB]
23:19:48 [2022-10-04T23:19:48.624Z] #23 ...
23:19:48 [2022-10-04T23:19:48.624Z] 
23:19:48 [2022-10-04T23:19:48.624Z] #24 [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
23:19:48 [2022-10-04T23:19:48.635Z] #30 ...
23:19:48 [2022-10-04T23:19:48.635Z] 
23:19:48 [2022-10-04T23:19:48.635Z] #31 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
23:19:48 [2022-10-04T23:19:48.635Z] #0 4.799 + RM_GOPATH=0
23:19:48 [2022-10-04T23:19:48.635Z] #0 4.799 + TMP_GOPATH=
23:19:48 [2022-10-04T23:19:48.635Z] #0 4.799 + : /build
23:19:48 [2022-10-04T23:19:48.635Z] #0 4.799 + '[' -z '' ']'
23:19:48 [2022-10-04T23:19:48.635Z] #0 4.799 ++ mktemp -d
23:19:48 [2022-10-04T23:19:48.635Z] #0 4.831 + export GOPATH=/tmp/tmp.tB2LDFkUwf
23:19:48 [2022-10-04T23:19:48.635Z] #0 4.831 + GOPATH=/tmp/tmp.tB2LDFkUwf
23:19:48 [2022-10-04T23:19:48.635Z] #0 4.831 + RM_GOPATH=1
23:19:48 [2022-10-04T23:19:48.635Z] #0 4.831 + case "$(go env GOARCH)" in
23:19:48 [2022-10-04T23:19:48.635Z] #0 4.831 ++ go env GOARCH
23:19:48 [2022-10-04T23:19:48.635Z] #0 4.847 + export GO_BUILDMODE=-buildmode=pie
23:19:48 [2022-10-04T23:19:48.635Z] #0 4.847 + GO_BUILDMODE=-buildmode=pie
23:19:48 [2022-10-04T23:19:48.635Z] #0 4.847 ++ dirname /tmp/install/install.sh
23:19:48 [2022-10-04T23:19:48.635Z] #0 4.863 Install shfmt version v3.0.2
23:19:48 [2022-10-04T23:19:48.635Z] #0 4.869 + dir=/tmp/install
23:19:48 [2022-10-04T23:19:48.635Z] #0 4.869 + bin=shfmt
23:19:48 [2022-10-04T23:19:48.635Z] #0 4.869 + shift
23:19:48 [2022-10-04T23:19:48.636Z] #0 4.869 + '[' '!' -f /tmp/install/shfmt.installer ']'
23:19:48 [2022-10-04T23:19:48.636Z] #0 4.869 + . /tmp/install/shfmt.installer
23:19:48 [2022-10-04T23:19:48.636Z] #0 4.869 ++ : v3.0.2
23:19:48 [2022-10-04T23:19:48.636Z] #0 4.869 + install_shfmt
23:19:48 [2022-10-04T23:19:48.636Z] #0 4.869 + echo 'Install shfmt version v3.0.2'
23:19:48 [2022-10-04T23:19:48.636Z] #0 4.869 + GOBIN=/build
23:19:48 [2022-10-04T23:19:48.636Z] #0 4.869 + GO111MODULE=on
23:19:48 [2022-10-04T23:19:48.636Z] #0 4.869 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2
23:19:48 [2022-10-04T23:19:48.636Z] #0 5.239 go: downloading mvdan.cc/sh/v3 v3.0.2
23:19:48 [2022-10-04T23:19:48.892Z] #31 ...
23:19:48 [2022-10-04T23:19:48.892Z] 
23:19:48 [2022-10-04T23:19:48.892Z] #32 [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
23:19:48 [2022-10-04T23:19:48.892Z] #0 5.420 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:19:48 [2022-10-04T23:19:48.892Z] #0 5.525 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:48 [2022-10-04T23:19:48.892Z] #0 5.529 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:48 [2022-10-04T23:19:48.892Z] #0 6.581 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
23:19:48 [2022-10-04T23:19:48.892Z] #0 9.223 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [185 kB]
23:19:48 [2022-10-04T23:19:48.892Z] #32 ...
23:19:48 [2022-10-04T23:19:48.892Z] 
23:19:48 [2022-10-04T23:19:48.892Z] #33 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.615 + RM_GOPATH=0
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.615 + TMP_GOPATH=
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.615 + : /build
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.615 + '[' -z '' ']'
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.615 ++ mktemp -d
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.615 + export GOPATH=/tmp/tmp.XPMTYFI9xe
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.615 + GOPATH=/tmp/tmp.XPMTYFI9xe
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.615 + RM_GOPATH=1
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.615 + case "$(go env GOARCH)" in
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.615 ++ go env GOARCH
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.676 Install golangci-lint version v1.44.0
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.679 + export GO_BUILDMODE=-buildmode=pie
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.679 + GO_BUILDMODE=-buildmode=pie
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.679 ++ dirname /tmp/install/install.sh
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.679 + dir=/tmp/install
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.679 + bin=golangci_lint
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.679 + shift
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.679 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.679 + . /tmp/install/golangci_lint.installer
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.679 ++ : v1.44.0
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.679 + install_golangci_lint
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.679 + set -e
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.679 + echo 'Install golangci-lint version v1.44.0'
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.679 + GOBIN=/build
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.679 + GO111MODULE=on
23:19:48 [2022-10-04T23:19:48.892Z] #0 3.679 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0
23:19:48 [2022-10-04T23:19:48.892Z] #0 4.051 go: downloading github.com/golangci/golangci-lint v1.44.0
23:19:49 [2022-10-04T23:19:49.149Z] #33 ...
23:19:49 [2022-10-04T23:19:49.149Z] 
23:19:49 [2022-10-04T23:19:49.149Z] #34 [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
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.814 + git clone https://github.com/kolyshkin/go-swagger.git .
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.830 Cloning into '.'...
23:19:49 [2022-10-04T23:19:49.149Z] #34 ...
23:19:49 [2022-10-04T23:19:49.149Z] 
23:19:49 [2022-10-04T23:19:49.149Z] #35 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.903 + RM_GOPATH=0
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.903 + TMP_GOPATH=
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.903 + : /build
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.903 + '[' -z '' ']'
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.913 ++ mktemp -d
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.913 + export GOPATH=/tmp/tmp.OyNAcxNKFk
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.913 + GOPATH=/tmp/tmp.OyNAcxNKFk
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.913 + RM_GOPATH=1
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.913 + case "$(go env GOARCH)" in
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.927 ++ go env GOARCH
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.958 + export GO_BUILDMODE=-buildmode=pie
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.959 + GO_BUILDMODE=-buildmode=pie
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.984 ++ dirname /tmp/install/install.sh
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.992 Install vndr version v0.1.2
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.992 + dir=/tmp/install
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.992 + bin=vndr
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.992 + shift
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.992 + '[' '!' -f /tmp/install/vndr.installer ']'
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.992 + . /tmp/install/vndr.installer
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.992 ++ : v0.1.2
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.992 + install_vndr
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.992 + echo 'Install vndr version v0.1.2'
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.992 + GOBIN=/build
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.992 + GO111MODULE=on
23:19:49 [2022-10-04T23:19:49.149Z] #0 4.992 + go install github.com/LK4D4/vndr@v0.1.2
23:19:49 [2022-10-04T23:19:49.149Z] #0 5.557 go: downloading github.com/LK4D4/vndr v0.1.2
23:19:49 [2022-10-04T23:19:49.406Z] #35 ...
23:19:49 [2022-10-04T23:19:49.406Z] 
23:19:49 [2022-10-04T23:19:49.406Z] #36 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:19:49 [2022-10-04T23:19:49.406Z] #0 5.418 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:19:49 [2022-10-04T23:19:49.406Z] #0 5.532 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:49 [2022-10-04T23:19:49.406Z] #0 5.588 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:49 [2022-10-04T23:19:49.406Z] #0 6.561 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
23:19:49 [2022-10-04T23:19:49.406Z] #0 8.967 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [185 kB]
23:19:49 [2022-10-04T23:19:49.406Z] #0 11.18 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [4160 B]
23:19:49 [2022-10-04T23:19:49.406Z] #36 ...
23:19:49 [2022-10-04T23:19:49.406Z] 
23:19:49 [2022-10-04T23:19:49.406Z] #29 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:19:49 [2022-10-04T23:19:49.406Z] #29 11.08 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
23:19:49 [2022-10-04T23:19:49.406Z] #29 11.21 go: downloading github.com/gofrs/flock v0.8.1
23:19:49 [2022-10-04T23:19:49.406Z] #29 11.31 go: downloading github.com/gorilla/mux v1.8.0
23:19:49 [2022-10-04T23:19:49.406Z] #29 11.52 go: downloading github.com/moby/sys/mountinfo v0.4.1
23:19:49 [2022-10-04T23:19:49.567Z] #24 ...
23:19:49 [2022-10-04T23:19:49.567Z] 
23:19:49 [2022-10-04T23:19:49.567Z] #25 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
23:19:49 [2022-10-04T23:19:49.567Z] #0 6.380 + RM_GOPATH=0
23:19:49 [2022-10-04T23:19:49.567Z] #0 6.380 + TMP_GOPATH=
23:19:49 [2022-10-04T23:19:49.567Z] #0 6.380 + : /build
23:19:49 [2022-10-04T23:19:49.567Z] #0 6.380 + '[' -z '' ']'
23:19:49 [2022-10-04T23:19:49.567Z] #0 6.380 ++ mktemp -d
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.399 + export GOPATH=/tmp/tmp.uz6ovfuUyV
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.399 + GOPATH=/tmp/tmp.uz6ovfuUyV
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.399 + RM_GOPATH=1
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.399 + case "$(go env GOARCH)" in
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.399 ++ go env GOARCH
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.407 + export GO_BUILDMODE=-buildmode=pie
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.407 + GO_BUILDMODE=-buildmode=pie
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.407 ++ dirname /tmp/install/install.sh
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.407 + dir=/tmp/install
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.407 + bin=proxy
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.407 + shift
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.407 + '[' '!' -f /tmp/install/proxy.installer ']'
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.407 + . /tmp/install/proxy.installer
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.407 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.407 + install_proxy
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.407 + case "$1" in
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.407 + export CGO_ENABLED=0
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.407 + CGO_ENABLED=0
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.407 + _install_proxy
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.407 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.407 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.uz6ovfuUyV/src/github.com/docker/libnetwork
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.408 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
23:19:49 [2022-10-04T23:19:49.567Z] #25 6.413 Cloning into '/tmp/tmp.uz6ovfuUyV/src/github.com/docker/libnetwork'...
23:19:49 [2022-10-04T23:19:49.716Z] #35 ...
23:19:49 [2022-10-04T23:19:49.716Z] 
23:19:49 [2022-10-04T23:19:49.716Z] #22 [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
23:19:49 [2022-10-04T23:19:49.716Z] #22 6.214 + git clone https://github.com/kolyshkin/go-swagger.git .
23:19:49 [2022-10-04T23:19:49.716Z] #22 6.217 Cloning into '.'...
23:19:49 [2022-10-04T23:19:49.716Z] #22 ...
23:19:49 [2022-10-04T23:19:49.716Z] 
23:19:49 [2022-10-04T23:19:49.716Z] #27 [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
23:19:49 [2022-10-04T23:19:49.716Z] #27 13.50 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:19:49 [2022-10-04T23:19:49.716Z] #27 15.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:19:49 [2022-10-04T23:19:49.716Z] #27 ...
23:19:49 [2022-10-04T23:19:49.716Z] 
23:19:49 [2022-10-04T23:19:49.716Z] #26 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
23:19:49 [2022-10-04T23:19:49.716Z] #26 16.48 + mkdir -p /build
23:19:49 [2022-10-04T23:19:49.716Z] #26 16.50 + mv docker/docker /build/
23:19:49 [2022-10-04T23:19:49.716Z] #26 16.51 + rmdir docker
23:19:49 [2022-10-04T23:19:49.716Z] #26 DONE 16.6s
23:19:49 [2022-10-04T23:19:49.828Z] #25 ...
23:19:49 [2022-10-04T23:19:49.828Z] 
23:19:49 [2022-10-04T23:19:49.828Z] #26 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.658 + RM_GOPATH=0
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.658 + TMP_GOPATH=
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.658 + : /build
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.658 + '[' -z '' ']'
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.658 ++ mktemp -d
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.658 + export GOPATH=/tmp/tmp.IEtzgJq754
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.658 + GOPATH=/tmp/tmp.IEtzgJq754
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.658 + RM_GOPATH=1
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.658 + case "$(go env GOARCH)" in
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.658 ++ go env GOARCH
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.663 + export GO_BUILDMODE=-buildmode=pie
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.663 + GO_BUILDMODE=-buildmode=pie
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.664 ++ dirname /tmp/install/install.sh
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.664 + dir=/tmp/install
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.664 + bin=dockercli
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.664 + shift
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.664 + '[' '!' -f /tmp/install/dockercli.installer ']'
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.664 + . /tmp/install/dockercli.installer
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.664 ++ : stable
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.664 ++ : 17.06.2-ce
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.664 + install_dockercli
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.664 + echo 'Install docker/cli version 17.06.2-ce from stable'
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.665 ++ uname -m
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.667 + arch=x86_64
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.667 + '[' x86_64 '!=' x86_64 ']'
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.667 + url=https://download.docker.com/linux/static
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.667 + tar -xz docker/docker
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.668 Install docker/cli version 17.06.2-ce from stable
23:19:49 [2022-10-04T23:19:49.828Z] #0 6.671 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
23:19:49 [2022-10-04T23:19:49.969Z] #29 11.82 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
23:19:49 [2022-10-04T23:19:49.969Z] #29 11.96 go: downloading github.com/u-root/u-root v7.0.0+incompatible
23:19:49 [2022-10-04T23:19:49.978Z] 
23:19:49 [2022-10-04T23:19:49.978Z] #32 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:19:49 [2022-10-04T23:19:49.978Z] #32 11.89 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
23:19:49 [2022-10-04T23:19:49.978Z] #32 15.39 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
23:19:49 [2022-10-04T23:19:49.978Z] #32 16.45 go: downloading github.com/google/uuid v1.3.0
23:19:49 [2022-10-04T23:19:49.978Z] #32 16.64 go: downloading github.com/moby/vpnkit v0.5.0
23:19:50 [2022-10-04T23:19:50.147Z] #34 ...
23:19:50 [2022-10-04T23:19:50.147Z] 
23:19:50 [2022-10-04T23:19:50.147Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
23:19:50 [2022-10-04T23:19:50.147Z] #21 14.23 + mkdir -p /build
23:19:50 [2022-10-04T23:19:50.147Z] #21 14.24 + mv docker/docker /build/
23:19:50 [2022-10-04T23:19:50.147Z] #21 14.25 + rmdir docker
23:19:50 [2022-10-04T23:19:50.147Z] #21 DONE 15.0s
23:19:50 [2022-10-04T23:19:50.147Z] 
23:19:50 [2022-10-04T23:19:50.147Z] #29 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:19:50 [2022-10-04T23:19:50.147Z] #29 12.29 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
23:19:50 [2022-10-04T23:19:50.147Z] #29 12.98 go: downloading github.com/google/uuid v1.3.0
23:19:50 [2022-10-04T23:19:50.147Z] #29 13.03 go: downloading github.com/moby/vpnkit v0.5.0
23:19:50 [2022-10-04T23:19:50.147Z] #29 13.04 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
23:19:50 [2022-10-04T23:19:50.147Z] #29 13.29 go: downloading github.com/gofrs/flock v0.8.1
23:19:50 [2022-10-04T23:19:50.147Z] #29 13.32 go: downloading github.com/gorilla/mux v1.8.0
23:19:50 [2022-10-04T23:19:50.147Z] #29 13.53 go: downloading github.com/moby/sys/mountinfo v0.4.1
23:19:50 [2022-10-04T23:19:50.147Z] #29 13.94 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
23:19:50 [2022-10-04T23:19:50.147Z] #29 14.06 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
23:19:50 [2022-10-04T23:19:50.546Z] #32 ...
23:19:50 [2022-10-04T23:19:50.546Z] 
23:19:50 [2022-10-04T23:19:50.546Z] #25 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
23:19:50 [2022-10-04T23:19:50.546Z] #25 17.22 go: downloading github.com/jonboulle/clockwork v0.2.2
23:19:50 [2022-10-04T23:19:50.805Z] #25 17.40 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
23:19:50 [2022-10-04T23:19:50.805Z] #25 17.56 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
23:19:50 [2022-10-04T23:19:50.901Z] #29 ...
23:19:50 [2022-10-04T23:19:50.901Z] 
23:19:50 [2022-10-04T23:19:50.901Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.840 + RM_GOPATH=0
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.840 + TMP_GOPATH=
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.840 + : /build
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.840 + '[' -z '' ']'
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 ++ mktemp -d
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + export GOPATH=/tmp/tmp.gRKXXgWfVQ
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + GOPATH=/tmp/tmp.gRKXXgWfVQ
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + RM_GOPATH=1
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + case "$(go env GOARCH)" in
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 ++ go env GOARCH
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + export GO_BUILDMODE=-buildmode=pie
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + GO_BUILDMODE=-buildmode=pie
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 ++ dirname /tmp/install/install.sh
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + dir=/tmp/install
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + bin=dockercli
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + shift
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + '[' '!' -f /tmp/install/dockercli.installer ']'
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + . /tmp/install/dockercli.installer
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 ++ : stable
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 ++ : 17.06.2-ce
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + install_dockercli
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + echo 'Install docker/cli version 17.06.2-ce from stable'
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 ++ uname -m
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + arch=aarch64
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + '[' aarch64 '!=' x86_64 ']'
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + '[' aarch64 '!=' s390x ']'
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + '[' aarch64 '!=' armhf ']'
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + build_dockercli
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 + git clone https://github.com/docker/docker-ce /tmp/tmp.gRKXXgWfVQ/tmp/docker-ce
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.894 Cloning into '/tmp/tmp.gRKXXgWfVQ/tmp/docker-ce'...
23:19:50 [2022-10-04T23:19:50.901Z] #21 2.930 Install docker/cli version 17.06.2-ce from stable
23:19:50 [2022-10-04T23:19:50.901Z] #21 ...
23:19:50 [2022-10-04T23:19:50.901Z] 
23:19:50 [2022-10-04T23:19:50.901Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
23:19:50 [2022-10-04T23:19:50.901Z] #18 10.82 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
23:19:50 [2022-10-04T23:19:50.901Z] #18 12.77 #=#=#                                                                         
23:19:51 [2022-10-04T23:19:51.215Z] #26 ...
23:19:51 [2022-10-04T23:19:51.215Z] 
23:19:51 [2022-10-04T23:19:51.215Z] #27 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:19:51 [2022-10-04T23:19:51.215Z] #0 7.935 + RM_GOPATH=0
23:19:51 [2022-10-04T23:19:51.215Z] #0 7.935 + TMP_GOPATH=
23:19:51 [2022-10-04T23:19:51.215Z] #0 7.935 + : /build
23:19:51 [2022-10-04T23:19:51.215Z] #0 7.935 + '[' -z '' ']'
23:19:51 [2022-10-04T23:19:51.215Z] #0 7.935 ++ mktemp -d
23:19:51 [2022-10-04T23:19:51.215Z] #0 7.961 + export GOPATH=/tmp/tmp.9YorYbcTsf
23:19:51 [2022-10-04T23:19:51.215Z] #0 7.961 + GOPATH=/tmp/tmp.9YorYbcTsf
23:19:51 [2022-10-04T23:19:51.215Z] #0 7.961 + RM_GOPATH=1
23:19:51 [2022-10-04T23:19:51.215Z] #0 7.961 + case "$(go env GOARCH)" in
23:19:51 [2022-10-04T23:19:51.215Z] #0 7.961 ++ go env GOARCH
23:19:51 [2022-10-04T23:19:51.215Z] #0 7.998 + export GO_BUILDMODE=-buildmode=pie
23:19:51 [2022-10-04T23:19:51.215Z] #0 7.998 + GO_BUILDMODE=-buildmode=pie
23:19:51 [2022-10-04T23:19:51.215Z] #0 7.998 ++ dirname /tmp/install/install.sh
23:19:51 [2022-10-04T23:19:51.215Z] #0 8.023 + dir=/tmp/install
23:19:51 [2022-10-04T23:19:51.215Z] #0 8.023 + bin=rootlesskit
23:19:51 [2022-10-04T23:19:51.215Z] #0 8.023 + shift
23:19:51 [2022-10-04T23:19:51.215Z] #0 8.023 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
23:19:51 [2022-10-04T23:19:51.215Z] #0 8.023 + . /tmp/install/rootlesskit.installer
23:19:51 [2022-10-04T23:19:51.215Z] #0 8.023 ++ : v0.14.4
23:19:51 [2022-10-04T23:19:51.215Z] #0 8.023 + install_rootlesskit
23:19:51 [2022-10-04T23:19:51.215Z] #0 8.023 + case "$1" in
23:19:51 [2022-10-04T23:19:51.215Z] #0 8.023 + export CGO_ENABLED=0
23:19:51 [2022-10-04T23:19:51.215Z] #0 8.023 + CGO_ENABLED=0
23:19:51 [2022-10-04T23:19:51.215Z] #0 8.023 + _install_rootlesskit
23:19:51 [2022-10-04T23:19:51.215Z] #0 8.024 Install rootlesskit version v0.14.4
23:19:51 [2022-10-04T23:19:51.215Z] #0 8.024 + echo 'Install rootlesskit version v0.14.4'
23:19:51 [2022-10-04T23:19:51.215Z] #0 8.024 + for f in rootlesskit rootlesskit-docker-proxy
23:19:51 [2022-10-04T23:19:51.215Z] #0 8.024 + GOBIN=/build
23:19:51 [2022-10-04T23:19:51.215Z] #0 8.024 + GO111MODULE=on
23:19:51 [2022-10-04T23:19:51.215Z] #0 8.024 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
23:19:51 [2022-10-04T23:19:51.215Z] #27 ...
23:19:51 [2022-10-04T23:19:51.215Z] 
23:19:51 [2022-10-04T23:19:51.215Z] #24 [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
23:19:51 [2022-10-04T23:19:51.215Z] #24 7.911 + git clone https://github.com/kolyshkin/go-swagger.git .
23:19:51 [2022-10-04T23:19:51.215Z] #24 7.915 Cloning into '.'...
23:19:51 [2022-10-04T23:19:51.531Z] #29 ...
23:19:51 [2022-10-04T23:19:51.531Z] 
23:19:51 [2022-10-04T23:19:51.531Z] #25 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:19:51 [2022-10-04T23:19:51.531Z] #25 6.450 internal/itoa
23:19:51 [2022-10-04T23:19:51.531Z] #25 6.624 math/bits
23:19:51 [2022-10-04T23:19:51.531Z] #25 6.825 runtime
23:19:51 [2022-10-04T23:19:51.531Z] #25 7.314 math
23:19:51 [2022-10-04T23:19:51.531Z] #25 13.01 unicode/utf8
23:19:51 [2022-10-04T23:19:51.531Z] #25 13.87 internal/race
23:19:51 [2022-10-04T23:19:51.531Z] #25 14.18 sync/atomic
23:19:51 [2022-10-04T23:19:51.531Z] #25 15.10 unicode
23:19:51 [2022-10-04T23:19:51.531Z] #25 ...
23:19:51 [2022-10-04T23:19:51.531Z] 
23:19:51 [2022-10-04T23:19:51.531Z] #36 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
23:19:51 [2022-10-04T23:19:51.531Z] #36 16.34 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
23:19:51 [2022-10-04T23:19:51.531Z] #36 16.34 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
23:19:51 [2022-10-04T23:19:51.531Z] #36 16.39 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
23:19:51 [2022-10-04T23:19:51.672Z] #18 13.18 #=#=#                                                                         

                                                                           0.1%
######                                                                     8.4%
####################                                                      29.1%
#######################                                                   32.1%
##########################################                                58.5%
###################################################                       71.7%
###########################################################               82.4%
#######################################################################   98.8%
######################################################################## 100.0%
23:19:53 [2022-10-04T23:19:53.040Z] #18 15.64 
23:19:53 [2022-10-04T23:19:53.145Z] #24 ...
23:19:53 [2022-10-04T23:19:53.145Z] 
23:19:53 [2022-10-04T23:19:53.145Z] #28 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.174 + RM_GOPATH=0
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.174 + TMP_GOPATH=
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.174 + : /build
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.174 + '[' -z '' ']'
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.174 ++ mktemp -d
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.174 + export GOPATH=/tmp/tmp.hcPXGNjSEs
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.174 + GOPATH=/tmp/tmp.hcPXGNjSEs
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.174 + RM_GOPATH=1
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.174 + case "$(go env GOARCH)" in
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.174 ++ go env GOARCH
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.215 + export GO_BUILDMODE=-buildmode=pie
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.215 + GO_BUILDMODE=-buildmode=pie
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.215 ++ dirname /tmp/install/install.sh
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.220 + dir=/tmp/install
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.220 + bin=tomlv
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.220 + shift
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.220 + '[' '!' -f /tmp/install/tomlv.installer ']'
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.220 + . /tmp/install/tomlv.installer
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.220 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.220 + install_tomlv
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.220 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.220 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.hcPXGNjSEs/src/github.com/BurntSushi/toml
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.222 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.224 Cloning into '/tmp/tmp.hcPXGNjSEs/src/github.com/BurntSushi/toml'...
23:19:53 [2022-10-04T23:19:53.145Z] #28 ...
23:19:53 [2022-10-04T23:19:53.145Z] 
23:19:53 [2022-10-04T23:19:53.145Z] #29 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.271 + RM_GOPATH=0
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.271 + TMP_GOPATH=
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.271 + : /build
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.271 + '[' -z '' ']'
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.271 ++ mktemp -d
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.298 + export GOPATH=/tmp/tmp.ilf4Kn7QJP
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.301 + GOPATH=/tmp/tmp.ilf4Kn7QJP
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.301 + RM_GOPATH=1
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.301 + case "$(go env GOARCH)" in
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.301 ++ go env GOARCH
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.336 + export GO_BUILDMODE=-buildmode=pie
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.336 + GO_BUILDMODE=-buildmode=pie
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.336 ++ dirname /tmp/install/install.sh
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.337 + dir=/tmp/install
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.342 + bin=shfmt
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.342 + shift
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.342 + '[' '!' -f /tmp/install/shfmt.installer ']'
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.343 + . /tmp/install/shfmt.installer
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.343 ++ : v3.0.2
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.343 + install_shfmt
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.343 + echo 'Install shfmt version v3.0.2'
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.343 Install shfmt version v3.0.2
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.344 + GOBIN=/build
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.345 + GO111MODULE=on
23:19:53 [2022-10-04T23:19:53.145Z] #0 8.345 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2
23:19:53 [2022-10-04T23:19:53.145Z] #0 9.031 go: downloading mvdan.cc/sh/v3 v3.0.2
23:19:53 [2022-10-04T23:19:53.406Z] #29 ...
23:19:53 [2022-10-04T23:19:53.406Z] 
23:19:53 [2022-10-04T23:19:53.406Z] #30 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:19:53 [2022-10-04T23:19:53.406Z] #0 9.119 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:19:53 [2022-10-04T23:19:53.406Z] #0 9.284 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:53 [2022-10-04T23:19:53.406Z] #0 9.285 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:53 [2022-10-04T23:19:53.406Z] #30 ...
23:19:53 [2022-10-04T23:19:53.406Z] 
23:19:53 [2022-10-04T23:19:53.406Z] #31 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.418 + RM_GOPATH=0
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.418 + TMP_GOPATH=
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.418 + : /build
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.418 + '[' -z '' ']'
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.418 ++ mktemp -d
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.422 + export GOPATH=/tmp/tmp.vYVkzoOklC
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.424 + GOPATH=/tmp/tmp.vYVkzoOklC
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.424 + RM_GOPATH=1
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.424 + case "$(go env GOARCH)" in
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.424 ++ go env GOARCH
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.448 + export GO_BUILDMODE=-buildmode=pie
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.448 + GO_BUILDMODE=-buildmode=pie
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.448 ++ dirname /tmp/install/install.sh
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.457 + dir=/tmp/install
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.457 + bin=gotestsum
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.457 + shift
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.457 + '[' '!' -f /tmp/install/gotestsum.installer ']'
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.457 + . /tmp/install/gotestsum.installer
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.457 ++ : v1.7.0
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.457 + install_gotestsum
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.462 + set -e
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.462 + echo 'Install gotestsum version v1.7.0'
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.462 + GOBIN=/build
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.462 + GO111MODULE=on
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.462 + go install gotest.tools/gotestsum@v1.7.0
23:19:53 [2022-10-04T23:19:53.406Z] #0 7.464 Install gotestsum version v1.7.0
23:19:53 [2022-10-04T23:19:53.406Z] #0 8.174 go: downloading gotest.tools/gotestsum v1.7.0
23:19:53 [2022-10-04T23:19:53.456Z] #36 18.42 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
23:19:53 [2022-10-04T23:19:53.485Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|exports_file|files|imports|deps) took 2m26.249709742s 
23:19:53 [2022-10-04T23:19:53.485Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner.  Replaced by revive. 
23:19:53 [2022-10-04T23:19:53.485Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 394.794438ms 
23:19:53 [2022-10-04T23:19:53.667Z] #31 ...
23:19:53 [2022-10-04T23:19:53.667Z] 
23:19:53 [2022-10-04T23:19:53.667Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.307 + RM_GOPATH=0
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.307 + TMP_GOPATH=
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.307 + : /build
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.307 + '[' -z '' ']'
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.307 ++ mktemp -d
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.307 + export GOPATH=/tmp/tmp.Alp99emrp5
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.307 + GOPATH=/tmp/tmp.Alp99emrp5
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.307 + RM_GOPATH=1
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.307 + case "$(go env GOARCH)" in
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.314 ++ go env GOARCH
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.314 + export GO_BUILDMODE=-buildmode=pie
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.314 + GO_BUILDMODE=-buildmode=pie
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.318 ++ dirname /tmp/install/install.sh
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.326 + dir=/tmp/install
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.326 + bin=golangci_lint
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.326 + shift
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.326 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.326 + . /tmp/install/golangci_lint.installer
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.326 ++ : v1.44.0
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.326 + install_golangci_lint
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.326 + set -e
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.326 + echo 'Install golangci-lint version v1.44.0'
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.326 + GOBIN=/build
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.326 + GO111MODULE=on
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.326 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.326 Install golangci-lint version v1.44.0
23:19:53 [2022-10-04T23:19:53.667Z] #0 7.856 go: downloading github.com/golangci/golangci-lint v1.44.0
23:19:53 [2022-10-04T23:19:53.668Z] #32 ...
23:19:53 [2022-10-04T23:19:53.668Z] 
23:19:53 [2022-10-04T23:19:53.668Z] #33 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.089 + RM_GOPATH=0
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.089 + TMP_GOPATH=
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.095 + : /build
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.095 + '[' -z '' ']'
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.095 ++ mktemp -d
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.110 + export GOPATH=/tmp/tmp.fy8WDluPQb
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.110 + GOPATH=/tmp/tmp.fy8WDluPQb
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.110 + RM_GOPATH=1
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.110 + case "$(go env GOARCH)" in
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.110 ++ go env GOARCH
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.134 Install vndr version v0.1.2
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.134 + export GO_BUILDMODE=-buildmode=pie
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.134 + GO_BUILDMODE=-buildmode=pie
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.134 ++ dirname /tmp/install/install.sh
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.134 + dir=/tmp/install
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.134 + bin=vndr
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.134 + shift
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.134 + '[' '!' -f /tmp/install/vndr.installer ']'
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.134 + . /tmp/install/vndr.installer
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.134 ++ : v0.1.2
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.134 + install_vndr
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.134 + echo 'Install vndr version v0.1.2'
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.134 + GOBIN=/build
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.134 + GO111MODULE=on
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.134 + go install github.com/LK4D4/vndr@v0.1.2
23:19:53 [2022-10-04T23:19:53.668Z] #0 7.641 go: downloading github.com/LK4D4/vndr v0.1.2
23:19:53 [2022-10-04T23:19:53.929Z] #33 ...
23:19:53 [2022-10-04T23:19:53.929Z] 
23:19:53 [2022-10-04T23:19:53.929Z] #34 [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
23:19:53 [2022-10-04T23:19:53.929Z] #0 9.035 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:19:53 [2022-10-04T23:19:53.929Z] #0 9.158 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:53 [2022-10-04T23:19:53.929Z] #0 9.162 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:53 [2022-10-04T23:19:53.929Z] #34 10.91 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:19:53 [2022-10-04T23:19:53.929Z] #34 ...
23:19:53 [2022-10-04T23:19:53.929Z] 
23:19:53 [2022-10-04T23:19:53.929Z] #35 [tini 1/2] 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
23:19:53 [2022-10-04T23:19:53.929Z] #0 8.463 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:19:53 [2022-10-04T23:19:53.929Z] #0 8.526 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:53 [2022-10-04T23:19:53.929Z] #0 8.534 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:53 [2022-10-04T23:19:53.929Z] #0 10.76 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:19:53 [2022-10-04T23:19:53.971Z] #18 ...
23:19:53 [2022-10-04T23:19:53.971Z] 
23:19:53 [2022-10-04T23:19:53.971Z] #29 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:19:53 [2022-10-04T23:19:53.971Z] #29 16.10 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
23:19:54 [2022-10-04T23:19:54.190Z] #35 ...
23:19:54 [2022-10-04T23:19:54.190Z] 
23:19:54 [2022-10-04T23:19:54.190Z] #36 [containerd 1/2] 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
23:19:54 [2022-10-04T23:19:54.190Z] #0 7.167 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:19:54 [2022-10-04T23:19:54.190Z] #0 7.201 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:19:54 [2022-10-04T23:19:54.190Z] #0 7.201 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:19:54 [2022-10-04T23:19:54.190Z] #0 7.938 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:19:54 [2022-10-04T23:19:54.190Z] #36 ...
23:19:54 [2022-10-04T23:19:54.190Z] 
23:19:54 [2022-10-04T23:19:54.190Z] #31 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
23:19:54 [2022-10-04T23:19:54.190Z] #31 11.08 go: downloading github.com/dnephin/pflag v1.0.7
23:19:54 [2022-10-04T23:19:54.190Z] #31 11.08 go: downloading github.com/fatih/color v1.10.0
23:19:54 [2022-10-04T23:19:54.190Z] #31 11.24 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
23:19:54 [2022-10-04T23:19:54.229Z] #29 16.18 go: downloading github.com/russross/blackfriday/v2 v2.1.0
23:19:54 [2022-10-04T23:19:54.451Z] #31 11.37 go: downloading github.com/pkg/errors v0.9.1
23:19:54 [2022-10-04T23:19:54.714Z] #31 11.77 go: downloading github.com/mattn/go-colorable v0.1.8
23:19:54 [2022-10-04T23:19:54.975Z] #31 11.80 go: downloading github.com/mattn/go-isatty v0.0.12
23:19:54 [2022-10-04T23:19:54.975Z] #31 12.05 go: downloading github.com/fsnotify/fsnotify v1.4.9
23:19:54 [2022-10-04T23:19:54.975Z] #31 12.15 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
23:19:54 [2022-10-04T23:19:54.996Z] #25 21.06 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
23:19:54 [2022-10-04T23:19:54.996Z] #25 21.06 go: downloading golang.org/x/mod v0.3.0
23:19:55 [2022-10-04T23:19:55.547Z] #31 12.37 go: downloading github.com/jonboulle/clockwork v0.2.2
23:19:55 [2022-10-04T23:19:55.567Z] #25 ...
23:19:55 [2022-10-04T23:19:55.567Z] 
23:19:55 [2022-10-04T23:19:55.567Z] #30 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:19:55 [2022-10-04T23:19:55.567Z] #30 12.31 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:19:55 [2022-10-04T23:19:55.567Z] #30 14.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:19:55 [2022-10-04T23:19:55.826Z] #31 12.61 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
23:19:55 [2022-10-04T23:19:55.826Z] #31 12.88 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
23:19:55 [2022-10-04T23:19:55.826Z] #30 ...
23:19:55 [2022-10-04T23:19:55.826Z] 
23:19:55 [2022-10-04T23:19:55.826Z] #33 [tini 1/2] 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
23:19:55 [2022-10-04T23:19:55.827Z] #33 12.53 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:19:55 [2022-10-04T23:19:55.827Z] #33 14.86 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:19:55 [2022-10-04T23:19:55.827Z] #33 ...
23:19:55 [2022-10-04T23:19:55.827Z] 
23:19:55 [2022-10-04T23:19:55.827Z] #32 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:19:55 [2022-10-04T23:19:55.827Z] #32 17.44 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
23:19:55 [2022-10-04T23:19:55.827Z] #32 17.68 go: downloading github.com/gofrs/flock v0.8.1
23:19:55 [2022-10-04T23:19:55.827Z] #32 17.86 go: downloading github.com/gorilla/mux v1.8.0
23:19:55 [2022-10-04T23:19:55.827Z] #32 18.25 go: downloading github.com/moby/sys/mountinfo v0.4.1
23:19:55 [2022-10-04T23:19:55.827Z] #32 19.45 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
23:19:55 [2022-10-04T23:19:55.827Z] #32 19.76 go: downloading github.com/u-root/u-root v7.0.0+incompatible
23:19:56 [2022-10-04T23:19:56.430Z] #31 13.19 go: downloading golang.org/x/tools v0.1.0
23:19:56 [2022-10-04T23:19:56.763Z] #32 ...
23:19:56 [2022-10-04T23:19:56.763Z] 
23:19:56 [2022-10-04T23:19:56.763Z] #36 [containerd 1/2] 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
23:19:56 [2022-10-04T23:19:56.763Z] #36 13.29 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:19:56 [2022-10-04T23:19:56.763Z] #36 15.33 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:19:56 [2022-10-04T23:19:56.763Z] #36 ...
23:19:56 [2022-10-04T23:19:56.763Z] 
23:19:56 [2022-10-04T23:19:56.763Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:19:56 [2022-10-04T23:19:56.763Z] #35 22.76 unicode/utf8
23:19:56 [2022-10-04T23:19:56.777Z] #36 ...
23:19:56 [2022-10-04T23:19:56.777Z] 
23:19:56 [2022-10-04T23:19:56.777Z] #27 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:19:56 [2022-10-04T23:19:56.777Z] #27 11.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:19:56 [2022-10-04T23:19:56.777Z] #27 20.03 Fetched 8586 kB in 14s (611 kB/s)
23:19:57 [2022-10-04T23:19:57.022Z] #35 23.81 internal/race
23:19:57 [2022-10-04T23:19:57.036Z] #27 20.03 Reading package lists...
23:19:57 [2022-10-04T23:19:57.036Z] #27 ...
23:19:57 [2022-10-04T23:19:57.036Z] 
23:19:57 [2022-10-04T23:19:57.036Z] #25 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:19:57 [2022-10-04T23:19:57.036Z] #25 20.28 encoding
23:19:57 [2022-10-04T23:19:57.036Z] #25 ...
23:19:57 [2022-10-04T23:19:57.036Z] 
23:19:57 [2022-10-04T23:19:57.036Z] #35 [tini 1/2] 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
23:19:57 [2022-10-04T23:19:57.036Z] #35 12.24 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:19:57 [2022-10-04T23:19:57.036Z] #35 20.74 Fetched 8586 kB in 14s (594 kB/s)
23:19:57 [2022-10-04T23:19:57.297Z] #35 20.74 Reading package lists...
23:19:57 [2022-10-04T23:19:57.297Z] #35 ...
23:19:57 [2022-10-04T23:19:57.297Z] 
23:19:57 [2022-10-04T23:19:57.297Z] #34 [containerd 1/2] 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
23:19:57 [2022-10-04T23:19:57.297Z] #34 20.28 Fetched 8586 kB in 14s (616 kB/s)
23:19:57 [2022-10-04T23:19:57.557Z] #34 20.28 Reading package lists...
23:19:57 [2022-10-04T23:19:57.557Z] #34 ...
23:19:57 [2022-10-04T23:19:57.557Z] 
23:19:57 [2022-10-04T23:19:57.557Z] #26 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
23:19:57 [2022-10-04T23:19:57.557Z] #26 12.69 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
23:19:57 [2022-10-04T23:19:57.557Z] #26 12.72 go: downloading golang.org/x/mod v0.3.0
23:19:57 [2022-10-04T23:19:57.590Z] #35 24.28 sync/atomic
23:19:57 [2022-10-04T23:19:57.818Z] #26 ...
23:19:57 [2022-10-04T23:19:57.818Z] 
23:19:57 [2022-10-04T23:19:57.818Z] #31 [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
23:19:57 [2022-10-04T23:19:57.818Z] #31 13.78 Fetched 8586 kB in 10s (824 kB/s)
23:19:57 [2022-10-04T23:19:57.818Z] #31 13.78 Reading package lists...
23:19:58 [2022-10-04T23:19:58.078Z] #31 20.18 Reading package lists...
23:19:58 [2022-10-04T23:19:58.078Z] #31 ...
23:19:58 [2022-10-04T23:19:58.078Z] 
23:19:58 [2022-10-04T23:19:58.078Z] #28 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
23:19:58 [2022-10-04T23:19:58.078Z] #28 23.14 Updating files:  58% (1114/1910)
23:19:58 [2022-10-04T23:19:58.078Z] #28 ...
23:19:58 [2022-10-04T23:19:58.078Z] 
23:19:58 [2022-10-04T23:19:58.078Z] #33 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
23:19:58 [2022-10-04T23:19:58.078Z] #33 DONE 23.2s
23:19:58 [2022-10-04T23:19:58.078Z] 
23:19:58 [2022-10-04T23:19:58.078Z] #28 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
23:19:58 [2022-10-04T23:19:58.417Z] #29 ...
23:19:58 [2022-10-04T23:19:58.417Z] 
23:19:58 [2022-10-04T23:19:58.417Z] #35 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
23:19:58 [2022-10-04T23:19:58.417Z] #35 DONE 20.1s
23:19:58 [2022-10-04T23:19:58.417Z] 
23:19:58 [2022-10-04T23:19:58.417Z] #25 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
23:19:58 [2022-10-04T23:19:58.417Z] #25 10.23 go: downloading github.com/jonboulle/clockwork v0.2.2
23:19:58 [2022-10-04T23:19:58.417Z] #25 10.40 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
23:19:58 [2022-10-04T23:19:58.417Z] #25 10.50 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
23:19:58 [2022-10-04T23:19:58.417Z] #25 12.14 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
23:19:58 [2022-10-04T23:19:58.417Z] #25 12.17 go: downloading golang.org/x/mod v0.3.0
23:19:58 [2022-10-04T23:19:58.417Z] #25 ...
23:19:58 [2022-10-04T23:19:58.417Z] 
23:19:58 [2022-10-04T23:19:58.417Z] #28 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
23:19:58 [2022-10-04T23:19:58.417Z] #28 18.42 Updating files:  65% (1248/1910)
Updating files:  66% (1261/1910)
Updating files:  67% (1280/1910)
Updating files:  68% (1299/1910)
Updating files:  69% (1318/1910)
Updating files:  70% (1337/1910)
Updating files:  71% (1357/1910)
Updating files:  72% (1376/1910)
Updating files:  73% (1395/1910)
Updating files:  74% (1414/1910)
Updating files:  75% (1433/1910)
Updating files:  76% (1452/1910)
Updating files:  77% (1471/1910)
Updating files:  78% (1490/1910)
Updating files:  79% (1509/1910)
Updating files:  80% (1528/1910)
Updating files:  81% (1548/1910)
Updating files:  82% (1567/1910)
Updating files:  83% (1586/1910)
Updating files:  84% (1605/1910)
Updating files:  85% (1624/1910)
Updating files:  86% (1643/1910)
Updating files:  87% (1662/1910)
Updating files:  88% (1681/1910)
Updating files:  89% (1700/1910)
Updating files:  90% (1719/1910)
Updating files:  91% (1739/1910)
Updating files:  92% (1758/1910)
Updating files:  93% (1777/1910)
Updating files:  94% (1796/1910)
Updating files:  95% (1815/1910)
Updating files:  96% (1834/1910)
Updating files:  97% (1853/1910)
Updating files:  98% (1872/1910)
Updating files:  99% (1891/1910)
Updating files: 100% (1910/1910)
Updating files: 100% (1910/1910), done.
23:19:58 [2022-10-04T23:19:58.417Z] #28 19.00 + cd /tmp/tmp.HgCYAOXK27/src/github.com/docker/libnetwork
23:19:58 [2022-10-04T23:19:58.417Z] #28 19.00 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
23:19:58 [2022-10-04T23:19:58.417Z] #28 19.52 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
23:19:58 [2022-10-04T23:19:58.867Z] #28 23.14 Updating files:  58% (1114/1910)
Updating files:  59% (1127/1910)
Updating files:  60% (1146/1910)
Updating files:  61% (1166/1910)
Updating files:  62% (1185/1910)
Updating files:  63% (1204/1910)
Updating files:  64% (1223/1910)
Updating files:  65% (1242/1910)
Updating files:  66% (1261/1910)
Updating files:  67% (1280/1910)
Updating files:  68% (1299/1910)
Updating files:  69% (1318/1910)
Updating files:  70% (1337/1910)
Updating files:  71% (1357/1910)
Updating files:  72% (1376/1910)
Updating files:  73% (1395/1910)
Updating files:  74% (1414/1910)
Updating files:  75% (1433/1910)
Updating files:  76% (1452/1910)
Updating files:  77% (1471/1910)
Updating files:  78% (1490/1910)
Updating files:  79% (1509/1910)
Updating files:  80% (1528/1910)
Updating files:  81% (1548/1910)
Updating files:  82% (1567/1910)
Updating files:  83% (1586/1910)
Updating files:  84% (1605/1910)
Updating files:  85% (1624/1910)
Updating files:  86% (1643/1910)
Updating files:  87% (1662/1910)
Updating files:  88% (1681/1910)
Updating files:  89% (1700/1910)
Updating files:  90% (1719/1910)
Updating files:  91% (1739/1910)
Updating files:  92% (1758/1910)
Updating files:  93% (1777/1910)
Updating files:  94% (1796/1910)
Updating files:  95% (1815/1910)
Updating files:  96% (1834/1910)
Updating files:  97% (1853/1910)
Updating files:  98% (1872/1910)
Updating files:  99% (1891/1910)
Updating files: 100% (1910/1910)
Updating files: 100% (1910/1910), done.
23:19:58 [2022-10-04T23:19:58.867Z] #28 24.06 + cd /tmp/tmp.r7Q5SmMsQR/src/github.com/docker/libnetwork
23:19:59 [2022-10-04T23:19:59.126Z] #28 24.07 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
23:19:59 [2022-10-04T23:19:59.353Z] #28 ...
23:19:59 [2022-10-04T23:19:59.353Z] 
23:19:59 [2022-10-04T23:19:59.353Z] #27 [tini 1/2] 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
23:19:59 [2022-10-04T23:19:59.353Z] #27 11.16 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [4160 B]
23:19:59 [2022-10-04T23:19:59.353Z] #27 16.42 Fetched 8469 kB in 11s (756 kB/s)
23:19:59 [2022-10-04T23:19:59.353Z] #27 16.42 Reading package lists...
23:19:59 [2022-10-04T23:19:59.353Z] #27 ...
23:19:59 [2022-10-04T23:19:59.353Z] 
23:19:59 [2022-10-04T23:19:59.353Z] #24 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:19:59 [2022-10-04T23:19:59.353Z] #24 20.47 Updating files:  72% (1574/2185)
Updating files:  73% (1596/2185)
Updating files:  74% (1617/2185)
Updating files:  75% (1639/2185)
Updating files:  76% (1661/2185)
Updating files:  77% (1683/2185)
Updating files:  78% (1705/2185)
Updating files:  79% (1727/2185)
Updating files:  80% (1748/2185)
Updating files:  81% (1770/2185)
Updating files:  82% (1792/2185)
Updating files:  83% (1814/2185)
Updating files:  84% (1836/2185)
Updating files:  85% (1858/2185)
Updating files:  86% (1880/2185)
Updating files:  87% (1901/2185)
Updating files:  88% (1923/2185)
Updating files:  89% (1945/2185)
Updating files:  90% (1967/2185)
Updating files:  91% (1989/2185)
Updating files:  92% (2011/2185)
Updating files:  93% (2033/2185)
Updating files:  94% (2054/2185)
Updating files:  95% (2076/2185)
Updating files:  96% (2098/2185)
Updating files:  97% (2120/2185)
Updating files:  98% (2142/2185)
Updating files:  99% (2164/2185)
Updating files: 100% (2185/2185)
Updating files: 100% (2185/2185), done.
23:19:59 [2022-10-04T23:19:59.494Z] #35 25.81 unicode
23:19:59 [2022-10-04T23:19:59.610Z] #24 21.26 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
23:19:59 [2022-10-04T23:19:59.610Z] #24 ...
23:19:59 [2022-10-04T23:19:59.610Z] 
23:19:59 [2022-10-04T23:19:59.610Z] #30 [containerd 1/2] 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
23:19:59 [2022-10-04T23:19:59.610Z] #30 11.64 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [4160 B]
23:19:59 [2022-10-04T23:19:59.610Z] #30 16.10 Fetched 8469 kB in 11s (778 kB/s)
23:19:59 [2022-10-04T23:19:59.610Z] #30 16.10 Reading package lists...
23:19:59 [2022-10-04T23:19:59.696Z] #28 24.74 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
23:19:59 [2022-10-04T23:19:59.867Z] #30 21.92 Reading package lists...
23:19:59 [2022-10-04T23:19:59.867Z] #30 ...
23:19:59 [2022-10-04T23:19:59.867Z] 
23:19:59 [2022-10-04T23:19:59.867Z] #32 [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
23:19:59 [2022-10-04T23:19:59.867Z] #32 11.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [4160 B]
23:19:59 [2022-10-04T23:19:59.867Z] #32 16.59 Fetched 8469 kB in 11s (742 kB/s)
23:20:00 [2022-10-04T23:20:00.123Z] #32 16.59 Reading package lists...
23:20:00 [2022-10-04T23:20:00.123Z] #32 ...
23:20:00 [2022-10-04T23:20:00.123Z] 
23:20:00 [2022-10-04T23:20:00.123Z] #27 [tini 1/2] 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
23:20:00 [2022-10-04T23:20:00.123Z] #27 16.42 Reading package lists...
23:20:00 [2022-10-04T23:20:00.687Z] #27 21.77 Reading package lists...
23:20:00 [2022-10-04T23:20:00.687Z] #27 ...
23:20:00 [2022-10-04T23:20:00.687Z] 
23:20:00 [2022-10-04T23:20:00.687Z] #31 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
23:20:00 [2022-10-04T23:20:00.687Z] #31 12.70 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
23:20:00 [2022-10-04T23:20:00.687Z] #31 12.70 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
23:20:00 [2022-10-04T23:20:00.687Z] #31 12.72 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
23:20:00 [2022-10-04T23:20:00.687Z] #31 14.20 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
23:20:00 [2022-10-04T23:20:00.943Z] #31 ...
23:20:00 [2022-10-04T23:20:00.943Z] 
23:20:00 [2022-10-04T23:20:00.943Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
23:20:00 [2022-10-04T23:20:00.943Z] #18 20.76 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
23:20:00 [2022-10-04T23:20:00.943Z] #18 22.74 
23:20:00 [2022-10-04T23:20:00.943Z] #18 23.12 #=#=#                                                                         

######################################################################## 100.0%
23:20:01 [2022-10-04T23:20:01.606Z] #28 ...
23:20:01 [2022-10-04T23:20:01.606Z] 
23:20:01 [2022-10-04T23:20:01.606Z] #29 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:20:01 [2022-10-04T23:20:01.606Z] #29 16.73 go: downloading github.com/u-root/u-root v7.0.0+incompatible
23:20:01 [2022-10-04T23:20:01.606Z] #29 21.73 go: downloading github.com/russross/blackfriday/v2 v2.1.0
23:20:01 [2022-10-04T23:20:01.726Z] #31 ...
23:20:01 [2022-10-04T23:20:01.727Z] 
23:20:01 [2022-10-04T23:20:01.727Z] #28 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:20:01 [2022-10-04T23:20:01.727Z] #28 10.54 + cd /tmp/tmp.hcPXGNjSEs/src/github.com/BurntSushi/toml
23:20:01 [2022-10-04T23:20:01.727Z] #28 10.55 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
23:20:01 [2022-10-04T23:20:01.727Z] #28 10.71 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
23:20:01 [2022-10-04T23:20:01.727Z] #28 11.83 internal/unsafeheader
23:20:01 [2022-10-04T23:20:01.727Z] #28 11.83 internal/goarch
23:20:01 [2022-10-04T23:20:01.727Z] #28 12.32 internal/cpu
23:20:01 [2022-10-04T23:20:01.727Z] #28 12.36 internal/abi
23:20:01 [2022-10-04T23:20:01.727Z] #28 13.19 internal/goexperiment
23:20:01 [2022-10-04T23:20:01.727Z] #28 13.47 internal/goos
23:20:01 [2022-10-04T23:20:01.727Z] #28 13.51 internal/bytealg
23:20:01 [2022-10-04T23:20:01.727Z] #28 13.57 runtime/internal/atomic
23:20:01 [2022-10-04T23:20:01.727Z] #28 15.07 runtime/internal/math
23:20:01 [2022-10-04T23:20:01.727Z] #28 15.43 runtime/internal/sys
23:20:01 [2022-10-04T23:20:01.727Z] #28 15.70 runtime/internal/syscall
23:20:01 [2022-10-04T23:20:01.727Z] #28 16.26 internal/itoa
23:20:01 [2022-10-04T23:20:01.727Z] #28 16.66 math/bits
23:20:01 [2022-10-04T23:20:01.727Z] #28 16.72 runtime
23:20:01 [2022-10-04T23:20:01.727Z] #28 ...
23:20:01 [2022-10-04T23:20:01.727Z] 
23:20:01 [2022-10-04T23:20:01.727Z] #23 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:20:01 [2022-10-04T23:20:01.727Z] #23 8.050 + git clone https://github.com/docker/distribution.git .
23:20:01 [2022-10-04T23:20:01.727Z] #23 8.053 Cloning into '.'...
23:20:01 [2022-10-04T23:20:01.727Z] #23 ...
23:20:01 [2022-10-04T23:20:01.727Z] 
23:20:01 [2022-10-04T23:20:01.727Z] #29 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
23:20:01 [2022-10-04T23:20:01.727Z] #29 10.94 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
23:20:01 [2022-10-04T23:20:01.727Z] #29 10.97 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
23:20:01 [2022-10-04T23:20:01.727Z] #29 11.00 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
23:20:01 [2022-10-04T23:20:01.727Z] #29 14.24 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
23:20:01 [2022-10-04T23:20:01.727Z] #29 ...
23:20:01 [2022-10-04T23:20:01.727Z] 
23:20:01 [2022-10-04T23:20:01.727Z] #27 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:20:01 [2022-10-04T23:20:01.727Z] #27 9.003 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
23:20:01 [2022-10-04T23:20:01.727Z] #27 13.12 go: downloading github.com/pkg/errors v0.9.1
23:20:01 [2022-10-04T23:20:01.727Z] #27 13.15 go: downloading github.com/sirupsen/logrus v1.8.1
23:20:01 [2022-10-04T23:20:01.727Z] #27 13.37 go: downloading github.com/urfave/cli/v2 v2.3.0
23:20:01 [2022-10-04T23:20:01.727Z] #27 14.02 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
23:20:01 [2022-10-04T23:20:01.727Z] #27 ...
23:20:01 [2022-10-04T23:20:01.727Z] 
23:20:01 [2022-10-04T23:20:01.727Z] #26 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
23:20:01 [2022-10-04T23:20:01.727Z] #26 18.83 + mkdir -p /build
23:20:01 [2022-10-04T23:20:01.867Z] #29 ...
23:20:01 [2022-10-04T23:20:01.867Z] 
23:20:01 [2022-10-04T23:20:01.867Z] #30 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:20:01 [2022-10-04T23:20:01.867Z] #30 24.23 Updating files:  68% (1495/2185)
Updating files:  69% (1508/2185)
Updating files:  70% (1530/2185)
Updating files:  71% (1552/2185)
Updating files:  72% (1574/2185)
Updating files:  73% (1596/2185)
Updating files:  74% (1617/2185)
Updating files:  75% (1639/2185)
Updating files:  76% (1661/2185)
Updating files:  77% (1683/2185)
Updating files:  78% (1705/2185)
Updating files:  79% (1727/2185)
Updating files:  80% (1748/2185)
Updating files:  81% (1770/2185)
Updating files:  82% (1792/2185)
Updating files:  83% (1814/2185)
Updating files:  84% (1836/2185)
Updating files:  85% (1858/2185)
Updating files:  86% (1880/2185)
Updating files:  87% (1901/2185)
Updating files:  88% (1923/2185)
Updating files:  89% (1945/2185)
Updating files:  90% (1967/2185)
Updating files:  91% (1989/2185)
Updating files:  92% (2011/2185)
Updating files:  93% (2033/2185)
Updating files:  94% (2054/2185)
Updating files:  95% (2076/2185)
Updating files:  96% (2098/2185)
Updating files:  97% (2120/2185)
Updating files:  98% (2142/2185)
Updating files:  99% (2164/2185)
Updating files: 100% (2185/2185)
Updating files: 100% (2185/2185), done.
23:20:01 [2022-10-04T23:20:01.867Z] #30 24.97 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
23:20:01 [2022-10-04T23:20:01.872Z] #18 24.40 
23:20:01 [2022-10-04T23:20:01.988Z] #26 18.84 + mv docker/docker /build/
23:20:01 [2022-10-04T23:20:01.988Z] #26 18.86 + rmdir docker
23:20:02 [2022-10-04T23:20:02.027Z] #35 ...
23:20:02 [2022-10-04T23:20:02.027Z] 
23:20:02 [2022-10-04T23:20:02.027Z] #27 [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
23:20:02 [2022-10-04T23:20:02.027Z] #27 28.28 Fetched 8586 kB in 22s (393 kB/s)
23:20:02 [2022-10-04T23:20:02.286Z] #27 28.28 Reading package lists...
23:20:02 [2022-10-04T23:20:02.286Z] #27 ...
23:20:02 [2022-10-04T23:20:02.286Z] 
23:20:02 [2022-10-04T23:20:02.286Z] #28 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
23:20:02 [2022-10-04T23:20:02.286Z] #28 19.00 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
23:20:02 [2022-10-04T23:20:02.286Z] #28 19.05 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
23:20:02 [2022-10-04T23:20:02.286Z] #28 19.29 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
23:20:02 [2022-10-04T23:20:02.286Z] #28 22.26 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
23:20:02 [2022-10-04T23:20:02.286Z] #28 ...
23:20:02 [2022-10-04T23:20:02.286Z] 
23:20:02 [2022-10-04T23:20:02.286Z] #32 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:20:02 [2022-10-04T23:20:02.286Z] #32 26.89 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
23:20:02 [2022-10-04T23:20:02.286Z] #32 27.43 go: downloading github.com/russross/blackfriday/v2 v2.1.0
23:20:02 [2022-10-04T23:20:02.436Z] #18 ...
23:20:02 [2022-10-04T23:20:02.436Z] 
23:20:02 [2022-10-04T23:20:02.436Z] #26 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:20:02 [2022-10-04T23:20:02.436Z] #26 14.40 unicode/utf8
23:20:02 [2022-10-04T23:20:02.436Z] #26 15.10 internal/race
23:20:02 [2022-10-04T23:20:02.436Z] #26 15.24 sync/atomic
23:20:02 [2022-10-04T23:20:02.436Z] #26 15.95 unicode
23:20:02 [2022-10-04T23:20:02.436Z] #26 19.71 encoding
23:20:02 [2022-10-04T23:20:02.692Z] #26 ...
23:20:02 [2022-10-04T23:20:02.692Z] 
23:20:02 [2022-10-04T23:20:02.692Z] #24 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:20:02 [2022-10-04T23:20:02.692Z] #24 22.82 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
23:20:02 [2022-10-04T23:20:02.807Z] #30 27.65 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
23:20:03 [2022-10-04T23:20:03.377Z] #26 DONE 20.3s
23:20:03 [2022-10-04T23:20:03.377Z] 
23:20:03 [2022-10-04T23:20:03.377Z] #27 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:20:03 [2022-10-04T23:20:03.377Z] #27 19.06 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
23:20:03 [2022-10-04T23:20:03.377Z] #27 20.40 go: downloading github.com/google/uuid v1.3.0
23:20:03 [2022-10-04T23:20:03.377Z] #27 20.46 go: downloading github.com/moby/vpnkit v0.5.0
23:20:03 [2022-10-04T23:20:03.639Z] #27 20.65 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
23:20:03 [2022-10-04T23:20:03.706Z] Running on azwin-2-4c94e0 in d:\jenkins\workspace\moby_PR-44247
[Pipeline] {
[Pipeline] ws
23:20:03 [2022-10-04T23:20:03.718Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
23:20:03 [2022-10-04T23:20:03.900Z] #27 20.86 go: downloading github.com/gofrs/flock v0.8.1
23:20:04 [2022-10-04T23:20:04.162Z] #27 21.14 go: downloading github.com/gorilla/mux v1.8.0
23:20:04 [2022-10-04T23:20:04.585Z] #24 ...
23:20:04 [2022-10-04T23:20:04.585Z] 
23:20:04 [2022-10-04T23:20:04.585Z] #36 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:04 [2022-10-04T23:20:04.585Z] #36 16.44 Fetched 8469 kB in 11s (751 kB/s)
23:20:04 [2022-10-04T23:20:04.585Z] #36 16.44 Reading package lists...
23:20:04 [2022-10-04T23:20:04.585Z] #36 21.94 Reading package lists...
23:20:04 [2022-10-04T23:20:04.585Z] #36 26.35 Building dependency tree...
23:20:04 [2022-10-04T23:20:04.585Z] #36 ...
23:20:04 [2022-10-04T23:20:04.585Z] 
23:20:04 [2022-10-04T23:20:04.585Z] #30 [containerd 1/2] 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
23:20:04 [2022-10-04T23:20:04.585Z] #30 21.92 Reading package lists...
23:20:04 [2022-10-04T23:20:04.733Z] #27 21.68 go: downloading github.com/moby/sys/mountinfo v0.4.1
23:20:04 [2022-10-04T23:20:04.733Z] #27 ...
23:20:04 [2022-10-04T23:20:04.733Z] 
23:20:04 [2022-10-04T23:20:04.733Z] #30 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:04 [2022-10-04T23:20:04.733Z] #30 11.70 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:20:04 [2022-10-04T23:20:04.733Z] #30 14.65 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:20:04 [2022-10-04T23:20:04.733Z] #30 18.57 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:20:04 [2022-10-04T23:20:04.994Z] #30 ...
23:20:04 [2022-10-04T23:20:04.994Z] 
23:20:04 [2022-10-04T23:20:04.994Z] #28 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:20:04 [2022-10-04T23:20:04.994Z] #28 18.79 math
23:20:05 [2022-10-04T23:20:05.111Z] The recommended git tool is: git
23:20:05 [2022-10-04T23:20:05.255Z] #28 ...
23:20:05 [2022-10-04T23:20:05.255Z] 
23:20:05 [2022-10-04T23:20:05.255Z] #36 [containerd 1/2] 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
23:20:05 [2022-10-04T23:20:05.255Z] #36 12.24 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:20:05 [2022-10-04T23:20:05.255Z] #36 15.77 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:20:05 [2022-10-04T23:20:05.255Z] #36 ...
23:20:05 [2022-10-04T23:20:05.255Z] 
23:20:05 [2022-10-04T23:20:05.255Z] #27 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:20:05 [2022-10-04T23:20:05.255Z] #27 21.99 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
23:20:05 [2022-10-04T23:20:05.255Z] #27 22.11 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
23:20:05 [2022-10-04T23:20:05.578Z] #32 ...
23:20:05 [2022-10-04T23:20:05.578Z] 
23:20:05 [2022-10-04T23:20:05.578Z] #29 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
23:20:05 [2022-10-04T23:20:05.578Z] #29 DONE 31.9s
23:20:05 [2022-10-04T23:20:05.578Z] 
23:20:05 [2022-10-04T23:20:05.578Z] #31 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
23:20:05 [2022-10-04T23:20:05.578Z] #31 30.12 Updating files:  74% (1415/1910)
Updating files:  75% (1433/1910)
Updating files:  76% (1452/1910)
Updating files:  77% (1471/1910)
Updating files:  78% (1490/1910)
Updating files:  79% (1509/1910)
Updating files:  80% (1528/1910)
Updating files:  81% (1548/1910)
Updating files:  82% (1567/1910)
Updating files:  83% (1586/1910)
Updating files:  84% (1605/1910)
Updating files:  85% (1624/1910)
Updating files:  86% (1643/1910)
Updating files:  87% (1662/1910)
Updating files:  88% (1681/1910)
Updating files:  89% (1700/1910)
Updating files:  90% (1719/1910)
Updating files:  91% (1739/1910)
Updating files:  92% (1758/1910)
Updating files:  93% (1777/1910)
Updating files:  94% (1796/1910)
Updating files:  95% (1815/1910)
Updating files:  96% (1834/1910)
Updating files:  97% (1853/1910)
Updating files:  98% (1872/1910)
Updating files:  99% (1891/1910)
Updating files: 100% (1910/1910)
Updating files: 100% (1910/1910), done.
23:20:05 [2022-10-04T23:20:05.578Z] #31 30.68 + cd /tmp/tmp.tXe4v6Su7g/src/github.com/docker/libnetwork
23:20:05 [2022-10-04T23:20:05.578Z] #31 30.68 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
23:20:05 [2022-10-04T23:20:05.578Z] #31 31.39 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
23:20:05 [2022-10-04T23:20:05.954Z] #30 26.55 Building dependency tree...
23:20:07 [2022-10-04T23:20:07.169Z] #27 ...
23:20:07 [2022-10-04T23:20:07.169Z] 
23:20:07 [2022-10-04T23:20:07.169Z] #35 [tini 1/2] 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
23:20:07 [2022-10-04T23:20:07.169Z] #35 14.16 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:20:07 [2022-10-04T23:20:07.169Z] #35 19.01 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:20:07 [2022-10-04T23:20:07.169Z] #35 ...
23:20:07 [2022-10-04T23:20:07.169Z] 
23:20:07 [2022-10-04T23:20:07.169Z] #34 [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
23:20:07 [2022-10-04T23:20:07.169Z] #34 14.24 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:20:07 [2022-10-04T23:20:07.169Z] #34 18.25 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:20:07 [2022-10-04T23:20:07.430Z] #34 ...
23:20:07 [2022-10-04T23:20:07.430Z] 
23:20:07 [2022-10-04T23:20:07.430Z] #27 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:20:07 [2022-10-04T23:20:07.430Z] #27 24.41 go: downloading github.com/u-root/u-root v7.0.0+incompatible
23:20:08 [2022-10-04T23:20:08.085Z] #30 ...
23:20:08 [2022-10-04T23:20:08.085Z] 
23:20:08 [2022-10-04T23:20:08.085Z] #31 [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
23:20:08 [2022-10-04T23:20:08.085Z] #31 20.18 Reading package lists...
23:20:08 [2022-10-04T23:20:08.085Z] #31 26.31 Building dependency tree...
23:20:08 [2022-10-04T23:20:08.085Z] #31 30.42 The following additional packages will be installed:
23:20:08 [2022-10-04T23:20:08.085Z] #31 30.44   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
23:20:08 [2022-10-04T23:20:08.085Z] #31 30.44   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
23:20:08 [2022-10-04T23:20:08.085Z] #31 30.44   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
23:20:08 [2022-10-04T23:20:08.085Z] #31 30.44   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
23:20:08 [2022-10-04T23:20:08.085Z] #31 30.45   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
23:20:08 [2022-10-04T23:20:08.085Z] #31 30.45   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
23:20:08 [2022-10-04T23:20:08.085Z] #31 30.46   mingw-w64-common mingw-w64-x86-64-dev
23:20:08 [2022-10-04T23:20:08.085Z] #31 30.48 Suggested packages:
23:20:08 [2022-10-04T23:20:08.085Z] #31 30.49   gcc-10-locales seccomp wine64
23:20:08 [2022-10-04T23:20:08.085Z] #31 31.94 The following NEW packages will be installed:
23:20:08 [2022-10-04T23:20:08.085Z] #31 31.94   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
23:20:08 [2022-10-04T23:20:08.085Z] #31 31.96   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
23:20:08 [2022-10-04T23:20:08.085Z] #31 31.96   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
23:20:08 [2022-10-04T23:20:08.085Z] #31 31.96   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
23:20:08 [2022-10-04T23:20:08.085Z] #31 31.96   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
23:20:08 [2022-10-04T23:20:08.085Z] #31 31.96   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
23:20:08 [2022-10-04T23:20:08.085Z] #31 31.96   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
23:20:08 [2022-10-04T23:20:08.085Z] #31 31.96   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
23:20:08 [2022-10-04T23:20:08.085Z] #31 31.96   mingw-w64-x86-64-dev
23:20:08 [2022-10-04T23:20:08.085Z] #31 32.36 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
23:20:08 [2022-10-04T23:20:08.085Z] #31 32.36 Need to get 115 MB of archives.
23:20:08 [2022-10-04T23:20:08.085Z] #31 32.36 After this operation, 645 MB of additional disk space will be used.
23:20:08 [2022-10-04T23:20:08.085Z] #31 32.36 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
23:20:08 [2022-10-04T23:20:08.085Z] #31 32.48 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
23:20:08 [2022-10-04T23:20:08.085Z] #31 32.66 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
23:20:08 [2022-10-04T23:20:08.085Z] #31 32.67 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
23:20:08 [2022-10-04T23:20:08.085Z] #31 32.68 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
23:20:08 [2022-10-04T23:20:08.085Z] #31 32.93 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
23:20:08 [2022-10-04T23:20:08.345Z] #31 ...
23:20:08 [2022-10-04T23:20:08.345Z] 
23:20:08 [2022-10-04T23:20:08.345Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:08 [2022-10-04T23:20:08.345Z] #32 33.38 go: downloading github.com/gofrs/flock v0.8.1
23:20:08 [2022-10-04T23:20:08.345Z] #32 33.38 go: downloading github.com/fatih/color v1.13.0
23:20:08 [2022-10-04T23:20:08.485Z] #30 30.10 The following additional packages will be installed:
23:20:08 [2022-10-04T23:20:08.485Z] #30 30.11   libbtrfs0
23:20:08 [2022-10-04T23:20:08.485Z] #30 30.32 The following NEW packages will be installed:
23:20:08 [2022-10-04T23:20:08.485Z] #30 30.33   libbtrfs-dev libbtrfs0
23:20:08 [2022-10-04T23:20:08.620Z] #32 33.47 go: downloading github.com/pkg/errors v0.9.1
23:20:08 [2022-10-04T23:20:08.620Z] #32 33.48 go: downloading github.com/spf13/cobra v1.3.0
23:20:08 [2022-10-04T23:20:08.620Z] #32 33.52 go: downloading github.com/spf13/pflag v1.0.5
23:20:08 [2022-10-04T23:20:08.749Z] #30 ...
23:20:08 [2022-10-04T23:20:08.749Z] 
23:20:08 [2022-10-04T23:20:08.749Z] #18 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
23:20:08 [2022-10-04T23:20:08.749Z] #18 27.58 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
23:20:08 [2022-10-04T23:20:08.749Z] #18 29.21 
23:20:08 [2022-10-04T23:20:08.749Z] #18 29.61 #=#=#                                                                         

######################################################################## 100.0%
23:20:08 [2022-10-04T23:20:08.749Z] #18 30.80 
23:20:08 [2022-10-04T23:20:08.749Z] #18 31.09 Download of images into '/build' complete.
23:20:08 [2022-10-04T23:20:08.749Z] #18 31.09 Use something like the following to load the result into a Docker daemon:
23:20:08 [2022-10-04T23:20:08.749Z] #18 31.09   tar -cC '/build' . | docker load
23:20:08 [2022-10-04T23:20:08.749Z] #18 DONE 31.4s
23:20:08 [2022-10-04T23:20:08.957Z] #32 34.05 go: downloading github.com/spf13/viper v1.10.1
23:20:09 [2022-10-04T23:20:09.008Z] 
23:20:09 [2022-10-04T23:20:09.008Z] #30 [containerd 1/2] 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
23:20:09 [2022-10-04T23:20:09.008Z] #30 30.85 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
23:20:09 [2022-10-04T23:20:09.008Z] #30 30.85 Need to get 454 kB of archives.
23:20:09 [2022-10-04T23:20:09.008Z] #30 30.85 After this operation, 1275 kB of additional disk space will be used.
23:20:09 [2022-10-04T23:20:09.008Z] #30 30.85 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
23:20:09 [2022-10-04T23:20:09.008Z] #30 30.88 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
23:20:09 [2022-10-04T23:20:09.220Z] #32 34.31 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
23:20:09 [2022-10-04T23:20:09.771Z] #31 ...
23:20:09 [2022-10-04T23:20:09.771Z] 
23:20:09 [2022-10-04T23:20:09.771Z] #24 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:20:09 [2022-10-04T23:20:09.771Z] #24 32.59 Updating files:  40% (890/2185)
Updating files:  41% (896/2185)
Updating files:  42% (918/2185)
Updating files:  43% (940/2185)
Updating files:  44% (962/2185)
Updating files:  45% (984/2185)
Updating files:  46% (1006/2185)
Updating files:  47% (1027/2185)
Updating files:  48% (1049/2185)
Updating files:  49% (1071/2185)
Updating files:  50% (1093/2185)
Updating files:  51% (1115/2185)
Updating files:  52% (1137/2185)
Updating files:  53% (1159/2185)
Updating files:  54% (1180/2185)
Updating files:  55% (1202/2185)
Updating files:  56% (1224/2185)
Updating files:  57% (1246/2185)
Updating files:  58% (1268/2185)
Updating files:  59% (1290/2185)
Updating files:  60% (1311/2185)
Updating files:  61% (1333/2185)
Updating files:  62% (1355/2185)
Updating files:  63% (1377/2185)
Updating files:  64% (1399/2185)
Updating files:  65% (1421/2185)
Updating files:  66% (1443/2185)
Updating files:  67% (1464/2185)
Updating files:  68% (1486/2185)
Updating files:  69% (1508/2185)
Updating files:  70% (1530/2185)
Updating files:  71% (1552/2185)
Updating files:  72% (1574/2185)
Updating files:  73% (1596/2185)
Updating files:  74% (1617/2185)
Updating files:  75% (1639/2185)
Updating files:  76% (1661/2185)
Updating files:  77% (1683/2185)
Updating files:  78% (1705/2185)
Updating files:  79% (1727/2185)
Updating files:  80% (1748/2185)
Updating files:  81% (1770/2185)
Updating files:  82% (1792/2185)
Updating files:  83% (1814/2185)
Updating files:  84% (1836/2185)
Updating files:  85% (1858/2185)
Updating files:  86% (1880/2185)
Updating files:  87% (1901/2185)
Updating files:  88% (1923/2185)
Updating files:  89% (1945/2185)
Updating files:  90% (1967/2185)
Updating files:  91% (1989/2185)
Updating files:  92% (2011/2185)
Updating files:  93% (2033/2185)
Updating files:  94% (2054/2185)
Updating files:  95% (2076/2185)
Updating files:  96% (2098/2185)
Updating files:  97% (2120/2185)
Updating files:  98% (2142/2185)
Updating files:  99% (2164/2185)
Updating files: 100% (2185/2185)
Updating files: 100% (2185/2185), done.
23:20:09 [2022-10-04T23:20:09.771Z] #24 33.69 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
23:20:09 [2022-10-04T23:20:09.771Z] #24 36.09 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
23:20:09 [2022-10-04T23:20:09.848Z] #32 34.80 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
23:20:09 [2022-10-04T23:20:09.848Z] #32 34.82 go: downloading github.com/go-critic/go-critic v0.6.2
23:20:09 [2022-10-04T23:20:09.939Z] #30 31.97 debconf: delaying package configuration, since apt-utils is not installed
23:20:10 [2022-10-04T23:20:10.196Z] #30 32.21 Fetched 454 kB in 0s (993 kB/s)
23:20:10 [2022-10-04T23:20:10.196Z] #30 ...
23:20:10 [2022-10-04T23:20:10.196Z] 
23:20:10 [2022-10-04T23:20:10.196Z] #32 [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
23:20:10 [2022-10-04T23:20:10.196Z] #32 16.59 Reading package lists...
23:20:10 [2022-10-04T23:20:10.196Z] #32 22.32 Reading package lists...
23:20:10 [2022-10-04T23:20:10.196Z] #32 26.65 Building dependency tree...
23:20:10 [2022-10-04T23:20:10.196Z] #32 30.35 The following additional packages will be installed:
23:20:10 [2022-10-04T23:20:10.196Z] #32 30.39   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
23:20:10 [2022-10-04T23:20:10.196Z] #32 30.39   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
23:20:10 [2022-10-04T23:20:10.196Z] #32 30.39   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
23:20:10 [2022-10-04T23:20:10.196Z] #32 30.40   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
23:20:10 [2022-10-04T23:20:10.196Z] #32 30.40   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
23:20:10 [2022-10-04T23:20:10.196Z] #32 30.40   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
23:20:10 [2022-10-04T23:20:10.196Z] #32 30.40   mingw-w64-common mingw-w64-x86-64-dev
23:20:10 [2022-10-04T23:20:10.196Z] #32 30.41 Suggested packages:
23:20:10 [2022-10-04T23:20:10.196Z] #32 30.43   gcc-10-locales seccomp wine64
23:20:10 [2022-10-04T23:20:10.196Z] #32 31.78 The following NEW packages will be installed:
23:20:10 [2022-10-04T23:20:10.196Z] #32 31.79   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
23:20:10 [2022-10-04T23:20:10.196Z] #32 31.79   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
23:20:10 [2022-10-04T23:20:10.196Z] #32 31.79   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
23:20:10 [2022-10-04T23:20:10.196Z] #32 31.79   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
23:20:10 [2022-10-04T23:20:10.196Z] #32 31.79   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
23:20:10 [2022-10-04T23:20:10.196Z] #32 31.79   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
23:20:10 [2022-10-04T23:20:10.196Z] #32 31.79   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
23:20:10 [2022-10-04T23:20:10.196Z] #32 31.79   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
23:20:10 [2022-10-04T23:20:10.196Z] #32 31.79   mingw-w64-x86-64-dev
23:20:10 [2022-10-04T23:20:10.196Z] #32 32.23 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
23:20:10 [2022-10-04T23:20:10.196Z] #32 32.23 Need to get 108 MB of archives.
23:20:10 [2022-10-04T23:20:10.196Z] #32 32.23 After this operation, 620 MB of additional disk space will be used.
23:20:10 [2022-10-04T23:20:10.196Z] #32 32.23 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB]
23:20:10 [2022-10-04T23:20:10.196Z] #32 32.33 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB]
23:20:10 [2022-10-04T23:20:10.196Z] #32 ...
23:20:10 [2022-10-04T23:20:10.196Z] 
23:20:10 [2022-10-04T23:20:10.196Z] #33 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:10 [2022-10-04T23:20:10.196Z] #33 24.81 go: downloading github.com/fatih/color v1.13.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 24.81 go: downloading github.com/gofrs/flock v0.8.1
23:20:10 [2022-10-04T23:20:10.196Z] #33 24.83 go: downloading github.com/pkg/errors v0.9.1
23:20:10 [2022-10-04T23:20:10.196Z] #33 24.85 go: downloading github.com/spf13/cobra v1.3.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 24.94 go: downloading github.com/spf13/pflag v1.0.5
23:20:10 [2022-10-04T23:20:10.196Z] #33 25.15 go: downloading github.com/spf13/viper v1.10.1
23:20:10 [2022-10-04T23:20:10.196Z] #33 25.23 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
23:20:10 [2022-10-04T23:20:10.196Z] #33 25.59 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
23:20:10 [2022-10-04T23:20:10.196Z] #33 25.62 go: downloading github.com/go-critic/go-critic v0.6.2
23:20:10 [2022-10-04T23:20:10.196Z] #33 26.69 go: downloading github.com/mitchellh/go-homedir v1.1.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 26.74 go: downloading github.com/hashicorp/go-multierror v1.1.1
23:20:10 [2022-10-04T23:20:10.196Z] #33 29.35 go: downloading github.com/mattn/go-colorable v0.1.12
23:20:10 [2022-10-04T23:20:10.196Z] #33 29.36 go: downloading github.com/sirupsen/logrus v1.8.1
23:20:10 [2022-10-04T23:20:10.196Z] #33 29.37 go: downloading github.com/stretchr/testify v1.7.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 29.48 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
23:20:10 [2022-10-04T23:20:10.196Z] #33 29.58 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
23:20:10 [2022-10-04T23:20:10.196Z] #33 29.64 go: downloading github.com/mattn/go-isatty v0.0.14
23:20:10 [2022-10-04T23:20:10.196Z] #33 29.67 go: downloading github.com/fsnotify/fsnotify v1.5.1
23:20:10 [2022-10-04T23:20:10.196Z] #33 29.72 go: downloading github.com/magiconair/properties v1.8.5
23:20:10 [2022-10-04T23:20:10.196Z] #33 29.76 go: downloading github.com/mitchellh/mapstructure v1.4.3
23:20:10 [2022-10-04T23:20:10.196Z] #33 29.77 go: downloading github.com/spf13/afero v1.6.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 29.84 go: downloading github.com/spf13/cast v1.4.1
23:20:10 [2022-10-04T23:20:10.196Z] #33 29.89 go: downloading github.com/spf13/jwalterweatherman v1.1.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 29.92 go: downloading github.com/subosito/gotenv v1.2.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 29.97 go: downloading gopkg.in/ini.v1 v1.66.2
23:20:10 [2022-10-04T23:20:10.196Z] #33 30.06 go: downloading github.com/go-toolsmith/astcast v1.0.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 30.09 go: downloading github.com/go-toolsmith/astcopy v1.0.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 30.11 go: downloading github.com/go-toolsmith/astequal v1.0.1
23:20:10 [2022-10-04T23:20:10.196Z] #33 30.12 go: downloading github.com/go-toolsmith/astfmt v1.0.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 30.19 go: downloading github.com/go-toolsmith/astp v1.0.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 30.21 go: downloading github.com/go-toolsmith/strparse v1.0.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 30.24 go: downloading github.com/go-toolsmith/typep v1.0.2
23:20:10 [2022-10-04T23:20:10.196Z] #33 30.24 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
23:20:10 [2022-10-04T23:20:10.196Z] #33 30.29 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
23:20:10 [2022-10-04T23:20:10.196Z] #33 30.48 go: downloading github.com/hashicorp/errwrap v1.0.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 30.64 go: downloading 4d63.com/gochecknoglobals v0.1.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 30.68 go: downloading github.com/Antonboom/errname v0.1.5
23:20:10 [2022-10-04T23:20:10.196Z] #33 30.73 go: downloading github.com/Antonboom/nilnil v0.1.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 30.80 go: downloading github.com/BurntSushi/toml v1.0.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 30.87 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.09 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.19 go: downloading github.com/alexkohler/prealloc v1.0.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.22 go: downloading github.com/ashanbrown/forbidigo v1.3.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.31 go: downloading github.com/ashanbrown/makezero v1.1.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.34 go: downloading github.com/bkielbasa/cyclop v1.2.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.39 go: downloading github.com/blizzy78/varnamelen v0.5.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.44 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.51 go: downloading github.com/breml/bidichk v0.2.1
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.55 go: downloading github.com/breml/errchkjson v0.2.1
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.62 go: downloading github.com/butuzov/ireturn v0.1.1
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.63 go: downloading github.com/charithe/durationcheck v0.0.9
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.67 go: downloading github.com/daixiang0/gci v0.2.9
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.69 go: downloading github.com/denis-tingajkin/go-header v0.4.2
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.70 go: downloading github.com/esimonov/ifshort v1.0.4
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.75 go: downloading github.com/fzipp/gocyclo v0.4.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.75 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.76 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.87 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
23:20:10 [2022-10-04T23:20:10.196Z] #33 31.94 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
23:20:10 [2022-10-04T23:20:10.196Z] #33 32.03 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
23:20:10 [2022-10-04T23:20:10.196Z] #33 32.07 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
23:20:10 [2022-10-04T23:20:10.196Z] #33 32.11 go: downloading github.com/golangci/misspell v0.3.5
23:20:10 [2022-10-04T23:20:10.196Z] #33 32.13 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
23:20:10 [2022-10-04T23:20:10.196Z] #33 32.16 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
23:20:10 [2022-10-04T23:20:10.196Z] #33 32.20 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
23:20:10 [2022-10-04T23:20:10.196Z] #33 32.32 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
23:20:10 [2022-10-04T23:20:10.196Z] #33 32.35 go: downloading github.com/jgautheron/goconst v1.5.1
23:20:10 [2022-10-04T23:20:10.351Z] #24 ...
23:20:10 [2022-10-04T23:20:10.351Z] 
23:20:10 [2022-10-04T23:20:10.351Z] #33 [tini 1/2] 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
23:20:10 [2022-10-04T23:20:10.351Z] #33 27.20 Fetched 8586 kB in 21s (410 kB/s)
23:20:10 [2022-10-04T23:20:10.351Z] #33 27.20 Reading package lists...
23:20:10 [2022-10-04T23:20:10.454Z] #33 32.36 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
23:20:10 [2022-10-04T23:20:10.454Z] #33 32.40 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
23:20:10 [2022-10-04T23:20:10.454Z] #33 32.40 go: downloading github.com/julz/importas v0.1.0
23:20:10 [2022-10-04T23:20:10.454Z] #33 32.41 go: downloading github.com/kisielk/errcheck v1.6.0
23:20:10 [2022-10-04T23:20:10.454Z] #33 32.44 go: downloading github.com/kulti/thelper v0.5.0
23:20:10 [2022-10-04T23:20:10.454Z] #33 ...
23:20:10 [2022-10-04T23:20:10.454Z] 
23:20:10 [2022-10-04T23:20:10.454Z] #30 [containerd 1/2] 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
23:20:10 [2022-10-04T23:20:10.454Z] #30 32.36 Selecting previously unselected package libbtrfs0:arm64.
23:20:10 [2022-10-04T23:20:10.454Z] #30 32.36 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
23:20:10 [2022-10-04T23:20:10.454Z] #30 32.45 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ...
23:20:10 [2022-10-04T23:20:10.454Z] #30 32.47 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
23:20:10 [2022-10-04T23:20:10.610Z] #33 33.90 Reading package lists...
23:20:10 [2022-10-04T23:20:10.610Z] #33 ...
23:20:10 [2022-10-04T23:20:10.610Z] 
23:20:10 [2022-10-04T23:20:10.610Z] #36 [containerd 1/2] 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
23:20:10 [2022-10-04T23:20:10.610Z] #36 27.36 Fetched 8586 kB in 21s (405 kB/s)
23:20:10 [2022-10-04T23:20:10.610Z] #36 27.36 Reading package lists...
23:20:10 [2022-10-04T23:20:10.610Z] #36 33.52 Reading package lists...
23:20:10 [2022-10-04T23:20:10.610Z] #36 ...
23:20:10 [2022-10-04T23:20:10.610Z] 
23:20:10 [2022-10-04T23:20:10.610Z] #27 [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
23:20:10 [2022-10-04T23:20:10.610Z] #27 28.28 Reading package lists...
23:20:10 [2022-10-04T23:20:10.712Z] #30 32.76 Selecting previously unselected package libbtrfs-dev:arm64.
23:20:10 [2022-10-04T23:20:10.712Z] #30 32.77 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ...
23:20:10 [2022-10-04T23:20:10.712Z] #30 32.77 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
23:20:10 [2022-10-04T23:20:10.797Z] #32 ...
23:20:10 [2022-10-04T23:20:10.797Z] 
23:20:10 [2022-10-04T23:20:10.797Z] #27 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:10 [2022-10-04T23:20:10.797Z] #27 20.03 Reading package lists...
23:20:10 [2022-10-04T23:20:10.797Z] #27 25.94 Reading package lists...
23:20:10 [2022-10-04T23:20:10.797Z] #27 31.96 Building dependency tree...
23:20:10 [2022-10-04T23:20:10.797Z] #27 ...
23:20:10 [2022-10-04T23:20:10.797Z] 
23:20:10 [2022-10-04T23:20:10.797Z] #31 [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
23:20:10 [2022-10-04T23:20:10.797Z] #31 33.49 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
23:20:10 [2022-10-04T23:20:10.797Z] #31 33.75 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
23:20:10 [2022-10-04T23:20:10.797Z] #31 33.81 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
23:20:10 [2022-10-04T23:20:10.797Z] #31 34.60 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
23:20:10 [2022-10-04T23:20:10.869Z] #27 33.46 Reading package lists...
23:20:10 [2022-10-04T23:20:10.869Z] #27 ...
23:20:10 [2022-10-04T23:20:10.869Z] 
23:20:10 [2022-10-04T23:20:10.869Z] #30 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:10 [2022-10-04T23:20:10.869Z] #30 27.54 Fetched 8586 kB in 21s (410 kB/s)
23:20:10 [2022-10-04T23:20:10.869Z] #30 27.54 Reading package lists...
23:20:11 [2022-10-04T23:20:11.282Z] #30 33.19 Setting up libbtrfs0:arm64 (5.10.1-2) ...
23:20:11 [2022-10-04T23:20:11.366Z] #31 36.32 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
23:20:11 [2022-10-04T23:20:11.366Z] #31 ...
23:20:11 [2022-10-04T23:20:11.366Z] 
23:20:11 [2022-10-04T23:20:11.366Z] #34 [containerd 1/2] 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
23:20:11 [2022-10-04T23:20:11.366Z] #34 20.28 Reading package lists...
23:20:11 [2022-10-04T23:20:11.366Z] #34 26.60 Reading package lists...
23:20:11 [2022-10-04T23:20:11.366Z] #34 32.22 Building dependency tree...
23:20:11 [2022-10-04T23:20:11.366Z] #34 36.17 The following additional packages will be installed:
23:20:11 [2022-10-04T23:20:11.366Z] #34 36.18   libbtrfs0
23:20:11 [2022-10-04T23:20:11.366Z] #34 36.42 The following NEW packages will be installed:
23:20:11 [2022-10-04T23:20:11.366Z] #34 36.44   libbtrfs-dev libbtrfs0
23:20:11 [2022-10-04T23:20:11.366Z] #34 ...
23:20:11 [2022-10-04T23:20:11.366Z] 
23:20:11 [2022-10-04T23:20:11.366Z] #27 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:11 [2022-10-04T23:20:11.366Z] #27 36.03 The following additional packages will be installed:
23:20:11 [2022-10-04T23:20:11.366Z] #27 36.03   libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23
23:20:11 [2022-10-04T23:20:11.366Z] #27 36.05   libprotoc23 python3-pkg-resources python3-six zlib1g-dev
23:20:11 [2022-10-04T23:20:11.366Z] #27 36.05 Suggested packages:
23:20:11 [2022-10-04T23:20:11.366Z] #27 36.07   manpages-dev protobuf-mode-el python3-setuptools
23:20:11 [2022-10-04T23:20:11.437Z] #30 33.12 Reading package lists...
23:20:11 [2022-10-04T23:20:11.540Z] #30 33.49 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
23:20:11 [2022-10-04T23:20:11.540Z] #30 33.51 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:20:11 [2022-10-04T23:20:11.626Z] #27 ...
23:20:11 [2022-10-04T23:20:11.626Z] 
23:20:11 [2022-10-04T23:20:11.626Z] #35 [tini 1/2] 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
23:20:11 [2022-10-04T23:20:11.626Z] #35 20.74 Reading package lists...
23:20:11 [2022-10-04T23:20:11.626Z] #35 26.89 Reading package lists...
23:20:11 [2022-10-04T23:20:11.626Z] #35 32.86 Building dependency tree...
23:20:11 [2022-10-04T23:20:11.695Z] #30 38.28 Building dependency tree...
23:20:11 [2022-10-04T23:20:11.695Z] #30 ...
23:20:11 [2022-10-04T23:20:11.695Z] 
23:20:11 [2022-10-04T23:20:11.695Z] #27 [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
23:20:11 [2022-10-04T23:20:11.695Z] #27 33.46 Reading package lists...
23:20:11 [2022-10-04T23:20:11.887Z] #35 ...
23:20:11 [2022-10-04T23:20:11.887Z] 
23:20:11 [2022-10-04T23:20:11.887Z] #34 [containerd 1/2] 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
23:20:11 [2022-10-04T23:20:11.887Z] #34 36.87 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
23:20:11 [2022-10-04T23:20:11.887Z] #34 36.87 Need to get 460 kB of archives.
23:20:11 [2022-10-04T23:20:11.887Z] #34 36.87 After this operation, 1237 kB of additional disk space will be used.
23:20:11 [2022-10-04T23:20:11.887Z] #34 36.87 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
23:20:11 [2022-10-04T23:20:11.887Z] #34 36.94 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
23:20:12 [2022-10-04T23:20:12.718Z] #27 29.04 go: downloading github.com/russross/blackfriday/v2 v2.1.0
23:20:12 [2022-10-04T23:20:12.719Z] #27 ...
23:20:12 [2022-10-04T23:20:12.719Z] 
23:20:12 [2022-10-04T23:20:12.719Z] #33 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
23:20:12 [2022-10-04T23:20:12.719Z] #33 DONE 29.3s
23:20:12 [2022-10-04T23:20:12.719Z] 
23:20:12 [2022-10-04T23:20:12.719Z] #25 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
23:20:12 [2022-10-04T23:20:12.719Z] #25 27.35 Updating files:  60% (1153/1910)
Updating files:  61% (1166/1910)
Updating files:  62% (1185/1910)
Updating files:  63% (1204/1910)
Updating files:  64% (1223/1910)
Updating files:  65% (1242/1910)
Updating files:  66% (1261/1910)
Updating files:  67% (1280/1910)
Updating files:  68% (1299/1910)
Updating files:  69% (1318/1910)
Updating files:  70% (1337/1910)
Updating files:  71% (1357/1910)
Updating files:  72% (1376/1910)
Updating files:  73% (1395/1910)
Updating files:  74% (1414/1910)
Updating files:  75% (1433/1910)
Updating files:  76% (1452/1910)
Updating files:  77% (1471/1910)
Updating files:  78% (1490/1910)
Updating files:  79% (1509/1910)
Updating files:  80% (1528/1910)
Updating files:  81% (1548/1910)
Updating files:  82% (1567/1910)
Updating files:  83% (1586/1910)
Updating files:  84% (1605/1910)
Updating files:  85% (1624/1910)
Updating files:  86% (1643/1910)
Updating files:  87% (1662/1910)
Updating files:  88% (1681/1910)
Updating files:  89% (1700/1910)
Updating files:  90% (1719/1910)
Updating files:  91% (1739/1910)
Updating files:  92% (1758/1910)
Updating files:  93% (1777/1910)
Updating files:  94% (1796/1910)
Updating files:  95% (1815/1910)
Updating files:  96% (1834/1910)
Updating files:  97% (1853/1910)
Updating files:  98% (1872/1910)
Updating files:  99% (1891/1910)
Updating files: 100% (1910/1910)
Updating files: 100% (1910/1910), done.
23:20:12 [2022-10-04T23:20:12.719Z] #25 28.09 + cd /tmp/tmp.uz6ovfuUyV/src/github.com/docker/libnetwork
23:20:12 [2022-10-04T23:20:12.719Z] #25 28.09 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
23:20:12 [2022-10-04T23:20:12.719Z] #25 28.72 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
23:20:12 [2022-10-04T23:20:12.911Z] #30 DONE 34.6s
23:20:12 [2022-10-04T23:20:12.911Z] 
23:20:12 [2022-10-04T23:20:12.911Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:20:13 [2022-10-04T23:20:13.274Z] #34 38.14 debconf: delaying package configuration, since apt-utils is not installed
23:20:13 [2022-10-04T23:20:13.274Z] #34 38.44 Fetched 460 kB in 0s (1048 kB/s)
23:20:13 [2022-10-04T23:20:13.329Z] #27 38.71 Building dependency tree...
23:20:13 [2022-10-04T23:20:13.504Z] #37 1.008 + RM_GOPATH=0
23:20:13 [2022-10-04T23:20:13.504Z] #37 1.009 + TMP_GOPATH=
23:20:13 [2022-10-04T23:20:13.504Z] #37 1.009 + : /build
23:20:13 [2022-10-04T23:20:13.504Z] #37 1.010 + '[' -z '' ']'
23:20:13 [2022-10-04T23:20:13.504Z] #37 1.011 ++ mktemp -d
23:20:13 [2022-10-04T23:20:13.504Z] #37 1.014 + export GOPATH=/tmp/tmp.UlM0AF1fS6
23:20:13 [2022-10-04T23:20:13.504Z] #37 1.018 + GOPATH=/tmp/tmp.UlM0AF1fS6
23:20:13 [2022-10-04T23:20:13.504Z] #37 1.018 + RM_GOPATH=1
23:20:13 [2022-10-04T23:20:13.504Z] #37 1.019 + case "$(go env GOARCH)" in
23:20:13 [2022-10-04T23:20:13.504Z] #37 1.019 ++ go env GOARCH
23:20:13 [2022-10-04T23:20:13.534Z] #34 38.59 Selecting previously unselected package libbtrfs0:amd64.
23:20:13 [2022-10-04T23:20:13.534Z] #34 38.59 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15718 files and directories currently installed.)
23:20:13 [2022-10-04T23:20:13.759Z] #37 1.052 + export GO_BUILDMODE=-buildmode=pie
23:20:13 [2022-10-04T23:20:13.759Z] #37 1.057 + GO_BUILDMODE=-buildmode=pie
23:20:13 [2022-10-04T23:20:13.760Z] #37 1.059 ++ dirname /tmp/install/install.sh
23:20:13 [2022-10-04T23:20:13.760Z] #37 1.060 + dir=/tmp/install
23:20:13 [2022-10-04T23:20:13.760Z] #37 1.060 + bin=containerd
23:20:13 [2022-10-04T23:20:13.760Z] #37 1.060 + shift
23:20:13 [2022-10-04T23:20:13.760Z] #37 1.060 + '[' '!' -f /tmp/install/containerd.installer ']'
23:20:13 [2022-10-04T23:20:13.760Z] #37 1.060 + . /tmp/install/containerd.installer
23:20:13 [2022-10-04T23:20:13.760Z] #37 1.060 ++ set -e
23:20:13 [2022-10-04T23:20:13.760Z] #37 1.060 ++ : v1.6.8
23:20:13 [2022-10-04T23:20:13.760Z] #37 1.060 + install_containerd
23:20:13 [2022-10-04T23:20:13.760Z] #37 1.060 + echo 'Install containerd version v1.6.8'
23:20:13 [2022-10-04T23:20:13.760Z] #37 1.061 + git clone https://github.com/containerd/containerd.git /tmp/tmp.UlM0AF1fS6/src/github.com/containerd/containerd
23:20:13 [2022-10-04T23:20:13.760Z] #37 1.061 Install containerd version v1.6.8
23:20:13 [2022-10-04T23:20:13.760Z] #37 1.062 Cloning into '/tmp/tmp.UlM0AF1fS6/src/github.com/containerd/containerd'...
23:20:13 [2022-10-04T23:20:13.795Z] #34 38.67 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
23:20:13 [2022-10-04T23:20:13.795Z] #34 38.69 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
23:20:13 [2022-10-04T23:20:13.795Z] #34 38.92 Selecting previously unselected package libbtrfs-dev:amd64.
23:20:14 [2022-10-04T23:20:14.268Z] #27 ...
23:20:14 [2022-10-04T23:20:14.268Z] 
23:20:14 [2022-10-04T23:20:14.268Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:20:14 [2022-10-04T23:20:14.268Z] #35 31.05 encoding
23:20:14 [2022-10-04T23:20:14.297Z] #34 38.93 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
23:20:14 [2022-10-04T23:20:14.297Z] #34 38.94 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
23:20:14 [2022-10-04T23:20:14.375Z] #37 ...
23:20:14 [2022-10-04T23:20:14.375Z] 
23:20:14 [2022-10-04T23:20:14.375Z] #27 [tini 1/2] 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
23:20:14 [2022-10-04T23:20:14.375Z] #27 21.77 Reading package lists...
23:20:14 [2022-10-04T23:20:14.375Z] #27 26.27 Building dependency tree...
23:20:14 [2022-10-04T23:20:14.375Z] #27 30.02 The following additional packages will be installed:
23:20:14 [2022-10-04T23:20:14.375Z] #27 30.03   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
23:20:14 [2022-10-04T23:20:14.375Z] #27 30.07 Suggested packages:
23:20:14 [2022-10-04T23:20:14.375Z] #27 30.07   cmake-doc ninja-build lrzip
23:20:14 [2022-10-04T23:20:14.375Z] #27 30.07 Recommended packages:
23:20:14 [2022-10-04T23:20:14.375Z] #27 30.07   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
23:20:14 [2022-10-04T23:20:14.375Z] #27 30.99 The following NEW packages will be installed:
23:20:14 [2022-10-04T23:20:14.375Z] #27 30.99   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
23:20:14 [2022-10-04T23:20:14.375Z] #27 30.99   vim-common xxd
23:20:14 [2022-10-04T23:20:14.375Z] #27 31.51 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
23:20:14 [2022-10-04T23:20:14.375Z] #27 31.51 Need to get 15.6 MB of archives.
23:20:14 [2022-10-04T23:20:14.375Z] #27 31.51 After this operation, 67.4 MB of additional disk space will be used.
23:20:14 [2022-10-04T23:20:14.375Z] #27 31.51 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
23:20:14 [2022-10-04T23:20:14.375Z] #27 31.55 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
23:20:14 [2022-10-04T23:20:14.375Z] #27 31.55 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
23:20:14 [2022-10-04T23:20:14.375Z] #27 31.60 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
23:20:14 [2022-10-04T23:20:14.375Z] #27 31.90 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u2 [629 kB]
23:20:14 [2022-10-04T23:20:14.375Z] #27 31.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
23:20:14 [2022-10-04T23:20:14.375Z] #27 31.93 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
23:20:14 [2022-10-04T23:20:14.375Z] #27 31.94 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
23:20:14 [2022-10-04T23:20:14.375Z] #27 31.95 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
23:20:14 [2022-10-04T23:20:14.375Z] #27 31.96 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
23:20:14 [2022-10-04T23:20:14.375Z] #27 32.94 debconf: delaying package configuration, since apt-utils is not installed
23:20:14 [2022-10-04T23:20:14.375Z] #27 33.08 Fetched 15.6 MB in 1s (17.0 MB/s)
23:20:14 [2022-10-04T23:20:14.375Z] #27 33.18 Selecting previously unselected package xxd.
23:20:14 [2022-10-04T23:20:14.375Z] #27 33.18 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
23:20:14 [2022-10-04T23:20:14.375Z] #27 33.26 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
23:20:14 [2022-10-04T23:20:14.375Z] #27 33.47 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
23:20:14 [2022-10-04T23:20:14.375Z] #27 33.74 Selecting previously unselected package vim-common.
23:20:14 [2022-10-04T23:20:14.375Z] #27 33.74 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
23:20:14 [2022-10-04T23:20:14.375Z] #27 33.83 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
23:20:14 [2022-10-04T23:20:14.375Z] #27 34.81 Selecting previously unselected package cmake-data.
23:20:14 [2022-10-04T23:20:14.375Z] #27 34.82 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
23:20:14 [2022-10-04T23:20:14.375Z] #27 34.88 Unpacking cmake-data (3.18.4-2+deb11u1) ...
23:20:14 [2022-10-04T23:20:14.375Z] #27 ...
23:20:14 [2022-10-04T23:20:14.375Z] 
23:20:14 [2022-10-04T23:20:14.375Z] #33 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:14 [2022-10-04T23:20:14.375Z] #33 32.51 go: downloading github.com/kunwardeep/paralleltest v1.0.3
23:20:14 [2022-10-04T23:20:14.375Z] #33 32.51 go: downloading github.com/kyoh86/exportloopref v0.1.8
23:20:14 [2022-10-04T23:20:14.375Z] #33 32.53 go: downloading github.com/ldez/gomoddirectives v0.2.2
23:20:14 [2022-10-04T23:20:14.375Z] #33 32.56 go: downloading github.com/ldez/tagliatelle v0.3.0
23:20:14 [2022-10-04T23:20:14.375Z] #33 32.61 go: downloading github.com/leonklingele/grouper v1.1.0
23:20:14 [2022-10-04T23:20:14.375Z] #33 32.62 go: downloading github.com/maratori/testpackage v1.0.1
23:20:14 [2022-10-04T23:20:14.375Z] #33 32.67 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
23:20:14 [2022-10-04T23:20:14.375Z] #33 32.69 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
23:20:14 [2022-10-04T23:20:14.375Z] #33 32.77 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
23:20:14 [2022-10-04T23:20:14.375Z] #33 32.80 go: downloading github.com/mgechev/revive v1.1.3
23:20:14 [2022-10-04T23:20:14.375Z] #33 33.50 go: downloading github.com/moricho/tparallel v0.2.1
23:20:14 [2022-10-04T23:20:14.375Z] #33 33.53 go: downloading github.com/nakabonne/nestif v0.3.1
23:20:14 [2022-10-04T23:20:14.375Z] #33 33.54 go: downloading github.com/nishanths/exhaustive v0.7.11
23:20:14 [2022-10-04T23:20:14.375Z] #33 33.57 go: downloading github.com/nishanths/predeclared v0.2.1
23:20:14 [2022-10-04T23:20:14.375Z] #33 33.70 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
23:20:14 [2022-10-04T23:20:14.375Z] #33 33.73 go: downloading github.com/ryancurrah/gomodguard v1.2.3
23:20:14 [2022-10-04T23:20:14.375Z] #33 33.80 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
23:20:14 [2022-10-04T23:20:14.375Z] #33 33.85 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
23:20:14 [2022-10-04T23:20:14.375Z] #33 33.88 go: downloading github.com/securego/gosec/v2 v2.9.6
23:20:14 [2022-10-04T23:20:14.375Z] #33 34.39 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
23:20:14 [2022-10-04T23:20:14.375Z] #33 34.39 go: downloading github.com/sivchari/containedctx v1.0.1
23:20:14 [2022-10-04T23:20:14.375Z] #33 34.46 go: downloading github.com/sivchari/tenv v1.4.7
23:20:14 [2022-10-04T23:20:14.375Z] #33 34.46 go: downloading github.com/sonatard/noctx v0.0.1
23:20:14 [2022-10-04T23:20:14.375Z] #33 34.55 go: downloading github.com/sourcegraph/go-diff v0.6.1
23:20:14 [2022-10-04T23:20:14.375Z] #33 34.60 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
23:20:14 [2022-10-04T23:20:14.375Z] #33 34.66 go: downloading github.com/sylvia7788/contextcheck v1.0.4
23:20:14 [2022-10-04T23:20:14.375Z] #33 34.81 go: downloading github.com/tdakkota/asciicheck v0.1.1
23:20:14 [2022-10-04T23:20:14.375Z] #33 34.81 go: downloading github.com/tetafro/godot v1.4.11
23:20:14 [2022-10-04T23:20:14.375Z] #33 34.86 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
23:20:14 [2022-10-04T23:20:14.375Z] #33 35.02 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
23:20:14 [2022-10-04T23:20:14.375Z] #33 35.09 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
23:20:14 [2022-10-04T23:20:14.375Z] #33 35.52 go: downloading github.com/ultraware/funlen v0.0.3
23:20:14 [2022-10-04T23:20:14.375Z] #33 35.57 go: downloading github.com/ultraware/whitespace v0.0.4
23:20:14 [2022-10-04T23:20:14.375Z] #33 35.61 go: downloading github.com/uudashr/gocognit v1.0.5
23:20:14 [2022-10-04T23:20:14.375Z] #33 35.63 go: downloading github.com/yagipy/maintidx v1.0.0
23:20:14 [2022-10-04T23:20:14.375Z] #33 35.66 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
23:20:14 [2022-10-04T23:20:14.375Z] #33 35.77 go: downloading gitlab.com/bosi/decorder v0.2.1
23:20:14 [2022-10-04T23:20:14.375Z] #33 35.91 go: downloading honnef.co/go/tools v0.2.2
23:20:14 [2022-10-04T23:20:14.526Z] #35 ...
23:20:14 [2022-10-04T23:20:14.526Z] 
23:20:14 [2022-10-04T23:20:14.527Z] #33 [tini 1/2] 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
23:20:14 [2022-10-04T23:20:14.527Z] #33 33.90 Reading package lists...
23:20:14 [2022-10-04T23:20:14.527Z] #33 38.88 Building dependency tree...
23:20:14 [2022-10-04T23:20:14.640Z] #33 ...
23:20:14 [2022-10-04T23:20:14.640Z] 
23:20:14 [2022-10-04T23:20:14.640Z] #28 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
23:20:14 [2022-10-04T23:20:14.640Z] #28 DONE 36.5s
23:20:14 [2022-10-04T23:20:14.640Z] 
23:20:14 [2022-10-04T23:20:14.640Z] #34 [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
23:20:14 [2022-10-04T23:20:14.865Z] #34 40.03 Setting up libbtrfs0:amd64 (5.10.1-2) ...
23:20:14 [2022-10-04T23:20:14.866Z] #34 40.07 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
23:20:15 [2022-10-04T23:20:15.125Z] #34 40.11 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:20:15 [2022-10-04T23:20:15.426Z] #34 36.51 Updating files:  88% (1339/1521)
Updating files:  89% (1354/1521)
Updating files:  90% (1369/1521)
Updating files:  91% (1385/1521)
Updating files:  92% (1400/1521)
Updating files:  93% (1415/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
23:20:15 [2022-10-04T23:20:15.426Z] #34 37.26 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
23:20:15 [2022-10-04T23:20:15.426Z] #34 37.34 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
23:20:15 [2022-10-04T23:20:15.468Z] #33 42.36 The following additional packages will be installed:
23:20:15 [2022-10-04T23:20:15.726Z] #33 42.38   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
23:20:15 [2022-10-04T23:20:15.726Z] #33 42.41 Suggested packages:
23:20:15 [2022-10-04T23:20:15.726Z] #33 42.42   cmake-doc ninja-build lrzip
23:20:15 [2022-10-04T23:20:15.726Z] #33 42.42 Recommended packages:
23:20:15 [2022-10-04T23:20:15.726Z] #33 42.43   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
23:20:15 [2022-10-04T23:20:15.990Z] #34 ...
23:20:15 [2022-10-04T23:20:15.990Z] 
23:20:15 [2022-10-04T23:20:15.990Z] #36 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:15 [2022-10-04T23:20:15.990Z] #36 26.35 Building dependency tree...
23:20:15 [2022-10-04T23:20:15.990Z] #36 30.22 The following additional packages will be installed:
23:20:15 [2022-10-04T23:20:15.990Z] #36 30.23   libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23
23:20:15 [2022-10-04T23:20:15.990Z] #36 30.23   libprotoc23 python3-pkg-resources python3-six zlib1g-dev
23:20:15 [2022-10-04T23:20:15.990Z] #36 30.25 Suggested packages:
23:20:15 [2022-10-04T23:20:15.990Z] #36 30.26   manpages-dev protobuf-mode-el python3-setuptools
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.45 The following NEW packages will be installed:
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.45   libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.46   libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.46   libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.47   python3-pkg-resources python3-protobuf python3-six zlib1g-dev
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.88 0 upgraded, 18 newly installed, 0 to remove and 2 not upgraded.
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.88 Need to get 4253 kB of archives.
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.88 After this operation, 25.1 MB of additional disk space will be used.
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.88 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.88 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.88 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.89 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.90 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.90 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-dev arm64 3.4.0-1+b1 [104 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.91 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.91 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.92 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.95 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-lite23 arm64 3.12.4-1 [218 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 31.97 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-dev arm64 3.12.4-1 [1163 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 32.02 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotoc23 arm64 3.12.4-1 [703 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 32.03 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 protobuf-c-compiler arm64 1.3.3-1+b2 [75.4 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 32.04 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 protobuf-compiler arm64 3.12.4-1 [74.9 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 32.05 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 32.05 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 32.07 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
23:20:15 [2022-10-04T23:20:15.990Z] #36 33.20 debconf: delaying package configuration, since apt-utils is not installed
23:20:15 [2022-10-04T23:20:15.990Z] #36 33.62 Fetched 4253 kB in 0s (8544 kB/s)
23:20:15 [2022-10-04T23:20:15.990Z] #36 33.72 Selecting previously unselected package libcap2:arm64.
23:20:15 [2022-10-04T23:20:15.990Z] #36 33.72 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
23:20:15 [2022-10-04T23:20:15.990Z] #36 33.79 Preparing to unpack .../00-libcap2_1%3a2.44-1_arm64.deb ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 33.84 Unpacking libcap2:arm64 (1:2.44-1) ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 34.55 Selecting previously unselected package libcap-dev:arm64.
23:20:15 [2022-10-04T23:20:15.990Z] #36 34.55 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_arm64.deb ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 34.58 Unpacking libcap-dev:arm64 (1:2.44-1) ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 34.96 Selecting previously unselected package libnet1:arm64.
23:20:15 [2022-10-04T23:20:15.990Z] #36 34.96 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 34.97 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 35.26 Selecting previously unselected package libnet1-dev.
23:20:15 [2022-10-04T23:20:15.990Z] #36 35.26 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 35.27 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 35.46 Selecting previously unselected package libnl-3-200:arm64.
23:20:15 [2022-10-04T23:20:15.990Z] #36 35.46 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_arm64.deb ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 35.47 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 35.62 Selecting previously unselected package libnl-3-dev:arm64.
23:20:15 [2022-10-04T23:20:15.990Z] #36 35.62 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_arm64.deb ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 35.63 Unpacking libnl-3-dev:arm64 (3.4.0-1+b1) ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 35.93 Selecting previously unselected package libprotobuf-c1:arm64.
23:20:15 [2022-10-04T23:20:15.990Z] #36 35.93 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 35.94 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 36.07 Selecting previously unselected package libprotobuf-c-dev:arm64.
23:20:15 [2022-10-04T23:20:15.990Z] #36 36.07 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 36.09 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 36.44 Selecting previously unselected package zlib1g-dev:arm64.
23:20:15 [2022-10-04T23:20:15.990Z] #36 36.46 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 36.49 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 36.93 Selecting previously unselected package libprotobuf23:arm64.
23:20:15 [2022-10-04T23:20:15.990Z] #36 36.98 Preparing to unpack .../09-libprotobuf23_3.12.4-1_arm64.deb ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 37.01 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 37.87 Selecting previously unselected package libprotobuf-lite23:arm64.
23:20:15 [2022-10-04T23:20:15.990Z] #36 37.88 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_arm64.deb ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 37.88 Unpacking libprotobuf-lite23:arm64 (3.12.4-1) ...
23:20:15 [2022-10-04T23:20:15.990Z] #36 ...
23:20:15 [2022-10-04T23:20:15.990Z] 
23:20:15 [2022-10-04T23:20:15.990Z] #33 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:15 [2022-10-04T23:20:15.991Z] #33 37.82 go: downloading mvdan.cc/gofumpt v0.2.1
23:20:15 [2022-10-04T23:20:15.991Z] #33 37.83 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
23:20:15 [2022-10-04T23:20:15.991Z] #33 37.84 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
23:20:15 [2022-10-04T23:20:15.991Z] #33 37.96 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
23:20:15 [2022-10-04T23:20:15.991Z] #33 37.96 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
23:20:16 [2022-10-04T23:20:16.248Z] #33 38.16 go: downloading github.com/davecgh/go-spew v1.1.1
23:20:16 [2022-10-04T23:20:16.248Z] #33 38.25 go: downloading github.com/pmezard/go-difflib v1.0.0
23:20:16 [2022-10-04T23:20:16.248Z] #33 38.31 go: downloading github.com/stretchr/objx v0.1.1
23:20:16 [2022-10-04T23:20:16.549Z] #34 DONE 41.3s
23:20:16 [2022-10-04T23:20:16.549Z] 
23:20:16 [2022-10-04T23:20:16.549Z] #27 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.39 The following NEW packages will be installed:
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.39   libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.39   libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.40   libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.40   python3-pkg-resources python3-protobuf python3-six zlib1g-dev
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.86 0 upgraded, 18 newly installed, 0 to remove and 2 not upgraded.
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.86 Need to get 4583 kB of archives.
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.86 After this operation, 25.9 MB of additional disk space will be used.
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.87 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.87 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.87 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.87 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.87 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-dev amd64 3.4.0-1+b1 [102 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.88 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.88 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.89 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.90 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.97 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-lite23 amd64 3.12.4-1 [241 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 37.98 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-dev amd64 3.12.4-1 [1232 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 38.03 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotoc23 amd64 3.12.4-1 [803 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 38.10 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-c-compiler amd64 1.3.3-1+b2 [83.8 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 38.10 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-compiler amd64 3.12.4-1 [75.1 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 38.11 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 38.12 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 38.12 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
23:20:16 [2022-10-04T23:20:16.549Z] #27 39.08 debconf: delaying package configuration, since apt-utils is not installed
23:20:16 [2022-10-04T23:20:16.549Z] #27 39.89 Fetched 4583 kB in 1s (7630 kB/s)
23:20:16 [2022-10-04T23:20:16.549Z] #27 40.09 Selecting previously unselected package libcap2:amd64.
23:20:16 [2022-10-04T23:20:16.549Z] #27 40.09 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15718 files and directories currently installed.)
23:20:16 [2022-10-04T23:20:16.549Z] #27 40.16 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ...
23:20:16 [2022-10-04T23:20:16.549Z] #27 40.20 Unpacking libcap2:amd64 (1:2.44-1) ...
23:20:16 [2022-10-04T23:20:16.549Z] #27 40.30 Selecting previously unselected package libcap-dev:amd64.
23:20:16 [2022-10-04T23:20:16.549Z] #27 40.30 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_amd64.deb ...
23:20:16 [2022-10-04T23:20:16.549Z] #27 40.30 Unpacking libcap-dev:amd64 (1:2.44-1) ...
23:20:16 [2022-10-04T23:20:16.549Z] #27 40.93 Selecting previously unselected package libnet1:amd64.
23:20:16 [2022-10-04T23:20:16.549Z] #27 40.93 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
23:20:16 [2022-10-04T23:20:16.549Z] #27 40.95 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
23:20:16 [2022-10-04T23:20:16.549Z] #27 41.19 Selecting previously unselected package libnet1-dev.
23:20:16 [2022-10-04T23:20:16.549Z] #27 41.19 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
23:20:16 [2022-10-04T23:20:16.549Z] #27 41.28 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
23:20:16 [2022-10-04T23:20:16.549Z] #27 41.59 Selecting previously unselected package libnl-3-200:amd64.
23:20:16 [2022-10-04T23:20:16.549Z] #27 41.59 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_amd64.deb ...
23:20:16 [2022-10-04T23:20:16.549Z] #27 41.62 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
23:20:16 [2022-10-04T23:20:16.664Z] #33 43.33 The following NEW packages will be installed:
23:20:16 [2022-10-04T23:20:16.664Z] #33 43.33   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
23:20:16 [2022-10-04T23:20:16.664Z] #33 43.34   vim-common xxd
23:20:16 [2022-10-04T23:20:16.809Z] #27 41.79 Selecting previously unselected package libnl-3-dev:amd64.
23:20:16 [2022-10-04T23:20:16.809Z] #27 41.80 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_amd64.deb ...
23:20:16 [2022-10-04T23:20:16.809Z] #27 41.83 Unpacking libnl-3-dev:amd64 (3.4.0-1+b1) ...
23:20:16 [2022-10-04T23:20:16.812Z] #33 ...
23:20:16 [2022-10-04T23:20:16.812Z] 
23:20:16 [2022-10-04T23:20:16.812Z] #31 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
23:20:16 [2022-10-04T23:20:16.812Z] #31 DONE 38.7s
23:20:16 [2022-10-04T23:20:16.923Z] #33 43.71 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
23:20:16 [2022-10-04T23:20:16.923Z] #33 43.71 Need to get 17.7 MB of archives.
23:20:16 [2022-10-04T23:20:16.923Z] #33 43.71 After this operation, 70.7 MB of additional disk space will be used.
23:20:16 [2022-10-04T23:20:16.923Z] #33 43.71 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
23:20:16 [2022-10-04T23:20:16.923Z] #33 43.72 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
23:20:16 [2022-10-04T23:20:16.923Z] #33 43.73 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
23:20:16 [2022-10-04T23:20:16.930Z] #25 ...
23:20:16 [2022-10-04T23:20:16.930Z] 
23:20:16 [2022-10-04T23:20:16.930Z] #31 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
23:20:16 [2022-10-04T23:20:16.930Z] #31 23.15 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
23:20:16 [2022-10-04T23:20:16.930Z] #31 23.20 go: downloading golang.org/x/mod v0.3.0
23:20:16 [2022-10-04T23:20:16.930Z] #31 ...
23:20:16 [2022-10-04T23:20:16.930Z] 
23:20:16 [2022-10-04T23:20:16.930Z] #28 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:20:16 [2022-10-04T23:20:16.930Z] #28 25.87 unicode/utf8
23:20:16 [2022-10-04T23:20:16.930Z] #28 26.57 internal/race
23:20:16 [2022-10-04T23:20:16.930Z] #28 26.89 sync/atomic
23:20:16 [2022-10-04T23:20:16.930Z] #28 27.65 unicode
23:20:16 [2022-10-04T23:20:16.930Z] #28 33.00 encoding
23:20:16 [2022-10-04T23:20:16.930Z] #28 ...
23:20:16 [2022-10-04T23:20:16.930Z] 
23:20:16 [2022-10-04T23:20:16.930Z] #23 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:20:16 [2022-10-04T23:20:16.930Z] #23 33.35 Updating files:  79% (1738/2185)
Updating files:  80% (1748/2185)
Updating files:  81% (1770/2185)
Updating files:  82% (1792/2185)
Updating files:  83% (1814/2185)
Updating files:  84% (1836/2185)
Updating files:  85% (1858/2185)
Updating files:  86% (1880/2185)
Updating files:  87% (1901/2185)
Updating files:  88% (1923/2185)
Updating files:  89% (1945/2185)
Updating files:  90% (1967/2185)
Updating files:  91% (1989/2185)
Updating files:  92% (2011/2185)
Updating files:  93% (2033/2185)
Updating files:  94% (2054/2185)
Updating files:  95% (2076/2185)
Updating files:  96% (2098/2185)
Updating files:  97% (2120/2185)
Updating files:  98% (2142/2185)
Updating files:  99% (2164/2185)
Updating files: 100% (2185/2185)
Updating files: 100% (2185/2185), done.
23:20:17 [2022-10-04T23:20:17.069Z] #27 42.14 Selecting previously unselected package libprotobuf-c1:amd64.
23:20:17 [2022-10-04T23:20:17.069Z] #27 42.14 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
23:20:17 [2022-10-04T23:20:17.069Z] #27 42.18 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
23:20:17 [2022-10-04T23:20:17.069Z] #27 42.29 Selecting previously unselected package libprotobuf-c-dev:amd64.
23:20:17 [2022-10-04T23:20:17.069Z] #27 42.29 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
23:20:17 [2022-10-04T23:20:17.069Z] 
23:20:17 [2022-10-04T23:20:17.069Z] #36 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:17 [2022-10-04T23:20:17.069Z] #36 38.14 Selecting previously unselected package libprotobuf-dev:arm64.
23:20:17 [2022-10-04T23:20:17.069Z] #36 38.15 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_arm64.deb ...
23:20:17 [2022-10-04T23:20:17.069Z] #36 38.16 Unpacking libprotobuf-dev:arm64 (3.12.4-1) ...
23:20:17 [2022-10-04T23:20:17.182Z] #33 43.85 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
23:20:17 [2022-10-04T23:20:17.192Z] #23 33.81 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
23:20:17 [2022-10-04T23:20:17.328Z] #27 42.32 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
23:20:17 [2022-10-04T23:20:17.328Z] #27 42.50 Selecting previously unselected package zlib1g-dev:amd64.
23:20:17 [2022-10-04T23:20:17.328Z] #27 42.50 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ...
23:20:17 [2022-10-04T23:20:17.328Z] #27 42.51 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
23:20:17 [2022-10-04T23:20:17.456Z] #33 ...
23:20:17 [2022-10-04T23:20:17.456Z] 
23:20:17 [2022-10-04T23:20:17.456Z] #34 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:17 [2022-10-04T23:20:17.456Z] #34 43.49 go: downloading github.com/fatih/color v1.13.0
23:20:17 [2022-10-04T23:20:17.456Z] #34 43.49 go: downloading github.com/gofrs/flock v0.8.1
23:20:17 [2022-10-04T23:20:17.456Z] #34 43.56 go: downloading github.com/pkg/errors v0.9.1
23:20:17 [2022-10-04T23:20:17.456Z] #34 43.56 go: downloading github.com/spf13/cobra v1.3.0
23:20:17 [2022-10-04T23:20:17.456Z] #34 43.64 go: downloading github.com/spf13/pflag v1.0.5
23:20:17 [2022-10-04T23:20:17.456Z] #34 43.92 go: downloading github.com/spf13/viper v1.10.1
23:20:17 [2022-10-04T23:20:17.456Z] #34 44.07 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
23:20:17 [2022-10-04T23:20:17.456Z] #34 44.26 go: downloading github.com/mattn/go-colorable v0.1.12
23:20:17 [2022-10-04T23:20:17.456Z] #34 44.26 go: downloading github.com/mattn/go-isatty v0.0.14
23:20:17 [2022-10-04T23:20:17.456Z] #34 44.30 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
23:20:17 [2022-10-04T23:20:17.588Z] #27 42.74 Selecting previously unselected package libprotobuf23:amd64.
23:20:17 [2022-10-04T23:20:17.588Z] #27 42.74 Preparing to unpack .../09-libprotobuf23_3.12.4-1_amd64.deb ...
23:20:17 [2022-10-04T23:20:17.588Z] #27 42.74 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
23:20:17 [2022-10-04T23:20:17.715Z] #34 44.33 go: downloading github.com/go-critic/go-critic v0.6.2
23:20:18 [2022-10-04T23:20:18.001Z] #36 39.83 Selecting previously unselected package libprotoc23:arm64.
23:20:18 [2022-10-04T23:20:18.001Z] #36 39.83 Preparing to unpack .../12-libprotoc23_3.12.4-1_arm64.deb ...
23:20:18 [2022-10-04T23:20:18.001Z] #36 39.84 Unpacking libprotoc23:arm64 (3.12.4-1) ...
23:20:18 [2022-10-04T23:20:18.257Z] #36 40.32 Selecting previously unselected package protobuf-c-compiler.
23:20:18 [2022-10-04T23:20:18.257Z] #36 40.33 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_arm64.deb ...
23:20:18 [2022-10-04T23:20:18.257Z] #36 40.33 Unpacking protobuf-c-compiler (1.3.3-1+b2) ...
23:20:18 [2022-10-04T23:20:18.515Z] #36 40.49 Selecting previously unselected package protobuf-compiler.
23:20:18 [2022-10-04T23:20:18.515Z] #36 40.50 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_arm64.deb ...
23:20:18 [2022-10-04T23:20:18.515Z] #36 40.50 Unpacking protobuf-compiler (3.12.4-1) ...
23:20:18 [2022-10-04T23:20:18.592Z] #27 43.65 Selecting previously unselected package libprotobuf-lite23:amd64.
23:20:18 [2022-10-04T23:20:18.592Z] #27 43.65 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_amd64.deb ...
23:20:18 [2022-10-04T23:20:18.592Z] #27 43.65 Unpacking libprotobuf-lite23:amd64 (3.12.4-1) ...
23:20:18 [2022-10-04T23:20:18.772Z] #36 40.66 Selecting previously unselected package python3-pkg-resources.
23:20:18 [2022-10-04T23:20:18.772Z] #36 40.67 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ...
23:20:18 [2022-10-04T23:20:18.772Z] #36 40.68 Unpacking python3-pkg-resources (52.0.0-4) ...
23:20:18 [2022-10-04T23:20:18.853Z] #27 43.97 Selecting previously unselected package libprotobuf-dev:amd64.
23:20:18 [2022-10-04T23:20:18.853Z] #27 43.97 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_amd64.deb ...
23:20:18 [2022-10-04T23:20:18.853Z] #27 43.99 Unpacking libprotobuf-dev:amd64 (3.12.4-1) ...
23:20:19 [2022-10-04T23:20:19.028Z] #36 40.92 Selecting previously unselected package python3-six.
23:20:19 [2022-10-04T23:20:19.028Z] #36 40.92 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ...
23:20:19 [2022-10-04T23:20:19.028Z] #36 40.93 Unpacking python3-six (1.16.0-2) ...
23:20:19 [2022-10-04T23:20:19.028Z] #36 41.01 Selecting previously unselected package python3-protobuf.
23:20:19 [2022-10-04T23:20:19.028Z] #36 41.02 Preparing to unpack .../17-python3-protobuf_3.12.4-1_arm64.deb ...
23:20:19 [2022-10-04T23:20:19.028Z] #36 41.04 Unpacking python3-protobuf (3.12.4-1) ...
23:20:19 [2022-10-04T23:20:19.095Z] #34 45.52 go: downloading github.com/mitchellh/go-homedir v1.1.0
23:20:19 [2022-10-04T23:20:19.095Z] #34 45.57 go: downloading github.com/hashicorp/go-multierror v1.1.1
23:20:19 [2022-10-04T23:20:19.095Z] #34 ...
23:20:19 [2022-10-04T23:20:19.095Z] 
23:20:19 [2022-10-04T23:20:19.095Z] #36 [containerd 1/2] 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
23:20:19 [2022-10-04T23:20:19.095Z] #36 33.52 Reading package lists...
23:20:19 [2022-10-04T23:20:19.095Z] #36 38.59 Building dependency tree...
23:20:19 [2022-10-04T23:20:19.095Z] #36 42.01 The following additional packages will be installed:
23:20:19 [2022-10-04T23:20:19.095Z] #36 42.03   libbtrfs0
23:20:19 [2022-10-04T23:20:19.095Z] #36 42.29 The following NEW packages will be installed:
23:20:19 [2022-10-04T23:20:19.095Z] #36 42.30   libbtrfs-dev libbtrfs0
23:20:19 [2022-10-04T23:20:19.095Z] #36 42.69 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
23:20:19 [2022-10-04T23:20:19.095Z] #36 42.69 Need to get 460 kB of archives.
23:20:19 [2022-10-04T23:20:19.095Z] #36 42.69 After this operation, 1237 kB of additional disk space will be used.
23:20:19 [2022-10-04T23:20:19.095Z] #36 42.69 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
23:20:19 [2022-10-04T23:20:19.095Z] #36 42.71 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
23:20:19 [2022-10-04T23:20:19.095Z] #36 43.90 debconf: delaying package configuration, since apt-utils is not installed
23:20:19 [2022-10-04T23:20:19.095Z] #36 44.12 Fetched 460 kB in 0s (1356 kB/s)
23:20:19 [2022-10-04T23:20:19.095Z] #36 44.26 Selecting previously unselected package libbtrfs0:amd64.
23:20:19 [2022-10-04T23:20:19.095Z] #36 44.26 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15718 files and directories currently installed.)
23:20:19 [2022-10-04T23:20:19.095Z] #36 44.34 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
23:20:19 [2022-10-04T23:20:19.095Z] #36 44.41 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
23:20:19 [2022-10-04T23:20:19.095Z] #36 44.66 Selecting previously unselected package libbtrfs-dev:amd64.
23:20:19 [2022-10-04T23:20:19.095Z] #36 44.67 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
23:20:19 [2022-10-04T23:20:19.095Z] #36 44.68 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
23:20:19 [2022-10-04T23:20:19.095Z] #36 45.10 Setting up libbtrfs0:amd64 (5.10.1-2) ...
23:20:19 [2022-10-04T23:20:19.095Z] #36 45.12 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
23:20:19 [2022-10-04T23:20:19.095Z] #36 45.14 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:20:19 [2022-10-04T23:20:19.095Z] #36 DONE 45.9s
23:20:19 [2022-10-04T23:20:19.242Z] #23 ...
23:20:19 [2022-10-04T23:20:19.242Z] 
23:20:19 [2022-10-04T23:20:19.242Z] #36 [containerd 1/2] 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
23:20:19 [2022-10-04T23:20:19.242Z] #36 26.28 Fetched 8586 kB in 19s (441 kB/s)
23:20:19 [2022-10-04T23:20:19.242Z] #36 26.28 Reading package lists...
23:20:19 [2022-10-04T23:20:19.358Z] 
23:20:19 [2022-10-04T23:20:19.358Z] #30 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:19 [2022-10-04T23:20:19.358Z] #30 38.28 Building dependency tree...
23:20:19 [2022-10-04T23:20:19.358Z] #30 41.71 The following additional packages will be installed:
23:20:19 [2022-10-04T23:20:19.358Z] #30 41.71   libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23
23:20:19 [2022-10-04T23:20:19.358Z] #30 41.72   libprotoc23 python3-pkg-resources python3-six zlib1g-dev
23:20:19 [2022-10-04T23:20:19.358Z] #30 41.73 Suggested packages:
23:20:19 [2022-10-04T23:20:19.358Z] #30 41.73   manpages-dev protobuf-mode-el python3-setuptools
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.01 The following NEW packages will be installed:
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.01   libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.01   libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.01   libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.02   python3-pkg-resources python3-protobuf python3-six zlib1g-dev
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.41 0 upgraded, 18 newly installed, 0 to remove and 2 not upgraded.
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.41 Need to get 4583 kB of archives.
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.41 After this operation, 25.9 MB of additional disk space will be used.
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.41 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.41 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.42 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.42 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.42 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.43 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-dev amd64 3.4.0-1+b1 [102 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.43 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.44 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.44 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.46 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.50 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-lite23 amd64 3.12.4-1 [241 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.52 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-dev amd64 3.12.4-1 [1232 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.59 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotoc23 amd64 3.12.4-1 [803 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.64 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-c-compiler amd64 1.3.3-1+b2 [83.8 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.66 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-compiler amd64 3.12.4-1 [75.1 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.67 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.67 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 43.68 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
23:20:19 [2022-10-04T23:20:19.358Z] #30 44.84 debconf: delaying package configuration, since apt-utils is not installed
23:20:19 [2022-10-04T23:20:19.358Z] #30 45.13 Fetched 4583 kB in 1s (7395 kB/s)
23:20:19 [2022-10-04T23:20:19.358Z] #30 45.27 Selecting previously unselected package libcap2:amd64.
23:20:19 [2022-10-04T23:20:19.358Z] #30 45.27 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15718 files and directories currently installed.)
23:20:19 [2022-10-04T23:20:19.358Z] #30 45.34 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ...
23:20:19 [2022-10-04T23:20:19.358Z] #30 45.35 Unpacking libcap2:amd64 (1:2.44-1) ...
23:20:19 [2022-10-04T23:20:19.358Z] #30 45.45 Selecting previously unselected package libcap-dev:amd64.
23:20:19 [2022-10-04T23:20:19.358Z] #30 45.45 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_amd64.deb ...
23:20:19 [2022-10-04T23:20:19.358Z] #30 45.47 Unpacking libcap-dev:amd64 (1:2.44-1) ...
23:20:19 [2022-10-04T23:20:19.358Z] #30 45.95 Selecting previously unselected package libnet1:amd64.
23:20:19 [2022-10-04T23:20:19.358Z] #30 45.95 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
23:20:19 [2022-10-04T23:20:19.358Z] #30 45.97 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
23:20:19 [2022-10-04T23:20:19.358Z] #30 46.17 Selecting previously unselected package libnet1-dev.
23:20:19 [2022-10-04T23:20:19.358Z] #30 46.17 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
23:20:19 [2022-10-04T23:20:19.358Z] #30 46.19 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
23:20:19 [2022-10-04T23:20:19.504Z] #36 32.70 Reading package lists...
23:20:19 [2022-10-04T23:20:19.504Z] #36 ...
23:20:19 [2022-10-04T23:20:19.504Z] 
23:20:19 [2022-10-04T23:20:19.504Z] #23 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:20:19 [2022-10-04T23:20:19.504Z] #23 36.21 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
23:20:19 [2022-10-04T23:20:19.592Z] #36 41.58 Setting up python3-pkg-resources (52.0.0-4) ...
23:20:19 [2022-10-04T23:20:19.929Z] #30 46.49 Selecting previously unselected package libnl-3-200:amd64.
23:20:19 [2022-10-04T23:20:19.929Z] #30 46.49 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_amd64.deb ...
23:20:19 [2022-10-04T23:20:19.929Z] #30 46.51 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
23:20:19 [2022-10-04T23:20:19.929Z] #30 46.73 Selecting previously unselected package libnl-3-dev:amd64.
23:20:19 [2022-10-04T23:20:19.929Z] #30 46.73 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_amd64.deb ...
23:20:19 [2022-10-04T23:20:19.929Z] #30 46.75 Unpacking libnl-3-dev:amd64 (3.4.0-1+b1) ...
23:20:20 [2022-10-04T23:20:20.245Z] #27 ...
23:20:20 [2022-10-04T23:20:20.245Z] 
23:20:20 [2022-10-04T23:20:20.245Z] #28 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
23:20:20 [2022-10-04T23:20:20.245Z] #28 DONE 45.0s
23:20:20 [2022-10-04T23:20:20.245Z] 
23:20:20 [2022-10-04T23:20:20.245Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:20 [2022-10-04T23:20:20.245Z] #32 36.31 go: downloading github.com/mitchellh/go-homedir v1.1.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 36.40 go: downloading github.com/hashicorp/go-multierror v1.1.1
23:20:20 [2022-10-04T23:20:20.245Z] #32 40.86 go: downloading github.com/mattn/go-colorable v0.1.12
23:20:20 [2022-10-04T23:20:20.245Z] #32 40.86 go: downloading github.com/sirupsen/logrus v1.8.1
23:20:20 [2022-10-04T23:20:20.245Z] #32 40.95 go: downloading github.com/stretchr/testify v1.7.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 41.03 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
23:20:20 [2022-10-04T23:20:20.245Z] #32 41.13 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
23:20:20 [2022-10-04T23:20:20.245Z] #32 41.18 go: downloading github.com/mattn/go-isatty v0.0.14
23:20:20 [2022-10-04T23:20:20.245Z] #32 41.31 go: downloading github.com/fsnotify/fsnotify v1.5.1
23:20:20 [2022-10-04T23:20:20.245Z] #32 41.41 go: downloading github.com/magiconair/properties v1.8.5
23:20:20 [2022-10-04T23:20:20.245Z] #32 41.41 go: downloading github.com/mitchellh/mapstructure v1.4.3
23:20:20 [2022-10-04T23:20:20.245Z] #32 41.50 go: downloading github.com/spf13/afero v1.6.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 41.52 go: downloading github.com/spf13/cast v1.4.1
23:20:20 [2022-10-04T23:20:20.245Z] #32 41.60 go: downloading github.com/spf13/jwalterweatherman v1.1.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 41.66 go: downloading github.com/subosito/gotenv v1.2.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 41.75 go: downloading gopkg.in/ini.v1 v1.66.2
23:20:20 [2022-10-04T23:20:20.245Z] #32 41.95 go: downloading github.com/go-toolsmith/astcast v1.0.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 41.96 go: downloading github.com/go-toolsmith/astcopy v1.0.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 41.99 go: downloading github.com/go-toolsmith/astequal v1.0.1
23:20:20 [2022-10-04T23:20:20.245Z] #32 41.99 go: downloading github.com/go-toolsmith/astfmt v1.0.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 42.04 go: downloading github.com/go-toolsmith/astp v1.0.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 42.04 go: downloading github.com/go-toolsmith/strparse v1.0.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 42.09 go: downloading github.com/go-toolsmith/typep v1.0.2
23:20:20 [2022-10-04T23:20:20.245Z] #32 42.11 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
23:20:20 [2022-10-04T23:20:20.245Z] #32 42.11 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
23:20:20 [2022-10-04T23:20:20.245Z] #32 42.34 go: downloading github.com/hashicorp/errwrap v1.0.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 42.36 go: downloading 4d63.com/gochecknoglobals v0.1.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 42.43 go: downloading github.com/Antonboom/errname v0.1.5
23:20:20 [2022-10-04T23:20:20.245Z] #32 42.52 go: downloading github.com/Antonboom/nilnil v0.1.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 42.58 go: downloading github.com/BurntSushi/toml v1.0.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 42.83 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
23:20:20 [2022-10-04T23:20:20.245Z] #32 42.87 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.04 go: downloading github.com/alexkohler/prealloc v1.0.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.11 go: downloading github.com/ashanbrown/forbidigo v1.3.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.17 go: downloading github.com/ashanbrown/makezero v1.1.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.23 go: downloading github.com/bkielbasa/cyclop v1.2.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.23 go: downloading github.com/blizzy78/varnamelen v0.5.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.35 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.35 go: downloading github.com/breml/bidichk v0.2.1
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.41 go: downloading github.com/breml/errchkjson v0.2.1
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.42 go: downloading github.com/butuzov/ireturn v0.1.1
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.49 go: downloading github.com/charithe/durationcheck v0.0.9
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.58 go: downloading github.com/denis-tingajkin/go-header v0.4.2
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.58 go: downloading github.com/daixiang0/gci v0.2.9
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.63 go: downloading github.com/esimonov/ifshort v1.0.4
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.68 go: downloading github.com/fzipp/gocyclo v0.4.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.70 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.75 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.77 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
23:20:20 [2022-10-04T23:20:20.245Z] #32 43.89 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
23:20:20 [2022-10-04T23:20:20.245Z] #32 44.04 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
23:20:20 [2022-10-04T23:20:20.245Z] #32 44.30 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
23:20:20 [2022-10-04T23:20:20.245Z] #32 44.36 go: downloading github.com/golangci/misspell v0.3.5
23:20:20 [2022-10-04T23:20:20.245Z] #32 44.36 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
23:20:20 [2022-10-04T23:20:20.245Z] #32 44.44 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
23:20:20 [2022-10-04T23:20:20.245Z] #32 44.48 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 44.51 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
23:20:20 [2022-10-04T23:20:20.245Z] #32 44.61 go: downloading github.com/jgautheron/goconst v1.5.1
23:20:20 [2022-10-04T23:20:20.245Z] #32 44.61 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
23:20:20 [2022-10-04T23:20:20.245Z] #32 44.66 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
23:20:20 [2022-10-04T23:20:20.245Z] #32 44.66 go: downloading github.com/julz/importas v0.1.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 44.70 go: downloading github.com/kisielk/errcheck v1.6.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 44.72 go: downloading github.com/kulti/thelper v0.5.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 44.80 go: downloading github.com/kunwardeep/paralleltest v1.0.3
23:20:20 [2022-10-04T23:20:20.245Z] #32 44.91 go: downloading github.com/kyoh86/exportloopref v0.1.8
23:20:20 [2022-10-04T23:20:20.245Z] #32 44.92 go: downloading github.com/ldez/gomoddirectives v0.2.2
23:20:20 [2022-10-04T23:20:20.245Z] #32 44.94 go: downloading github.com/ldez/tagliatelle v0.3.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 45.01 go: downloading github.com/leonklingele/grouper v1.1.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 45.14 go: downloading github.com/maratori/testpackage v1.0.1
23:20:20 [2022-10-04T23:20:20.245Z] #32 45.21 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
23:20:20 [2022-10-04T23:20:20.245Z] #32 45.24 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
23:20:20 [2022-10-04T23:20:20.245Z] #32 45.24 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
23:20:20 [2022-10-04T23:20:20.245Z] #32 45.26 go: downloading github.com/mgechev/revive v1.1.3
23:20:20 [2022-10-04T23:20:20.498Z] #30 47.14 Selecting previously unselected package libprotobuf-c1:amd64.
23:20:20 [2022-10-04T23:20:20.498Z] #30 47.14 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
23:20:20 [2022-10-04T23:20:20.498Z] #30 47.15 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
23:20:20 [2022-10-04T23:20:20.498Z] #30 ...
23:20:20 [2022-10-04T23:20:20.498Z] 
23:20:20 [2022-10-04T23:20:20.498Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.123 + RM_GOPATH=0
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.123 + TMP_GOPATH=
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.123 + : /build
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.123 + '[' -z '' ']'
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.128 ++ mktemp -d
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.134 + export GOPATH=/tmp/tmp.39IReyctms
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.134 + GOPATH=/tmp/tmp.39IReyctms
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.135 + RM_GOPATH=1
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.135 + case "$(go env GOARCH)" in
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.136 ++ go env GOARCH
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.172 + export GO_BUILDMODE=-buildmode=pie
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.172 + GO_BUILDMODE=-buildmode=pie
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.173 ++ dirname /tmp/install/install.sh
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.176 + dir=/tmp/install
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.177 + bin=containerd
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.177 + shift
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.177 + '[' '!' -f /tmp/install/containerd.installer ']'
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.178 + . /tmp/install/containerd.installer
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.178 ++ set -e
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.178 ++ : v1.6.8
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.179 + install_containerd
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.179 + echo 'Install containerd version v1.6.8'
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.180 Install containerd version v1.6.8
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.180 + git clone https://github.com/containerd/containerd.git /tmp/tmp.39IReyctms/src/github.com/containerd/containerd
23:20:20 [2022-10-04T23:20:20.498Z] #0 1.185 Cloning into '/tmp/tmp.39IReyctms/src/github.com/containerd/containerd'...
23:20:20 [2022-10-04T23:20:20.506Z] #32 ...
23:20:20 [2022-10-04T23:20:20.506Z] 
23:20:20 [2022-10-04T23:20:20.506Z] #27 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:20 [2022-10-04T23:20:20.506Z] #27 45.57 Selecting previously unselected package libprotoc23:amd64.
23:20:20 [2022-10-04T23:20:20.506Z] #27 45.57 Preparing to unpack .../12-libprotoc23_3.12.4-1_amd64.deb ...
23:20:20 [2022-10-04T23:20:20.506Z] #27 45.57 Unpacking libprotoc23:amd64 (3.12.4-1) ...
23:20:20 [2022-10-04T23:20:20.519Z] #36 ...
23:20:20 [2022-10-04T23:20:20.520Z] 
23:20:20 [2022-10-04T23:20:20.520Z] #32 [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
23:20:20 [2022-10-04T23:20:20.520Z] #32 32.43 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 32.45 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 32.45 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 32.46 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 32.65 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 32.80 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 32.80 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 33.48 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 34.74 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 35.26 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 35.86 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 37.01 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 37.53 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 37.53 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 37.53 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 37.56 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 37.56 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 37.57 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 37.62 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 37.62 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 37.62 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 37.62 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 37.63 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 37.63 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 37.68 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 37.69 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 37.70 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 37.70 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
23:20:20 [2022-10-04T23:20:20.520Z] #32 38.57 debconf: delaying package configuration, since apt-utils is not installed
23:20:20 [2022-10-04T23:20:20.520Z] #32 38.87 Fetched 108 MB in 6s (18.6 MB/s)
23:20:20 [2022-10-04T23:20:20.520Z] #32 39.07 Selecting previously unselected package binutils-mingw-w64-i686.
23:20:20 [2022-10-04T23:20:20.520Z] #32 39.07 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15709 files and directories currently installed.)
23:20:20 [2022-10-04T23:20:20.520Z] #32 39.17 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ...
23:20:20 [2022-10-04T23:20:20.520Z] #32 39.18 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
23:20:20 [2022-10-04T23:20:20.520Z] #32 41.32 Selecting previously unselected package binutils-mingw-w64-x86-64.
23:20:20 [2022-10-04T23:20:20.520Z] #32 41.34 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ...
23:20:20 [2022-10-04T23:20:20.520Z] #32 41.35 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
23:20:21 [2022-10-04T23:20:21.082Z] #32 ...
23:20:21 [2022-10-04T23:20:21.082Z] 
23:20:21 [2022-10-04T23:20:21.082Z] #36 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:21 [2022-10-04T23:20:21.082Z] #36 43.07 Setting up libprotobuf23:arm64 (3.12.4-1) ...
23:20:21 [2022-10-04T23:20:21.082Z] #36 43.09 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
23:20:21 [2022-10-04T23:20:21.082Z] #36 43.10 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
23:20:21 [2022-10-04T23:20:21.082Z] #36 43.13 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
23:20:21 [2022-10-04T23:20:21.082Z] #36 43.16 Setting up libcap2:arm64 (1:2.44-1) ...
23:20:21 [2022-10-04T23:20:21.338Z] #36 43.17 Setting up python3-six (1.16.0-2) ...
23:20:21 [2022-10-04T23:20:21.419Z] #23 ...
23:20:21 [2022-10-04T23:20:21.419Z] 
23:20:21 [2022-10-04T23:20:21.419Z] #35 [tini 1/2] 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
23:20:21 [2022-10-04T23:20:21.420Z] #35 28.29 Fetched 8586 kB in 20s (426 kB/s)
23:20:21 [2022-10-04T23:20:21.420Z] #35 28.29 Reading package lists...
23:20:21 [2022-10-04T23:20:21.420Z] #35 34.51 Reading package lists...
23:20:21 [2022-10-04T23:20:21.420Z] #35 ...
23:20:21 [2022-10-04T23:20:21.420Z] 
23:20:21 [2022-10-04T23:20:21.420Z] #34 [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
23:20:21 [2022-10-04T23:20:21.420Z] #34 28.28 Fetched 8586 kB in 20s (437 kB/s)
23:20:21 [2022-10-04T23:20:21.420Z] #34 28.28 Reading package lists...
23:20:21 [2022-10-04T23:20:21.447Z] #27 46.29 Selecting previously unselected package protobuf-c-compiler.
23:20:21 [2022-10-04T23:20:21.447Z] #27 46.29 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_amd64.deb ...
23:20:21 [2022-10-04T23:20:21.447Z] #27 46.29 Unpacking protobuf-c-compiler (1.3.3-1+b2) ...
23:20:21 [2022-10-04T23:20:21.680Z] #34 34.53 Reading package lists...
23:20:21 [2022-10-04T23:20:21.680Z] #34 ...
23:20:21 [2022-10-04T23:20:21.680Z] 
23:20:21 [2022-10-04T23:20:21.680Z] #30 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:21 [2022-10-04T23:20:21.680Z] #30 28.34 Fetched 8586 kB in 20s (437 kB/s)
23:20:21 [2022-10-04T23:20:21.680Z] #30 28.34 Reading package lists...
23:20:21 [2022-10-04T23:20:21.680Z] #30 34.93 Reading package lists...
23:20:21 [2022-10-04T23:20:21.680Z] #30 ...
23:20:21 [2022-10-04T23:20:21.680Z] 
23:20:21 [2022-10-04T23:20:21.680Z] #36 [containerd 1/2] 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
23:20:21 [2022-10-04T23:20:21.680Z] #36 32.70 Reading package lists...
23:20:21 [2022-10-04T23:20:21.707Z] #27 46.90 Selecting previously unselected package protobuf-compiler.
23:20:21 [2022-10-04T23:20:21.707Z] #27 46.90 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_amd64.deb ...
23:20:21 [2022-10-04T23:20:21.707Z] #27 46.90 Unpacking protobuf-compiler (3.12.4-1) ...
23:20:21 [2022-10-04T23:20:21.992Z] #27 ...
23:20:21 [2022-10-04T23:20:21.992Z] 
23:20:21 [2022-10-04T23:20:21.992Z] #36 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
23:20:21 [2022-10-04T23:20:21.992Z] #36 DONE 47.0s
23:20:21 [2022-10-04T23:20:21.992Z] 
23:20:21 [2022-10-04T23:20:21.992Z] #31 [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
23:20:21 [2022-10-04T23:20:21.992Z] #31 36.98 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 37.64 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 39.84 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 40.76 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 40.86 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 40.90 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 40.90 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 40.92 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 40.93 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 40.93 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 40.94 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 40.95 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 40.98 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 41.03 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 41.04 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 41.15 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 41.15 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 41.15 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 41.16 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB]
23:20:21 [2022-10-04T23:20:21.992Z] #31 42.54 debconf: delaying package configuration, since apt-utils is not installed
23:20:21 [2022-10-04T23:20:21.992Z] #31 42.80 Fetched 115 MB in 9s (12.5 MB/s)
23:20:21 [2022-10-04T23:20:21.992Z] #31 42.94 Selecting previously unselected package binutils-mingw-w64-i686.
23:20:21 [2022-10-04T23:20:21.992Z] #31 42.94 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15718 files and directories currently installed.)
23:20:21 [2022-10-04T23:20:21.992Z] #31 42.98 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
23:20:21 [2022-10-04T23:20:21.992Z] #31 43.01 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
23:20:21 [2022-10-04T23:20:21.992Z] #31 45.57 Selecting previously unselected package binutils-mingw-w64-x86-64.
23:20:21 [2022-10-04T23:20:21.992Z] #31 45.57 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
23:20:21 [2022-10-04T23:20:21.992Z] #31 45.58 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
23:20:22 [2022-10-04T23:20:22.254Z] #31 ...
23:20:22 [2022-10-04T23:20:22.254Z] 
23:20:22 [2022-10-04T23:20:22.254Z] #35 [tini 1/2] 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
23:20:22 [2022-10-04T23:20:22.254Z] #35 36.93 The following additional packages will be installed:
23:20:22 [2022-10-04T23:20:22.254Z] #35 36.93   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
23:20:22 [2022-10-04T23:20:22.254Z] #35 36.96 Suggested packages:
23:20:22 [2022-10-04T23:20:22.254Z] #35 36.96   cmake-doc ninja-build lrzip
23:20:22 [2022-10-04T23:20:22.254Z] #35 36.96 Recommended packages:
23:20:22 [2022-10-04T23:20:22.254Z] #35 36.96   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
23:20:22 [2022-10-04T23:20:22.254Z] #35 37.47 The following NEW packages will be installed:
23:20:22 [2022-10-04T23:20:22.254Z] #35 37.51   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
23:20:22 [2022-10-04T23:20:22.254Z] #35 37.52   vim-common xxd
23:20:22 [2022-10-04T23:20:22.254Z] #35 37.93 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
23:20:22 [2022-10-04T23:20:22.254Z] #35 37.93 Need to get 17.7 MB of archives.
23:20:22 [2022-10-04T23:20:22.254Z] #35 37.93 After this operation, 70.7 MB of additional disk space will be used.
23:20:22 [2022-10-04T23:20:22.254Z] #35 37.93 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
23:20:22 [2022-10-04T23:20:22.254Z] #35 37.94 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
23:20:22 [2022-10-04T23:20:22.254Z] #35 37.95 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
23:20:22 [2022-10-04T23:20:22.254Z] #35 38.05 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
23:20:22 [2022-10-04T23:20:22.254Z] #35 38.55 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
23:20:22 [2022-10-04T23:20:22.254Z] #35 38.60 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
23:20:22 [2022-10-04T23:20:22.254Z] #35 38.60 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
23:20:22 [2022-10-04T23:20:22.254Z] #35 38.63 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
23:20:22 [2022-10-04T23:20:22.254Z] #35 38.63 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
23:20:22 [2022-10-04T23:20:22.254Z] #35 38.64 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
23:20:22 [2022-10-04T23:20:22.254Z] #35 40.07 debconf: delaying package configuration, since apt-utils is not installed
23:20:22 [2022-10-04T23:20:22.254Z] #35 40.30 Fetched 17.7 MB in 1s (13.2 MB/s)
23:20:22 [2022-10-04T23:20:22.254Z] #35 40.45 Selecting previously unselected package xxd.
23:20:22 [2022-10-04T23:20:22.254Z] #35 40.45 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15718 files and directories currently installed.)
23:20:22 [2022-10-04T23:20:22.254Z] #35 40.73 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
23:20:22 [2022-10-04T23:20:22.254Z] #35 40.91 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
23:20:22 [2022-10-04T23:20:22.254Z] #35 41.31 Selecting previously unselected package vim-common.
23:20:22 [2022-10-04T23:20:22.254Z] #35 41.31 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
23:20:22 [2022-10-04T23:20:22.254Z] #35 41.35 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
23:20:22 [2022-10-04T23:20:22.254Z] #35 41.77 Selecting previously unselected package cmake-data.
23:20:22 [2022-10-04T23:20:22.254Z] #35 41.77 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
23:20:22 [2022-10-04T23:20:22.254Z] #35 41.77 Unpacking cmake-data (3.18.4-2+deb11u1) ...
23:20:22 [2022-10-04T23:20:22.254Z] #35 45.72 Selecting previously unselected package libicu67:amd64.
23:20:22 [2022-10-04T23:20:22.254Z] #35 45.75 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
23:20:22 [2022-10-04T23:20:22.254Z] #35 45.75 Unpacking libicu67:amd64 (67.1-7) ...
23:20:22 [2022-10-04T23:20:22.254Z] #35 ...
23:20:22 [2022-10-04T23:20:22.254Z] 
23:20:22 [2022-10-04T23:20:22.254Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:22 [2022-10-04T23:20:22.254Z] #32 45.96 go: downloading github.com/moricho/tparallel v0.2.1
23:20:22 [2022-10-04T23:20:22.254Z] #32 45.96 go: downloading github.com/nakabonne/nestif v0.3.1
23:20:22 [2022-10-04T23:20:22.254Z] #32 45.99 go: downloading github.com/nishanths/exhaustive v0.7.11
23:20:22 [2022-10-04T23:20:22.254Z] #32 46.02 go: downloading github.com/nishanths/predeclared v0.2.1
23:20:22 [2022-10-04T23:20:22.254Z] #32 46.06 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
23:20:22 [2022-10-04T23:20:22.254Z] #32 46.14 go: downloading github.com/ryancurrah/gomodguard v1.2.3
23:20:22 [2022-10-04T23:20:22.254Z] #32 46.27 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
23:20:22 [2022-10-04T23:20:22.254Z] #32 46.27 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
23:20:22 [2022-10-04T23:20:22.254Z] #32 46.37 go: downloading github.com/securego/gosec/v2 v2.9.6
23:20:22 [2022-10-04T23:20:22.254Z] #32 46.69 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
23:20:22 [2022-10-04T23:20:22.254Z] #32 46.75 go: downloading github.com/sivchari/containedctx v1.0.1
23:20:22 [2022-10-04T23:20:22.254Z] #32 46.83 go: downloading github.com/sivchari/tenv v1.4.7
23:20:22 [2022-10-04T23:20:22.254Z] #32 46.83 go: downloading github.com/sonatard/noctx v0.0.1
23:20:22 [2022-10-04T23:20:22.254Z] #32 46.83 go: downloading github.com/sourcegraph/go-diff v0.6.1
23:20:22 [2022-10-04T23:20:22.254Z] #32 46.91 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
23:20:22 [2022-10-04T23:20:22.254Z] #32 46.97 go: downloading github.com/sylvia7788/contextcheck v1.0.4
23:20:22 [2022-10-04T23:20:22.254Z] #32 46.97 go: downloading github.com/tdakkota/asciicheck v0.1.1
23:20:22 [2022-10-04T23:20:22.254Z] #32 47.00 go: downloading github.com/tetafro/godot v1.4.11
23:20:22 [2022-10-04T23:20:22.254Z] #32 47.06 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
23:20:22 [2022-10-04T23:20:22.254Z] #32 47.06 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
23:20:22 [2022-10-04T23:20:22.254Z] #32 47.36 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
23:20:22 [2022-10-04T23:20:22.265Z] #36 44.32 Setting up libprotobuf-lite23:arm64 (3.12.4-1) ...
23:20:22 [2022-10-04T23:20:22.515Z] #32 47.55 go: downloading github.com/ultraware/funlen v0.0.3
23:20:22 [2022-10-04T23:20:22.515Z] #32 47.55 go: downloading github.com/ultraware/whitespace v0.0.4
23:20:22 [2022-10-04T23:20:22.515Z] #32 47.57 go: downloading github.com/uudashr/gocognit v1.0.5
23:20:22 [2022-10-04T23:20:22.515Z] #32 47.63 go: downloading github.com/yagipy/maintidx v1.0.0
23:20:22 [2022-10-04T23:20:22.515Z] #32 47.63 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
23:20:22 [2022-10-04T23:20:22.522Z] #36 44.37 Setting up libprotoc23:arm64 (3.12.4-1) ...
23:20:22 [2022-10-04T23:20:22.522Z] #36 44.38 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ...
23:20:22 [2022-10-04T23:20:22.522Z] #36 44.42 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
23:20:22 [2022-10-04T23:20:22.522Z] #36 44.47 Setting up python3-protobuf (3.12.4-1) ...
23:20:22 [2022-10-04T23:20:22.623Z] #36 38.23 Building dependency tree...
23:20:22 [2022-10-04T23:20:22.776Z] #32 47.81 go: downloading gitlab.com/bosi/decorder v0.2.1
23:20:22 [2022-10-04T23:20:22.776Z] #32 47.97 go: downloading honnef.co/go/tools v0.2.2
23:20:24 [2022-10-04T23:20:24.694Z] #32 49.61 go: downloading mvdan.cc/gofumpt v0.2.1
23:20:24 [2022-10-04T23:20:24.694Z] #32 49.70 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
23:20:24 [2022-10-04T23:20:24.694Z] #32 49.74 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
23:20:24 [2022-10-04T23:20:24.694Z] #32 49.80 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
23:20:24 [2022-10-04T23:20:24.731Z] #37 ...
23:20:24 [2022-10-04T23:20:24.731Z] 
23:20:24 [2022-10-04T23:20:24.731Z] #31 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
23:20:24 [2022-10-04T23:20:24.731Z] #31 DONE 51.0s
23:20:24 [2022-10-04T23:20:24.731Z] 
23:20:24 [2022-10-04T23:20:24.731Z] #34 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:24 [2022-10-04T23:20:24.731Z] #34 49.24 go: downloading github.com/sirupsen/logrus v1.8.1
23:20:24 [2022-10-04T23:20:24.731Z] #34 49.31 go: downloading github.com/stretchr/testify v1.7.0
23:20:24 [2022-10-04T23:20:24.731Z] #34 49.43 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
23:20:24 [2022-10-04T23:20:24.731Z] #34 49.48 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
23:20:24 [2022-10-04T23:20:24.731Z] #34 49.53 go: downloading github.com/fsnotify/fsnotify v1.5.1
23:20:24 [2022-10-04T23:20:24.731Z] #34 49.62 go: downloading github.com/magiconair/properties v1.8.5
23:20:24 [2022-10-04T23:20:24.731Z] #34 49.65 go: downloading github.com/mitchellh/mapstructure v1.4.3
23:20:24 [2022-10-04T23:20:24.731Z] #34 49.71 go: downloading github.com/spf13/afero v1.6.0
23:20:24 [2022-10-04T23:20:24.731Z] #34 49.78 go: downloading github.com/spf13/cast v1.4.1
23:20:24 [2022-10-04T23:20:24.731Z] #34 49.88 go: downloading github.com/spf13/jwalterweatherman v1.1.0
23:20:24 [2022-10-04T23:20:24.731Z] #34 49.96 go: downloading github.com/subosito/gotenv v1.2.0
23:20:24 [2022-10-04T23:20:24.731Z] #34 49.98 go: downloading gopkg.in/ini.v1 v1.66.2
23:20:24 [2022-10-04T23:20:24.731Z] #34 50.07 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
23:20:24 [2022-10-04T23:20:24.731Z] #34 50.22 go: downloading github.com/go-toolsmith/astcast v1.0.0
23:20:24 [2022-10-04T23:20:24.731Z] #34 50.25 go: downloading github.com/go-toolsmith/astcopy v1.0.0
23:20:24 [2022-10-04T23:20:24.731Z] #34 50.26 go: downloading github.com/go-toolsmith/astequal v1.0.1
23:20:24 [2022-10-04T23:20:24.731Z] #34 50.35 go: downloading github.com/go-toolsmith/astfmt v1.0.0
23:20:24 [2022-10-04T23:20:24.731Z] #34 50.42 go: downloading github.com/go-toolsmith/astp v1.0.0
23:20:24 [2022-10-04T23:20:24.731Z] #34 50.51 go: downloading github.com/go-toolsmith/strparse v1.0.0
23:20:24 [2022-10-04T23:20:24.731Z] #34 50.56 go: downloading github.com/go-toolsmith/typep v1.0.2
23:20:24 [2022-10-04T23:20:24.731Z] #34 50.57 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
23:20:24 [2022-10-04T23:20:24.731Z] #34 51.27 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
23:20:24 [2022-10-04T23:20:24.731Z] #34 51.47 go: downloading github.com/hashicorp/errwrap v1.0.0
23:20:24 [2022-10-04T23:20:24.731Z] #34 51.51 go: downloading 4d63.com/gochecknoglobals v0.1.0
23:20:24 [2022-10-04T23:20:24.954Z] #32 49.89 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
23:20:25 [2022-10-04T23:20:25.008Z] #34 51.68 go: downloading github.com/Antonboom/errname v0.1.5
23:20:25 [2022-10-04T23:20:25.008Z] #34 51.84 go: downloading github.com/Antonboom/nilnil v0.1.0
23:20:25 [2022-10-04T23:20:25.309Z] #34 51.86 go: downloading github.com/BurntSushi/toml v1.0.0
23:20:25 [2022-10-04T23:20:25.309Z] #34 ...
23:20:25 [2022-10-04T23:20:25.309Z] 
23:20:25 [2022-10-04T23:20:25.309Z] #27 [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
23:20:25 [2022-10-04T23:20:25.309Z] #27 42.07 The following additional packages will be installed:
23:20:25 [2022-10-04T23:20:25.309Z] #27 42.08   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
23:20:25 [2022-10-04T23:20:25.309Z] #27 42.08   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
23:20:25 [2022-10-04T23:20:25.309Z] #27 42.08   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
23:20:25 [2022-10-04T23:20:25.309Z] #27 42.08   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
23:20:25 [2022-10-04T23:20:25.309Z] #27 42.08   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
23:20:25 [2022-10-04T23:20:25.309Z] #27 42.09   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
23:20:25 [2022-10-04T23:20:25.309Z] #27 42.09   mingw-w64-common mingw-w64-x86-64-dev
23:20:25 [2022-10-04T23:20:25.309Z] #27 42.10 Suggested packages:
23:20:25 [2022-10-04T23:20:25.309Z] #27 42.12   gcc-10-locales seccomp wine64
23:20:25 [2022-10-04T23:20:25.309Z] #27 43.56 The following NEW packages will be installed:
23:20:25 [2022-10-04T23:20:25.309Z] #27 43.58   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
23:20:25 [2022-10-04T23:20:25.309Z] #27 43.58   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
23:20:25 [2022-10-04T23:20:25.309Z] #27 43.58   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
23:20:25 [2022-10-04T23:20:25.309Z] #27 43.58   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
23:20:25 [2022-10-04T23:20:25.309Z] #27 43.58   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
23:20:25 [2022-10-04T23:20:25.309Z] #27 43.58   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
23:20:25 [2022-10-04T23:20:25.309Z] #27 43.59   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
23:20:25 [2022-10-04T23:20:25.309Z] #27 43.59   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
23:20:25 [2022-10-04T23:20:25.309Z] #27 43.59   mingw-w64-x86-64-dev
23:20:25 [2022-10-04T23:20:25.309Z] #27 43.98 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
23:20:25 [2022-10-04T23:20:25.309Z] #27 43.98 Need to get 115 MB of archives.
23:20:25 [2022-10-04T23:20:25.309Z] #27 43.98 After this operation, 645 MB of additional disk space will be used.
23:20:25 [2022-10-04T23:20:25.309Z] #27 43.98 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
23:20:25 [2022-10-04T23:20:25.309Z] #27 44.14 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
23:20:25 [2022-10-04T23:20:25.309Z] #27 44.37 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
23:20:25 [2022-10-04T23:20:25.309Z] #27 44.38 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
23:20:25 [2022-10-04T23:20:25.309Z] #27 44.38 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
23:20:25 [2022-10-04T23:20:25.309Z] #27 44.38 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
23:20:25 [2022-10-04T23:20:25.309Z] #27 44.74 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
23:20:25 [2022-10-04T23:20:25.309Z] #27 44.96 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
23:20:25 [2022-10-04T23:20:25.309Z] #27 44.97 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
23:20:25 [2022-10-04T23:20:25.309Z] #27 45.90 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
23:20:25 [2022-10-04T23:20:25.309Z] #27 48.26 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
23:20:25 [2022-10-04T23:20:25.309Z] #27 49.10 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
23:20:25 [2022-10-04T23:20:25.309Z] #27 49.99 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
23:20:25 [2022-10-04T23:20:25.600Z] #27 ...
23:20:25 [2022-10-04T23:20:25.600Z] 
23:20:25 [2022-10-04T23:20:25.600Z] #22 [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
23:20:25 [2022-10-04T23:20:25.793Z] #36 47.51 Setting up libcap-dev:arm64 (1:2.44-1) ...
23:20:25 [2022-10-04T23:20:25.793Z] #36 47.54 Setting up protobuf-compiler (3.12.4-1) ...
23:20:25 [2022-10-04T23:20:25.793Z] #36 47.56 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
23:20:25 [2022-10-04T23:20:25.793Z] #36 47.58 Setting up libprotobuf-dev:arm64 (3.12.4-1) ...
23:20:25 [2022-10-04T23:20:25.793Z] #36 47.60 Setting up protobuf-c-compiler (1.3.3-1+b2) ...
23:20:25 [2022-10-04T23:20:25.793Z] #36 47.61 Setting up libnl-3-dev:arm64 (3.4.0-1+b1) ...
23:20:25 [2022-10-04T23:20:25.793Z] #36 47.63 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:20:25 [2022-10-04T23:20:25.871Z] #22 52.09 Updating files:  76% (1156/1521)
Updating files:  77% (1172/1521)
Updating files:  78% (1187/1521)
Updating files:  79% (1202/1521)
Updating files:  80% (1217/1521)
Updating files:  81% (1233/1521)
Updating files:  82% (1248/1521)
Updating files:  83% (1263/1521)
Updating files:  84% (1278/1521)
Updating files:  85% (1293/1521)
23:20:25 [2022-10-04T23:20:25.871Z] #22 ...
23:20:25 [2022-10-04T23:20:25.871Z] 
23:20:25 [2022-10-04T23:20:25.871Z] #28 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
23:20:25 [2022-10-04T23:20:25.871Z] #28 DONE 52.5s
23:20:25 [2022-10-04T23:20:25.871Z] 
23:20:25 [2022-10-04T23:20:25.871Z] #22 [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
23:20:25 [2022-10-04T23:20:25.931Z] #36 42.32 The following additional packages will be installed:
23:20:25 [2022-10-04T23:20:25.931Z] #36 42.33   libbtrfs0
23:20:25 [2022-10-04T23:20:25.931Z] #36 42.60 The following NEW packages will be installed:
23:20:25 [2022-10-04T23:20:25.931Z] #36 42.60   libbtrfs-dev libbtrfs0
23:20:26 [2022-10-04T23:20:26.192Z] #36 43.06 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
23:20:26 [2022-10-04T23:20:26.192Z] #36 43.06 Need to get 460 kB of archives.
23:20:26 [2022-10-04T23:20:26.192Z] #36 43.06 After this operation, 1237 kB of additional disk space will be used.
23:20:26 [2022-10-04T23:20:26.192Z] #36 43.06 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
23:20:26 [2022-10-04T23:20:26.192Z] #36 43.07 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
23:20:26 [2022-10-04T23:20:26.337Z] #32 ...
23:20:26 [2022-10-04T23:20:26.337Z] 
23:20:26 [2022-10-04T23:20:26.337Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 Install containerd version v1.6.8
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + RM_GOPATH=0
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + TMP_GOPATH=
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + : /build
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + '[' -z '' ']'
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 ++ mktemp -d
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + export GOPATH=/tmp/tmp.0Nsnnqq3wo
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + GOPATH=/tmp/tmp.0Nsnnqq3wo
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + RM_GOPATH=1
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + case "$(go env GOARCH)" in
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 ++ go env GOARCH
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + export GO_BUILDMODE=-buildmode=pie
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + GO_BUILDMODE=-buildmode=pie
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 ++ dirname /tmp/install/install.sh
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + dir=/tmp/install
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + bin=containerd
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + shift
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + '[' '!' -f /tmp/install/containerd.installer ']'
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + . /tmp/install/containerd.installer
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 ++ set -e
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 ++ : v1.6.8
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + install_containerd
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + echo 'Install containerd version v1.6.8'
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 + git clone https://github.com/containerd/containerd.git /tmp/tmp.0Nsnnqq3wo/src/github.com/containerd/containerd
23:20:26 [2022-10-04T23:20:26.337Z] #0 3.835 Cloning into '/tmp/tmp.0Nsnnqq3wo/src/github.com/containerd/containerd'...
23:20:26 [2022-10-04T23:20:26.337Z] #37 ...
23:20:26 [2022-10-04T23:20:26.337Z] 
23:20:26 [2022-10-04T23:20:26.337Z] #27 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:26 [2022-10-04T23:20:26.337Z] #27 47.05 Selecting previously unselected package python3-pkg-resources.
23:20:26 [2022-10-04T23:20:26.337Z] #27 47.05 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ...
23:20:26 [2022-10-04T23:20:26.337Z] #27 47.12 Unpacking python3-pkg-resources (52.0.0-4) ...
23:20:26 [2022-10-04T23:20:26.337Z] #27 47.36 Selecting previously unselected package python3-six.
23:20:26 [2022-10-04T23:20:26.337Z] #27 47.36 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ...
23:20:26 [2022-10-04T23:20:26.337Z] #27 47.36 Unpacking python3-six (1.16.0-2) ...
23:20:26 [2022-10-04T23:20:26.337Z] #27 47.46 Selecting previously unselected package python3-protobuf.
23:20:26 [2022-10-04T23:20:26.337Z] #27 47.49 Preparing to unpack .../17-python3-protobuf_3.12.4-1_amd64.deb ...
23:20:26 [2022-10-04T23:20:26.337Z] #27 47.51 Unpacking python3-protobuf (3.12.4-1) ...
23:20:26 [2022-10-04T23:20:26.337Z] #27 48.13 Setting up python3-pkg-resources (52.0.0-4) ...
23:20:26 [2022-10-04T23:20:26.337Z] #27 49.99 Setting up libprotobuf23:amd64 (3.12.4-1) ...
23:20:26 [2022-10-04T23:20:26.337Z] #27 50.10 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
23:20:26 [2022-10-04T23:20:26.337Z] #27 50.14 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
23:20:26 [2022-10-04T23:20:26.337Z] #27 50.18 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
23:20:26 [2022-10-04T23:20:26.337Z] #27 50.20 Setting up libcap2:amd64 (1:2.44-1) ...
23:20:26 [2022-10-04T23:20:26.337Z] #27 50.23 Setting up python3-six (1.16.0-2) ...
23:20:26 [2022-10-04T23:20:26.597Z] #27 51.67 Setting up libprotobuf-lite23:amd64 (3.12.4-1) ...
23:20:26 [2022-10-04T23:20:26.597Z] #27 51.67 Setting up libprotoc23:amd64 (3.12.4-1) ...
23:20:26 [2022-10-04T23:20:26.597Z] #27 51.70 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
23:20:26 [2022-10-04T23:20:26.597Z] #27 51.72 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
23:20:26 [2022-10-04T23:20:26.597Z] #27 51.76 Setting up python3-protobuf (3.12.4-1) ...
23:20:26 [2022-10-04T23:20:26.698Z] #22 52.09 Updating files:  76% (1156/1521)
Updating files:  77% (1172/1521)
Updating files:  78% (1187/1521)
Updating files:  79% (1202/1521)
Updating files:  80% (1217/1521)
Updating files:  81% (1233/1521)
Updating files:  82% (1248/1521)
Updating files:  83% (1263/1521)
Updating files:  84% (1278/1521)
Updating files:  85% (1293/1521)
Updating files:  86% (1309/1521)
Updating files:  87% (1324/1521)
Updating files:  88% (1339/1521)
Updating files:  89% (1354/1521)
Updating files:  90% (1369/1521)
Updating files:  91% (1385/1521)
Updating files:  92% (1400/1521)
Updating files:  92% (1402/1521)
Updating files:  93% (1415/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
23:20:26 [2022-10-04T23:20:26.955Z] #22 53.54 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
23:20:27 [2022-10-04T23:20:27.137Z] #36 44.20 debconf: delaying package configuration, since apt-utils is not installed
23:20:27 [2022-10-04T23:20:27.158Z] #36 DONE 49.1s
23:20:27 [2022-10-04T23:20:27.158Z] 
23:20:27 [2022-10-04T23:20:27.158Z] #27 [tini 1/2] 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
23:20:27 [2022-10-04T23:20:27.158Z] #27 39.08 Selecting previously unselected package libicu67:arm64.
23:20:27 [2022-10-04T23:20:27.158Z] #27 39.08 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 39.11 Unpacking libicu67:arm64 (67.1-7) ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 44.59 Selecting previously unselected package libxml2:arm64.
23:20:27 [2022-10-04T23:20:27.158Z] #27 44.59 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 44.60 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 45.05 Selecting previously unselected package libarchive13:arm64.
23:20:27 [2022-10-04T23:20:27.158Z] #27 45.05 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 45.07 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 45.32 Selecting previously unselected package libjsoncpp24:arm64.
23:20:27 [2022-10-04T23:20:27.158Z] #27 45.32 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 45.33 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 45.48 Selecting previously unselected package librhash0:arm64.
23:20:27 [2022-10-04T23:20:27.158Z] #27 45.48 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 45.49 Unpacking librhash0:arm64 (1.4.1-2) ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 45.63 Selecting previously unselected package libuv1:arm64.
23:20:27 [2022-10-04T23:20:27.158Z] #27 45.63 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 45.66 Unpacking libuv1:arm64 (1.40.0-2) ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 45.79 Selecting previously unselected package cmake.
23:20:27 [2022-10-04T23:20:27.158Z] #27 45.79 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 45.81 Unpacking cmake (3.18.4-2+deb11u1) ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 48.45 Setting up libicu67:arm64 (67.1-7) ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 48.56 Setting up xxd (2:8.2.2434-3+deb11u1) ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 48.62 Setting up libuv1:arm64 (1.40.0-2) ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 48.77 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 49.05 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 49.15 Setting up librhash0:arm64 (1.4.1-2) ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 49.25 Setting up cmake-data (3.18.4-2+deb11u1) ...
23:20:27 [2022-10-04T23:20:27.158Z] #27 ...
23:20:27 [2022-10-04T23:20:27.158Z] 
23:20:27 [2022-10-04T23:20:27.158Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:27 [2022-10-04T23:20:27.398Z] #36 44.51 Fetched 460 kB in 0s (1368 kB/s)
23:20:27 [2022-10-04T23:20:27.521Z] #22 53.97 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
23:20:27 [2022-10-04T23:20:27.660Z] #36 44.58 Selecting previously unselected package libbtrfs0:amd64.
23:20:27 [2022-10-04T23:20:27.660Z] #36 44.58 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15718 files and directories currently installed.)
23:20:27 [2022-10-04T23:20:27.660Z] #36 44.69 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
23:20:27 [2022-10-04T23:20:27.660Z] #36 44.71 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
23:20:27 [2022-10-04T23:20:27.720Z] #38 ...
23:20:27 [2022-10-04T23:20:27.720Z] 
23:20:27 [2022-10-04T23:20:27.720Z] #33 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:27 [2022-10-04T23:20:27.720Z] #33 39.59 go: downloading github.com/hashicorp/hcl v1.0.0
23:20:27 [2022-10-04T23:20:27.720Z] #33 39.88 go: downloading github.com/pelletier/go-toml v1.9.4
23:20:27 [2022-10-04T23:20:27.720Z] #33 39.88 go: downloading gopkg.in/yaml.v2 v2.4.0
23:20:27 [2022-10-04T23:20:27.720Z] #33 39.99 go: downloading golang.org/x/text v0.3.7
23:20:27 [2022-10-04T23:20:27.720Z] #33 44.11 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
23:20:27 [2022-10-04T23:20:27.720Z] #33 44.16 go: downloading github.com/gobwas/glob v0.2.3
23:20:27 [2022-10-04T23:20:27.720Z] #33 44.16 go: downloading github.com/kisielk/gotool v1.0.0
23:20:27 [2022-10-04T23:20:27.720Z] #33 44.18 go: downloading github.com/gostaticanalysis/comment v1.4.2
23:20:27 [2022-10-04T23:20:27.720Z] #33 44.24 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
23:20:27 [2022-10-04T23:20:27.720Z] #33 44.26 go: downloading golang.org/x/mod v0.5.1
23:20:27 [2022-10-04T23:20:27.720Z] #33 44.31 go: downloading github.com/ettle/strcase v0.1.1
23:20:27 [2022-10-04T23:20:27.720Z] #33 44.42 go: downloading github.com/fatih/structtag v1.2.0
23:20:27 [2022-10-04T23:20:27.720Z] #33 44.46 go: downloading github.com/Masterminds/semver v1.5.0
23:20:27 [2022-10-04T23:20:27.720Z] #33 44.57 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
23:20:27 [2022-10-04T23:20:27.720Z] #33 44.58 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
23:20:27 [2022-10-04T23:20:27.720Z] #33 44.61 go: downloading github.com/prometheus/client_golang v1.7.1
23:20:27 [2022-10-04T23:20:27.720Z] #33 44.95 go: downloading github.com/prometheus/client_model v0.2.0
23:20:27 [2022-10-04T23:20:27.720Z] #33 45.04 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
23:20:27 [2022-10-04T23:20:27.720Z] #33 45.06 go: downloading github.com/google/go-cmp v0.5.6
23:20:27 [2022-10-04T23:20:27.720Z] #33 45.31 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
23:20:27 [2022-10-04T23:20:27.720Z] #33 45.31 go: downloading github.com/olekukonko/tablewriter v0.0.5
23:20:27 [2022-10-04T23:20:27.720Z] #33 45.37 go: downloading github.com/beorn7/perks v1.0.1
23:20:27 [2022-10-04T23:20:27.720Z] #33 45.42 go: downloading github.com/cespare/xxhash/v2 v2.1.2
23:20:27 [2022-10-04T23:20:27.720Z] #33 45.43 go: downloading github.com/golang/protobuf v1.5.2
23:20:27 [2022-10-04T23:20:27.720Z] #33 45.45 go: downloading github.com/cespare/xxhash v1.1.0
23:20:27 [2022-10-04T23:20:27.721Z] #33 45.75 go: downloading github.com/prometheus/common v0.10.0
23:20:27 [2022-10-04T23:20:27.721Z] #33 45.90 go: downloading github.com/prometheus/procfs v0.6.0
23:20:27 [2022-10-04T23:20:27.721Z] #33 46.04 go: downloading github.com/mattn/go-runewidth v0.0.9
23:20:27 [2022-10-04T23:20:27.721Z] #33 46.19 go: downloading google.golang.org/protobuf v1.27.1
23:20:27 [2022-10-04T23:20:27.721Z] #33 47.34 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
23:20:27 [2022-10-04T23:20:27.721Z] #33 ...
23:20:27 [2022-10-04T23:20:27.721Z] 
23:20:27 [2022-10-04T23:20:27.721Z] #27 [tini 1/2] 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
23:20:27 [2022-10-04T23:20:27.721Z] #27 49.27 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
23:20:27 [2022-10-04T23:20:27.721Z] #27 49.30 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
23:20:27 [2022-10-04T23:20:27.721Z] #27 49.33 Setting up cmake (3.18.4-2+deb11u1) ...
23:20:27 [2022-10-04T23:20:27.721Z] #27 49.35 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:20:27 [2022-10-04T23:20:27.780Z] #22 ...
23:20:27 [2022-10-04T23:20:27.780Z] 
23:20:27 [2022-10-04T23:20:27.780Z] #33 [tini 1/2] 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
23:20:27 [2022-10-04T23:20:27.780Z] #33 44.48 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
23:20:27 [2022-10-04T23:20:27.780Z] #33 44.49 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
23:20:27 [2022-10-04T23:20:27.780Z] #33 44.51 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
23:20:27 [2022-10-04T23:20:27.780Z] #33 44.52 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
23:20:27 [2022-10-04T23:20:27.780Z] #33 44.54 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
23:20:27 [2022-10-04T23:20:27.780Z] #33 44.54 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
23:20:27 [2022-10-04T23:20:27.780Z] #33 45.97 debconf: delaying package configuration, since apt-utils is not installed
23:20:27 [2022-10-04T23:20:27.780Z] #33 46.42 Fetched 17.7 MB in 2s (11.8 MB/s)
23:20:27 [2022-10-04T23:20:27.780Z] #33 46.53 Selecting previously unselected package xxd.
23:20:27 [2022-10-04T23:20:27.780Z] #33 46.53 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15718 files and directories currently installed.)
23:20:27 [2022-10-04T23:20:27.780Z] #33 46.61 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
23:20:27 [2022-10-04T23:20:27.780Z] #33 46.62 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
23:20:27 [2022-10-04T23:20:27.780Z] #33 46.94 Selecting previously unselected package vim-common.
23:20:27 [2022-10-04T23:20:27.780Z] #33 46.94 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
23:20:27 [2022-10-04T23:20:27.780Z] #33 46.95 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
23:20:27 [2022-10-04T23:20:27.780Z] #33 47.27 Selecting previously unselected package cmake-data.
23:20:27 [2022-10-04T23:20:27.780Z] #33 47.28 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
23:20:27 [2022-10-04T23:20:27.780Z] #33 47.30 Unpacking cmake-data (3.18.4-2+deb11u1) ...
23:20:27 [2022-10-04T23:20:27.780Z] #33 50.74 Selecting previously unselected package libicu67:amd64.
23:20:27 [2022-10-04T23:20:27.780Z] #33 50.74 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
23:20:27 [2022-10-04T23:20:27.780Z] #33 50.77 Unpacking libicu67:amd64 (67.1-7) ...
23:20:27 [2022-10-04T23:20:27.922Z] #36 ...
23:20:27 [2022-10-04T23:20:27.922Z] 
23:20:27 [2022-10-04T23:20:27.922Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:27 [2022-10-04T23:20:27.922Z] #32 44.72 go: downloading github.com/fatih/color v1.13.0
23:20:27 [2022-10-04T23:20:27.922Z] #32 44.74 go: downloading github.com/gofrs/flock v0.8.1
23:20:27 [2022-10-04T23:20:27.922Z] #32 44.79 go: downloading github.com/pkg/errors v0.9.1
23:20:27 [2022-10-04T23:20:27.922Z] #32 44.80 go: downloading github.com/spf13/cobra v1.3.0
23:20:27 [2022-10-04T23:20:27.922Z] #32 44.88 go: downloading github.com/spf13/pflag v1.0.5
23:20:27 [2022-10-04T23:20:27.977Z] #27 DONE 49.9s
23:20:27 [2022-10-04T23:20:27.977Z] 
23:20:27 [2022-10-04T23:20:27.977Z] #39 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
23:20:27 [2022-10-04T23:20:27.988Z] #27 ...
23:20:27 [2022-10-04T23:20:27.988Z] 
23:20:27 [2022-10-04T23:20:27.988Z] #35 [tini 1/2] 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
23:20:27 [2022-10-04T23:20:27.988Z] #35 53.14 Selecting previously unselected package libxml2:amd64.
23:20:27 [2022-10-04T23:20:27.988Z] #35 53.14 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
23:20:28 [2022-10-04T23:20:28.038Z] #33 ...
23:20:28 [2022-10-04T23:20:28.038Z] 
23:20:28 [2022-10-04T23:20:28.038Z] #34 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:28 [2022-10-04T23:20:28.038Z] #34 53.40 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
23:20:28 [2022-10-04T23:20:28.038Z] #34 53.42 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
23:20:28 [2022-10-04T23:20:28.038Z] #34 53.45 go: downloading github.com/alexkohler/prealloc v1.0.0
23:20:28 [2022-10-04T23:20:28.038Z] #34 53.49 go: downloading github.com/ashanbrown/forbidigo v1.3.0
23:20:28 [2022-10-04T23:20:28.038Z] #34 53.54 go: downloading github.com/ashanbrown/makezero v1.1.0
23:20:28 [2022-10-04T23:20:28.038Z] #34 53.57 go: downloading github.com/bkielbasa/cyclop v1.2.0
23:20:28 [2022-10-04T23:20:28.038Z] #34 53.62 go: downloading github.com/blizzy78/varnamelen v0.5.0
23:20:28 [2022-10-04T23:20:28.038Z] #34 53.70 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
23:20:28 [2022-10-04T23:20:28.038Z] #34 53.79 go: downloading github.com/breml/bidichk v0.2.1
23:20:28 [2022-10-04T23:20:28.038Z] #34 53.89 go: downloading github.com/breml/errchkjson v0.2.1
23:20:28 [2022-10-04T23:20:28.038Z] #34 54.00 go: downloading github.com/butuzov/ireturn v0.1.1
23:20:28 [2022-10-04T23:20:28.038Z] #34 54.10 go: downloading github.com/charithe/durationcheck v0.0.9
23:20:28 [2022-10-04T23:20:28.038Z] #34 54.22 go: downloading github.com/daixiang0/gci v0.2.9
23:20:28 [2022-10-04T23:20:28.038Z] #34 54.26 go: downloading github.com/denis-tingajkin/go-header v0.4.2
23:20:28 [2022-10-04T23:20:28.038Z] #34 54.31 go: downloading github.com/esimonov/ifshort v1.0.4
23:20:28 [2022-10-04T23:20:28.038Z] #34 54.36 go: downloading github.com/fzipp/gocyclo v0.4.0
23:20:28 [2022-10-04T23:20:28.038Z] #34 54.40 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
23:20:28 [2022-10-04T23:20:28.038Z] #34 54.44 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
23:20:28 [2022-10-04T23:20:28.038Z] #34 54.48 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
23:20:28 [2022-10-04T23:20:28.038Z] #34 54.78 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
23:20:28 [2022-10-04T23:20:28.184Z] #32 45.17 go: downloading github.com/spf13/viper v1.10.1
23:20:28 [2022-10-04T23:20:28.248Z] #35 53.16 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
23:20:28 [2022-10-04T23:20:28.296Z] #34 54.98 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
23:20:28 [2022-10-04T23:20:28.296Z] #34 54.99 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
23:20:28 [2022-10-04T23:20:28.296Z] #34 55.00 go: downloading github.com/golangci/misspell v0.3.5
23:20:28 [2022-10-04T23:20:28.445Z] #32 45.32 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
23:20:28 [2022-10-04T23:20:28.445Z] #32 45.54 go: downloading github.com/mattn/go-colorable v0.1.12
23:20:28 [2022-10-04T23:20:28.509Z] #35 53.73 Selecting previously unselected package libarchive13:amd64.
23:20:28 [2022-10-04T23:20:28.509Z] #35 53.73 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
23:20:28 [2022-10-04T23:20:28.509Z] #35 53.73 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
23:20:28 [2022-10-04T23:20:28.554Z] #34 55.15 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
23:20:28 [2022-10-04T23:20:28.554Z] #34 55.18 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
23:20:28 [2022-10-04T23:20:28.554Z] #34 55.22 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
23:20:28 [2022-10-04T23:20:28.554Z] #34 55.28 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
23:20:28 [2022-10-04T23:20:28.554Z] #34 55.32 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
23:20:28 [2022-10-04T23:20:28.554Z] #34 55.33 go: downloading github.com/jgautheron/goconst v1.5.1
23:20:28 [2022-10-04T23:20:28.554Z] #34 55.33 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
23:20:28 [2022-10-04T23:20:28.554Z] #34 55.36 go: downloading github.com/julz/importas v0.1.0
23:20:28 [2022-10-04T23:20:28.554Z] #34 55.40 go: downloading github.com/kisielk/errcheck v1.6.0
23:20:28 [2022-10-04T23:20:28.720Z] #32 45.58 go: downloading github.com/mattn/go-isatty v0.0.14
23:20:28 [2022-10-04T23:20:28.720Z] #32 45.65 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
23:20:28 [2022-10-04T23:20:28.720Z] #32 45.65 go: downloading github.com/go-critic/go-critic v0.6.2
23:20:28 [2022-10-04T23:20:28.812Z] #34 55.46 go: downloading github.com/kulti/thelper v0.5.0
23:20:28 [2022-10-04T23:20:28.812Z] #34 55.51 go: downloading github.com/kunwardeep/paralleltest v1.0.3
23:20:28 [2022-10-04T23:20:28.812Z] #34 55.54 go: downloading github.com/kyoh86/exportloopref v0.1.8
23:20:28 [2022-10-04T23:20:28.812Z] #34 55.65 go: downloading github.com/ldez/gomoddirectives v0.2.2
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.802 + RM_GOPATH=0
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.802 + TMP_GOPATH=
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.809 + : /build
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.809 + '[' -z '' ']'
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.809 ++ mktemp -d
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.810 + export GOPATH=/tmp/tmp.nkCuWnIE2O
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.810 + GOPATH=/tmp/tmp.nkCuWnIE2O
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.821 + RM_GOPATH=1
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.821 + case "$(go env GOARCH)" in
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.827 ++ go env GOARCH
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.852 + export GO_BUILDMODE=-buildmode=pie
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.852 + GO_BUILDMODE=-buildmode=pie
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.853 ++ dirname /tmp/install/install.sh
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.854 + dir=/tmp/install
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.854 + bin=tini
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.858 + shift
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.858 + '[' '!' -f /tmp/install/tini.installer ']'
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.858 + . /tmp/install/tini.installer
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.858 ++ : v0.19.0
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.858 + install_tini
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.858 + echo 'Install tini version v0.19.0'
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.858 Install tini version v0.19.0
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.858 + git clone https://github.com/krallin/tini.git /tmp/tmp.nkCuWnIE2O/tini
23:20:28 [2022-10-04T23:20:28.925Z] #39 0.860 Cloning into '/tmp/tmp.nkCuWnIE2O/tini'...
23:20:28 [2022-10-04T23:20:28.989Z] #32 ...
23:20:28 [2022-10-04T23:20:28.990Z] 
23:20:28 [2022-10-04T23:20:28.990Z] #36 [containerd 1/2] 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
23:20:28 [2022-10-04T23:20:28.990Z] #36 44.96 Selecting previously unselected package libbtrfs-dev:amd64.
23:20:28 [2022-10-04T23:20:28.990Z] #36 44.98 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
23:20:28 [2022-10-04T23:20:28.990Z] #36 44.99 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
23:20:28 [2022-10-04T23:20:28.990Z] #36 45.42 Setting up libbtrfs0:amd64 (5.10.1-2) ...
23:20:28 [2022-10-04T23:20:28.990Z] #36 45.44 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
23:20:28 [2022-10-04T23:20:28.990Z] #36 45.46 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:20:28 [2022-10-04T23:20:28.990Z] #36 DONE 45.9s
23:20:28 [2022-10-04T23:20:28.990Z] 
23:20:28 [2022-10-04T23:20:28.990Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:20:29 [2022-10-04T23:20:29.071Z] #34 55.66 go: downloading github.com/ldez/tagliatelle v0.3.0
23:20:29 [2022-10-04T23:20:29.071Z] #34 55.68 go: downloading github.com/leonklingele/grouper v1.1.0
23:20:29 [2022-10-04T23:20:29.071Z] #34 55.74 go: downloading github.com/maratori/testpackage v1.0.1
23:20:29 [2022-10-04T23:20:29.071Z] #34 55.78 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
23:20:29 [2022-10-04T23:20:29.071Z] #34 55.80 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
23:20:29 [2022-10-04T23:20:29.071Z] #34 55.82 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
23:20:29 [2022-10-04T23:20:29.080Z] #35 54.09 Selecting previously unselected package libjsoncpp24:amd64.
23:20:29 [2022-10-04T23:20:29.080Z] #35 54.09 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
23:20:29 [2022-10-04T23:20:29.080Z] #35 54.09 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
23:20:29 [2022-10-04T23:20:29.329Z] #34 55.90 go: downloading github.com/mgechev/revive v1.1.3
23:20:29 [2022-10-04T23:20:29.341Z] #35 54.26 Selecting previously unselected package librhash0:amd64.
23:20:29 [2022-10-04T23:20:29.341Z] #35 54.26 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
23:20:29 [2022-10-04T23:20:29.341Z] #35 54.26 Unpacking librhash0:amd64 (1.4.1-2) ...
23:20:29 [2022-10-04T23:20:29.341Z] #35 54.47 Selecting previously unselected package libuv1:amd64.
23:20:29 [2022-10-04T23:20:29.601Z] #35 54.57 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
23:20:29 [2022-10-04T23:20:29.601Z] #35 54.57 Unpacking libuv1:amd64 (1.40.0-2) ...
23:20:29 [2022-10-04T23:20:29.601Z] #35 54.72 Selecting previously unselected package cmake.
23:20:29 [2022-10-04T23:20:29.601Z] #35 54.72 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
23:20:29 [2022-10-04T23:20:29.601Z] #35 54.72 Unpacking cmake (3.18.4-2+deb11u1) ...
23:20:29 [2022-10-04T23:20:29.896Z] #34 56.50 go: downloading github.com/moricho/tparallel v0.2.1
23:20:29 [2022-10-04T23:20:29.896Z] #34 56.50 go: downloading github.com/nakabonne/nestif v0.3.1
23:20:29 [2022-10-04T23:20:29.896Z] #34 56.54 go: downloading github.com/nishanths/exhaustive v0.7.11
23:20:29 [2022-10-04T23:20:29.896Z] #34 56.61 go: downloading github.com/nishanths/predeclared v0.2.1
23:20:29 [2022-10-04T23:20:29.896Z] #34 56.67 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
23:20:29 [2022-10-04T23:20:29.896Z] #34 56.70 go: downloading github.com/ryancurrah/gomodguard v1.2.3
23:20:29 [2022-10-04T23:20:29.896Z] #34 56.75 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.133 + RM_GOPATH=0
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.133 + TMP_GOPATH=
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.133 + : /build
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.133 + '[' -z '' ']'
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.134 ++ mktemp -d
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.138 + export GOPATH=/tmp/tmp.UgPzM4EB3X
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.138 + GOPATH=/tmp/tmp.UgPzM4EB3X
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.138 + RM_GOPATH=1
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.138 + case "$(go env GOARCH)" in
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.139 ++ go env GOARCH
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.167 + export GO_BUILDMODE=-buildmode=pie
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.167 + GO_BUILDMODE=-buildmode=pie
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.171 ++ dirname /tmp/install/install.sh
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.172 + dir=/tmp/install
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.172 + bin=containerd
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.172 + shift
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.172 + '[' '!' -f /tmp/install/containerd.installer ']'
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.172 + . /tmp/install/containerd.installer
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.172 ++ set -e
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.172 ++ : v1.6.8
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.173 + install_containerd
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.173 + echo 'Install containerd version v1.6.8'
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.173 Install containerd version v1.6.8
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.174 + git clone https://github.com/containerd/containerd.git /tmp/tmp.UgPzM4EB3X/src/github.com/containerd/containerd
23:20:29 [2022-10-04T23:20:29.944Z] #37 1.180 Cloning into '/tmp/tmp.UgPzM4EB3X/src/github.com/containerd/containerd'...
23:20:30 [2022-10-04T23:20:30.169Z] #34 56.78 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
23:20:30 [2022-10-04T23:20:30.169Z] #34 56.80 go: downloading github.com/securego/gosec/v2 v2.9.6
23:20:30 [2022-10-04T23:20:30.428Z] #34 57.03 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
23:20:30 [2022-10-04T23:20:30.428Z] #34 57.03 go: downloading github.com/sivchari/containedctx v1.0.1
23:20:30 [2022-10-04T23:20:30.428Z] #34 57.05 go: downloading github.com/sivchari/tenv v1.4.7
23:20:30 [2022-10-04T23:20:30.428Z] #34 57.07 go: downloading github.com/sonatard/noctx v0.0.1
23:20:30 [2022-10-04T23:20:30.428Z] #34 57.09 go: downloading github.com/sourcegraph/go-diff v0.6.1
23:20:30 [2022-10-04T23:20:30.428Z] #34 57.11 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
23:20:30 [2022-10-04T23:20:30.428Z] #34 57.14 go: downloading github.com/sylvia7788/contextcheck v1.0.4
23:20:30 [2022-10-04T23:20:30.428Z] #34 57.18 go: downloading github.com/tdakkota/asciicheck v0.1.1
23:20:30 [2022-10-04T23:20:30.428Z] #34 57.21 go: downloading github.com/tetafro/godot v1.4.11
23:20:30 [2022-10-04T23:20:30.428Z] #34 ...
23:20:30 [2022-10-04T23:20:30.428Z] 
23:20:30 [2022-10-04T23:20:30.428Z] #30 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:30 [2022-10-04T23:20:30.428Z] #30 47.26 Selecting previously unselected package libprotobuf-c-dev:amd64.
23:20:30 [2022-10-04T23:20:30.428Z] #30 47.30 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 47.32 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 47.49 Selecting previously unselected package zlib1g-dev:amd64.
23:20:30 [2022-10-04T23:20:30.428Z] #30 47.49 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 47.51 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 47.69 Selecting previously unselected package libprotobuf23:amd64.
23:20:30 [2022-10-04T23:20:30.428Z] #30 47.70 Preparing to unpack .../09-libprotobuf23_3.12.4-1_amd64.deb ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 47.70 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 48.59 Selecting previously unselected package libprotobuf-lite23:amd64.
23:20:30 [2022-10-04T23:20:30.428Z] #30 48.59 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_amd64.deb ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 48.60 Unpacking libprotobuf-lite23:amd64 (3.12.4-1) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 48.89 Selecting previously unselected package libprotobuf-dev:amd64.
23:20:30 [2022-10-04T23:20:30.428Z] #30 48.89 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_amd64.deb ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 48.90 Unpacking libprotobuf-dev:amd64 (3.12.4-1) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 50.41 Selecting previously unselected package libprotoc23:amd64.
23:20:30 [2022-10-04T23:20:30.428Z] #30 50.42 Preparing to unpack .../12-libprotoc23_3.12.4-1_amd64.deb ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 50.55 Unpacking libprotoc23:amd64 (3.12.4-1) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 51.58 Selecting previously unselected package protobuf-c-compiler.
23:20:30 [2022-10-04T23:20:30.428Z] #30 51.58 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_amd64.deb ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 51.58 Unpacking protobuf-c-compiler (1.3.3-1+b2) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 52.02 Selecting previously unselected package protobuf-compiler.
23:20:30 [2022-10-04T23:20:30.428Z] #30 52.02 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_amd64.deb ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 52.04 Unpacking protobuf-compiler (3.12.4-1) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 52.56 Selecting previously unselected package python3-pkg-resources.
23:20:30 [2022-10-04T23:20:30.428Z] #30 52.58 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 52.59 Unpacking python3-pkg-resources (52.0.0-4) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 52.97 Selecting previously unselected package python3-six.
23:20:30 [2022-10-04T23:20:30.428Z] #30 52.97 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 52.98 Unpacking python3-six (1.16.0-2) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 53.18 Selecting previously unselected package python3-protobuf.
23:20:30 [2022-10-04T23:20:30.428Z] #30 53.18 Preparing to unpack .../17-python3-protobuf_3.12.4-1_amd64.deb ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 53.20 Unpacking python3-protobuf (3.12.4-1) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 54.17 Setting up python3-pkg-resources (52.0.0-4) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 55.73 Setting up libprotobuf23:amd64 (3.12.4-1) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 55.75 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 55.77 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 55.80 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 55.82 Setting up libcap2:amd64 (1:2.44-1) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 55.83 Setting up python3-six (1.16.0-2) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 56.99 Setting up libprotobuf-lite23:amd64 (3.12.4-1) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 57.01 Setting up libprotoc23:amd64 (3.12.4-1) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 57.06 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 57.09 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
23:20:30 [2022-10-04T23:20:30.428Z] #30 57.14 Setting up python3-protobuf (3.12.4-1) ...
23:20:30 [2022-10-04T23:20:30.543Z] #35 ...
23:20:30 [2022-10-04T23:20:30.543Z] 
23:20:30 [2022-10-04T23:20:30.543Z] #24 [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
23:20:30 [2022-10-04T23:20:30.543Z] #24 45.42 Updating files:  85% (1298/1521)
Updating files:  86% (1309/1521)
Updating files:  87% (1324/1521)
Updating files:  88% (1339/1521)
Updating files:  89% (1354/1521)
Updating files:  90% (1369/1521)
Updating files:  91% (1385/1521)
Updating files:  92% (1400/1521)
Updating files:  93% (1415/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
23:20:30 [2022-10-04T23:20:30.543Z] #24 46.14 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
23:20:30 [2022-10-04T23:20:30.543Z] #24 46.44 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
23:20:30 [2022-10-04T23:20:30.686Z] #30 ...
23:20:30 [2022-10-04T23:20:30.686Z] 
23:20:30 [2022-10-04T23:20:30.686Z] #34 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:30 [2022-10-04T23:20:30.686Z] #34 57.30 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
23:20:30 [2022-10-04T23:20:30.686Z] #34 57.35 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
23:20:30 [2022-10-04T23:20:30.686Z] #34 57.35 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
23:20:30 [2022-10-04T23:20:30.686Z] #34 57.58 go: downloading github.com/ultraware/funlen v0.0.3
23:20:30 [2022-10-04T23:20:30.804Z] #24 ...
23:20:30 [2022-10-04T23:20:30.804Z] 
23:20:30 [2022-10-04T23:20:30.804Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:30 [2022-10-04T23:20:30.804Z] #32 51.67 go: downloading github.com/davecgh/go-spew v1.1.1
23:20:30 [2022-10-04T23:20:30.804Z] #32 51.67 go: downloading github.com/pmezard/go-difflib v1.0.0
23:20:30 [2022-10-04T23:20:30.804Z] #32 51.72 go: downloading github.com/stretchr/objx v0.1.1
23:20:30 [2022-10-04T23:20:30.804Z] #32 51.85 go: downloading github.com/hashicorp/hcl v1.0.0
23:20:30 [2022-10-04T23:20:30.804Z] #32 52.14 go: downloading github.com/pelletier/go-toml v1.9.4
23:20:30 [2022-10-04T23:20:30.804Z] #32 52.21 go: downloading gopkg.in/yaml.v2 v2.4.0
23:20:30 [2022-10-04T23:20:30.804Z] #32 52.46 go: downloading golang.org/x/text v0.3.7
23:20:30 [2022-10-04T23:20:30.813Z] #39 2.552 + cd /tmp/tmp.nkCuWnIE2O/tini
23:20:30 [2022-10-04T23:20:30.813Z] #39 2.552 + git checkout -q v0.19.0
23:20:30 [2022-10-04T23:20:30.813Z] #39 2.564 + cmake .
23:20:30 [2022-10-04T23:20:30.813Z] #39 3.066 -- The C compiler identification is GNU 10.2.1
23:20:30 [2022-10-04T23:20:30.944Z] #34 57.59 go: downloading github.com/ultraware/whitespace v0.0.4
23:20:30 [2022-10-04T23:20:30.944Z] #34 57.62 go: downloading github.com/uudashr/gocognit v1.0.5
23:20:30 [2022-10-04T23:20:30.944Z] #34 57.66 go: downloading github.com/yagipy/maintidx v1.0.0
23:20:30 [2022-10-04T23:20:30.944Z] #34 57.72 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
23:20:30 [2022-10-04T23:20:30.944Z] #34 57.84 go: downloading gitlab.com/bosi/decorder v0.2.1
23:20:31 [2022-10-04T23:20:31.336Z] #37 ...
23:20:31 [2022-10-04T23:20:31.336Z] 
23:20:31 [2022-10-04T23:20:31.336Z] #29 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
23:20:31 [2022-10-04T23:20:31.336Z] #29 DONE 48.3s
23:20:31 [2022-10-04T23:20:31.336Z] 
23:20:31 [2022-10-04T23:20:31.336Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:31 [2022-10-04T23:20:31.336Z] #32 47.54 go: downloading github.com/mitchellh/go-homedir v1.1.0
23:20:31 [2022-10-04T23:20:31.336Z] #32 47.62 go: downloading github.com/hashicorp/go-multierror v1.1.1
23:20:31 [2022-10-04T23:20:31.336Z] #32 47.80 go: downloading github.com/sirupsen/logrus v1.8.1
23:20:31 [2022-10-04T23:20:31.336Z] #32 48.01 go: downloading github.com/stretchr/testify v1.7.0
23:20:31 [2022-10-04T23:20:31.336Z] #32 48.34 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
23:20:31 [2022-10-04T23:20:31.376Z] #39 ...
23:20:31 [2022-10-04T23:20:31.376Z] 
23:20:31 [2022-10-04T23:20:31.376Z] #25 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
23:20:31 [2022-10-04T23:20:31.376Z] #25 DONE 53.2s
23:20:31 [2022-10-04T23:20:31.376Z] 
23:20:31 [2022-10-04T23:20:31.376Z] #39 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
23:20:31 [2022-10-04T23:20:31.376Z] #39 3.242 -- Detecting C compiler ABI info
23:20:31 [2022-10-04T23:20:31.510Z] #34 58.03 go: downloading honnef.co/go/tools v0.2.2
23:20:31 [2022-10-04T23:20:31.760Z] #32 ...
23:20:31 [2022-10-04T23:20:31.760Z] 
23:20:31 [2022-10-04T23:20:31.760Z] #27 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:31 [2022-10-04T23:20:31.760Z] #27 56.02 Setting up libcap-dev:amd64 (1:2.44-1) ...
23:20:31 [2022-10-04T23:20:31.760Z] #27 56.03 Setting up protobuf-compiler (3.12.4-1) ...
23:20:31 [2022-10-04T23:20:31.760Z] #27 56.05 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
23:20:31 [2022-10-04T23:20:31.760Z] #27 56.09 Setting up libprotobuf-dev:amd64 (3.12.4-1) ...
23:20:31 [2022-10-04T23:20:31.760Z] #27 56.13 Setting up protobuf-c-compiler (1.3.3-1+b2) ...
23:20:31 [2022-10-04T23:20:31.760Z] #27 56.13 Setting up libnl-3-dev:amd64 (3.4.0-1+b1) ...
23:20:31 [2022-10-04T23:20:31.760Z] #27 56.15 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:20:31 [2022-10-04T23:20:31.760Z] #27 DONE 57.0s
23:20:31 [2022-10-04T23:20:31.760Z] 
23:20:31 [2022-10-04T23:20:31.760Z] #25 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:20:31 [2022-10-04T23:20:31.760Z] #25 48.49 internal/reflectlite
23:20:31 [2022-10-04T23:20:31.760Z] #25 48.49 sync
23:20:31 [2022-10-04T23:20:31.760Z] #25 50.23 internal/testlog
23:20:31 [2022-10-04T23:20:31.760Z] #25 51.55 errors
23:20:31 [2022-10-04T23:20:31.760Z] #25 51.59 sort
23:20:31 [2022-10-04T23:20:31.760Z] #25 52.00 strconv
23:20:31 [2022-10-04T23:20:31.760Z] #25 53.05 io
23:20:31 [2022-10-04T23:20:31.760Z] #25 54.86 internal/oserror
23:20:31 [2022-10-04T23:20:31.760Z] #25 55.12 syscall
23:20:31 [2022-10-04T23:20:31.760Z] #25 56.60 reflect
23:20:31 [2022-10-04T23:20:31.941Z] #39 ...
23:20:31 [2022-10-04T23:20:31.941Z] 
23:20:31 [2022-10-04T23:20:31.941Z] #32 [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
23:20:31 [2022-10-04T23:20:31.941Z] #32 43.91 Selecting previously unselected package binutils-mingw-w64.
23:20:31 [2022-10-04T23:20:31.941Z] #32 43.91 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
23:20:31 [2022-10-04T23:20:31.941Z] #32 43.92 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
23:20:31 [2022-10-04T23:20:31.941Z] #32 44.04 Selecting previously unselected package libdevmapper1.02.1:arm64.
23:20:31 [2022-10-04T23:20:31.941Z] #32 44.04 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
23:20:31 [2022-10-04T23:20:31.941Z] #32 44.07 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
23:20:31 [2022-10-04T23:20:31.941Z] #32 44.33 Selecting previously unselected package dmsetup.
23:20:31 [2022-10-04T23:20:31.941Z] #32 44.33 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
23:20:31 [2022-10-04T23:20:31.941Z] #32 44.34 Unpacking dmsetup (2:1.02.175-2.1) ...
23:20:31 [2022-10-04T23:20:31.941Z] #32 44.50 Selecting previously unselected package mingw-w64-common.
23:20:31 [2022-10-04T23:20:31.941Z] #32 44.55 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
23:20:31 [2022-10-04T23:20:31.941Z] #32 44.56 Unpacking mingw-w64-common (8.0.0-1) ...
23:20:31 [2022-10-04T23:20:31.941Z] #32 50.78 Selecting previously unselected package mingw-w64-x86-64-dev.
23:20:31 [2022-10-04T23:20:31.941Z] #32 50.78 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
23:20:31 [2022-10-04T23:20:31.941Z] #32 50.79 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
23:20:32 [2022-10-04T23:20:32.022Z] #25 ...
23:20:32 [2022-10-04T23:20:32.022Z] 
23:20:32 [2022-10-04T23:20:32.022Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:32 [2022-10-04T23:20:32.197Z] #32 ...
23:20:32 [2022-10-04T23:20:32.197Z] 
23:20:32 [2022-10-04T23:20:32.197Z] #39 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
23:20:32 [2022-10-04T23:20:32.197Z] #39 4.108 -- Detecting C compiler ABI info - done
23:20:32 [2022-10-04T23:20:32.197Z] #39 4.303 -- Check for working C compiler: /usr/bin/cc - skipped
23:20:32 [2022-10-04T23:20:32.197Z] #39 4.304 -- Detecting C compile features
23:20:32 [2022-10-04T23:20:32.197Z] #39 4.305 -- Detecting C compile features - done
23:20:32 [2022-10-04T23:20:32.197Z] #39 4.382 -- Performing Test HAS_BUILTIN_FORTIFY
23:20:32 [2022-10-04T23:20:32.197Z] #39 ...
23:20:32 [2022-10-04T23:20:32.197Z] 
23:20:32 [2022-10-04T23:20:32.197Z] #26 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:20:32 [2022-10-04T23:20:32.197Z] #26 44.26 sync
23:20:32 [2022-10-04T23:20:32.197Z] #26 44.28 internal/reflectlite
23:20:32 [2022-10-04T23:20:32.197Z] #26 45.82 internal/testlog
23:20:32 [2022-10-04T23:20:32.197Z] #26 46.51 sort
23:20:32 [2022-10-04T23:20:32.197Z] #26 46.51 errors
23:20:32 [2022-10-04T23:20:32.197Z] #26 46.77 strconv
23:20:32 [2022-10-04T23:20:32.197Z] #26 47.44 io
23:20:32 [2022-10-04T23:20:32.197Z] #26 48.75 internal/oserror
23:20:32 [2022-10-04T23:20:32.197Z] #26 49.20 syscall
23:20:32 [2022-10-04T23:20:32.197Z] #26 49.84 reflect
23:20:32 [2022-10-04T23:20:32.454Z] #26 ...
23:20:32 [2022-10-04T23:20:32.454Z] 
23:20:32 [2022-10-04T23:20:32.454Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:32 [2022-10-04T23:20:32.454Z] #38 2.440 Note: Building without setproctitle() and strlcpy() support.
23:20:32 [2022-10-04T23:20:32.454Z] #38 2.440       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
23:20:32 [2022-10-04T23:20:32.454Z] #38 2.447 Note: Building without GnuTLS support
23:20:32 [2022-10-04T23:20:32.454Z] #38 2.449 Makefile.config:39: Warn: you have no libnftables installed
23:20:32 [2022-10-04T23:20:32.454Z] #38 2.449 Makefile.config:40: Warn: Building without nftables support
23:20:32 [2022-10-04T23:20:32.454Z] #38 4.086 fatal: not a git repository (or any of the parent directories): .git
23:20:32 [2022-10-04T23:20:32.454Z] #38 4.260   GEN      .gitid
23:20:32 [2022-10-04T23:20:32.454Z] #38 4.420   GEN      criu/include/version.h
23:20:32 [2022-10-04T23:20:32.454Z] #38 4.499   GEN      include/common/asm
23:20:32 [2022-10-04T23:20:32.734Z] #32 ...
23:20:32 [2022-10-04T23:20:32.735Z] 
23:20:32 [2022-10-04T23:20:32.735Z] #25 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
23:20:32 [2022-10-04T23:20:32.735Z] #25 DONE 49.7s
23:20:32 [2022-10-04T23:20:32.735Z] 
23:20:32 [2022-10-04T23:20:32.735Z] #35 [tini 1/2] 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
23:20:32 [2022-10-04T23:20:32.735Z] #35 34.51 Reading package lists...
23:20:32 [2022-10-04T23:20:32.735Z] #35 39.92 Building dependency tree...
23:20:32 [2022-10-04T23:20:32.735Z] #35 44.11 The following additional packages will be installed:
23:20:32 [2022-10-04T23:20:32.735Z] #35 44.14   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
23:20:32 [2022-10-04T23:20:32.735Z] #35 44.16 Suggested packages:
23:20:32 [2022-10-04T23:20:32.735Z] #35 44.18   cmake-doc ninja-build lrzip
23:20:32 [2022-10-04T23:20:32.735Z] #35 44.18 Recommended packages:
23:20:32 [2022-10-04T23:20:32.735Z] #35 44.18   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
23:20:32 [2022-10-04T23:20:32.735Z] #35 45.10 The following NEW packages will be installed:
23:20:32 [2022-10-04T23:20:32.735Z] #35 45.13   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
23:20:32 [2022-10-04T23:20:32.735Z] #35 45.14   vim-common xxd
23:20:32 [2022-10-04T23:20:32.735Z] #35 45.56 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
23:20:32 [2022-10-04T23:20:32.735Z] #35 45.56 Need to get 17.7 MB of archives.
23:20:32 [2022-10-04T23:20:32.735Z] #35 45.56 After this operation, 70.7 MB of additional disk space will be used.
23:20:32 [2022-10-04T23:20:32.735Z] #35 45.56 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
23:20:32 [2022-10-04T23:20:32.735Z] #35 45.57 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
23:20:32 [2022-10-04T23:20:32.735Z] #35 45.57 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
23:20:32 [2022-10-04T23:20:32.735Z] #35 45.75 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
23:20:32 [2022-10-04T23:20:32.735Z] #35 46.55 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
23:20:32 [2022-10-04T23:20:32.735Z] #35 46.57 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
23:20:32 [2022-10-04T23:20:32.735Z] #35 46.60 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
23:20:32 [2022-10-04T23:20:32.735Z] #35 46.60 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
23:20:32 [2022-10-04T23:20:32.735Z] #35 46.62 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
23:20:32 [2022-10-04T23:20:32.735Z] #35 46.62 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
23:20:32 [2022-10-04T23:20:32.735Z] #35 48.24 debconf: delaying package configuration, since apt-utils is not installed
23:20:32 [2022-10-04T23:20:32.735Z] #35 48.79 Fetched 17.7 MB in 2s (9984 kB/s)
23:20:32 [2022-10-04T23:20:32.735Z] #35 49.00 Selecting previously unselected package xxd.
23:20:32 [2022-10-04T23:20:32.735Z] #35 49.00 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15718 files and directories currently installed.)
23:20:32 [2022-10-04T23:20:32.735Z] #35 49.10 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
23:20:32 [2022-10-04T23:20:32.735Z] #35 49.12 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
23:20:32 [2022-10-04T23:20:32.735Z] #35 49.58 Selecting previously unselected package vim-common.
23:20:32 [2022-10-04T23:20:32.735Z] #35 49.59 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
23:20:32 [2022-10-04T23:20:32.735Z] #35 49.61 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
23:20:33 [2022-10-04T23:20:33.000Z] #35 ...
23:20:33 [2022-10-04T23:20:33.000Z] 
23:20:33 [2022-10-04T23:20:33.000Z] #30 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:33 [2022-10-04T23:20:33.000Z] #30 34.93 Reading package lists...
23:20:33 [2022-10-04T23:20:33.000Z] #30 40.65 Building dependency tree...
23:20:33 [2022-10-04T23:20:33.000Z] #30 44.65 The following additional packages will be installed:
23:20:33 [2022-10-04T23:20:33.000Z] #30 44.67   libcap2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite23 libprotobuf23
23:20:33 [2022-10-04T23:20:33.000Z] #30 44.67   libprotoc23 python3-pkg-resources python3-six zlib1g-dev
23:20:33 [2022-10-04T23:20:33.000Z] #30 44.69 Suggested packages:
23:20:33 [2022-10-04T23:20:33.000Z] #30 44.71   manpages-dev protobuf-mode-el python3-setuptools
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.30 The following NEW packages will be installed:
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.32   libcap-dev libcap2 libnet1 libnet1-dev libnl-3-200 libnl-3-dev
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.32   libprotobuf-c-dev libprotobuf-c1 libprotobuf-dev libprotobuf-lite23
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.32   libprotobuf23 libprotoc23 protobuf-c-compiler protobuf-compiler
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.33   python3-pkg-resources python3-protobuf python3-six zlib1g-dev
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.87 0 upgraded, 18 newly installed, 0 to remove and 2 not upgraded.
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.87 Need to get 4583 kB of archives.
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.87 After this operation, 25.9 MB of additional disk space will be used.
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.87 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.87 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.87 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.87 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.88 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-dev amd64 3.4.0-1+b1 [102 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.89 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.89 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.89 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.90 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.96 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-lite23 amd64 3.12.4-1 [241 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 46.98 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-dev amd64 3.12.4-1 [1232 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 47.08 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotoc23 amd64 3.12.4-1 [803 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 47.12 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-c-compiler amd64 1.3.3-1+b2 [83.8 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 47.12 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 protobuf-compiler amd64 3.12.4-1 [75.1 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 47.12 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 47.14 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 47.15 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
23:20:33 [2022-10-04T23:20:33.000Z] #30 48.58 debconf: delaying package configuration, since apt-utils is not installed
23:20:33 [2022-10-04T23:20:33.000Z] #30 49.01 Fetched 4583 kB in 1s (6741 kB/s)
23:20:33 [2022-10-04T23:20:33.000Z] #30 49.19 Selecting previously unselected package libcap2:amd64.
23:20:33 [2022-10-04T23:20:33.000Z] #30 49.19 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15718 files and directories currently installed.)
23:20:33 [2022-10-04T23:20:33.000Z] #30 49.31 Preparing to unpack .../00-libcap2_1%3a2.44-1_amd64.deb ...
23:20:33 [2022-10-04T23:20:33.000Z] #30 49.33 Unpacking libcap2:amd64 (1:2.44-1) ...
23:20:33 [2022-10-04T23:20:33.000Z] #30 49.60 Selecting previously unselected package libcap-dev:amd64.
23:20:33 [2022-10-04T23:20:33.000Z] #30 49.61 Preparing to unpack .../01-libcap-dev_1%3a2.44-1_amd64.deb ...
23:20:33 [2022-10-04T23:20:33.000Z] #30 49.63 Unpacking libcap-dev:amd64 (1:2.44-1) ...
23:20:33 [2022-10-04T23:20:33.000Z] #30 50.03 Selecting previously unselected package libnet1:amd64.
23:20:33 [2022-10-04T23:20:33.000Z] #30 50.04 Preparing to unpack .../02-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
23:20:33 [2022-10-04T23:20:33.000Z] #30 50.06 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
23:20:33 [2022-10-04T23:20:33.000Z] #30 ...
23:20:33 [2022-10-04T23:20:33.000Z] 
23:20:33 [2022-10-04T23:20:33.000Z] #35 [tini 1/2] 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
23:20:33 [2022-10-04T23:20:33.000Z] #35 50.14 Selecting previously unselected package cmake-data.
23:20:33 [2022-10-04T23:20:33.000Z] #35 50.14 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
23:20:33 [2022-10-04T23:20:33.263Z] #35 50.17 Unpacking cmake-data (3.18.4-2+deb11u1) ...
23:20:33 [2022-10-04T23:20:33.263Z] #35 ...
23:20:33 [2022-10-04T23:20:33.263Z] 
23:20:33 [2022-10-04T23:20:33.263Z] #34 [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
23:20:33 [2022-10-04T23:20:33.263Z] #34 34.53 Reading package lists...
23:20:33 [2022-10-04T23:20:33.263Z] #34 40.30 Building dependency tree...
23:20:33 [2022-10-04T23:20:33.263Z] #34 44.35 The following additional packages will be installed:
23:20:33 [2022-10-04T23:20:33.263Z] #34 44.37   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
23:20:33 [2022-10-04T23:20:33.263Z] #34 44.37   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
23:20:33 [2022-10-04T23:20:33.263Z] #34 44.37   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
23:20:33 [2022-10-04T23:20:33.263Z] #34 44.37   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
23:20:33 [2022-10-04T23:20:33.263Z] #34 44.38   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
23:20:33 [2022-10-04T23:20:33.263Z] #34 44.39   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
23:20:33 [2022-10-04T23:20:33.263Z] #34 44.39   mingw-w64-common mingw-w64-x86-64-dev
23:20:33 [2022-10-04T23:20:33.263Z] #34 44.40 Suggested packages:
23:20:33 [2022-10-04T23:20:33.263Z] #34 44.42   gcc-10-locales seccomp wine64
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.04 The following NEW packages will be installed:
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.04   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.04   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.04   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.04   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.04   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.06   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.06   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.06   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.06   mingw-w64-x86-64-dev
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.61 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.61 Need to get 115 MB of archives.
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.61 After this operation, 645 MB of additional disk space will be used.
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.61 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.74 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.96 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.97 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.98 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
23:20:33 [2022-10-04T23:20:33.263Z] #34 46.99 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
23:20:33 [2022-10-04T23:20:33.263Z] #34 47.36 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
23:20:33 [2022-10-04T23:20:33.263Z] #34 47.60 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
23:20:33 [2022-10-04T23:20:33.263Z] #34 47.61 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
23:20:33 [2022-10-04T23:20:33.263Z] #34 48.32 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
23:20:33 [2022-10-04T23:20:33.263Z] #34 50.22 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
23:20:33 [2022-10-04T23:20:33.411Z] #34 59.72 go: downloading mvdan.cc/gofumpt v0.2.1
23:20:33 [2022-10-04T23:20:33.411Z] #34 59.72 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
23:20:33 [2022-10-04T23:20:33.411Z] #34 59.89 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
23:20:33 [2022-10-04T23:20:33.411Z] #34 59.94 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
23:20:33 [2022-10-04T23:20:33.411Z] #34 59.96 go: downloading github.com/davecgh/go-spew v1.1.1
23:20:33 [2022-10-04T23:20:33.411Z] #34 60.03 go: downloading github.com/pmezard/go-difflib v1.0.0
23:20:33 [2022-10-04T23:20:33.411Z] #34 60.06 go: downloading github.com/stretchr/objx v0.1.1
23:20:33 [2022-10-04T23:20:33.411Z] #34 60.13 go: downloading github.com/hashicorp/hcl v1.0.0
23:20:33 [2022-10-04T23:20:33.417Z] #38 ...
23:20:33 [2022-10-04T23:20:33.417Z] 
23:20:33 [2022-10-04T23:20:33.417Z] #31 [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
23:20:33 [2022-10-04T23:20:33.417Z] #31 48.33 Selecting previously unselected package binutils-mingw-w64.
23:20:33 [2022-10-04T23:20:33.417Z] #31 48.33 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
23:20:33 [2022-10-04T23:20:33.417Z] #31 48.34 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
23:20:33 [2022-10-04T23:20:33.417Z] #31 48.49 Selecting previously unselected package libdevmapper1.02.1:amd64.
23:20:33 [2022-10-04T23:20:33.417Z] #31 48.49 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
23:20:33 [2022-10-04T23:20:33.417Z] #31 48.52 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
23:20:33 [2022-10-04T23:20:33.417Z] #31 48.72 Selecting previously unselected package dmsetup.
23:20:33 [2022-10-04T23:20:33.417Z] #31 48.72 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
23:20:33 [2022-10-04T23:20:33.417Z] #31 48.75 Unpacking dmsetup (2:1.02.175-2.1) ...
23:20:33 [2022-10-04T23:20:33.417Z] #31 48.95 Selecting previously unselected package mingw-w64-common.
23:20:33 [2022-10-04T23:20:33.417Z] #31 48.95 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
23:20:33 [2022-10-04T23:20:33.417Z] #31 48.99 Unpacking mingw-w64-common (8.0.0-1) ...
23:20:33 [2022-10-04T23:20:33.417Z] #31 54.74 Selecting previously unselected package mingw-w64-x86-64-dev.
23:20:33 [2022-10-04T23:20:33.417Z] #31 54.74 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
23:20:33 [2022-10-04T23:20:33.417Z] #31 54.74 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
23:20:33 [2022-10-04T23:20:33.417Z] #31 ...
23:20:33 [2022-10-04T23:20:33.417Z] 
23:20:33 [2022-10-04T23:20:33.417Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:33 [2022-10-04T23:20:33.417Z] #32 58.32 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
23:20:33 [2022-10-04T23:20:33.417Z] #32 58.41 go: downloading github.com/gobwas/glob v0.2.3
23:20:33 [2022-10-04T23:20:33.417Z] #32 58.44 go: downloading github.com/kisielk/gotool v1.0.0
23:20:33 [2022-10-04T23:20:33.417Z] #32 58.46 go: downloading github.com/gostaticanalysis/comment v1.4.2
23:20:33 [2022-10-04T23:20:33.417Z] #32 58.52 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
23:20:33 [2022-10-04T23:20:33.417Z] #32 58.52 go: downloading golang.org/x/mod v0.5.1
23:20:33 [2022-10-04T23:20:33.527Z] #34 ...
23:20:33 [2022-10-04T23:20:33.527Z] 
23:20:33 [2022-10-04T23:20:33.527Z] #30 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:33 [2022-10-04T23:20:33.527Z] #30 50.44 Selecting previously unselected package libnet1-dev.
23:20:33 [2022-10-04T23:20:33.527Z] #30 50.45 Preparing to unpack .../03-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
23:20:33 [2022-10-04T23:20:33.527Z] #30 50.48 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
23:20:33 [2022-10-04T23:20:33.669Z] #34 60.42 go: downloading github.com/pelletier/go-toml v1.9.4
23:20:33 [2022-10-04T23:20:33.669Z] #34 60.42 go: downloading gopkg.in/yaml.v2 v2.4.0
23:20:33 [2022-10-04T23:20:33.678Z] #32 58.71 go: downloading github.com/ettle/strcase v0.1.1
23:20:33 [2022-10-04T23:20:33.678Z] #32 58.80 go: downloading github.com/fatih/structtag v1.2.0
23:20:33 [2022-10-04T23:20:33.678Z] #32 58.80 go: downloading github.com/Masterminds/semver v1.5.0
23:20:33 [2022-10-04T23:20:33.789Z] #30 50.86 Selecting previously unselected package libnl-3-200:amd64.
23:20:33 [2022-10-04T23:20:33.826Z] #38 6.623   PBCC     images/timens.pb-c.c
23:20:33 [2022-10-04T23:20:33.826Z] #38 6.658   DEP      images/timens.pb-c.d
23:20:33 [2022-10-04T23:20:33.826Z] #38 6.716   PBCC     images/fown.pb-c.c
23:20:33 [2022-10-04T23:20:33.826Z] #38 6.737   PBCC     images/google/protobuf/descriptor.pb-c.c
23:20:33 [2022-10-04T23:20:33.826Z] #38 6.790   PBCC     images/opts.pb-c.c
23:20:33 [2022-10-04T23:20:33.826Z] #38 6.846   PBCC     images/memfd.pb-c.c
23:20:33 [2022-10-04T23:20:33.930Z] #34 60.54 go: downloading golang.org/x/text v0.3.7
23:20:33 [2022-10-04T23:20:33.939Z] #32 58.98 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
23:20:33 [2022-10-04T23:20:33.939Z] #32 59.02 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
23:20:34 [2022-10-04T23:20:34.051Z] #30 50.86 Preparing to unpack .../04-libnl-3-200_3.4.0-1+b1_amd64.deb ...
23:20:34 [2022-10-04T23:20:34.051Z] #30 50.88 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
23:20:34 [2022-10-04T23:20:34.090Z] #38 6.896   DEP      images/fown.pb-c.d
23:20:34 [2022-10-04T23:20:34.090Z] #38 6.994   DEP      images/google/protobuf/descriptor.pb-c.d
23:20:34 [2022-10-04T23:20:34.199Z] #32 59.26 go: downloading github.com/prometheus/client_golang v1.7.1
23:20:34 [2022-10-04T23:20:34.315Z] #30 51.22 Selecting previously unselected package libnl-3-dev:amd64.
23:20:34 [2022-10-04T23:20:34.315Z] #30 51.26 Preparing to unpack .../05-libnl-3-dev_3.4.0-1+b1_amd64.deb ...
23:20:34 [2022-10-04T23:20:34.315Z] #30 51.27 Unpacking libnl-3-dev:amd64 (3.4.0-1+b1) ...
23:20:34 [2022-10-04T23:20:34.346Z] #38 7.072   DEP      images/opts.pb-c.d
23:20:34 [2022-10-04T23:20:34.346Z] #38 7.154   DEP      images/memfd.pb-c.d
23:20:34 [2022-10-04T23:20:34.346Z] #38 7.213   PBCC     images/sit.pb-c.c
23:20:34 [2022-10-04T23:20:34.346Z] #38 7.278   DEP      images/sit.pb-c.d
23:20:34 [2022-10-04T23:20:34.377Z] using credential docker-jenkins-github-credentials
23:20:34 [2022-10-04T23:20:34.460Z] #32 59.66 go: downloading github.com/prometheus/client_model v0.2.0
23:20:34 [2022-10-04T23:20:34.469Z] Cloning the remote Git repository
23:20:34 [2022-10-04T23:20:34.469Z] Cloning with configured refspecs honoured and without tags
23:20:34 [2022-10-04T23:20:34.576Z] #30 51.54 Selecting previously unselected package libprotobuf-c1:amd64.
23:20:34 [2022-10-04T23:20:34.577Z] #30 51.54 Preparing to unpack .../06-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
23:20:34 [2022-10-04T23:20:34.577Z] #30 51.55 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
23:20:34 [2022-10-04T23:20:34.577Z] #30 51.67 Selecting previously unselected package libprotobuf-c-dev:amd64.
23:20:34 [2022-10-04T23:20:34.602Z] #38 7.346   PBCC     images/macvlan.pb-c.c
23:20:34 [2022-10-04T23:20:34.602Z] #38 7.394   DEP      images/macvlan.pb-c.d
23:20:34 [2022-10-04T23:20:34.602Z] #38 7.436   PBCC     images/autofs.pb-c.c
23:20:34 [2022-10-04T23:20:34.602Z] #38 7.486   DEP      images/autofs.pb-c.d
23:20:34 [2022-10-04T23:20:34.720Z] #32 59.75 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
23:20:34 [2022-10-04T23:20:34.720Z] #32 59.79 go: downloading github.com/google/go-cmp v0.5.6
23:20:34 [2022-10-04T23:20:34.840Z] #30 51.69 Preparing to unpack .../07-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
23:20:34 [2022-10-04T23:20:34.840Z] #30 51.70 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
23:20:34 [2022-10-04T23:20:34.840Z] #30 51.80 Selecting previously unselected package zlib1g-dev:amd64.
23:20:34 [2022-10-04T23:20:34.840Z] #30 51.83 Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ...
23:20:34 [2022-10-04T23:20:34.840Z] #30 51.84 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
23:20:34 [2022-10-04T23:20:34.862Z] #38 7.551   PBCC     images/sysctl.pb-c.c
23:20:34 [2022-10-04T23:20:34.862Z] #38 7.580   DEP      images/sysctl.pb-c.d
23:20:34 [2022-10-04T23:20:34.862Z] #38 7.628   PBCC     images/time.pb-c.c
23:20:34 [2022-10-04T23:20:34.862Z] #38 7.667   DEP      images/time.pb-c.d
23:20:34 [2022-10-04T23:20:34.862Z] #38 7.749   PBCC     images/binfmt-misc.pb-c.c
23:20:34 [2022-10-04T23:20:34.862Z] #38 7.766   DEP      images/binfmt-misc.pb-c.d
23:20:34 [2022-10-04T23:20:34.862Z] #38 ...
23:20:34 [2022-10-04T23:20:34.862Z] 
23:20:34 [2022-10-04T23:20:34.862Z] #32 [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
23:20:34 [2022-10-04T23:20:34.862Z] #32 56.86 Selecting previously unselected package gcc-mingw-w64-base.
23:20:34 [2022-10-04T23:20:34.862Z] #32 56.89 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ...
23:20:34 [2022-10-04T23:20:34.862Z] #32 56.90 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
23:20:35 [2022-10-04T23:20:35.103Z] #30 52.13 Selecting previously unselected package libprotobuf23:amd64.
23:20:35 [2022-10-04T23:20:35.103Z] #30 52.13 Preparing to unpack .../09-libprotobuf23_3.12.4-1_amd64.deb ...
23:20:35 [2022-10-04T23:20:35.103Z] #30 52.15 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
23:20:35 [2022-10-04T23:20:35.118Z] #32 57.13 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
23:20:35 [2022-10-04T23:20:35.118Z] #32 57.13 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ...
23:20:35 [2022-10-04T23:20:35.118Z] #32 57.14 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
23:20:35 [2022-10-04T23:20:35.293Z] #32 ...
23:20:35 [2022-10-04T23:20:35.293Z] 
23:20:35 [2022-10-04T23:20:35.293Z] #35 [tini 1/2] 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
23:20:35 [2022-10-04T23:20:35.293Z] #35 59.67 Setting up libicu67:amd64 (67.1-7) ...
23:20:35 [2022-10-04T23:20:35.293Z] #35 59.70 Setting up xxd (2:8.2.2434-3+deb11u1) ...
23:20:35 [2022-10-04T23:20:35.293Z] #35 59.72 Setting up libuv1:amd64 (1.40.0-2) ...
23:20:35 [2022-10-04T23:20:35.293Z] #35 59.73 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
23:20:35 [2022-10-04T23:20:35.293Z] #35 59.78 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
23:20:35 [2022-10-04T23:20:35.293Z] #35 59.80 Setting up librhash0:amd64 (1.4.1-2) ...
23:20:35 [2022-10-04T23:20:35.293Z] #35 59.83 Setting up cmake-data (3.18.4-2+deb11u1) ...
23:20:35 [2022-10-04T23:20:35.293Z] #35 59.86 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
23:20:35 [2022-10-04T23:20:35.293Z] #35 59.89 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
23:20:35 [2022-10-04T23:20:35.293Z] #35 59.92 Setting up cmake (3.18.4-2+deb11u1) ...
23:20:35 [2022-10-04T23:20:35.293Z] #35 59.93 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:20:35 [2022-10-04T23:20:35.293Z] #35 DONE 60.4s
23:20:35 [2022-10-04T23:20:35.294Z] 
23:20:35 [2022-10-04T23:20:35.294Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:35 [2022-10-04T23:20:35.294Z] #32 60.42 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
23:20:35 [2022-10-04T23:20:35.294Z] #32 60.42 go: downloading github.com/olekukonko/tablewriter v0.0.5
23:20:35 [2022-10-04T23:20:35.374Z] #32 ...
23:20:35 [2022-10-04T23:20:35.374Z] 
23:20:35 [2022-10-04T23:20:35.374Z] #39 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
23:20:35 [2022-10-04T23:20:35.374Z] #39 4.577 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
23:20:35 [2022-10-04T23:20:35.374Z] #39 4.659 -- Configuring done
23:20:35 [2022-10-04T23:20:35.374Z] #39 4.676 -- Generating done
23:20:35 [2022-10-04T23:20:35.374Z] #39 4.690 -- Build files have been written to: /tmp/tmp.nkCuWnIE2O/tini
23:20:35 [2022-10-04T23:20:35.374Z] #39 4.708 + make tini-static
23:20:35 [2022-10-04T23:20:35.374Z] #39 5.057 Scanning dependencies of target tini-static
23:20:35 [2022-10-04T23:20:35.374Z] #39 5.094 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
23:20:35 [2022-10-04T23:20:35.374Z] #39 6.418 [100%] Linking C executable tini-static
23:20:35 [2022-10-04T23:20:35.374Z] #39 6.956 [100%] Built target tini-static
23:20:35 [2022-10-04T23:20:35.374Z] #39 6.990 + mkdir -p /build
23:20:35 [2022-10-04T23:20:35.374Z] #39 7.048 + cp tini-static /build/docker-init
23:20:35 [2022-10-04T23:20:35.374Z] #39 DONE 7.6s
23:20:35 [2022-10-04T23:20:35.554Z] #32 60.60 go: downloading github.com/cespare/xxhash/v2 v2.1.2
23:20:35 [2022-10-04T23:20:35.554Z] #32 60.60 go: downloading github.com/beorn7/perks v1.0.1
23:20:35 [2022-10-04T23:20:35.554Z] #32 60.65 go: downloading github.com/golang/protobuf v1.5.2
23:20:35 [2022-10-04T23:20:35.630Z] 
23:20:35 [2022-10-04T23:20:35.630Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:35 [2022-10-04T23:20:35.630Z] #38 7.864   PBCC     images/seccomp.pb-c.c
23:20:35 [2022-10-04T23:20:35.630Z] #38 7.906   DEP      images/seccomp.pb-c.d
23:20:35 [2022-10-04T23:20:35.630Z] #38 7.974   PBCC     images/userns.pb-c.c
23:20:35 [2022-10-04T23:20:35.630Z] #38 8.018   DEP      images/userns.pb-c.d
23:20:35 [2022-10-04T23:20:35.630Z] #38 8.070   PBCC     images/cgroup.pb-c.c
23:20:35 [2022-10-04T23:20:35.630Z] #38 8.098   DEP      images/cgroup.pb-c.d
23:20:35 [2022-10-04T23:20:35.630Z] #38 8.168   PBCC     images/ext-file.pb-c.c
23:20:35 [2022-10-04T23:20:35.630Z] #38 8.193   DEP      images/ext-file.pb-c.d
23:20:35 [2022-10-04T23:20:35.630Z] #38 8.243   PBCC     images/rpc.pb-c.c
23:20:35 [2022-10-04T23:20:35.630Z] #38 8.289   DEP      images/rpc.pb-c.d
23:20:35 [2022-10-04T23:20:35.630Z] #38 8.409   PBCC     images/siginfo.pb-c.c
23:20:35 [2022-10-04T23:20:35.630Z] #38 8.490   DEP      images/siginfo.pb-c.d
23:20:35 [2022-10-04T23:20:35.630Z] #38 8.662   PBCC     images/pagemap.pb-c.c
23:20:35 [2022-10-04T23:20:35.815Z] #32 60.68 go: downloading github.com/cespare/xxhash v1.1.0
23:20:35 [2022-10-04T23:20:35.815Z] #32 60.92 go: downloading github.com/prometheus/common v0.10.0
23:20:35 [2022-10-04T23:20:35.832Z] #34 ...
23:20:35 [2022-10-04T23:20:35.832Z] 
23:20:35 [2022-10-04T23:20:35.832Z] #27 [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
23:20:35 [2022-10-04T23:20:35.832Z] #27 52.30 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
23:20:35 [2022-10-04T23:20:35.832Z] #27 53.11 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
23:20:35 [2022-10-04T23:20:35.832Z] #27 53.13 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
23:20:35 [2022-10-04T23:20:35.832Z] #27 53.13 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
23:20:35 [2022-10-04T23:20:35.832Z] #27 53.15 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
23:20:35 [2022-10-04T23:20:35.832Z] #27 53.17 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
23:20:35 [2022-10-04T23:20:35.832Z] #27 53.19 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
23:20:35 [2022-10-04T23:20:35.832Z] #27 53.19 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB]
23:20:35 [2022-10-04T23:20:35.832Z] #27 53.19 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
23:20:35 [2022-10-04T23:20:35.832Z] #27 53.22 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
23:20:35 [2022-10-04T23:20:35.832Z] #27 53.24 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
23:20:35 [2022-10-04T23:20:35.832Z] #27 53.27 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
23:20:35 [2022-10-04T23:20:35.832Z] #27 53.27 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
23:20:35 [2022-10-04T23:20:35.832Z] #27 53.40 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
23:20:35 [2022-10-04T23:20:35.832Z] #27 53.40 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
23:20:35 [2022-10-04T23:20:35.832Z] #27 53.40 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
23:20:35 [2022-10-04T23:20:35.832Z] #27 53.40 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB]
23:20:35 [2022-10-04T23:20:35.832Z] #27 54.49 debconf: delaying package configuration, since apt-utils is not installed
23:20:35 [2022-10-04T23:20:35.832Z] #27 54.75 Fetched 115 MB in 10s (11.7 MB/s)
23:20:35 [2022-10-04T23:20:35.832Z] #27 54.84 Selecting previously unselected package binutils-mingw-w64-i686.
23:20:35 [2022-10-04T23:20:35.832Z] #27 54.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15718 files and directories currently installed.)
23:20:35 [2022-10-04T23:20:35.832Z] #27 54.91 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
23:20:35 [2022-10-04T23:20:35.832Z] #27 54.92 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
23:20:35 [2022-10-04T23:20:35.832Z] #27 57.03 Selecting previously unselected package binutils-mingw-w64-x86-64.
23:20:35 [2022-10-04T23:20:35.832Z] #27 57.03 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
23:20:35 [2022-10-04T23:20:35.832Z] #27 57.06 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
23:20:35 [2022-10-04T23:20:35.832Z] #27 59.72 Selecting previously unselected package binutils-mingw-w64.
23:20:35 [2022-10-04T23:20:35.832Z] #27 59.72 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
23:20:35 [2022-10-04T23:20:35.832Z] #27 59.73 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
23:20:35 [2022-10-04T23:20:35.832Z] #27 59.85 Selecting previously unselected package libdevmapper1.02.1:amd64.
23:20:35 [2022-10-04T23:20:35.832Z] #27 59.85 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
23:20:35 [2022-10-04T23:20:35.832Z] #27 59.85 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
23:20:35 [2022-10-04T23:20:35.832Z] #27 60.01 Selecting previously unselected package dmsetup.
23:20:35 [2022-10-04T23:20:35.832Z] #27 60.02 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
23:20:35 [2022-10-04T23:20:35.832Z] #27 60.02 Unpacking dmsetup (2:1.02.175-2.1) ...
23:20:35 [2022-10-04T23:20:35.832Z] #27 60.22 Selecting previously unselected package mingw-w64-common.
23:20:35 [2022-10-04T23:20:35.832Z] #27 60.22 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
23:20:35 [2022-10-04T23:20:35.832Z] #27 60.23 Unpacking mingw-w64-common (8.0.0-1) ...
23:20:35 [2022-10-04T23:20:35.832Z] #27 ...
23:20:35 [2022-10-04T23:20:35.832Z] 
23:20:35 [2022-10-04T23:20:35.832Z] #30 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:35 [2022-10-04T23:20:35.832Z] #30 60.73 Setting up libcap-dev:amd64 (1:2.44-1) ...
23:20:35 [2022-10-04T23:20:35.832Z] #30 60.75 Setting up protobuf-compiler (3.12.4-1) ...
23:20:35 [2022-10-04T23:20:35.832Z] #30 60.79 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
23:20:35 [2022-10-04T23:20:35.832Z] #30 60.81 Setting up libprotobuf-dev:amd64 (3.12.4-1) ...
23:20:35 [2022-10-04T23:20:35.832Z] #30 60.83 Setting up protobuf-c-compiler (1.3.3-1+b2) ...
23:20:35 [2022-10-04T23:20:35.832Z] #30 60.86 Setting up libnl-3-dev:amd64 (3.4.0-1+b1) ...
23:20:35 [2022-10-04T23:20:35.832Z] #30 60.88 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:20:35 [2022-10-04T23:20:35.832Z] #30 DONE 62.5s
23:20:35 [2022-10-04T23:20:35.832Z] 
23:20:35 [2022-10-04T23:20:35.832Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:35 [2022-10-04T23:20:35.886Z] #38 8.729   DEP      images/pagemap.pb-c.d
23:20:34 [2022-10-04T23:20:34.700Z] Cloning repository https://github.com/moby/moby.git
23:20:35 [2022-10-04T23:20:35.171Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
23:20:35 [2022-10-04T23:20:35.758Z] Fetching upstream changes from https://github.com/moby/moby.git
23:20:35 [2022-10-04T23:20:35.758Z]  > git --version # timeout=10
23:20:35 [2022-10-04T23:20:35.813Z]  > git --version # 'git version 2.24.1.windows.2'
23:20:35 [2022-10-04T23:20:35.814Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:20:35 [2022-10-04T23:20:35.818Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44247/head:refs/remotes/origin/PR-44247 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:20:36 [2022-10-04T23:20:36.050Z] #30 52.92 Selecting previously unselected package libprotobuf-lite23:amd64.
23:20:36 [2022-10-04T23:20:36.050Z] #30 52.93 Preparing to unpack .../10-libprotobuf-lite23_3.12.4-1_amd64.deb ...
23:20:36 [2022-10-04T23:20:36.050Z] #30 52.95 Unpacking libprotobuf-lite23:amd64 (3.12.4-1) ...
23:20:36 [2022-10-04T23:20:36.075Z] #32 61.16 go: downloading github.com/prometheus/procfs v0.6.0
23:20:36 [2022-10-04T23:20:36.075Z] #32 61.21 go: downloading github.com/mattn/go-runewidth v0.0.9
23:20:36 [2022-10-04T23:20:36.142Z] #38 8.849   PBCC     images/rlimit.pb-c.c
23:20:36 [2022-10-04T23:20:36.142Z] #38 8.942   DEP      images/rlimit.pb-c.d
23:20:36 [2022-10-04T23:20:36.142Z] #38 9.032   PBCC     images/file-lock.pb-c.c
23:20:36 [2022-10-04T23:20:36.311Z] #30 53.24 Selecting previously unselected package libprotobuf-dev:amd64.
23:20:36 [2022-10-04T23:20:36.311Z] #30 53.25 Preparing to unpack .../11-libprotobuf-dev_3.12.4-1_amd64.deb ...
23:20:36 [2022-10-04T23:20:36.311Z] #30 53.25 Unpacking libprotobuf-dev:amd64 (3.12.4-1) ...
23:20:36 [2022-10-04T23:20:36.336Z] #32 61.31 go: downloading google.golang.org/protobuf v1.27.1
23:20:36 [2022-10-04T23:20:36.398Z] #38 9.129   DEP      images/file-lock.pb-c.d
23:20:36 [2022-10-04T23:20:36.398Z] #38 9.289   PBCC     images/tty.pb-c.c
23:20:36 [2022-10-04T23:20:36.654Z] #38 9.370   DEP      images/tty.pb-c.d
23:20:36 [2022-10-04T23:20:36.654Z] #38 9.397   PBCC     images/tun.pb-c.c
23:20:36 [2022-10-04T23:20:36.654Z] #38 9.429   PBCC     images/netdev.pb-c.c
23:20:36 [2022-10-04T23:20:36.654Z] #38 9.473   DEP      images/tun.pb-c.d
23:20:36 [2022-10-04T23:20:36.654Z] #38 9.534   DEP      images/netdev.pb-c.d
23:20:36 [2022-10-04T23:20:36.654Z] #38 9.596   PBCC     images/vma.pb-c.c
23:20:36 [2022-10-04T23:20:36.911Z] #38 9.639   DEP      images/vma.pb-c.d
23:20:36 [2022-10-04T23:20:36.911Z] #38 9.720   PBCC     images/creds.pb-c.c
23:20:36 [2022-10-04T23:20:36.911Z] #38 9.758   DEP      images/creds.pb-c.d
23:20:36 [2022-10-04T23:20:36.911Z] #38 9.794   PBCC     images/utsns.pb-c.c
23:20:36 [2022-10-04T23:20:36.911Z] #38 9.826   DEP      images/utsns.pb-c.d
23:20:36 [2022-10-04T23:20:36.911Z] #38 9.872   PBCC     images/ipc-desc.pb-c.c
23:20:36 [2022-10-04T23:20:36.911Z] #38 9.898   PBCC     images/ipc-sem.pb-c.c
23:20:36 [2022-10-04T23:20:36.911Z] #38 9.927   DEP      images/ipc-desc.pb-c.d
23:20:37 [2022-10-04T23:20:37.167Z] #38 9.980   DEP      images/ipc-sem.pb-c.d
23:20:37 [2022-10-04T23:20:37.423Z] #38 10.09   PBCC     images/ipc-msg.pb-c.c
23:20:37 [2022-10-04T23:20:37.423Z] #38 10.10   DEP      images/ipc-msg.pb-c.d
23:20:37 [2022-10-04T23:20:37.423Z] #38 10.16   PBCC     images/ipc-shm.pb-c.c
23:20:37 [2022-10-04T23:20:37.423Z] #38 10.17   DEP      images/ipc-shm.pb-c.d
23:20:37 [2022-10-04T23:20:37.423Z] #38 10.22   PBCC     images/ipc-var.pb-c.c
23:20:37 [2022-10-04T23:20:37.423Z] #38 10.25   DEP      images/ipc-var.pb-c.d
23:20:37 [2022-10-04T23:20:37.423Z] #38 10.31   PBCC     images/sk-opts.pb-c.c
23:20:37 [2022-10-04T23:20:37.423Z] #38 10.35   PBCC     images/packet-sock.pb-c.c
23:20:37 [2022-10-04T23:20:37.423Z] #38 10.38   DEP      images/sk-opts.pb-c.d
23:20:37 [2022-10-04T23:20:37.423Z] #38 10.46   DEP      images/packet-sock.pb-c.d
23:20:37 [2022-10-04T23:20:37.679Z] #38 10.53   PBCC     images/sk-netlink.pb-c.c
23:20:37 [2022-10-04T23:20:37.679Z] #38 10.57   DEP      images/sk-netlink.pb-c.d
23:20:37 [2022-10-04T23:20:37.717Z] #30 54.46 Selecting previously unselected package libprotoc23:amd64.
23:20:37 [2022-10-04T23:20:37.717Z] #30 54.46 Preparing to unpack .../12-libprotoc23_3.12.4-1_amd64.deb ...
23:20:37 [2022-10-04T23:20:37.717Z] #30 54.46 Unpacking libprotoc23:amd64 (3.12.4-1) ...
23:20:37 [2022-10-04T23:20:37.719Z] #32 ...
23:20:37 [2022-10-04T23:20:37.719Z] 
23:20:37 [2022-10-04T23:20:37.719Z] #26 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
23:20:37 [2022-10-04T23:20:37.719Z] #26 DONE 62.7s
23:20:37 [2022-10-04T23:20:37.719Z] 
23:20:37 [2022-10-04T23:20:37.719Z] #31 [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
23:20:37 [2022-10-04T23:20:37.719Z] #31 62.05 Selecting previously unselected package gcc-mingw-w64-base.
23:20:37 [2022-10-04T23:20:37.719Z] #31 62.09 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
23:20:37 [2022-10-04T23:20:37.719Z] #31 62.09 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
23:20:37 [2022-10-04T23:20:37.719Z] #31 62.49 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
23:20:37 [2022-10-04T23:20:37.719Z] #31 62.49 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
23:20:37 [2022-10-04T23:20:37.719Z] #31 62.57 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
23:20:37 [2022-10-04T23:20:37.935Z] #38 10.64   PBCC     images/sk-inet.pb-c.c
23:20:37 [2022-10-04T23:20:37.935Z] #38 10.67   DEP      images/sk-inet.pb-c.d
23:20:37 [2022-10-04T23:20:37.935Z] #38 10.72   PBCC     images/sk-unix.pb-c.c
23:20:37 [2022-10-04T23:20:37.935Z] #38 10.76   DEP      images/sk-unix.pb-c.d
23:20:37 [2022-10-04T23:20:37.935Z] #38 10.85   PBCC     images/mm.pb-c.c
23:20:38 [2022-10-04T23:20:38.193Z] #38 10.89   DEP      images/mm.pb-c.d
23:20:38 [2022-10-04T23:20:38.193Z] #38 10.94   PBCC     images/timerfd.pb-c.c
23:20:38 [2022-10-04T23:20:38.193Z] #38 11.00   DEP      images/timerfd.pb-c.d
23:20:38 [2022-10-04T23:20:38.193Z] #38 11.05   PBCC     images/timer.pb-c.c
23:20:38 [2022-10-04T23:20:38.193Z] #38 11.08   DEP      images/timer.pb-c.d
23:20:38 [2022-10-04T23:20:38.193Z] #38 11.13   PBCC     images/sa.pb-c.c
23:20:38 [2022-10-04T23:20:38.302Z] #30 55.16 Selecting previously unselected package protobuf-c-compiler.
23:20:38 [2022-10-04T23:20:38.302Z] #30 55.17 Preparing to unpack .../13-protobuf-c-compiler_1.3.3-1+b2_amd64.deb ...
23:20:38 [2022-10-04T23:20:38.302Z] #30 55.17 Unpacking protobuf-c-compiler (1.3.3-1+b2) ...
23:20:38 [2022-10-04T23:20:38.302Z] #30 55.34 Selecting previously unselected package protobuf-compiler.
23:20:38 [2022-10-04T23:20:38.302Z] #30 55.34 Preparing to unpack .../14-protobuf-compiler_3.12.4-1_amd64.deb ...
23:20:38 [2022-10-04T23:20:38.366Z] #38 2.336 Note: Building without setproctitle() and strlcpy() support.
23:20:38 [2022-10-04T23:20:38.366Z] #38 2.337       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
23:20:38 [2022-10-04T23:20:38.366Z] #38 2.353 Note: Building without GnuTLS support
23:20:38 [2022-10-04T23:20:38.366Z] #38 ...
23:20:38 [2022-10-04T23:20:38.366Z] 
23:20:38 [2022-10-04T23:20:38.366Z] #33 [tini 1/2] 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
23:20:38 [2022-10-04T23:20:38.366Z] #33 58.29 Selecting previously unselected package libxml2:amd64.
23:20:38 [2022-10-04T23:20:38.366Z] #33 58.29 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 58.30 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 58.79 Selecting previously unselected package libarchive13:amd64.
23:20:38 [2022-10-04T23:20:38.366Z] #33 58.80 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 58.81 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 59.17 Selecting previously unselected package libjsoncpp24:amd64.
23:20:38 [2022-10-04T23:20:38.366Z] #33 59.17 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 59.17 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 59.33 Selecting previously unselected package librhash0:amd64.
23:20:38 [2022-10-04T23:20:38.366Z] #33 59.35 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 59.36 Unpacking librhash0:amd64 (1.4.1-2) ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 59.57 Selecting previously unselected package libuv1:amd64.
23:20:38 [2022-10-04T23:20:38.366Z] #33 59.57 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 59.59 Unpacking libuv1:amd64 (1.40.0-2) ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 59.76 Selecting previously unselected package cmake.
23:20:38 [2022-10-04T23:20:38.366Z] #33 59.77 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 59.78 Unpacking cmake (3.18.4-2+deb11u1) ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 63.87 Setting up libicu67:amd64 (67.1-7) ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 63.91 Setting up xxd (2:8.2.2434-3+deb11u1) ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 63.93 Setting up libuv1:amd64 (1.40.0-2) ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 63.95 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 63.99 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 64.00 Setting up librhash0:amd64 (1.4.1-2) ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 64.02 Setting up cmake-data (3.18.4-2+deb11u1) ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 64.05 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 64.07 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 64.11 Setting up cmake (3.18.4-2+deb11u1) ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 64.12 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:20:38 [2022-10-04T23:20:38.366Z] #33 DONE 64.9s
23:20:38 [2022-10-04T23:20:38.366Z] 
23:20:38 [2022-10-04T23:20:38.366Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:38 [2022-10-04T23:20:38.366Z] #38 2.364 Makefile.config:39: Warn: you have no libnftables installed
23:20:38 [2022-10-04T23:20:38.366Z] #38 2.365 Makefile.config:40: Warn: Building without nftables support
23:20:38 [2022-10-04T23:20:38.449Z] #38 11.16   DEP      images/sa.pb-c.d
23:20:38 [2022-10-04T23:20:38.449Z] #38 11.19   PBCC     images/pipe-data.pb-c.c
23:20:38 [2022-10-04T23:20:38.449Z] #38 11.21   DEP      images/pipe-data.pb-c.d
23:20:38 [2022-10-04T23:20:38.449Z] #38 11.26   PBCC     images/mnt.pb-c.c
23:20:38 [2022-10-04T23:20:38.449Z] #38 11.29   DEP      images/mnt.pb-c.d
23:20:38 [2022-10-04T23:20:38.449Z] #38 11.34   PBCC     images/sk-packet.pb-c.c
23:20:38 [2022-10-04T23:20:38.449Z] #38 11.35   DEP      images/sk-packet.pb-c.d
23:20:38 [2022-10-04T23:20:38.449Z] #38 11.40   PBCC     images/tcp-stream.pb-c.c
23:20:38 [2022-10-04T23:20:38.563Z] #30 55.35 Unpacking protobuf-compiler (3.12.4-1) ...
23:20:38 [2022-10-04T23:20:38.563Z] #30 55.51 Selecting previously unselected package python3-pkg-resources.
23:20:38 [2022-10-04T23:20:38.563Z] #30 55.52 Preparing to unpack .../15-python3-pkg-resources_52.0.0-4_all.deb ...
23:20:38 [2022-10-04T23:20:38.563Z] #30 55.52 Unpacking python3-pkg-resources (52.0.0-4) ...
23:20:38 [2022-10-04T23:20:38.705Z] #38 11.43   DEP      images/tcp-stream.pb-c.d
23:20:38 [2022-10-04T23:20:38.705Z] #38 11.50   PBCC     images/pipe.pb-c.c
23:20:38 [2022-10-04T23:20:38.705Z] #38 11.53   DEP      images/pipe.pb-c.d
23:20:38 [2022-10-04T23:20:38.705Z] #38 11.60   PBCC     images/pstree.pb-c.c
23:20:38 [2022-10-04T23:20:38.705Z] #38 11.64   DEP      images/pstree.pb-c.d
23:20:38 [2022-10-04T23:20:38.824Z] #30 55.70 Selecting previously unselected package python3-six.
23:20:38 [2022-10-04T23:20:38.824Z] #30 55.70 Preparing to unpack .../16-python3-six_1.16.0-2_all.deb ...
23:20:38 [2022-10-04T23:20:38.824Z] #30 55.71 Unpacking python3-six (1.16.0-2) ...
23:20:38 [2022-10-04T23:20:38.824Z] #30 55.80 Selecting previously unselected package python3-protobuf.
23:20:38 [2022-10-04T23:20:38.824Z] #30 55.80 Preparing to unpack .../17-python3-protobuf_3.12.4-1_amd64.deb ...
23:20:38 [2022-10-04T23:20:38.824Z] #30 55.80 Unpacking python3-protobuf (3.12.4-1) ...
23:20:38 [2022-10-04T23:20:38.961Z] #38 11.69   PBCC     images/fs.pb-c.c
23:20:38 [2022-10-04T23:20:38.961Z] #38 11.75   DEP      images/fs.pb-c.d
23:20:38 [2022-10-04T23:20:38.961Z] #38 11.83   PBCC     images/signalfd.pb-c.c
23:20:38 [2022-10-04T23:20:38.961Z] #38 11.89   DEP      images/signalfd.pb-c.d
23:20:38 [2022-10-04T23:20:38.961Z] #38 11.96   PBCC     images/fh.pb-c.c
23:20:38 [2022-10-04T23:20:38.961Z] #38 11.99   PBCC     images/fsnotify.pb-c.c
23:20:39 [2022-10-04T23:20:39.216Z] #38 12.03   DEP      images/fh.pb-c.d
23:20:39 [2022-10-04T23:20:39.216Z] #38 12.09   DEP      images/fsnotify.pb-c.d
23:20:39 [2022-10-04T23:20:39.396Z] #30 56.45 Setting up python3-pkg-resources (52.0.0-4) ...
23:20:39 [2022-10-04T23:20:39.473Z] #38 12.17   PBCC     images/eventpoll.pb-c.c
23:20:39 [2022-10-04T23:20:39.473Z] #38 12.21   DEP      images/eventpoll.pb-c.d
23:20:39 [2022-10-04T23:20:39.473Z] #38 12.30   PBCC     images/eventfd.pb-c.c
23:20:39 [2022-10-04T23:20:39.473Z] #38 12.34   DEP      images/eventfd.pb-c.d
23:20:39 [2022-10-04T23:20:39.473Z] #38 12.43   PBCC     images/remap-file-path.pb-c.c
23:20:39 [2022-10-04T23:20:39.730Z] #38 12.46   DEP      images/remap-file-path.pb-c.d
23:20:39 [2022-10-04T23:20:39.730Z] #38 12.52   PBCC     images/fifo.pb-c.c
23:20:39 [2022-10-04T23:20:39.730Z] #38 12.53   DEP      images/fifo.pb-c.d
23:20:39 [2022-10-04T23:20:39.730Z] #38 12.59   PBCC     images/ghost-file.pb-c.c
23:20:39 [2022-10-04T23:20:39.730Z] #38 12.63   DEP      images/ghost-file.pb-c.d
23:20:39 [2022-10-04T23:20:39.730Z] #38 12.67   PBCC     images/regfile.pb-c.c
23:20:39 [2022-10-04T23:20:39.730Z] #38 12.73   DEP      images/regfile.pb-c.d
23:20:39 [2022-10-04T23:20:39.968Z] #30 ...
23:20:39 [2022-10-04T23:20:39.968Z] 
23:20:39 [2022-10-04T23:20:39.968Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:39 [2022-10-04T23:20:39.968Z] #32 52.30 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
23:20:39 [2022-10-04T23:20:39.968Z] #32 52.38 go: downloading github.com/fsnotify/fsnotify v1.5.1
23:20:39 [2022-10-04T23:20:39.968Z] #32 52.48 go: downloading github.com/magiconair/properties v1.8.5
23:20:39 [2022-10-04T23:20:39.968Z] #32 52.49 go: downloading github.com/mitchellh/mapstructure v1.4.3
23:20:39 [2022-10-04T23:20:39.968Z] #32 52.65 go: downloading github.com/spf13/afero v1.6.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 52.68 go: downloading github.com/spf13/cast v1.4.1
23:20:39 [2022-10-04T23:20:39.968Z] #32 52.70 go: downloading github.com/spf13/jwalterweatherman v1.1.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 52.73 go: downloading github.com/subosito/gotenv v1.2.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 52.80 go: downloading gopkg.in/ini.v1 v1.66.2
23:20:39 [2022-10-04T23:20:39.968Z] #32 52.92 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
23:20:39 [2022-10-04T23:20:39.968Z] #32 53.04 go: downloading github.com/go-toolsmith/astcast v1.0.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 53.13 go: downloading github.com/go-toolsmith/astcopy v1.0.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 53.16 go: downloading github.com/go-toolsmith/astequal v1.0.1
23:20:39 [2022-10-04T23:20:39.968Z] #32 53.21 go: downloading github.com/go-toolsmith/astfmt v1.0.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 53.28 go: downloading github.com/go-toolsmith/astp v1.0.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 53.30 go: downloading github.com/go-toolsmith/strparse v1.0.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 53.34 go: downloading github.com/go-toolsmith/typep v1.0.2
23:20:39 [2022-10-04T23:20:39.968Z] #32 53.39 go: downloading github.com/quasilyte/go-ruleguard v0.3.15
23:20:39 [2022-10-04T23:20:39.968Z] #32 54.14 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
23:20:39 [2022-10-04T23:20:39.968Z] #32 54.25 go: downloading github.com/hashicorp/errwrap v1.0.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 54.32 go: downloading github.com/davecgh/go-spew v1.1.1
23:20:39 [2022-10-04T23:20:39.968Z] #32 54.57 go: downloading github.com/pmezard/go-difflib v1.0.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 54.60 go: downloading github.com/stretchr/objx v0.1.1
23:20:39 [2022-10-04T23:20:39.968Z] #32 54.74 go: downloading 4d63.com/gochecknoglobals v0.1.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 54.83 go: downloading github.com/Antonboom/errname v0.1.5
23:20:39 [2022-10-04T23:20:39.968Z] #32 54.88 go: downloading github.com/Antonboom/nilnil v0.1.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 54.92 go: downloading github.com/BurntSushi/toml v1.0.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 55.72 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
23:20:39 [2022-10-04T23:20:39.968Z] #32 55.82 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 55.83 go: downloading github.com/alexkohler/prealloc v1.0.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 55.92 go: downloading github.com/ashanbrown/forbidigo v1.3.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 55.94 go: downloading github.com/ashanbrown/makezero v1.1.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 55.98 go: downloading github.com/bkielbasa/cyclop v1.2.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.03 go: downloading github.com/blizzy78/varnamelen v0.5.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.08 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.17 go: downloading github.com/breml/bidichk v0.2.1
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.19 go: downloading github.com/breml/errchkjson v0.2.1
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.22 go: downloading github.com/charithe/durationcheck v0.0.9
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.24 go: downloading github.com/butuzov/ireturn v0.1.1
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.24 go: downloading github.com/daixiang0/gci v0.2.9
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.27 go: downloading github.com/denis-tingajkin/go-header v0.4.2
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.36 go: downloading github.com/esimonov/ifshort v1.0.4
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.40 go: downloading github.com/fzipp/gocyclo v0.4.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.43 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.45 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.46 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.52 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.62 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.72 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.74 go: downloading github.com/golangci/misspell v0.3.5
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.82 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.92 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.98 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
23:20:39 [2022-10-04T23:20:39.968Z] #32 56.99 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
23:20:39 [2022-10-04T23:20:39.968Z] #32 57.01 go: downloading github.com/jgautheron/goconst v1.5.1
23:20:39 [2022-10-04T23:20:39.968Z] #32 57.03 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
23:20:39 [2022-10-04T23:20:39.986Z] #38 12.78   PBCC     images/ns.pb-c.c
23:20:39 [2022-10-04T23:20:39.986Z] #38 12.81   DEP      images/ns.pb-c.d
23:20:39 [2022-10-04T23:20:39.986Z] #38 12.86   PBCC     images/fdinfo.pb-c.c
23:20:39 [2022-10-04T23:20:39.986Z] #38 12.91   DEP      images/fdinfo.pb-c.d
23:20:39 [2022-10-04T23:20:39.986Z] #38 12.99   PBCC     images/core-aarch64.pb-c.c
23:20:40 [2022-10-04T23:20:40.232Z] #32 57.14 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
23:20:40 [2022-10-04T23:20:40.232Z] #32 57.14 go: downloading github.com/julz/importas v0.1.0
23:20:40 [2022-10-04T23:20:40.232Z] #32 57.20 go: downloading github.com/kisielk/errcheck v1.6.0
23:20:40 [2022-10-04T23:20:40.232Z] #32 57.21 go: downloading github.com/kulti/thelper v0.5.0
23:20:40 [2022-10-04T23:20:40.232Z] #32 57.25 go: downloading github.com/kunwardeep/paralleltest v1.0.3
23:20:40 [2022-10-04T23:20:40.232Z] #32 57.29 go: downloading github.com/kyoh86/exportloopref v0.1.8
23:20:40 [2022-10-04T23:20:40.232Z] #32 57.32 go: downloading github.com/ldez/gomoddirectives v0.2.2
23:20:40 [2022-10-04T23:20:40.232Z] #32 57.34 go: downloading github.com/ldez/tagliatelle v0.3.0
23:20:40 [2022-10-04T23:20:40.232Z] #32 57.37 go: downloading github.com/leonklingele/grouper v1.1.0
23:20:40 [2022-10-04T23:20:40.242Z] #38 13.04   PBCC     images/core-arm.pb-c.c
23:20:40 [2022-10-04T23:20:40.242Z] #38 13.11   PBCC     images/core-ppc64.pb-c.c
23:20:40 [2022-10-04T23:20:40.242Z] #38 13.16   PBCC     images/core-s390.pb-c.c
23:20:40 [2022-10-04T23:20:40.242Z] #38 13.21   PBCC     images/core-x86.pb-c.c
23:20:40 [2022-10-04T23:20:40.494Z] #32 57.52 go: downloading github.com/maratori/testpackage v1.0.1
23:20:40 [2022-10-04T23:20:40.494Z] #32 57.60 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
23:20:40 [2022-10-04T23:20:40.494Z] #32 57.61 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
23:20:40 [2022-10-04T23:20:40.494Z] #32 57.66 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
23:20:40 [2022-10-04T23:20:40.498Z] #38 13.26   PBCC     images/core.pb-c.c
23:20:40 [2022-10-04T23:20:40.498Z] #38 13.32   PBCC     images/inventory.pb-c.c
23:20:40 [2022-10-04T23:20:40.498Z] #38 13.39   DEP      images/core-aarch64.pb-c.d
23:20:40 [2022-10-04T23:20:40.498Z] #38 13.44   DEP      images/core-arm.pb-c.d
23:20:40 [2022-10-04T23:20:40.755Z] #38 13.50   DEP      images/core-ppc64.pb-c.d
23:20:40 [2022-10-04T23:20:40.755Z] #38 13.56   DEP      images/core-s390.pb-c.d
23:20:40 [2022-10-04T23:20:40.755Z] #38 13.63   DEP      images/core-x86.pb-c.d
23:20:40 [2022-10-04T23:20:40.756Z] #32 57.66 go: downloading github.com/mgechev/revive v1.1.3
23:20:40 [2022-10-04T23:20:40.900Z] #38 4.937 fatal: not a git repository (or any of the parent directories): .git
23:20:40 [2022-10-04T23:20:40.900Z] #38 5.015   GEN      .gitid
23:20:40 [2022-10-04T23:20:40.900Z] #38 5.061   GEN      criu/include/version.h
23:20:40 [2022-10-04T23:20:40.900Z] #38 5.118   GEN      include/common/asm
23:20:41 [2022-10-04T23:20:41.011Z] #38 13.72   DEP      images/core.pb-c.d
23:20:41 [2022-10-04T23:20:41.011Z] #38 13.80   DEP      images/inventory.pb-c.d
23:20:41 [2022-10-04T23:20:41.011Z] #38 13.87   PBCC     images/cpuinfo.pb-c.c
23:20:41 [2022-10-04T23:20:41.011Z] #38 13.90   DEP      images/cpuinfo.pb-c.d
23:20:41 [2022-10-04T23:20:41.011Z] #38 13.95   PBCC     images/stats.pb-c.c
23:20:41 [2022-10-04T23:20:41.011Z] #38 13.96   DEP      images/stats.pb-c.d
23:20:41 [2022-10-04T23:20:41.327Z] #32 ...
23:20:41 [2022-10-04T23:20:41.327Z] 
23:20:41 [2022-10-04T23:20:41.327Z] #30 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:41 [2022-10-04T23:20:41.327Z] #30 58.14 Setting up libprotobuf23:amd64 (3.12.4-1) ...
23:20:41 [2022-10-04T23:20:41.327Z] #30 58.15 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
23:20:41 [2022-10-04T23:20:41.327Z] #30 58.16 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
23:20:41 [2022-10-04T23:20:41.327Z] #30 58.18 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
23:20:41 [2022-10-04T23:20:41.327Z] #30 58.20 Setting up libcap2:amd64 (1:2.44-1) ...
23:20:41 [2022-10-04T23:20:41.327Z] #30 58.21 Setting up python3-six (1.16.0-2) ...
23:20:41 [2022-10-04T23:20:41.574Z] #38 ...
23:20:41 [2022-10-04T23:20:41.574Z] 
23:20:41 [2022-10-04T23:20:41.574Z] #32 [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
23:20:41 [2022-10-04T23:20:41.831Z] #32 63.67 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
23:20:41 [2022-10-04T23:20:41.831Z] #32 63.68 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
23:20:41 [2022-10-04T23:20:41.831Z] #32 63.68 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:20:42 [2022-10-04T23:20:42.783Z] #30 59.55 Setting up libprotobuf-lite23:amd64 (3.12.4-1) ...
23:20:42 [2022-10-04T23:20:42.783Z] #30 59.57 Setting up libprotoc23:amd64 (3.12.4-1) ...
23:20:42 [2022-10-04T23:20:42.783Z] #30 59.59 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
23:20:42 [2022-10-04T23:20:42.783Z] #30 59.61 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
23:20:42 [2022-10-04T23:20:42.783Z] #30 59.64 Setting up python3-protobuf (3.12.4-1) ...
23:20:42 [2022-10-04T23:20:42.804Z] #38 6.762   PBCC     images/timens.pb-c.c
23:20:42 [2022-10-04T23:20:42.804Z] #38 6.772   DEP      images/timens.pb-c.d
23:20:42 [2022-10-04T23:20:42.804Z] #38 6.881   PBCC     images/fown.pb-c.c
23:20:42 [2022-10-04T23:20:42.804Z] #38 6.913   PBCC     images/google/protobuf/descriptor.pb-c.c
23:20:42 [2022-10-04T23:20:42.804Z] #38 6.997   PBCC     images/opts.pb-c.c
23:20:42 [2022-10-04T23:20:42.804Z] #38 ...
23:20:42 [2022-10-04T23:20:42.804Z] 
23:20:42 [2022-10-04T23:20:42.804Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:20:42 [2022-10-04T23:20:42.804Z] #35 59.32 sync
23:20:42 [2022-10-04T23:20:42.804Z] #35 59.33 internal/reflectlite
23:20:42 [2022-10-04T23:20:42.804Z] #35 60.97 internal/testlog
23:20:42 [2022-10-04T23:20:42.804Z] #35 62.21 sort
23:20:42 [2022-10-04T23:20:42.804Z] #35 62.22 errors
23:20:42 [2022-10-04T23:20:42.804Z] #35 62.57 strconv
23:20:42 [2022-10-04T23:20:42.804Z] #35 63.88 io
23:20:42 [2022-10-04T23:20:42.804Z] #35 65.04 internal/oserror
23:20:42 [2022-10-04T23:20:42.804Z] #35 65.33 syscall
23:20:42 [2022-10-04T23:20:42.804Z] #35 67.45 reflect
23:20:42 [2022-10-04T23:20:42.804Z] #35 ...
23:20:42 [2022-10-04T23:20:42.804Z] 
23:20:42 [2022-10-04T23:20:42.804Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:42 [2022-10-04T23:20:42.804Z] #38 7.046   PBCC     images/memfd.pb-c.c
23:20:42 [2022-10-04T23:20:42.804Z] #38 7.089   DEP      images/fown.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #31 ...
23:20:43 [2022-10-04T23:20:43.003Z] 
23:20:43 [2022-10-04T23:20:43.003Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:43 [2022-10-04T23:20:43.003Z] #38 4.669 Note: Building without setproctitle() and strlcpy() support.
23:20:43 [2022-10-04T23:20:43.003Z] #38 4.669       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
23:20:43 [2022-10-04T23:20:43.003Z] #38 4.684 Note: Building without GnuTLS support
23:20:43 [2022-10-04T23:20:43.003Z] #38 4.691 Makefile.config:39: Warn: you have no libnftables installed
23:20:43 [2022-10-04T23:20:43.003Z] #38 4.691 Makefile.config:40: Warn: Building without nftables support
23:20:43 [2022-10-04T23:20:43.003Z] #38 6.285 fatal: not a git repository (or any of the parent directories): .git
23:20:43 [2022-10-04T23:20:43.003Z] #38 6.362   GEN      .gitid
23:20:43 [2022-10-04T23:20:43.003Z] #38 6.377   GEN      criu/include/version.h
23:20:43 [2022-10-04T23:20:43.003Z] #38 6.466   GEN      include/common/asm
23:20:43 [2022-10-04T23:20:43.003Z] #38 8.041   PBCC     images/timens.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 8.099   DEP      images/timens.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 8.139   PBCC     images/fown.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 8.177   PBCC     images/google/protobuf/descriptor.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 8.259   PBCC     images/opts.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 8.306   PBCC     images/memfd.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 8.366   DEP      images/fown.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 8.428   DEP      images/google/protobuf/descriptor.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 8.491   DEP      images/opts.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 8.626   DEP      images/memfd.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 8.711   PBCC     images/sit.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 8.765   DEP      images/sit.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 8.847   PBCC     images/macvlan.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 8.883   DEP      images/macvlan.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 8.945   PBCC     images/autofs.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 8.964   DEP      images/autofs.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.028   PBCC     images/sysctl.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.064   DEP      images/sysctl.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.183   PBCC     images/time.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.207   DEP      images/time.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.282   PBCC     images/binfmt-misc.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.289   DEP      images/binfmt-misc.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.361   PBCC     images/seccomp.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.375   DEP      images/seccomp.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.433   PBCC     images/userns.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.452   DEP      images/userns.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.523   PBCC     images/cgroup.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.543   DEP      images/cgroup.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.602   PBCC     images/ext-file.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.619   DEP      images/ext-file.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.680   PBCC     images/rpc.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.718   DEP      images/rpc.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.823   PBCC     images/siginfo.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.844   DEP      images/siginfo.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 9.974   PBCC     images/pagemap.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 10.04   DEP      images/pagemap.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 10.10   PBCC     images/rlimit.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 10.13   DEP      images/rlimit.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 10.21   PBCC     images/file-lock.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 10.23   DEP      images/file-lock.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 10.28   PBCC     images/tty.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 10.33   DEP      images/tty.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 10.40   PBCC     images/tun.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 10.51   PBCC     images/netdev.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 10.52   DEP      images/tun.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 10.63   DEP      images/netdev.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 10.74   PBCC     images/vma.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 10.80   DEP      images/vma.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 10.87   PBCC     images/creds.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 10.87   DEP      images/creds.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 10.94   PBCC     images/utsns.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 10.94   DEP      images/utsns.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 11.05   PBCC     images/ipc-desc.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 11.05   PBCC     images/ipc-sem.pb-c.c
23:20:43 [2022-10-04T23:20:43.003Z] #38 11.06   DEP      images/ipc-desc.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 11.10   DEP      images/ipc-sem.pb-c.d
23:20:43 [2022-10-04T23:20:43.003Z] #38 11.17   PBCC     images/ipc-msg.pb-c.c
23:20:43 [2022-10-04T23:20:43.063Z] #38 7.151   DEP      images/google/protobuf/descriptor.pb-c.d
23:20:43 [2022-10-04T23:20:43.063Z] #38 7.225   DEP      images/opts.pb-c.d
23:20:43 [2022-10-04T23:20:43.063Z] #38 7.316   DEP      images/memfd.pb-c.d
23:20:43 [2022-10-04T23:20:43.063Z] #38 7.368   PBCC     images/sit.pb-c.c
23:20:43 [2022-10-04T23:20:43.063Z] #38 7.397   DEP      images/sit.pb-c.d
23:20:43 [2022-10-04T23:20:43.063Z] #38 7.442   PBCC     images/macvlan.pb-c.c
23:20:43 [2022-10-04T23:20:43.267Z] #38 11.23   DEP      images/ipc-msg.pb-c.d
23:20:43 [2022-10-04T23:20:43.267Z] #38 11.33   PBCC     images/ipc-shm.pb-c.c
23:20:43 [2022-10-04T23:20:43.267Z] #38 11.33   DEP      images/ipc-shm.pb-c.d
23:20:43 [2022-10-04T23:20:43.267Z] #38 11.39   PBCC     images/ipc-var.pb-c.c
23:20:43 [2022-10-04T23:20:43.267Z] #38 11.39   DEP      images/ipc-var.pb-c.d
23:20:43 [2022-10-04T23:20:43.321Z] #38 7.464   DEP      images/macvlan.pb-c.d
23:20:43 [2022-10-04T23:20:43.321Z] #38 7.519   PBCC     images/autofs.pb-c.c
23:20:43 [2022-10-04T23:20:43.321Z] #38 7.564   DEP      images/autofs.pb-c.d
23:20:43 [2022-10-04T23:20:43.321Z] #38 7.666   PBCC     images/sysctl.pb-c.c
23:20:43 [2022-10-04T23:20:43.321Z] #38 7.700   DEP      images/sysctl.pb-c.d
23:20:43 [2022-10-04T23:20:43.321Z] #38 7.774   PBCC     images/time.pb-c.c
23:20:43 [2022-10-04T23:20:43.531Z] #38 11.45   PBCC     images/sk-opts.pb-c.c
23:20:43 [2022-10-04T23:20:43.531Z] #38 11.55   PBCC     images/packet-sock.pb-c.c
23:20:43 [2022-10-04T23:20:43.531Z] #38 11.55   DEP      images/sk-opts.pb-c.d
23:20:43 [2022-10-04T23:20:43.531Z] #38 11.61   DEP      images/packet-sock.pb-c.d
23:20:43 [2022-10-04T23:20:43.531Z] #38 11.70   PBCC     images/sk-netlink.pb-c.c
23:20:43 [2022-10-04T23:20:43.579Z] #38 7.809   DEP      images/time.pb-c.d
23:20:43 [2022-10-04T23:20:43.579Z] #38 7.878   PBCC     images/binfmt-misc.pb-c.c
23:20:43 [2022-10-04T23:20:43.579Z] #38 7.936   DEP      images/binfmt-misc.pb-c.d
23:20:43 [2022-10-04T23:20:43.579Z] #38 7.996   PBCC     images/seccomp.pb-c.c
23:20:43 [2022-10-04T23:20:43.791Z] #38 11.77   DEP      images/sk-netlink.pb-c.d
23:20:43 [2022-10-04T23:20:43.791Z] #38 11.81   PBCC     images/sk-inet.pb-c.c
23:20:43 [2022-10-04T23:20:43.791Z] #38 11.82   DEP      images/sk-inet.pb-c.d
23:20:43 [2022-10-04T23:20:43.791Z] #38 11.87   PBCC     images/sk-unix.pb-c.c
23:20:43 [2022-10-04T23:20:43.791Z] #38 11.88   DEP      images/sk-unix.pb-c.d
23:20:43 [2022-10-04T23:20:43.791Z] #38 11.90   PBCC     images/mm.pb-c.c
23:20:43 [2022-10-04T23:20:43.791Z] #38 11.92   DEP      images/mm.pb-c.d
23:20:43 [2022-10-04T23:20:43.791Z] #38 11.93   PBCC     images/timerfd.pb-c.c
23:20:43 [2022-10-04T23:20:43.791Z] #38 11.94   DEP      images/timerfd.pb-c.d
23:20:43 [2022-10-04T23:20:43.791Z] #38 11.96   PBCC     images/timer.pb-c.c
23:20:43 [2022-10-04T23:20:43.791Z] #38 11.97   DEP      images/timer.pb-c.d
23:20:43 [2022-10-04T23:20:43.837Z] #38 8.025   DEP      images/seccomp.pb-c.d
23:20:43 [2022-10-04T23:20:43.837Z] #38 8.083   PBCC     images/userns.pb-c.c
23:20:43 [2022-10-04T23:20:43.837Z] #38 8.102   DEP      images/userns.pb-c.d
23:20:43 [2022-10-04T23:20:43.837Z] #38 8.141   PBCC     images/cgroup.pb-c.c
23:20:43 [2022-10-04T23:20:43.837Z] #38 8.203   DEP      images/cgroup.pb-c.d
23:20:44 [2022-10-04T23:20:44.055Z] #38 12.14   PBCC     images/sa.pb-c.c
23:20:44 [2022-10-04T23:20:44.055Z] #38 ...
23:20:44 [2022-10-04T23:20:44.055Z] 
23:20:44 [2022-10-04T23:20:44.055Z] #39 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.416 + RM_GOPATH=0
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.416 + TMP_GOPATH=
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.416 + : /build
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.416 + '[' -z '' ']'
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.416 ++ mktemp -d
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.416 + export GOPATH=/tmp/tmp.UHgoIFPRnN
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.416 + GOPATH=/tmp/tmp.UHgoIFPRnN
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.416 + RM_GOPATH=1
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.416 + case "$(go env GOARCH)" in
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.416 ++ go env GOARCH
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.436 + export GO_BUILDMODE=-buildmode=pie
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.436 + GO_BUILDMODE=-buildmode=pie
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.436 ++ dirname /tmp/install/install.sh
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.438 + dir=/tmp/install
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.440 + bin=tini
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.440 + shift
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.440 + '[' '!' -f /tmp/install/tini.installer ']'
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.440 + . /tmp/install/tini.installer
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.440 ++ : v0.19.0
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.440 + install_tini
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.440 + echo 'Install tini version v0.19.0'
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.440 Install tini version v0.19.0
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.442 + git clone https://github.com/krallin/tini.git /tmp/tmp.UHgoIFPRnN/tini
23:20:44 [2022-10-04T23:20:44.055Z] #0 3.446 Cloning into '/tmp/tmp.UHgoIFPRnN/tini'...
23:20:44 [2022-10-04T23:20:44.055Z] #0 4.076 + cd /tmp/tmp.UHgoIFPRnN/tini
23:20:44 [2022-10-04T23:20:44.055Z] #0 4.078 + git checkout -q v0.19.0
23:20:44 [2022-10-04T23:20:44.055Z] #0 4.101 + cmake .
23:20:44 [2022-10-04T23:20:44.055Z] #0 4.563 -- The C compiler identification is GNU 10.2.1
23:20:44 [2022-10-04T23:20:44.055Z] #0 4.625 -- Detecting C compiler ABI info
23:20:44 [2022-10-04T23:20:44.055Z] #0 5.256 -- Detecting C compiler ABI info - done
23:20:44 [2022-10-04T23:20:44.055Z] #0 5.382 -- Check for working C compiler: /usr/bin/cc - skipped
23:20:44 [2022-10-04T23:20:44.055Z] #0 5.402 -- Detecting C compile features
23:20:44 [2022-10-04T23:20:44.055Z] #0 5.406 -- Detecting C compile features - done
23:20:44 [2022-10-04T23:20:44.055Z] #0 5.450 -- Performing Test HAS_BUILTIN_FORTIFY
23:20:44 [2022-10-04T23:20:44.055Z] #0 5.683 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
23:20:44 [2022-10-04T23:20:44.055Z] #0 5.803 -- Configuring done
23:20:44 [2022-10-04T23:20:44.055Z] #0 5.825 -- Generating done
23:20:44 [2022-10-04T23:20:44.055Z] #0 5.834 -- Build files have been written to: /tmp/tmp.UHgoIFPRnN/tini
23:20:44 [2022-10-04T23:20:44.055Z] #0 5.868 + make tini-static
23:20:44 [2022-10-04T23:20:44.055Z] #0 6.160 Scanning dependencies of target tini-static
23:20:44 [2022-10-04T23:20:44.055Z] #0 6.222 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
23:20:44 [2022-10-04T23:20:44.055Z] #0 7.399 [100%] Linking C executable tini-static
23:20:44 [2022-10-04T23:20:44.055Z] #0 8.222 [100%] Built target tini-static
23:20:44 [2022-10-04T23:20:44.055Z] #0 8.320 + mkdir -p /build
23:20:44 [2022-10-04T23:20:44.055Z] #0 8.320 + cp tini-static /build/docker-init
23:20:44 [2022-10-04T23:20:44.055Z] #39 DONE 8.8s
23:20:44 [2022-10-04T23:20:44.055Z] 
23:20:44 [2022-10-04T23:20:44.055Z] #25 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:20:44 [2022-10-04T23:20:44.055Z] #25 64.71 internal/syscall/unix
23:20:44 [2022-10-04T23:20:44.055Z] #25 65.34 time
23:20:44 [2022-10-04T23:20:44.096Z] #38 8.333   PBCC     images/ext-file.pb-c.c
23:20:44 [2022-10-04T23:20:44.096Z] #38 8.358   DEP      images/ext-file.pb-c.d
23:20:44 [2022-10-04T23:20:44.096Z] #38 8.432   PBCC     images/rpc.pb-c.c
23:20:44 [2022-10-04T23:20:44.200Z] #30 ...
23:20:44 [2022-10-04T23:20:44.200Z] 
23:20:44 [2022-10-04T23:20:44.200Z] #34 [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
23:20:44 [2022-10-04T23:20:44.200Z] #34 51.01 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 51.61 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 53.00 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 53.52 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 53.52 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 53.53 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 53.54 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 53.55 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 53.56 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 53.58 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 53.58 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 53.60 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 53.62 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 53.62 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 53.63 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 53.67 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 53.69 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 53.69 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 53.71 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB]
23:20:44 [2022-10-04T23:20:44.200Z] #34 54.84 debconf: delaying package configuration, since apt-utils is not installed
23:20:44 [2022-10-04T23:20:44.200Z] #34 55.10 Fetched 115 MB in 8s (15.3 MB/s)
23:20:44 [2022-10-04T23:20:44.200Z] #34 55.20 Selecting previously unselected package binutils-mingw-w64-i686.
23:20:44 [2022-10-04T23:20:44.200Z] #34 55.21 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15718 files and directories currently installed.)
23:20:44 [2022-10-04T23:20:44.200Z] #34 55.30 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
23:20:44 [2022-10-04T23:20:44.200Z] #34 55.30 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
23:20:44 [2022-10-04T23:20:44.200Z] #34 57.66 Selecting previously unselected package binutils-mingw-w64-x86-64.
23:20:44 [2022-10-04T23:20:44.200Z] #34 57.67 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
23:20:44 [2022-10-04T23:20:44.201Z] #34 57.67 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
23:20:44 [2022-10-04T23:20:44.201Z] #34 60.38 Selecting previously unselected package binutils-mingw-w64.
23:20:44 [2022-10-04T23:20:44.201Z] #34 60.41 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
23:20:44 [2022-10-04T23:20:44.201Z] #34 60.44 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
23:20:44 [2022-10-04T23:20:44.201Z] #34 60.60 Selecting previously unselected package libdevmapper1.02.1:amd64.
23:20:44 [2022-10-04T23:20:44.201Z] #34 60.63 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
23:20:44 [2022-10-04T23:20:44.201Z] #34 60.64 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
23:20:44 [2022-10-04T23:20:44.201Z] #34 60.81 Selecting previously unselected package dmsetup.
23:20:44 [2022-10-04T23:20:44.201Z] #34 60.84 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
23:20:44 [2022-10-04T23:20:44.201Z] #34 60.84 Unpacking dmsetup (2:1.02.175-2.1) ...
23:20:44 [2022-10-04T23:20:44.201Z] #34 61.09 Selecting previously unselected package mingw-w64-common.
23:20:44 [2022-10-04T23:20:44.201Z] #34 61.11 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
23:20:44 [2022-10-04T23:20:44.201Z] #34 61.11 Unpacking mingw-w64-common (8.0.0-1) ...
23:20:44 [2022-10-04T23:20:44.201Z] #34 ...
23:20:44 [2022-10-04T23:20:44.201Z] 
23:20:44 [2022-10-04T23:20:44.201Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.24 go: downloading github.com/moricho/tparallel v0.2.1
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.28 go: downloading github.com/nakabonne/nestif v0.3.1
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.31 go: downloading github.com/nishanths/exhaustive v0.7.11
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.38 go: downloading github.com/nishanths/predeclared v0.2.1
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.42 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.47 go: downloading github.com/ryancurrah/gomodguard v1.2.3
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.50 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.51 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.60 go: downloading github.com/securego/gosec/v2 v2.9.6
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.78 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.79 go: downloading github.com/sivchari/containedctx v1.0.1
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.81 go: downloading github.com/sivchari/tenv v1.4.7
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.82 go: downloading github.com/sonatard/noctx v0.0.1
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.83 go: downloading github.com/sourcegraph/go-diff v0.6.1
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.89 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.91 go: downloading github.com/sylvia7788/contextcheck v1.0.4
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.97 go: downloading github.com/tdakkota/asciicheck v0.1.1
23:20:44 [2022-10-04T23:20:44.201Z] #32 58.98 go: downloading github.com/tetafro/godot v1.4.11
23:20:44 [2022-10-04T23:20:44.201Z] #32 59.01 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
23:20:44 [2022-10-04T23:20:44.201Z] #32 59.02 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0
23:20:44 [2022-10-04T23:20:44.201Z] #32 59.07 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
23:20:44 [2022-10-04T23:20:44.201Z] #32 59.27 go: downloading github.com/ultraware/funlen v0.0.3
23:20:44 [2022-10-04T23:20:44.201Z] #32 59.29 go: downloading github.com/ultraware/whitespace v0.0.4
23:20:44 [2022-10-04T23:20:44.201Z] #32 59.31 go: downloading github.com/uudashr/gocognit v1.0.5
23:20:44 [2022-10-04T23:20:44.201Z] #32 59.32 go: downloading github.com/yagipy/maintidx v1.0.0
23:20:44 [2022-10-04T23:20:44.201Z] #32 59.36 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
23:20:44 [2022-10-04T23:20:44.201Z] #32 59.75 go: downloading gitlab.com/bosi/decorder v0.2.1
23:20:44 [2022-10-04T23:20:44.201Z] #32 60.07 go: downloading honnef.co/go/tools v0.2.2
23:20:44 [2022-10-04T23:20:44.201Z] #32 61.26 go: downloading mvdan.cc/gofumpt v0.2.1
23:20:44 [2022-10-04T23:20:44.201Z] #32 61.26 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
23:20:44 [2022-10-04T23:20:44.356Z] #38 8.532   DEP      images/rpc.pb-c.d
23:20:44 [2022-10-04T23:20:44.356Z] #38 8.616   PBCC     images/siginfo.pb-c.c
23:20:44 [2022-10-04T23:20:44.356Z] #38 8.651   DEP      images/siginfo.pb-c.d
23:20:44 [2022-10-04T23:20:44.461Z] #32 61.40 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
23:20:44 [2022-10-04T23:20:44.461Z] #32 61.52 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
23:20:44 [2022-10-04T23:20:44.615Z] #38 8.737   PBCC     images/pagemap.pb-c.c
23:20:44 [2022-10-04T23:20:44.615Z] #38 8.796   DEP      images/pagemap.pb-c.d
23:20:44 [2022-10-04T23:20:44.615Z] #38 8.872   PBCC     images/rlimit.pb-c.c
23:20:44 [2022-10-04T23:20:44.615Z] #38 8.906   DEP      images/rlimit.pb-c.d
23:20:44 [2022-10-04T23:20:44.615Z] #38 8.971   PBCC     images/file-lock.pb-c.c
23:20:44 [2022-10-04T23:20:44.615Z] #38 8.978   DEP      images/file-lock.pb-c.d
23:20:44 [2022-10-04T23:20:44.615Z] #38 9.013   PBCC     images/tty.pb-c.c
23:20:44 [2022-10-04T23:20:44.615Z] #38 9.072   DEP      images/tty.pb-c.d
23:20:44 [2022-10-04T23:20:44.721Z] #32 61.55 go: downloading github.com/hashicorp/hcl v1.0.0
23:20:44 [2022-10-04T23:20:44.721Z] #32 61.75 go: downloading github.com/pelletier/go-toml v1.9.4
23:20:44 [2022-10-04T23:20:44.721Z] #32 61.75 go: downloading gopkg.in/yaml.v2 v2.4.0
23:20:44 [2022-10-04T23:20:44.944Z] #38 9.149   PBCC     images/tun.pb-c.c
23:20:44 [2022-10-04T23:20:44.944Z] #38 9.219   PBCC     images/netdev.pb-c.c
23:20:44 [2022-10-04T23:20:44.944Z] #38 9.327   DEP      images/tun.pb-c.d
23:20:44 [2022-10-04T23:20:44.981Z] #32 61.95 go: downloading golang.org/x/text v0.3.7
23:20:44 [2022-10-04T23:20:44.996Z] #25 ...
23:20:44 [2022-10-04T23:20:44.996Z] 
23:20:44 [2022-10-04T23:20:44.996Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:44 [2022-10-04T23:20:44.996Z] #38 12.25   DEP      images/sa.pb-c.d
23:20:44 [2022-10-04T23:20:44.996Z] #38 12.31   PBCC     images/pipe-data.pb-c.c
23:20:44 [2022-10-04T23:20:44.996Z] #38 12.33   DEP      images/pipe-data.pb-c.d
23:20:44 [2022-10-04T23:20:44.996Z] #38 12.46   PBCC     images/mnt.pb-c.c
23:20:44 [2022-10-04T23:20:44.996Z] #38 12.51   DEP      images/mnt.pb-c.d
23:20:44 [2022-10-04T23:20:44.996Z] #38 12.57   PBCC     images/sk-packet.pb-c.c
23:20:44 [2022-10-04T23:20:44.996Z] #38 12.60   DEP      images/sk-packet.pb-c.d
23:20:44 [2022-10-04T23:20:44.996Z] #38 12.65   PBCC     images/tcp-stream.pb-c.c
23:20:44 [2022-10-04T23:20:44.996Z] #38 12.69   DEP      images/tcp-stream.pb-c.d
23:20:44 [2022-10-04T23:20:44.996Z] #38 12.77   PBCC     images/pipe.pb-c.c
23:20:44 [2022-10-04T23:20:44.996Z] #38 12.80   DEP      images/pipe.pb-c.d
23:20:44 [2022-10-04T23:20:44.996Z] #38 12.85   PBCC     images/pstree.pb-c.c
23:20:44 [2022-10-04T23:20:44.996Z] #38 12.92   DEP      images/pstree.pb-c.d
23:20:44 [2022-10-04T23:20:44.996Z] #38 12.96   PBCC     images/fs.pb-c.c
23:20:44 [2022-10-04T23:20:44.996Z] #38 12.99   DEP      images/fs.pb-c.d
23:20:44 [2022-10-04T23:20:44.996Z] #38 13.05   PBCC     images/signalfd.pb-c.c
23:20:44 [2022-10-04T23:20:44.996Z] #38 13.11   DEP      images/signalfd.pb-c.d
23:20:44 [2022-10-04T23:20:44.996Z] #38 13.18   PBCC     images/fh.pb-c.c
23:20:45 [2022-10-04T23:20:45.203Z] #38 9.430   DEP      images/netdev.pb-c.d
23:20:45 [2022-10-04T23:20:45.261Z] #38 13.23   PBCC     images/fsnotify.pb-c.c
23:20:45 [2022-10-04T23:20:45.261Z] #38 13.28   DEP      images/fh.pb-c.d
23:20:45 [2022-10-04T23:20:45.261Z] #38 13.37   DEP      images/fsnotify.pb-c.d
23:20:45 [2022-10-04T23:20:45.261Z] #38 13.42   PBCC     images/eventpoll.pb-c.c
23:20:45 [2022-10-04T23:20:45.462Z] #38 9.540   PBCC     images/vma.pb-c.c
23:20:45 [2022-10-04T23:20:45.462Z] #38 9.608   DEP      images/vma.pb-c.d
23:20:45 [2022-10-04T23:20:45.462Z] #38 9.670   PBCC     images/creds.pb-c.c
23:20:45 [2022-10-04T23:20:45.462Z] #38 9.702   DEP      images/creds.pb-c.d
23:20:45 [2022-10-04T23:20:45.462Z] #38 9.780   PBCC     images/utsns.pb-c.c
23:20:45 [2022-10-04T23:20:45.521Z] #38 13.45   DEP      images/eventpoll.pb-c.d
23:20:45 [2022-10-04T23:20:45.521Z] #38 13.50   PBCC     images/eventfd.pb-c.c
23:20:45 [2022-10-04T23:20:45.521Z] #38 13.53   DEP      images/eventfd.pb-c.d
23:20:45 [2022-10-04T23:20:45.521Z] #38 13.59   PBCC     images/remap-file-path.pb-c.c
23:20:45 [2022-10-04T23:20:45.521Z] #38 13.61   DEP      images/remap-file-path.pb-c.d
23:20:45 [2022-10-04T23:20:45.521Z] #38 13.67   PBCC     images/fifo.pb-c.c
23:20:45 [2022-10-04T23:20:45.720Z] #38 ...
23:20:45 [2022-10-04T23:20:45.720Z] 
23:20:45 [2022-10-04T23:20:45.720Z] #39 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
23:20:45 [2022-10-04T23:20:45.720Z] #0 0.962 + RM_GOPATH=0
23:20:45 [2022-10-04T23:20:45.720Z] #0 0.962 + TMP_GOPATH=
23:20:45 [2022-10-04T23:20:45.720Z] #0 0.962 + : /build
23:20:45 [2022-10-04T23:20:45.720Z] #0 0.962 + '[' -z '' ']'
23:20:45 [2022-10-04T23:20:45.720Z] #0 0.962 ++ mktemp -d
23:20:45 [2022-10-04T23:20:45.720Z] #0 0.964 + export GOPATH=/tmp/tmp.xtzwDAL20W
23:20:45 [2022-10-04T23:20:45.720Z] #0 0.965 + GOPATH=/tmp/tmp.xtzwDAL20W
23:20:45 [2022-10-04T23:20:45.720Z] #0 0.965 + RM_GOPATH=1
23:20:45 [2022-10-04T23:20:45.720Z] #0 0.966 + case "$(go env GOARCH)" in
23:20:45 [2022-10-04T23:20:45.720Z] #0 0.967 ++ go env GOARCH
23:20:45 [2022-10-04T23:20:45.720Z] #0 1.003 + export GO_BUILDMODE=-buildmode=pie
23:20:45 [2022-10-04T23:20:45.720Z] #0 1.003 + GO_BUILDMODE=-buildmode=pie
23:20:45 [2022-10-04T23:20:45.720Z] #0 1.003 ++ dirname /tmp/install/install.sh
23:20:45 [2022-10-04T23:20:45.720Z] #0 1.004 + dir=/tmp/install
23:20:45 [2022-10-04T23:20:45.720Z] #0 1.004 + bin=tini
23:20:45 [2022-10-04T23:20:45.720Z] #0 1.004 + shift
23:20:45 [2022-10-04T23:20:45.720Z] #0 1.004 + '[' '!' -f /tmp/install/tini.installer ']'
23:20:45 [2022-10-04T23:20:45.720Z] #0 1.004 + . /tmp/install/tini.installer
23:20:45 [2022-10-04T23:20:45.720Z] #0 1.004 ++ : v0.19.0
23:20:45 [2022-10-04T23:20:45.720Z] #0 1.004 + install_tini
23:20:45 [2022-10-04T23:20:45.720Z] #0 1.004 + echo 'Install tini version v0.19.0'
23:20:45 [2022-10-04T23:20:45.720Z] #0 1.004 + git clone https://github.com/krallin/tini.git /tmp/tmp.xtzwDAL20W/tini
23:20:45 [2022-10-04T23:20:45.720Z] #0 1.004 Install tini version v0.19.0
23:20:45 [2022-10-04T23:20:45.720Z] #0 1.020 Cloning into '/tmp/tmp.xtzwDAL20W/tini'...
23:20:45 [2022-10-04T23:20:45.720Z] #0 1.873 + cd /tmp/tmp.xtzwDAL20W/tini
23:20:45 [2022-10-04T23:20:45.720Z] #0 1.873 + git checkout -q v0.19.0
23:20:45 [2022-10-04T23:20:45.720Z] #0 1.887 + cmake .
23:20:45 [2022-10-04T23:20:45.720Z] #0 2.374 -- The C compiler identification is GNU 10.2.1
23:20:45 [2022-10-04T23:20:45.720Z] #0 2.500 -- Detecting C compiler ABI info
23:20:45 [2022-10-04T23:20:45.720Z] #0 3.204 -- Detecting C compiler ABI info - done
23:20:45 [2022-10-04T23:20:45.720Z] #0 3.348 -- Check for working C compiler: /usr/bin/cc - skipped
23:20:45 [2022-10-04T23:20:45.720Z] #0 3.348 -- Detecting C compile features
23:20:45 [2022-10-04T23:20:45.720Z] #0 3.352 -- Detecting C compile features - done
23:20:45 [2022-10-04T23:20:45.720Z] #0 3.393 -- Performing Test HAS_BUILTIN_FORTIFY
23:20:45 [2022-10-04T23:20:45.720Z] #0 3.578 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
23:20:45 [2022-10-04T23:20:45.720Z] #0 3.669 -- Configuring done
23:20:45 [2022-10-04T23:20:45.720Z] #0 3.685 -- Generating done
23:20:45 [2022-10-04T23:20:45.720Z] #0 3.709 -- Build files have been written to: /tmp/tmp.xtzwDAL20W/tini
23:20:45 [2022-10-04T23:20:45.720Z] #0 3.716 + make tini-static
23:20:45 [2022-10-04T23:20:45.720Z] #0 4.069 Scanning dependencies of target tini-static
23:20:45 [2022-10-04T23:20:45.720Z] #0 4.215 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
23:20:45 [2022-10-04T23:20:45.720Z] #0 5.648 [100%] Linking C executable tini-static
23:20:45 [2022-10-04T23:20:45.720Z] #0 6.218 [100%] Built target tini-static
23:20:45 [2022-10-04T23:20:45.720Z] #0 6.295 + mkdir -p /build
23:20:45 [2022-10-04T23:20:45.720Z] #0 6.298 + cp tini-static /build/docker-init
23:20:45 [2022-10-04T23:20:45.720Z] #39 DONE 7.4s
23:20:45 [2022-10-04T23:20:45.720Z] 
23:20:45 [2022-10-04T23:20:45.720Z] #25 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
23:20:45 [2022-10-04T23:20:45.720Z] #25 DONE 72.3s
23:20:45 [2022-10-04T23:20:45.720Z] 
23:20:45 [2022-10-04T23:20:45.720Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:45 [2022-10-04T23:20:45.720Z] #38 9.852   DEP      images/utsns.pb-c.d
23:20:45 [2022-10-04T23:20:45.720Z] #38 9.966   PBCC     images/ipc-desc.pb-c.c
23:20:45 [2022-10-04T23:20:45.720Z] #38 10.06   PBCC     images/ipc-sem.pb-c.c
23:20:45 [2022-10-04T23:20:45.781Z] #38 13.70   DEP      images/fifo.pb-c.d
23:20:45 [2022-10-04T23:20:45.781Z] #38 13.75   PBCC     images/ghost-file.pb-c.c
23:20:45 [2022-10-04T23:20:45.781Z] #38 13.80   DEP      images/ghost-file.pb-c.d
23:20:45 [2022-10-04T23:20:45.781Z] #38 13.88   PBCC     images/regfile.pb-c.c
23:20:45 [2022-10-04T23:20:45.781Z] #38 13.92   DEP      images/regfile.pb-c.d
23:20:45 [2022-10-04T23:20:45.983Z] #38 10.10   DEP      images/ipc-desc.pb-c.d
23:20:45 [2022-10-04T23:20:45.983Z] #38 10.21   DEP      images/ipc-sem.pb-c.d
23:20:46 [2022-10-04T23:20:46.017Z] #32 ...
23:20:46 [2022-10-04T23:20:46.017Z] 
23:20:46 [2022-10-04T23:20:46.017Z] #26 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:20:46 [2022-10-04T23:20:46.017Z] #26 57.44 internal/syscall/unix
23:20:46 [2022-10-04T23:20:46.017Z] #26 58.22 time
23:20:46 [2022-10-04T23:20:46.017Z] #26 62.87 internal/fmtsort
23:20:46 [2022-10-04T23:20:46.017Z] #26 63.20 internal/poll
23:20:46 [2022-10-04T23:20:46.017Z] #26 63.34 internal/syscall/execenv
23:20:46 [2022-10-04T23:20:46.017Z] #26 63.57 path
23:20:46 [2022-10-04T23:20:46.017Z] #26 64.12 io/fs
23:20:46 [2022-10-04T23:20:46.017Z] #26 65.24 strings
23:20:46 [2022-10-04T23:20:46.017Z] #26 65.79 os
23:20:46 [2022-10-04T23:20:46.017Z] #26 ...
23:20:46 [2022-10-04T23:20:46.017Z] 
23:20:46 [2022-10-04T23:20:46.017Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:46 [2022-10-04T23:20:46.017Z] #38 15.62 make[1]: Nothing to be done for 'all'.
23:20:46 [2022-10-04T23:20:46.017Z] #38 17.06   CC       images/stats.o
23:20:46 [2022-10-04T23:20:46.017Z] #38 17.42   CC       images/core.o
23:20:46 [2022-10-04T23:20:46.017Z] #38 18.15   CC       images/core-x86.o
23:20:46 [2022-10-04T23:20:46.017Z] #38 18.70   CC       images/core-arm.o
23:20:46 [2022-10-04T23:20:46.079Z] #38 14.03   PBCC     images/ns.pb-c.c
23:20:46 [2022-10-04T23:20:46.079Z] #38 14.06   DEP      images/ns.pb-c.d
23:20:46 [2022-10-04T23:20:46.079Z] #38 14.10   PBCC     images/fdinfo.pb-c.c
23:20:46 [2022-10-04T23:20:46.079Z] #38 14.19   DEP      images/fdinfo.pb-c.d
23:20:46 [2022-10-04T23:20:46.079Z] #38 14.28   PBCC     images/core-aarch64.pb-c.c
23:20:46 [2022-10-04T23:20:46.244Z] #38 10.40   PBCC     images/ipc-msg.pb-c.c
23:20:46 [2022-10-04T23:20:46.244Z] #38 10.46   DEP      images/ipc-msg.pb-c.d
23:20:46 [2022-10-04T23:20:46.244Z] #38 10.59   PBCC     images/ipc-shm.pb-c.c
23:20:46 [2022-10-04T23:20:46.273Z] #38 19.05   CC       images/core-aarch64.o
23:20:46 [2022-10-04T23:20:46.365Z] #38 14.39   PBCC     images/core-arm.pb-c.c
23:20:46 [2022-10-04T23:20:46.365Z] #38 14.45   PBCC     images/core-ppc64.pb-c.c
23:20:46 [2022-10-04T23:20:46.365Z] #38 14.52   PBCC     images/core-s390.pb-c.c
23:20:46 [2022-10-04T23:20:46.503Z] #38 10.60   DEP      images/ipc-shm.pb-c.d
23:20:46 [2022-10-04T23:20:46.503Z] #38 10.70   PBCC     images/ipc-var.pb-c.c
23:20:46 [2022-10-04T23:20:46.503Z] #38 10.72   DEP      images/ipc-var.pb-c.d
23:20:46 [2022-10-04T23:20:46.528Z] #38 19.38   CC       images/core-ppc64.o
23:20:46 [2022-10-04T23:20:46.628Z] #38 14.58   PBCC     images/core-x86.pb-c.c
23:20:46 [2022-10-04T23:20:46.628Z] #38 14.68   PBCC     images/core.pb-c.c
23:20:46 [2022-10-04T23:20:46.628Z] #38 14.73   PBCC     images/inventory.pb-c.c
23:20:46 [2022-10-04T23:20:46.628Z] #38 14.80   DEP      images/core-aarch64.pb-c.d
23:20:46 [2022-10-04T23:20:46.762Z] #38 10.88   PBCC     images/sk-opts.pb-c.c
23:20:46 [2022-10-04T23:20:46.762Z] #38 10.94   PBCC     images/packet-sock.pb-c.c
23:20:46 [2022-10-04T23:20:46.762Z] #38 11.11   DEP      images/sk-opts.pb-c.d
23:20:46 [2022-10-04T23:20:46.888Z] #38 14.86   DEP      images/core-arm.pb-c.d
23:20:46 [2022-10-04T23:20:46.888Z] #38 14.97   DEP      images/core-ppc64.pb-c.d
23:20:46 [2022-10-04T23:20:46.888Z] #38 14.99   DEP      images/core-s390.pb-c.d
23:20:46 [2022-10-04T23:20:46.888Z] #38 15.02   DEP      images/core-x86.pb-c.d
23:20:46 [2022-10-04T23:20:46.888Z] #38 15.08   DEP      images/core.pb-c.d
23:20:46 [2022-10-04T23:20:46.896Z] #32 ...
23:20:46 [2022-10-04T23:20:46.896Z] 
23:20:46 [2022-10-04T23:20:46.896Z] #35 [tini 1/2] 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
23:20:46 [2022-10-04T23:20:46.896Z] #35 53.69 Selecting previously unselected package libicu67:amd64.
23:20:46 [2022-10-04T23:20:46.896Z] #35 53.70 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
23:20:46 [2022-10-04T23:20:46.896Z] #35 53.72 Unpacking libicu67:amd64 (67.1-7) ...
23:20:46 [2022-10-04T23:20:46.896Z] #35 59.96 Selecting previously unselected package libxml2:amd64.
23:20:46 [2022-10-04T23:20:46.896Z] #35 59.97 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
23:20:46 [2022-10-04T23:20:46.896Z] #35 59.97 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
23:20:46 [2022-10-04T23:20:46.896Z] #35 60.50 Selecting previously unselected package libarchive13:amd64.
23:20:46 [2022-10-04T23:20:46.896Z] #35 60.50 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
23:20:46 [2022-10-04T23:20:46.896Z] #35 60.52 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
23:20:46 [2022-10-04T23:20:46.896Z] #35 60.85 Selecting previously unselected package libjsoncpp24:amd64.
23:20:46 [2022-10-04T23:20:46.896Z] #35 60.85 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
23:20:46 [2022-10-04T23:20:46.896Z] #35 60.87 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
23:20:46 [2022-10-04T23:20:46.896Z] #35 61.08 Selecting previously unselected package librhash0:amd64.
23:20:46 [2022-10-04T23:20:46.896Z] #35 61.09 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
23:20:46 [2022-10-04T23:20:46.896Z] #35 61.09 Unpacking librhash0:amd64 (1.4.1-2) ...
23:20:46 [2022-10-04T23:20:46.896Z] #35 61.26 Selecting previously unselected package libuv1:amd64.
23:20:46 [2022-10-04T23:20:46.896Z] #35 61.26 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
23:20:46 [2022-10-04T23:20:46.896Z] #35 61.26 Unpacking libuv1:amd64 (1.40.0-2) ...
23:20:46 [2022-10-04T23:20:46.896Z] #35 61.44 Selecting previously unselected package cmake.
23:20:46 [2022-10-04T23:20:46.896Z] #35 61.44 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
23:20:46 [2022-10-04T23:20:46.896Z] #35 61.45 Unpacking cmake (3.18.4-2+deb11u1) ...
23:20:46 [2022-10-04T23:20:46.896Z] #35 ...
23:20:46 [2022-10-04T23:20:46.896Z] 
23:20:46 [2022-10-04T23:20:46.896Z] #24 [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
23:20:46 [2022-10-04T23:20:46.896Z] #24 53.55 Updating files:  92% (1403/1521)
Updating files:  93% (1415/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
23:20:46 [2022-10-04T23:20:46.896Z] #24 53.78 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
23:20:46 [2022-10-04T23:20:46.896Z] #24 54.58 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
23:20:46 [2022-10-04T23:20:46.896Z] #24 ...
23:20:46 [2022-10-04T23:20:46.896Z] 
23:20:46 [2022-10-04T23:20:46.896Z] #30 [criu 1/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         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python3-protobuf
23:20:46 [2022-10-04T23:20:46.896Z] #30 63.76 Setting up libcap-dev:amd64 (1:2.44-1) ...
23:20:46 [2022-10-04T23:20:46.896Z] #30 63.78 Setting up protobuf-compiler (3.12.4-1) ...
23:20:46 [2022-10-04T23:20:46.896Z] #30 63.80 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
23:20:46 [2022-10-04T23:20:46.896Z] #30 63.82 Setting up libprotobuf-dev:amd64 (3.12.4-1) ...
23:20:46 [2022-10-04T23:20:46.896Z] #30 63.83 Setting up protobuf-c-compiler (1.3.3-1+b2) ...
23:20:46 [2022-10-04T23:20:46.896Z] #30 63.85 Setting up libnl-3-dev:amd64 (3.4.0-1+b1) ...
23:20:46 [2022-10-04T23:20:46.896Z] #30 63.87 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:20:47 [2022-10-04T23:20:47.020Z] #38 11.34   DEP      images/packet-sock.pb-c.d
23:20:47 [2022-10-04T23:20:47.020Z] #38 11.36   PBCC     images/sk-netlink.pb-c.c
23:20:47 [2022-10-04T23:20:47.089Z] #38 19.88   CC       images/core-s390.o
23:20:47 [2022-10-04T23:20:47.150Z] #38 15.24   DEP      images/inventory.pb-c.d
23:20:47 [2022-10-04T23:20:47.150Z] #38 15.26   PBCC     images/cpuinfo.pb-c.c
23:20:47 [2022-10-04T23:20:47.150Z] #38 15.27   DEP      images/cpuinfo.pb-c.d
23:20:47 [2022-10-04T23:20:47.150Z] #38 15.29   PBCC     images/stats.pb-c.c
23:20:47 [2022-10-04T23:20:47.278Z] #38 11.47   DEP      images/sk-netlink.pb-c.d
23:20:47 [2022-10-04T23:20:47.278Z] #38 11.57   PBCC     images/sk-inet.pb-c.c
23:20:47 [2022-10-04T23:20:47.278Z] #38 11.66   DEP      images/sk-inet.pb-c.d
23:20:47 [2022-10-04T23:20:47.409Z] #38 15.30   DEP      images/stats.pb-c.d
23:20:47 [2022-10-04T23:20:47.537Z] #38 11.84   PBCC     images/sk-unix.pb-c.c
23:20:47 [2022-10-04T23:20:47.650Z] #38 20.48   CC       images/cpuinfo.o
23:20:47 [2022-10-04T23:20:47.803Z] #38 12.01   DEP      images/sk-unix.pb-c.d
23:20:47 [2022-10-04T23:20:47.905Z] #38 20.90   CC       images/inventory.o
23:20:48 [2022-10-04T23:20:48.061Z] #38 12.20   PBCC     images/mm.pb-c.c
23:20:48 [2022-10-04T23:20:48.061Z] #38 12.29   DEP      images/mm.pb-c.d
23:20:48 [2022-10-04T23:20:48.061Z] #38 12.37   PBCC     images/timerfd.pb-c.c
23:20:48 [2022-10-04T23:20:48.061Z] #38 12.40   DEP      images/timerfd.pb-c.d
23:20:48 [2022-10-04T23:20:48.161Z] #38 21.10   CC       images/fdinfo.o
23:20:48 [2022-10-04T23:20:48.278Z] #30 DONE 65.2s
23:20:48 [2022-10-04T23:20:48.278Z] 
23:20:48 [2022-10-04T23:20:48.278Z] #28 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:20:48 [2022-10-04T23:20:48.278Z] #28 61.79 sync
23:20:48 [2022-10-04T23:20:48.278Z] #28 61.80 internal/reflectlite
23:20:48 [2022-10-04T23:20:48.278Z] #28 63.37 internal/testlog
23:20:48 [2022-10-04T23:20:48.278Z] #28 64.79 sort
23:20:48 [2022-10-04T23:20:48.278Z] #28 64.80 errors
23:20:48 [2022-10-04T23:20:48.278Z] #28 65.14 strconv
23:20:48 [2022-10-04T23:20:48.320Z] #38 12.45   PBCC     images/timer.pb-c.c
23:20:48 [2022-10-04T23:20:48.320Z] #38 12.48   DEP      images/timer.pb-c.d
23:20:48 [2022-10-04T23:20:48.320Z] #38 12.56   PBCC     images/sa.pb-c.c
23:20:48 [2022-10-04T23:20:48.320Z] #38 12.60   DEP      images/sa.pb-c.d
23:20:48 [2022-10-04T23:20:48.320Z] #38 12.65   PBCC     images/pipe-data.pb-c.c
23:20:48 [2022-10-04T23:20:48.347Z] #38 ...
23:20:48 [2022-10-04T23:20:48.347Z] 
23:20:48 [2022-10-04T23:20:48.347Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:48 [2022-10-04T23:20:48.347Z] #32 63.20 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
23:20:48 [2022-10-04T23:20:48.347Z] #32 ...
23:20:48 [2022-10-04T23:20:48.347Z] 
23:20:48 [2022-10-04T23:20:48.347Z] #31 [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
23:20:48 [2022-10-04T23:20:48.347Z] #31 71.31 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
23:20:48 [2022-10-04T23:20:48.347Z] #31 71.32 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
23:20:48 [2022-10-04T23:20:48.347Z] #31 71.33 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:20:48 [2022-10-04T23:20:48.578Z] #38 12.67   DEP      images/pipe-data.pb-c.d
23:20:48 [2022-10-04T23:20:48.578Z] #38 12.73   PBCC     images/mnt.pb-c.c
23:20:48 [2022-10-04T23:20:48.578Z] #38 12.79   DEP      images/mnt.pb-c.d
23:20:48 [2022-10-04T23:20:48.578Z] #38 12.84   PBCC     images/sk-packet.pb-c.c
23:20:48 [2022-10-04T23:20:48.578Z] #38 12.87   DEP      images/sk-packet.pb-c.d
23:20:48 [2022-10-04T23:20:48.722Z] #38 21.41   CC       images/fown.o
23:20:48 [2022-10-04T23:20:48.722Z] #38 21.65   CC       images/ns.o
23:20:48 [2022-10-04T23:20:48.837Z] #38 12.94   PBCC     images/tcp-stream.pb-c.c
23:20:48 [2022-10-04T23:20:48.837Z] #38 13.00   DEP      images/tcp-stream.pb-c.d
23:20:48 [2022-10-04T23:20:48.837Z] #38 13.11   PBCC     images/pipe.pb-c.c
23:20:48 [2022-10-04T23:20:48.837Z] #38 13.12   DEP      images/pipe.pb-c.d
23:20:48 [2022-10-04T23:20:48.837Z] #38 13.17   PBCC     images/pstree.pb-c.c
23:20:48 [2022-10-04T23:20:48.837Z] #38 13.18   DEP      images/pstree.pb-c.d
23:20:48 [2022-10-04T23:20:48.978Z] #38 21.89   CC       images/regfile.o
23:20:49 [2022-10-04T23:20:49.095Z] #38 13.26   PBCC     images/fs.pb-c.c
23:20:49 [2022-10-04T23:20:49.095Z] #38 13.28   DEP      images/fs.pb-c.d
23:20:49 [2022-10-04T23:20:49.095Z] #38 13.36   PBCC     images/signalfd.pb-c.c
23:20:49 [2022-10-04T23:20:49.095Z] #38 13.40   DEP      images/signalfd.pb-c.d
23:20:49 [2022-10-04T23:20:49.095Z] #38 13.46   PBCC     images/fh.pb-c.c
23:20:49 [2022-10-04T23:20:49.234Z] #38 22.06   CC       images/ghost-file.o
23:20:49 [2022-10-04T23:20:49.353Z] #38 13.49   PBCC     images/fsnotify.pb-c.c
23:20:49 [2022-10-04T23:20:49.353Z] #38 13.56   DEP      images/fh.pb-c.d
23:20:49 [2022-10-04T23:20:49.353Z] #38 13.63   DEP      images/fsnotify.pb-c.d
23:20:49 [2022-10-04T23:20:49.353Z] #38 13.68   PBCC     images/eventpoll.pb-c.c
23:20:49 [2022-10-04T23:20:49.353Z] #38 13.71   DEP      images/eventpoll.pb-c.d
23:20:49 [2022-10-04T23:20:49.353Z] #38 ...
23:20:49 [2022-10-04T23:20:49.353Z] 
23:20:49 [2022-10-04T23:20:49.353Z] #27 [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
23:20:49 [2022-10-04T23:20:49.353Z] #27 66.10 Selecting previously unselected package mingw-w64-x86-64-dev.
23:20:49 [2022-10-04T23:20:49.353Z] #27 66.11 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
23:20:49 [2022-10-04T23:20:49.353Z] #27 66.12 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
23:20:49 [2022-10-04T23:20:49.353Z] #27 71.67 Selecting previously unselected package gcc-mingw-w64-base.
23:20:49 [2022-10-04T23:20:49.353Z] #27 71.67 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
23:20:49 [2022-10-04T23:20:49.353Z] #27 71.68 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
23:20:49 [2022-10-04T23:20:49.353Z] #27 71.99 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
23:20:49 [2022-10-04T23:20:49.353Z] #27 71.99 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
23:20:49 [2022-10-04T23:20:49.353Z] #27 72.00 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
23:20:49 [2022-10-04T23:20:49.490Z] #38 22.35   CC       images/fifo.o
23:20:49 [2022-10-04T23:20:49.611Z] #27 ...
23:20:49 [2022-10-04T23:20:49.611Z] 
23:20:49 [2022-10-04T23:20:49.611Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:49 [2022-10-04T23:20:49.611Z] #38 13.75   PBCC     images/eventfd.pb-c.c
23:20:49 [2022-10-04T23:20:49.611Z] #38 13.77   DEP      images/eventfd.pb-c.d
23:20:49 [2022-10-04T23:20:49.611Z] #38 13.80   PBCC     images/remap-file-path.pb-c.c
23:20:49 [2022-10-04T23:20:49.611Z] #38 13.83   DEP      images/remap-file-path.pb-c.d
23:20:49 [2022-10-04T23:20:49.611Z] #38 13.86   PBCC     images/fifo.pb-c.c
23:20:49 [2022-10-04T23:20:49.611Z] #38 13.88   DEP      images/fifo.pb-c.d
23:20:49 [2022-10-04T23:20:49.611Z] #38 13.93   PBCC     images/ghost-file.pb-c.c
23:20:49 [2022-10-04T23:20:49.663Z] #28 ...
23:20:49 [2022-10-04T23:20:49.663Z] 
23:20:49 [2022-10-04T23:20:49.663Z] #35 [tini 1/2] 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
23:20:49 [2022-10-04T23:20:49.663Z] #35 65.67 Setting up libicu67:amd64 (67.1-7) ...
23:20:49 [2022-10-04T23:20:49.663Z] #35 65.71 Setting up xxd (2:8.2.2434-3+deb11u1) ...
23:20:49 [2022-10-04T23:20:49.663Z] #35 65.74 Setting up libuv1:amd64 (1.40.0-2) ...
23:20:49 [2022-10-04T23:20:49.663Z] #35 65.76 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
23:20:49 [2022-10-04T23:20:49.663Z] #35 65.81 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
23:20:49 [2022-10-04T23:20:49.663Z] #35 65.84 Setting up librhash0:amd64 (1.4.1-2) ...
23:20:49 [2022-10-04T23:20:49.663Z] #35 65.87 Setting up cmake-data (3.18.4-2+deb11u1) ...
23:20:49 [2022-10-04T23:20:49.663Z] #35 65.89 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
23:20:49 [2022-10-04T23:20:49.663Z] #35 65.90 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
23:20:49 [2022-10-04T23:20:49.663Z] #35 65.92 Setting up cmake (3.18.4-2+deb11u1) ...
23:20:49 [2022-10-04T23:20:49.663Z] #35 65.93 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:20:49 [2022-10-04T23:20:49.663Z] #35 DONE 66.4s
23:20:49 [2022-10-04T23:20:49.663Z] 
23:20:49 [2022-10-04T23:20:49.663Z] #28 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:20:49 [2022-10-04T23:20:49.663Z] #28 66.45 io
23:20:49 [2022-10-04T23:20:49.746Z] #38 22.51   CC       images/remap-file-path.o
23:20:49 [2022-10-04T23:20:49.869Z] #38 14.01   DEP      images/ghost-file.pb-c.d
23:20:49 [2022-10-04T23:20:49.869Z] #38 14.11   PBCC     images/regfile.pb-c.c
23:20:49 [2022-10-04T23:20:49.869Z] #38 14.14   DEP      images/regfile.pb-c.d
23:20:49 [2022-10-04T23:20:49.869Z] #38 14.19   PBCC     images/ns.pb-c.c
23:20:49 [2022-10-04T23:20:49.869Z] #38 ...
23:20:49 [2022-10-04T23:20:49.869Z] 
23:20:49 [2022-10-04T23:20:49.869Z] #34 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:49 [2022-10-04T23:20:49.869Z] #34 66.58 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
23:20:49 [2022-10-04T23:20:49.869Z] #34 66.65 go: downloading github.com/gobwas/glob v0.2.3
23:20:49 [2022-10-04T23:20:49.869Z] #34 66.77 go: downloading github.com/kisielk/gotool v1.0.0
23:20:49 [2022-10-04T23:20:49.869Z] #34 66.79 go: downloading github.com/gostaticanalysis/comment v1.4.2
23:20:49 [2022-10-04T23:20:49.869Z] #34 66.82 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
23:20:49 [2022-10-04T23:20:49.869Z] #34 66.83 go: downloading golang.org/x/mod v0.5.1
23:20:49 [2022-10-04T23:20:49.869Z] #34 66.94 go: downloading github.com/ettle/strcase v0.1.1
23:20:49 [2022-10-04T23:20:49.869Z] #34 66.98 go: downloading github.com/fatih/structtag v1.2.0
23:20:49 [2022-10-04T23:20:49.869Z] #34 67.01 go: downloading github.com/Masterminds/semver v1.5.0
23:20:49 [2022-10-04T23:20:49.869Z] #34 67.16 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
23:20:49 [2022-10-04T23:20:49.869Z] #34 67.18 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
23:20:49 [2022-10-04T23:20:49.869Z] #34 67.30 go: downloading github.com/prometheus/client_golang v1.7.1
23:20:49 [2022-10-04T23:20:49.869Z] #34 67.71 go: downloading github.com/prometheus/client_model v0.2.0
23:20:49 [2022-10-04T23:20:49.869Z] #34 67.83 go: downloading github.com/google/go-cmp v0.5.6
23:20:49 [2022-10-04T23:20:49.869Z] #34 68.10 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
23:20:49 [2022-10-04T23:20:49.869Z] #34 68.20 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
23:20:49 [2022-10-04T23:20:49.869Z] #34 68.24 go: downloading github.com/olekukonko/tablewriter v0.0.5
23:20:49 [2022-10-04T23:20:49.869Z] #34 68.35 go: downloading github.com/cespare/xxhash/v2 v2.1.2
23:20:49 [2022-10-04T23:20:49.869Z] #34 68.35 go: downloading github.com/beorn7/perks v1.0.1
23:20:49 [2022-10-04T23:20:49.869Z] #34 68.36 go: downloading github.com/cespare/xxhash v1.1.0
23:20:49 [2022-10-04T23:20:49.869Z] #34 68.38 go: downloading github.com/golang/protobuf v1.5.2
23:20:49 [2022-10-04T23:20:49.869Z] #34 68.62 go: downloading github.com/prometheus/common v0.10.0
23:20:49 [2022-10-04T23:20:49.869Z] #34 68.79 go: downloading github.com/prometheus/procfs v0.6.0
23:20:49 [2022-10-04T23:20:49.869Z] #34 68.85 go: downloading github.com/mattn/go-runewidth v0.0.9
23:20:49 [2022-10-04T23:20:49.869Z] #34 68.90 go: downloading google.golang.org/protobuf v1.27.1
23:20:49 [2022-10-04T23:20:49.869Z] #34 70.55 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
23:20:49 [2022-10-04T23:20:49.869Z] #34 ...
23:20:49 [2022-10-04T23:20:49.869Z] 
23:20:49 [2022-10-04T23:20:49.869Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:49 [2022-10-04T23:20:49.869Z] #38 14.21   DEP      images/ns.pb-c.d
23:20:49 [2022-10-04T23:20:49.869Z] #38 14.27   PBCC     images/fdinfo.pb-c.c
23:20:49 [2022-10-04T23:20:49.869Z] #38 14.32   DEP      images/fdinfo.pb-c.d
23:20:50 [2022-10-04T23:20:50.001Z] #38 22.70   CC       images/eventfd.o
23:20:50 [2022-10-04T23:20:50.002Z] #38 22.89   CC       images/eventpoll.o
23:20:50 [2022-10-04T23:20:50.127Z] #38 14.43   PBCC     images/core-aarch64.pb-c.c
23:20:50 [2022-10-04T23:20:50.127Z] #38 14.48   PBCC     images/core-arm.pb-c.c
23:20:50 [2022-10-04T23:20:50.127Z] #38 14.53   PBCC     images/core-ppc64.pb-c.c
23:20:50 [2022-10-04T23:20:50.127Z] #38 14.57   PBCC     images/core-s390.pb-c.c
23:20:50 [2022-10-04T23:20:50.257Z] #38 23.20   CC       images/fh.o
23:20:50 [2022-10-04T23:20:50.397Z] #38 14.61   PBCC     images/core-x86.pb-c.c
23:20:50 [2022-10-04T23:20:50.397Z] #38 14.67   PBCC     images/core.pb-c.c
23:20:50 [2022-10-04T23:20:50.513Z] #38 23.46   CC       images/fsnotify.o
23:20:50 [2022-10-04T23:20:50.655Z] #38 14.74   PBCC     images/inventory.pb-c.c
23:20:50 [2022-10-04T23:20:50.655Z] #38 14.80   DEP      images/core-aarch64.pb-c.d
23:20:50 [2022-10-04T23:20:50.655Z] #38 14.87   DEP      images/core-arm.pb-c.d
23:20:50 [2022-10-04T23:20:50.655Z] #38 14.95   DEP      images/core-ppc64.pb-c.d
23:20:50 [2022-10-04T23:20:50.655Z] #38 15.00   DEP      images/core-s390.pb-c.d
23:20:50 [2022-10-04T23:20:50.913Z] #38 15.04   DEP      images/core-x86.pb-c.d
23:20:50 [2022-10-04T23:20:50.913Z] #38 15.10   DEP      images/core.pb-c.d
23:20:50 [2022-10-04T23:20:50.913Z] #38 15.17   DEP      images/inventory.pb-c.d
23:20:50 [2022-10-04T23:20:50.913Z] #38 15.26   PBCC     images/cpuinfo.pb-c.c
23:20:51 [2022-10-04T23:20:51.047Z] #28 68.08 internal/oserror
23:20:51 [2022-10-04T23:20:51.074Z] #38 ...
23:20:51 [2022-10-04T23:20:51.074Z] 
23:20:51 [2022-10-04T23:20:51.074Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:20:51 [2022-10-04T23:20:51.171Z] #38 15.28   DEP      images/cpuinfo.pb-c.d
23:20:51 [2022-10-04T23:20:51.171Z] #38 15.32   PBCC     images/stats.pb-c.c
23:20:51 [2022-10-04T23:20:51.171Z] #38 15.34   DEP      images/stats.pb-c.d
23:20:51 [2022-10-04T23:20:51.622Z] #28 68.47 syscall
23:20:52 [2022-10-04T23:20:52.547Z] #38 16.65 make[1]: Nothing to be done for 'all'.
23:20:52 [2022-10-04T23:20:52.552Z] #31 ...
23:20:52 [2022-10-04T23:20:52.552Z] 
23:20:52 [2022-10-04T23:20:52.552Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:52 [2022-10-04T23:20:52.552Z] #38 16.82 make[1]: Nothing to be done for 'all'.
23:20:52 [2022-10-04T23:20:52.552Z] #38 18.04   CC       images/stats.o
23:20:52 [2022-10-04T23:20:52.552Z] #38 18.34   CC       images/core.o
23:20:52 [2022-10-04T23:20:52.552Z] #38 19.01   CC       images/core-x86.o
23:20:52 [2022-10-04T23:20:52.552Z] #38 19.49   CC       images/core-arm.o
23:20:52 [2022-10-04T23:20:52.552Z] #38 19.87   CC       images/core-aarch64.o
23:20:52 [2022-10-04T23:20:52.552Z] #38 20.26   CC       images/core-ppc64.o
23:20:52 [2022-10-04T23:20:52.611Z] #37 38.41 Updating files:  46% (2376/5066)
Updating files:  47% (2382/5066)
Updating files:  48% (2432/5066)
Updating files:  49% (2483/5066)
Updating files:  50% (2533/5066)
Updating files:  51% (2584/5066)
Updating files:  52% (2635/5066)
Updating files:  53% (2685/5066)
Updating files:  54% (2736/5066)
Updating files:  55% (2787/5066)
Updating files:  56% (2837/5066)
Updating files:  57% (2888/5066)
Updating files:  58% (2939/5066)
Updating files:  59% (2989/5066)
Updating files:  60% (3040/5066)
Updating files:  61% (3091/5066)
Updating files:  62% (3141/5066)
Updating files:  63% (3192/5066)
Updating files:  64% (3243/5066)
Updating files:  65% (3293/5066)
Updating files:  66% (3344/5066)
Updating files:  67% (3395/5066)
Updating files:  68% (3445/5066)
Updating files:  69% (3496/5066)
Updating files:  70% (3547/5066)
Updating files:  71% (3597/5066)
Updating files:  72% (3648/5066)
Updating files:  73% (3699/5066)
Updating files:  74% (3749/5066)
Updating files:  75% (3800/5066)
Updating files:  76% (3851/5066)
Updating files:  77% (3901/5066)
Updating files:  78% (3952/5066)
Updating files:  79% (4003/5066)
Updating files:  80% (4053/5066)
Updating files:  81% (4104/5066)
Updating files:  82% (4155/5066)
Updating files:  83% (4205/5066)
Updating files:  84% (4256/5066)
Updating files:  85% (4307/5066)
Updating files:  86% (4357/5066)
Updating files:  86% (4366/5066)
Updating files:  87% (4408/5066)
Updating files:  88% (4459/5066)
Updating files:  89% (4509/5066)
Updating files:  90% (4560/5066)
Updating files:  91% (4611/5066)
Updating files:  92% (4661/5066)
Updating files:  93% (4712/5066)
Updating files:  94% (4763/5066)
Updating files:  95% (4813/5066)
Updating files:  96% (4864/5066)
Updating files:  97% (4915/5066)
Updating files:  98% (4965/5066)
Updating files:  99% (5016/5066)
Updating files: 100% (5066/5066)
Updating files: 100% (5066/5066), done.
23:20:52 [2022-10-04T23:20:52.611Z] #37 39.88 + cd /tmp/tmp.UlM0AF1fS6/src/github.com/containerd/containerd
23:20:52 [2022-10-04T23:20:52.611Z] #37 39.89 + git checkout -q v1.6.8
23:20:52 [2022-10-04T23:20:52.783Z] Fetching without tags
23:20:52 [2022-10-04T23:20:52.812Z] #38 20.82   CC       images/core-s390.o
23:20:53 [2022-10-04T23:20:53.382Z] #38 21.48   CC       images/cpuinfo.o
23:20:53 [2022-10-04T23:20:53.541Z] #28 70.52 reflect
23:20:53 [2022-10-04T23:20:53.923Z] #38 17.88   CC       images/stats.o
23:20:53 [2022-10-04T23:20:53.923Z] #38 18.22   CC       images/core.o
23:20:53 [2022-10-04T23:20:53.953Z] #38 21.88   CC       images/inventory.o
23:20:53 [2022-10-04T23:20:53.953Z] #38 22.10   CC       images/fdinfo.o
23:20:53 [2022-10-04T23:20:53.980Z] #37 41.46 + export 'BUILDTAGS=netgo osusergo static_build'
23:20:54 [2022-10-04T23:20:54.152Z] Merging remotes/origin/20.10 commit 35eaf7ecc4e5fda580560031e8d79b5687a1449f into PR head commit 11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:20:54 [2022-10-04T23:20:54.265Z] #37 41.46 + BUILDTAGS='netgo osusergo static_build'
23:20:54 [2022-10-04T23:20:54.265Z] #37 41.46 + export EXTRA_FLAGS=-buildmode=pie
23:20:54 [2022-10-04T23:20:54.265Z] #37 41.46 + EXTRA_FLAGS=-buildmode=pie
23:20:54 [2022-10-04T23:20:54.265Z] #37 41.46 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
23:20:54 [2022-10-04T23:20:54.265Z] #37 41.46 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
23:20:54 [2022-10-04T23:20:54.265Z] #37 41.46 + '[' '' = dynamic ']'
23:20:54 [2022-10-04T23:20:54.265Z] #37 41.46 + make
23:20:54 [2022-10-04T23:20:54.491Z] #38 18.82   CC       images/core-x86.o
23:20:54 [2022-10-04T23:20:54.522Z] #38 22.49   CC       images/fown.o
23:20:54 [2022-10-04T23:20:54.522Z] #38 22.68   CC       images/ns.o
23:20:54 [2022-10-04T23:20:54.923Z] #28 ...
23:20:54 [2022-10-04T23:20:54.924Z] 
23:20:54 [2022-10-04T23:20:54.924Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.012 + RM_GOPATH=0
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.012 + TMP_GOPATH=
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.012 + : /build
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.012 + '[' -z '' ']'
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.013 ++ mktemp -d
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.016 + export GOPATH=/tmp/tmp.u7RfwS3dW1
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.016 + GOPATH=/tmp/tmp.u7RfwS3dW1
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.017 + RM_GOPATH=1
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.017 + case "$(go env GOARCH)" in
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.020 ++ go env GOARCH
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.055 + export GO_BUILDMODE=-buildmode=pie
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.056 + GO_BUILDMODE=-buildmode=pie
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.057 ++ dirname /tmp/install/install.sh
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.067 + dir=/tmp/install
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.067 + bin=tini
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.068 + shift
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.068 + '[' '!' -f /tmp/install/tini.installer ']'
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.068 + . /tmp/install/tini.installer
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.069 ++ : v0.19.0
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.069 + install_tini
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.069 + echo 'Install tini version v0.19.0'
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.070 Install tini version v0.19.0
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.070 + git clone https://github.com/krallin/tini.git /tmp/tmp.u7RfwS3dW1/tini
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.076 Cloning into '/tmp/tmp.u7RfwS3dW1/tini'...
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.868 + cd /tmp/tmp.u7RfwS3dW1/tini
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.869 + git checkout -q v0.19.0
23:20:54 [2022-10-04T23:20:54.924Z] #0 1.876 + cmake .
23:20:54 [2022-10-04T23:20:54.924Z] #0 2.445 -- The C compiler identification is GNU 10.2.1
23:20:54 [2022-10-04T23:20:54.924Z] #0 2.514 -- Detecting C compiler ABI info
23:20:54 [2022-10-04T23:20:54.924Z] #0 3.274 -- Detecting C compiler ABI info - done
23:20:54 [2022-10-04T23:20:54.924Z] #0 3.425 -- Check for working C compiler: /usr/bin/cc - skipped
23:20:54 [2022-10-04T23:20:54.924Z] #0 3.428 -- Detecting C compile features
23:20:54 [2022-10-04T23:20:54.924Z] #0 3.439 -- Detecting C compile features - done
23:20:54 [2022-10-04T23:20:54.924Z] #0 3.492 -- Performing Test HAS_BUILTIN_FORTIFY
23:20:54 [2022-10-04T23:20:54.924Z] #0 3.682 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
23:20:54 [2022-10-04T23:20:54.924Z] #0 3.782 -- Configuring done
23:20:54 [2022-10-04T23:20:54.924Z] #0 3.808 -- Generating done
23:20:54 [2022-10-04T23:20:54.924Z] #0 3.815 -- Build files have been written to: /tmp/tmp.u7RfwS3dW1/tini
23:20:54 [2022-10-04T23:20:54.924Z] #0 3.818 + make tini-static
23:20:54 [2022-10-04T23:20:54.924Z] #0 4.241 Scanning dependencies of target tini-static
23:20:54 [2022-10-04T23:20:54.924Z] #0 4.307 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
23:20:55 [2022-10-04T23:20:55.057Z] #38 19.26   CC       images/core-arm.o
23:20:55 [2022-10-04T23:20:55.094Z] #38 22.92   CC       images/regfile.o
23:20:55 [2022-10-04T23:20:55.094Z] #38 23.14   CC       images/ghost-file.o
23:20:55 [2022-10-04T23:20:55.183Z] #38 5.641 [100%] Linking C executable tini-static
23:20:55 [2022-10-04T23:20:55.316Z] #38 19.70   CC       images/core-aarch64.o
23:20:55 [2022-10-04T23:20:55.354Z] #38 23.45   CC       images/fifo.o
23:20:52 [2022-10-04T23:20:52.411Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:20:52 [2022-10-04T23:20:52.481Z]  > git config --add remote.origin.fetch +refs/pull/44247/head:refs/remotes/origin/PR-44247 # timeout=10
23:20:52 [2022-10-04T23:20:52.538Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:20:52 [2022-10-04T23:20:52.679Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
23:20:52 [2022-10-04T23:20:52.827Z] Fetching upstream changes from https://github.com/moby/moby.git
23:20:52 [2022-10-04T23:20:52.827Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:20:52 [2022-10-04T23:20:52.829Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44247/head:refs/remotes/origin/PR-44247 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:20:54 [2022-10-04T23:20:54.286Z]  > git config core.sparsecheckout # timeout=10
23:20:54 [2022-10-04T23:20:54.338Z]  > git checkout -f 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 # timeout=10
23:20:55 [2022-10-04T23:20:55.614Z] #38 23.63   CC       images/remap-file-path.o
23:20:55 [2022-10-04T23:20:55.655Z] #37 43.14 + bin/ctr
23:20:55 [2022-10-04T23:20:55.655Z] #37 ...
23:20:55 [2022-10-04T23:20:55.655Z] 
23:20:55 [2022-10-04T23:20:55.655Z] #26 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:20:55 [2022-10-04T23:20:55.655Z] #26 67.72 bufio
23:20:55 [2022-10-04T23:20:55.655Z] #26 68.92 text/tabwriter
23:20:55 [2022-10-04T23:20:55.655Z] #26 69.21 fmt
23:20:55 [2022-10-04T23:20:55.655Z] #26 69.40 io/ioutil
23:20:55 [2022-10-04T23:20:55.655Z] #26 71.29 github.com/BurntSushi/toml
23:20:55 [2022-10-04T23:20:55.655Z] #26 71.29 flag
23:20:55 [2022-10-04T23:20:55.655Z] #26 72.94 log
23:20:55 [2022-10-04T23:20:55.655Z] #26 74.72 github.com/BurntSushi/toml/cmd/tomlv
23:20:55 [2022-10-04T23:20:55.757Z] #38 6.292 [100%] Built target tini-static
23:20:55 [2022-10-04T23:20:55.757Z] #38 6.409 + mkdir -p /build
23:20:55 [2022-10-04T23:20:55.757Z] #38 6.415 + cp tini-static /build/docker-init
23:20:55 [2022-10-04T23:20:55.874Z] #38 23.78   CC       images/eventfd.o
23:20:55 [2022-10-04T23:20:55.874Z] #38 23.99   CC       images/eventpoll.o
23:20:55 [2022-10-04T23:20:55.895Z] #38 20.01   CC       images/core-ppc64.o
23:20:55 [2022-10-04T23:20:55.912Z] #26 ...
23:20:55 [2022-10-04T23:20:55.912Z] 
23:20:55 [2022-10-04T23:20:55.912Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:55 [2022-10-04T23:20:55.912Z] #38 24.15   CC       images/signalfd.o
23:20:55 [2022-10-04T23:20:55.912Z] #38 24.36   CC       images/fs.o
23:20:55 [2022-10-04T23:20:55.912Z] #38 24.50   CC       images/pstree.o
23:20:55 [2022-10-04T23:20:55.912Z] #38 24.70   CC       images/pipe.o
23:20:55 [2022-10-04T23:20:55.912Z] #38 24.98   CC       images/tcp-stream.o
23:20:55 [2022-10-04T23:20:55.912Z] #38 25.18   CC       images/sk-packet.o
23:20:55 [2022-10-04T23:20:55.912Z] #38 25.43   CC       images/mnt.o
23:20:55 [2022-10-04T23:20:55.912Z] #38 25.65   CC       images/pipe-data.o
23:20:55 [2022-10-04T23:20:55.912Z] #38 25.91   CC       images/sa.o
23:20:55 [2022-10-04T23:20:55.912Z] #38 26.18   CC       images/timer.o
23:20:55 [2022-10-04T23:20:55.912Z] #38 26.49   CC       images/timerfd.o
23:20:55 [2022-10-04T23:20:55.912Z] #38 26.79   CC       images/mm.o
23:20:55 [2022-10-04T23:20:55.913Z] #38 27.12   CC       images/sk-opts.o
23:20:55 [2022-10-04T23:20:55.913Z] #38 27.39   CC       images/sk-unix.o
23:20:55 [2022-10-04T23:20:55.913Z] #38 27.67   CC       images/sk-inet.o
23:20:55 [2022-10-04T23:20:55.913Z] #38 27.83   CC       images/tun.o
23:20:55 [2022-10-04T23:20:55.913Z] #38 28.07   CC       images/sk-netlink.o
23:20:55 [2022-10-04T23:20:55.913Z] #38 28.32   CC       images/packet-sock.o
23:20:55 [2022-10-04T23:20:55.913Z] #38 28.66   CC       images/ipc-var.o
23:20:55 [2022-10-04T23:20:55.913Z] #38 28.80   CC       images/ipc-desc.o
23:20:56 [2022-10-04T23:20:56.154Z] #38 20.54   CC       images/core-s390.o
23:20:56 [2022-10-04T23:20:56.169Z] #38 29.02   CC       images/ipc-shm.o
23:20:56 [2022-10-04T23:20:56.170Z] #38 ...
23:20:56 [2022-10-04T23:20:56.170Z] 
23:20:56 [2022-10-04T23:20:56.170Z] #26 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:20:56 [2022-10-04T23:20:56.170Z] #26 DONE 78.3s
23:20:56 [2022-10-04T23:20:56.425Z] 
23:20:56 [2022-10-04T23:20:56.425Z] #32 [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
23:20:56 [2022-10-04T23:20:56.425Z] #32 73.66 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
23:20:56 [2022-10-04T23:20:56.425Z] #32 73.66 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
23:20:56 [2022-10-04T23:20:56.425Z] #32 73.67 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:20:56 [2022-10-04T23:20:56.443Z] #38 24.27   CC       images/fh.o
23:20:56 [2022-10-04T23:20:56.443Z] #38 24.54   CC       images/fsnotify.o
23:20:56 [2022-10-04T23:20:56.701Z] #38 DONE 7.2s
23:20:56 [2022-10-04T23:20:56.701Z] 
23:20:56 [2022-10-04T23:20:56.701Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:20:56 [2022-10-04T23:20:56.701Z] #32 68.30 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3
23:20:56 [2022-10-04T23:20:56.701Z] #32 68.39 go: downloading github.com/gobwas/glob v0.2.3
23:20:56 [2022-10-04T23:20:56.701Z] #32 68.41 go: downloading github.com/kisielk/gotool v1.0.0
23:20:56 [2022-10-04T23:20:56.701Z] #32 68.45 go: downloading github.com/gostaticanalysis/comment v1.4.2
23:20:56 [2022-10-04T23:20:56.701Z] #32 68.51 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
23:20:56 [2022-10-04T23:20:56.701Z] #32 68.65 go: downloading golang.org/x/mod v0.5.1
23:20:56 [2022-10-04T23:20:56.701Z] #32 68.65 go: downloading github.com/ettle/strcase v0.1.1
23:20:56 [2022-10-04T23:20:56.701Z] #32 68.76 go: downloading github.com/fatih/structtag v1.2.0
23:20:56 [2022-10-04T23:20:56.701Z] #32 68.81 go: downloading github.com/Masterminds/semver v1.5.0
23:20:56 [2022-10-04T23:20:56.701Z] #32 69.00 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
23:20:56 [2022-10-04T23:20:56.701Z] #32 69.03 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
23:20:56 [2022-10-04T23:20:56.701Z] #32 69.14 go: downloading github.com/prometheus/client_golang v1.7.1
23:20:56 [2022-10-04T23:20:56.701Z] #32 69.61 go: downloading github.com/prometheus/client_model v0.2.0
23:20:56 [2022-10-04T23:20:56.701Z] #32 69.69 go: downloading github.com/google/go-cmp v0.5.6
23:20:56 [2022-10-04T23:20:56.701Z] #32 69.90 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
23:20:56 [2022-10-04T23:20:56.701Z] #32 69.98 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af
23:20:56 [2022-10-04T23:20:56.701Z] #32 70.06 go: downloading github.com/olekukonko/tablewriter v0.0.5
23:20:56 [2022-10-04T23:20:56.701Z] #32 70.21 go: downloading github.com/beorn7/perks v1.0.1
23:20:56 [2022-10-04T23:20:56.701Z] #32 70.25 go: downloading github.com/cespare/xxhash/v2 v2.1.2
23:20:56 [2022-10-04T23:20:56.701Z] #32 70.30 go: downloading github.com/cespare/xxhash v1.1.0
23:20:56 [2022-10-04T23:20:56.701Z] #32 70.30 go: downloading github.com/golang/protobuf v1.5.2
23:20:56 [2022-10-04T23:20:56.701Z] #32 70.47 go: downloading github.com/prometheus/common v0.10.0
23:20:56 [2022-10-04T23:20:56.701Z] #32 70.63 go: downloading github.com/prometheus/procfs v0.6.0
23:20:56 [2022-10-04T23:20:56.701Z] #32 70.74 go: downloading github.com/mattn/go-runewidth v0.0.9
23:20:56 [2022-10-04T23:20:56.701Z] #32 70.85 go: downloading google.golang.org/protobuf v1.27.1
23:20:56 [2022-10-04T23:20:56.701Z] #32 72.44 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
23:20:57 [2022-10-04T23:20:57.012Z] #38 25.09   CC       images/signalfd.o
23:20:57 [2022-10-04T23:20:57.012Z] #38 ...
23:20:57 [2022-10-04T23:20:57.012Z] 
23:20:57 [2022-10-04T23:20:57.012Z] #25 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:20:57 [2022-10-04T23:20:57.012Z] #25 72.17 internal/poll
23:20:57 [2022-10-04T23:20:57.012Z] #25 74.42 internal/fmtsort
23:20:57 [2022-10-04T23:20:57.012Z] #25 74.94 internal/syscall/execenv
23:20:57 [2022-10-04T23:20:57.012Z] #25 75.00 path
23:20:57 [2022-10-04T23:20:57.012Z] #25 75.10 strings
23:20:57 [2022-10-04T23:20:57.012Z] #25 75.62 io/fs
23:20:57 [2022-10-04T23:20:57.012Z] #25 76.87 os
23:20:57 [2022-10-04T23:20:57.012Z] #25 77.99 bufio
23:20:57 [2022-10-04T23:20:57.012Z] #25 79.61 text/tabwriter
23:20:57 [2022-10-04T23:20:57.012Z] #25 80.55 io/ioutil
23:20:57 [2022-10-04T23:20:57.012Z] #25 80.56 fmt
23:20:57 [2022-10-04T23:20:57.093Z] #38 21.09   CC       images/cpuinfo.o
23:20:57 [2022-10-04T23:20:57.272Z] #25 ...
23:20:57 [2022-10-04T23:20:57.272Z] 
23:20:57 [2022-10-04T23:20:57.272Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:57 [2022-10-04T23:20:57.272Z] #38 25.31   CC       images/fs.o
23:20:57 [2022-10-04T23:20:57.272Z] #38 25.49   CC       images/pstree.o
23:20:57 [2022-10-04T23:20:57.273Z] Merge succeeded, producing 11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:20:57 [2022-10-04T23:20:57.273Z] Checking out Revision 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 (PR-44247)
23:20:57 [2022-10-04T23:20:57.351Z] #38 21.58   CC       images/inventory.o
23:20:57 [2022-10-04T23:20:57.351Z] #38 21.76   CC       images/fdinfo.o
23:20:57 [2022-10-04T23:20:57.354Z] #32 ...
23:20:57 [2022-10-04T23:20:57.354Z] 
23:20:57 [2022-10-04T23:20:57.354Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:57 [2022-10-04T23:20:57.354Z] #38 29.36   CC       images/ipc-msg.o
23:20:57 [2022-10-04T23:20:57.354Z] #38 29.71   CC       images/ipc-sem.o
23:20:57 [2022-10-04T23:20:57.354Z] #38 30.00   CC       images/utsns.o
23:20:57 [2022-10-04T23:20:57.354Z] #38 30.13   CC       images/creds.o
23:20:57 [2022-10-04T23:20:57.610Z] #38 30.27   CC       images/vma.o
23:20:57 [2022-10-04T23:20:57.610Z] #38 30.50   CC       images/netdev.o
23:20:57 [2022-10-04T23:20:57.842Z] #38 25.70   CC       images/pipe.o
23:20:57 [2022-10-04T23:20:57.842Z] #38 25.90   CC       images/tcp-stream.o
23:20:57 [2022-10-04T23:20:57.918Z] #38 22.09   CC       images/fown.o
23:20:57 [2022-10-04T23:20:57.918Z] #38 22.31   CC       images/ns.o
23:20:58 [2022-10-04T23:20:58.090Z] #32 ...
23:20:58 [2022-10-04T23:20:58.090Z] 
23:20:58 [2022-10-04T23:20:58.090Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:58 [2022-10-04T23:20:58.090Z] #0 2.670 Note: Building without setproctitle() and strlcpy() support.
23:20:58 [2022-10-04T23:20:58.090Z] #0 2.672       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
23:20:58 [2022-10-04T23:20:58.090Z] #0 2.691 Note: Building without GnuTLS support
23:20:58 [2022-10-04T23:20:58.090Z] #0 2.703 Makefile.config:39: Warn: you have no libnftables installed
23:20:58 [2022-10-04T23:20:58.090Z] #0 2.714 Makefile.config:40: Warn: Building without nftables support
23:20:58 [2022-10-04T23:20:58.090Z] #0 5.360 fatal: not a git repository (or any of the parent directories): .git
23:20:58 [2022-10-04T23:20:58.090Z] #0 5.428   GEN      .gitid
23:20:58 [2022-10-04T23:20:58.090Z] #0 5.444   GEN      criu/include/version.h
23:20:58 [2022-10-04T23:20:58.090Z] #0 5.528   GEN      include/common/asm
23:20:58 [2022-10-04T23:20:58.090Z] #0 7.200   PBCC     images/timens.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 7.252   DEP      images/timens.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 7.339   PBCC     images/fown.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 7.378   PBCC     images/google/protobuf/descriptor.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 7.468   PBCC     images/opts.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 7.521   PBCC     images/memfd.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 7.550   DEP      images/fown.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 7.638   DEP      images/google/protobuf/descriptor.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 7.792   DEP      images/opts.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 7.852   DEP      images/memfd.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 7.914   PBCC     images/sit.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 7.938   DEP      images/sit.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 8.046   PBCC     images/macvlan.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 8.102   DEP      images/macvlan.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 8.193   PBCC     images/autofs.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 8.204   DEP      images/autofs.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 8.267   PBCC     images/sysctl.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 8.314   DEP      images/sysctl.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 8.415   PBCC     images/time.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 8.440   DEP      images/time.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 8.639   PBCC     images/binfmt-misc.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 8.713   DEP      images/binfmt-misc.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 8.876   PBCC     images/seccomp.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 8.951   DEP      images/seccomp.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 9.124   PBCC     images/userns.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 9.149   DEP      images/userns.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 9.248   PBCC     images/cgroup.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 9.266   DEP      images/cgroup.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 9.384   PBCC     images/ext-file.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 9.444   DEP      images/ext-file.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 9.580   PBCC     images/rpc.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 9.678   DEP      images/rpc.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 9.760   PBCC     images/siginfo.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 9.770   DEP      images/siginfo.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 9.806   PBCC     images/pagemap.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 9.843   DEP      images/pagemap.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 9.931   PBCC     images/rlimit.pb-c.c
23:20:58 [2022-10-04T23:20:58.090Z] #0 9.940   DEP      images/rlimit.pb-c.d
23:20:58 [2022-10-04T23:20:58.090Z] #0 10.04   PBCC     images/file-lock.pb-c.c
23:20:58 [2022-10-04T23:20:58.102Z] #38 26.16   CC       images/sk-packet.o
23:20:58 [2022-10-04T23:20:58.173Z] #38 30.80   CC       images/tty.o
23:20:58 [2022-10-04T23:20:58.176Z] #38 22.58   CC       images/regfile.o
23:20:58 [2022-10-04T23:20:58.176Z] #38 ...
23:20:58 [2022-10-04T23:20:58.176Z] 
23:20:58 [2022-10-04T23:20:58.176Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:20:58 [2022-10-04T23:20:58.176Z] #35 74.93 internal/syscall/unix
23:20:58 [2022-10-04T23:20:58.176Z] #35 75.41 time
23:20:58 [2022-10-04T23:20:58.176Z] #35 81.13 internal/poll
23:20:58 [2022-10-04T23:20:58.176Z] #35 83.42 internal/fmtsort
23:20:58 [2022-10-04T23:20:58.176Z] #35 84.00 internal/syscall/execenv
23:20:58 [2022-10-04T23:20:58.176Z] #35 84.11 path
23:20:58 [2022-10-04T23:20:58.176Z] #35 84.22 strings
23:20:58 [2022-10-04T23:20:58.176Z] #35 84.65 io/fs
23:20:58 [2022-10-04T23:20:58.350Z] #39 10.07   DEP      images/file-lock.pb-c.d
23:20:58 [2022-10-04T23:20:58.350Z] #39 10.18   PBCC     images/tty.pb-c.c
23:20:58 [2022-10-04T23:20:58.350Z] #39 ...
23:20:58 [2022-10-04T23:20:58.350Z] 
23:20:58 [2022-10-04T23:20:58.350Z] #31 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
23:20:58 [2022-10-04T23:20:58.350Z] #31 DONE 75.4s
23:20:58 [2022-10-04T23:20:58.350Z] 
23:20:58 [2022-10-04T23:20:58.350Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:58 [2022-10-04T23:20:58.350Z] #39 10.28   DEP      images/tty.pb-c.d
23:20:58 [2022-10-04T23:20:58.350Z] #39 ...
23:20:58 [2022-10-04T23:20:58.350Z] 
23:20:58 [2022-10-04T23:20:58.350Z] #34 [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
23:20:58 [2022-10-04T23:20:58.350Z] #34 67.03 Selecting previously unselected package mingw-w64-x86-64-dev.
23:20:58 [2022-10-04T23:20:58.350Z] #34 67.03 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
23:20:58 [2022-10-04T23:20:58.350Z] #34 67.04 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
23:20:58 [2022-10-04T23:20:58.350Z] #34 72.56 Selecting previously unselected package gcc-mingw-w64-base.
23:20:58 [2022-10-04T23:20:58.350Z] #34 72.56 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
23:20:58 [2022-10-04T23:20:58.350Z] #34 72.58 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
23:20:58 [2022-10-04T23:20:58.350Z] #34 72.74 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
23:20:58 [2022-10-04T23:20:58.350Z] #34 72.74 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
23:20:58 [2022-10-04T23:20:58.350Z] #34 72.76 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
23:20:58 [2022-10-04T23:20:58.362Z] #38 26.40   CC       images/mnt.o
23:20:58 [2022-10-04T23:20:58.429Z] #38 31.36   CC       images/file-lock.o
23:20:58 [2022-10-04T23:20:58.434Z] #35 ...
23:20:58 [2022-10-04T23:20:58.434Z] 
23:20:58 [2022-10-04T23:20:58.434Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:58 [2022-10-04T23:20:58.435Z] #38 22.76   CC       images/ghost-file.o
23:20:58 [2022-10-04T23:20:58.611Z] #34 ...
23:20:58 [2022-10-04T23:20:58.611Z] 
23:20:58 [2022-10-04T23:20:58.611Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:20:58 [2022-10-04T23:20:58.611Z] #39 10.40   PBCC     images/tun.pb-c.c
23:20:58 [2022-10-04T23:20:58.611Z] #39 10.48   PBCC     images/netdev.pb-c.c
23:20:58 [2022-10-04T23:20:58.622Z] #38 26.62   CC       images/pipe-data.o
23:20:58 [2022-10-04T23:20:58.685Z] #38 31.55   CC       images/rlimit.o
23:20:56 [2022-10-04T23:20:56.874Z]  > git remote # timeout=10
23:20:56 [2022-10-04T23:20:56.942Z]  > git config --get remote.origin.url # timeout=10
23:20:57 [2022-10-04T23:20:57.003Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
23:20:57 [2022-10-04T23:20:57.005Z]  > git merge 35eaf7ecc4e5fda580560031e8d79b5687a1449f # timeout=10
23:20:57 [2022-10-04T23:20:57.162Z]  > git rev-parse "HEAD^{commit}" # timeout=10
23:20:57 [2022-10-04T23:20:57.316Z]  > git config core.sparsecheckout # timeout=10
23:20:57 [2022-10-04T23:20:57.368Z]  > git checkout -f 11bdbf40b9720592c28b3d28c0bcdae0eca3b052 # timeout=10
23:20:58 [2022-10-04T23:20:58.872Z] #39 10.57   DEP      images/tun.pb-c.d
23:20:58 [2022-10-04T23:20:58.872Z] #39 10.66   DEP      images/netdev.pb-c.d
23:20:58 [2022-10-04T23:20:58.882Z] #38 26.82   CC       images/sa.o
23:20:58 [2022-10-04T23:20:58.882Z] #38 27.02   CC       images/timer.o
23:20:58 [2022-10-04T23:20:58.941Z] #38 31.73   CC       images/pagemap.o
23:20:59 [2022-10-04T23:20:59.001Z] #38 23.08   CC       images/fifo.o
23:20:59 [2022-10-04T23:20:59.133Z] #39 10.83   PBCC     images/vma.pb-c.c
23:20:59 [2022-10-04T23:20:59.133Z] #39 10.90   DEP      images/vma.pb-c.d
23:20:59 [2022-10-04T23:20:59.133Z] #39 11.05   PBCC     images/creds.pb-c.c
23:20:59 [2022-10-04T23:20:59.141Z] #38 27.30   CC       images/timerfd.o
23:20:59 [2022-10-04T23:20:59.197Z] #38 31.97   CC       images/siginfo.o
23:20:59 [2022-10-04T23:20:59.259Z] #38 23.34   CC       images/remap-file-path.o
23:20:59 [2022-10-04T23:20:59.259Z] #38 23.55   CC       images/eventfd.o
23:20:59 [2022-10-04T23:20:59.394Z] #39 11.11   DEP      images/creds.pb-c.d
23:20:59 [2022-10-04T23:20:59.394Z] #39 11.23   PBCC     images/utsns.pb-c.c
23:20:59 [2022-10-04T23:20:59.394Z] #39 11.28   DEP      images/utsns.pb-c.d
23:20:59 [2022-10-04T23:20:59.401Z] #38 27.43   CC       images/mm.o
23:20:59 [2022-10-04T23:20:59.453Z] #38 32.19   CC       images/rpc.o
23:20:59 [2022-10-04T23:20:59.518Z] #38 23.78   CC       images/eventpoll.o
23:20:59 [2022-10-04T23:20:59.655Z] #39 11.36   PBCC     images/ipc-desc.pb-c.c
23:20:59 [2022-10-04T23:20:59.655Z] #39 11.38   PBCC     images/ipc-sem.pb-c.c
23:20:59 [2022-10-04T23:20:59.655Z] #39 11.40   DEP      images/ipc-desc.pb-c.d
23:20:59 [2022-10-04T23:20:59.655Z] #39 11.48   DEP      images/ipc-sem.pb-c.d
23:20:59 [2022-10-04T23:20:59.655Z] #39 11.54   PBCC     images/ipc-msg.pb-c.c
23:20:59 [2022-10-04T23:20:59.655Z] #39 11.55   DEP      images/ipc-msg.pb-c.d
23:20:59 [2022-10-04T23:20:59.655Z] #39 11.62   PBCC     images/ipc-shm.pb-c.c
23:20:59 [2022-10-04T23:20:59.661Z] #38 27.77   CC       images/sk-opts.o
23:20:59 [2022-10-04T23:20:59.776Z] #38 24.12   CC       images/fh.o
23:20:59 [2022-10-04T23:20:59.915Z] #39 11.65   DEP      images/ipc-shm.pb-c.d
23:20:59 [2022-10-04T23:20:59.915Z] #39 11.70   PBCC     images/ipc-var.pb-c.c
23:20:59 [2022-10-04T23:20:59.915Z] #39 11.75   DEP      images/ipc-var.pb-c.d
23:20:59 [2022-10-04T23:20:59.915Z] #39 11.82   PBCC     images/sk-opts.pb-c.c
23:20:59 [2022-10-04T23:20:59.915Z] #39 11.86   PBCC     images/packet-sock.pb-c.c
23:20:59 [2022-10-04T23:20:59.921Z] #38 27.94   CC       images/sk-unix.o
23:21:00 [2022-10-04T23:21:00.176Z] #39 11.90   DEP      images/sk-opts.pb-c.d
23:21:00 [2022-10-04T23:21:00.176Z] #39 11.98   DEP      images/packet-sock.pb-c.d
23:21:00 [2022-10-04T23:21:00.176Z] #39 12.07   PBCC     images/sk-netlink.pb-c.c
23:21:00 [2022-10-04T23:21:00.176Z] #39 12.10   DEP      images/sk-netlink.pb-c.d
23:21:00 [2022-10-04T23:21:00.181Z] #38 28.28   CC       images/sk-inet.o
23:21:00 [2022-10-04T23:21:00.342Z] #38 24.45   CC       images/fsnotify.o
23:21:00 [2022-10-04T23:21:00.437Z] #39 12.20   PBCC     images/sk-inet.pb-c.c
23:21:00 [2022-10-04T23:21:00.437Z] #39 12.24   DEP      images/sk-inet.pb-c.d
23:21:00 [2022-10-04T23:21:00.437Z] #39 12.33   PBCC     images/sk-unix.pb-c.c
23:21:00 [2022-10-04T23:21:00.697Z] #39 12.41   DEP      images/sk-unix.pb-c.d
23:21:00 [2022-10-04T23:21:00.697Z] #39 12.46   PBCC     images/mm.pb-c.c
23:21:00 [2022-10-04T23:21:00.697Z] #39 12.53   DEP      images/mm.pb-c.d
23:21:00 [2022-10-04T23:21:00.751Z] #38 28.64   CC       images/tun.o
23:21:00 [2022-10-04T23:21:00.751Z] #38 28.90   CC       images/sk-netlink.o
23:21:00 [2022-10-04T23:21:00.817Z] #38 33.35   CC       images/ext-file.o
23:21:00 [2022-10-04T23:21:00.817Z] #38 33.53   CC       images/cgroup.o
23:21:00 [2022-10-04T23:21:00.908Z] #38 25.06   CC       images/signalfd.o
23:21:00 [2022-10-04T23:21:00.908Z] #38 25.26   CC       images/fs.o
23:21:00 [2022-10-04T23:21:00.962Z] #39 12.62   PBCC     images/timerfd.pb-c.c
23:21:00 [2022-10-04T23:21:00.962Z] #39 12.65   DEP      images/timerfd.pb-c.d
23:21:00 [2022-10-04T23:21:00.962Z] #39 12.72   PBCC     images/timer.pb-c.c
23:21:00 [2022-10-04T23:21:00.962Z] #39 12.74   DEP      images/timer.pb-c.d
23:21:00 [2022-10-04T23:21:00.962Z] #39 12.80   PBCC     images/sa.pb-c.c
23:21:00 [2022-10-04T23:21:00.962Z] #39 12.84   DEP      images/sa.pb-c.d
23:21:01 [2022-10-04T23:21:01.011Z] #38 29.11   CC       images/packet-sock.o
23:21:01 [2022-10-04T23:21:01.166Z] #38 25.45   CC       images/pstree.o
23:21:01 [2022-10-04T23:21:01.223Z] #39 12.91   PBCC     images/pipe-data.pb-c.c
23:21:01 [2022-10-04T23:21:01.223Z] #39 12.94   DEP      images/pipe-data.pb-c.d
23:21:01 [2022-10-04T23:21:01.223Z] #39 13.01   PBCC     images/mnt.pb-c.c
23:21:01 [2022-10-04T23:21:01.223Z] #39 13.06   DEP      images/mnt.pb-c.d
23:21:01 [2022-10-04T23:21:01.233Z] INFO [linters context/goanalysis] analyzers took 4m5.267890795s with top 10 stages: buildir: 1m40.140688767s, goimports: 20.099886692s, unconvert: 14.700048831s, gosec: 12.756962839s, S1038: 7.457926906s, golint: 6.522211512s, misspell: 4.525457803s, nilness: 3.549830561s, S1039: 3.280337063s, inspect: 3.236336246s 
23:21:01 [2022-10-04T23:21:01.379Z] #38 34.16   CC       images/userns.o
23:21:01 [2022-10-04T23:21:01.379Z] #38 34.37   CC       images/google/protobuf/descriptor.o
23:21:01 [2022-10-04T23:21:01.424Z] #38 25.63   CC       images/pipe.o
23:21:01 [2022-10-04T23:21:01.424Z] #38 25.79   CC       images/tcp-stream.o
23:21:01 [2022-10-04T23:21:01.484Z] #39 13.15   PBCC     images/sk-packet.pb-c.c
23:21:01 [2022-10-04T23:21:01.484Z] #39 13.18   DEP      images/sk-packet.pb-c.d
23:21:01 [2022-10-04T23:21:01.484Z] #39 13.23   PBCC     images/tcp-stream.pb-c.c
23:21:01 [2022-10-04T23:21:01.484Z] #39 13.28   DEP      images/tcp-stream.pb-c.d
23:21:01 [2022-10-04T23:21:01.484Z] #39 13.31   PBCC     images/pipe.pb-c.c
23:21:01 [2022-10-04T23:21:01.484Z] #39 13.37   DEP      images/pipe.pb-c.d
23:21:01 [2022-10-04T23:21:01.494Z] INFO [runner] Issues before processing: 2488, after processing: 0 
23:21:01 [2022-10-04T23:21:01.494Z] INFO [runner] Processors filtering stat (out/in): cgo: 1870/2488, skip_dirs: 1870/1870, autogenerated_exclude: 1765/1870, filename_unadjuster: 1870/1870, identifier_marker: 1765/1765, exclude: 1765/1765, skip_files: 1870/1870, nolint: 0/78, path_prettifier: 1870/1870, exclude-rules: 78/1765 
23:21:01 [2022-10-04T23:21:01.494Z] INFO [runner] processing took 164.650075ms with stages: nolint: 74.41751ms, exclude-rules: 34.375359ms, identifier_marker: 31.611579ms, path_prettifier: 11.712431ms, autogenerated_exclude: 9.26305ms, skip_dirs: 2.570169ms, cgo: 418.263µs, filename_unadjuster: 275.238µs, max_same_issues: 1.939µs, diff: 744ns, uniq_by_line: 647ns, max_from_linter: 488ns, skip_files: 483ns, exclude: 433ns, path_shortener: 383ns, source_code: 313ns, severity-rules: 309ns, max_per_file_from_linter: 307ns, sort_results: 295ns, path_prefixer: 135ns 
23:21:01 [2022-10-04T23:21:01.494Z] INFO [runner] linters took 1m17.760574777s with stages: goanalysis_metalinter: 1m17.595764583s 
23:21:01 [2022-10-04T23:21:01.494Z] INFO File cache stats: 1458 entries of total size 6.9MiB 
23:21:01 [2022-10-04T23:21:01.494Z] INFO Memory: 2246 samples, avg is 280.2MB, max is 1091.7MB 
23:21:01 [2022-10-04T23:21:01.494Z] INFO Execution took 3m44.416063612s               
23:21:01 [2022-10-04T23:21:01.581Z] #38 29.55   CC       images/ipc-var.o
23:21:01 [2022-10-04T23:21:01.581Z] #38 29.73   CC       images/ipc-desc.o
23:21:01 [2022-10-04T23:21:01.745Z] #39 13.45   PBCC     images/pstree.pb-c.c
23:21:01 [2022-10-04T23:21:01.745Z] #39 13.46   DEP      images/pstree.pb-c.d
23:21:01 [2022-10-04T23:21:01.745Z] #39 13.51   PBCC     images/fs.pb-c.c
23:21:01 [2022-10-04T23:21:01.745Z] #39 13.55   DEP      images/fs.pb-c.d
23:21:01 [2022-10-04T23:21:01.745Z] #39 13.60   PBCC     images/signalfd.pb-c.c
23:21:01 [2022-10-04T23:21:01.745Z] #39 13.66   DEP      images/signalfd.pb-c.d
23:21:01 [2022-10-04T23:21:01.754Z] Congratulations! The shell scripts are properly formatted.
23:21:01 [2022-10-04T23:21:01.848Z] #38 29.91   CC       images/ipc-shm.o
23:21:01 [2022-10-04T23:21:01.990Z] #38 26.08   CC       images/sk-packet.o
23:21:02 [2022-10-04T23:21:02.006Z] #39 13.74   PBCC     images/fh.pb-c.c
23:21:02 [2022-10-04T23:21:02.006Z] #39 13.79   PBCC     images/fsnotify.pb-c.c
23:21:02 [2022-10-04T23:21:02.006Z] #39 13.88   DEP      images/fh.pb-c.d
23:21:02 [2022-10-04T23:21:02.108Z] #38 30.12   CC       images/ipc-msg.o
23:21:02 [2022-10-04T23:21:02.248Z] #38 26.32   CC       images/mnt.o
23:21:02 [2022-10-04T23:21:02.248Z] #38 26.56   CC       images/pipe-data.o
23:21:02 [2022-10-04T23:21:02.267Z] #39 13.94   DEP      images/fsnotify.pb-c.d
23:21:02 [2022-10-04T23:21:02.267Z] #39 13.99   PBCC     images/eventpoll.pb-c.c
23:21:02 [2022-10-04T23:21:02.267Z] #39 14.03   DEP      images/eventpoll.pb-c.d
23:21:02 [2022-10-04T23:21:02.267Z] #39 14.10   PBCC     images/eventfd.pb-c.c
23:21:02 [2022-10-04T23:21:02.267Z] #39 14.12   DEP      images/eventfd.pb-c.d
23:21:02 [2022-10-04T23:21:02.267Z] #39 14.17   PBCC     images/remap-file-path.pb-c.c
23:21:02 [2022-10-04T23:21:02.267Z] #39 14.19   DEP      images/remap-file-path.pb-c.d
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
23:21:02 [2022-10-04T23:21:02.368Z] #38 30.35   CC       images/ipc-sem.o
[Pipeline] sh
23:21:02 [2022-10-04T23:21:02.506Z] #38 26.77   CC       images/sa.o
23:21:02 [2022-10-04T23:21:02.528Z] #39 14.26   PBCC     images/fifo.pb-c.c
23:21:02 [2022-10-04T23:21:02.528Z] #39 14.31   DEP      images/fifo.pb-c.d
23:21:02 [2022-10-04T23:21:02.528Z] #39 14.36   PBCC     images/ghost-file.pb-c.c
23:21:02 [2022-10-04T23:21:02.528Z] #39 14.40   DEP      images/ghost-file.pb-c.d
23:21:02 [2022-10-04T23:21:02.628Z] #38 30.51   CC       images/utsns.o
23:21:02 [2022-10-04T23:21:02.628Z] #38 30.69   CC       images/creds.o
23:21:02 [2022-10-04T23:21:02.654Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44247/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 hack/make.sh dynbinary-daemon test-docker-py
23:21:02 [2022-10-04T23:21:02.764Z] #38 26.92   CC       images/timer.o
23:21:02 [2022-10-04T23:21:02.789Z] #39 14.48   PBCC     images/regfile.pb-c.c
23:21:02 [2022-10-04T23:21:02.789Z] #39 14.57   DEP      images/regfile.pb-c.d
23:21:02 [2022-10-04T23:21:02.789Z] #39 14.62   PBCC     images/ns.pb-c.c
23:21:02 [2022-10-04T23:21:02.789Z] #39 14.67   DEP      images/ns.pb-c.d
23:21:02 [2022-10-04T23:21:02.888Z] #38 30.88   CC       images/vma.o
23:21:02 [2022-10-04T23:21:02.888Z] #38 31.10   CC       images/netdev.o
23:21:02 [2022-10-04T23:21:02.914Z] 
23:21:03 [2022-10-04T23:21:03.023Z] #38 27.24   CC       images/timerfd.o
23:21:03 [2022-10-04T23:21:03.023Z] #38 ...
23:21:03 [2022-10-04T23:21:03.023Z] 
23:21:03 [2022-10-04T23:21:03.023Z] #27 [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
23:21:03 [2022-10-04T23:21:03.023Z] #27 79.82 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
23:21:03 [2022-10-04T23:21:03.023Z] #27 79.82 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
23:21:03 [2022-10-04T23:21:03.023Z] #27 79.83 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:21:03 [2022-10-04T23:21:03.050Z] #39 14.73   PBCC     images/fdinfo.pb-c.c
23:21:03 [2022-10-04T23:21:03.050Z] #39 14.84   DEP      images/fdinfo.pb-c.d
23:21:03 [2022-10-04T23:21:03.050Z] #39 14.91   PBCC     images/core-aarch64.pb-c.c
23:21:03 [2022-10-04T23:21:03.050Z] #39 14.97   PBCC     images/core-arm.pb-c.c
23:21:03 [2022-10-04T23:21:03.174Z] Removing bundles/
23:21:03 [2022-10-04T23:21:03.174Z] 
23:21:03 [2022-10-04T23:21:03.174Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
23:21:03 [2022-10-04T23:21:03.174Z] Building: bundles/dynbinary-daemon/dockerd-dev
23:21:03 [2022-10-04T23:21:03.174Z] GOOS="" GOARCH="" GOARM=""
23:21:03 [2022-10-04T23:21:03.275Z] #38 36.13   CC       images/opts.o
23:21:03 [2022-10-04T23:21:03.281Z] #27 ...
23:21:03 [2022-10-04T23:21:03.281Z] 
23:21:03 [2022-10-04T23:21:03.281Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:03 [2022-10-04T23:21:03.281Z] #38 27.47   CC       images/mm.o
23:21:03 [2022-10-04T23:21:03.281Z] #38 27.73   CC       images/sk-opts.o
23:21:03 [2022-10-04T23:21:03.311Z] #39 15.02   PBCC     images/core-ppc64.pb-c.c
23:21:03 [2022-10-04T23:21:03.311Z] #39 15.07   PBCC     images/core-s390.pb-c.c
23:21:03 [2022-10-04T23:21:03.311Z] #39 15.13   PBCC     images/core-x86.pb-c.c
23:21:03 [2022-10-04T23:21:03.311Z] #39 15.19   PBCC     images/core.pb-c.c
23:21:03 [2022-10-04T23:21:03.463Z] #38 31.47   CC       images/tty.o
23:21:03 [2022-10-04T23:21:03.531Z] #38 36.29   CC       images/seccomp.o
23:21:03 [2022-10-04T23:21:03.540Z] #38 27.99   CC       images/sk-unix.o
23:21:03 [2022-10-04T23:21:03.575Z] #39 15.27   PBCC     images/inventory.pb-c.c
23:21:03 [2022-10-04T23:21:03.575Z] #39 15.35   DEP      images/core-aarch64.pb-c.d
23:21:03 [2022-10-04T23:21:03.575Z] #39 15.44   DEP      images/core-arm.pb-c.d
23:21:03 [2022-10-04T23:21:03.787Z] #38 36.60   CC       images/binfmt-misc.o
23:21:03 [2022-10-04T23:21:03.837Z] #39 15.52   DEP      images/core-ppc64.pb-c.d
23:21:03 [2022-10-04T23:21:03.837Z] #39 15.60   DEP      images/core-s390.pb-c.d
23:21:03 [2022-10-04T23:21:03.837Z] #39 15.67   DEP      images/core-x86.pb-c.d
23:21:04 [2022-10-04T23:21:04.032Z] #38 32.00   CC       images/file-lock.o
23:21:04 [2022-10-04T23:21:04.032Z] #38 ...
23:21:04 [2022-10-04T23:21:04.032Z] 
23:21:04 [2022-10-04T23:21:04.032Z] #25 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:21:04 [2022-10-04T23:21:04.032Z] #25 83.01 flag
23:21:04 [2022-10-04T23:21:04.032Z] #25 83.02 github.com/BurntSushi/toml
23:21:04 [2022-10-04T23:21:04.032Z] #25 84.52 log
23:21:04 [2022-10-04T23:21:04.032Z] #25 87.04 github.com/BurntSushi/toml/cmd/tomlv
23:21:04 [2022-10-04T23:21:04.032Z] #25 DONE 89.0s
23:21:04 [2022-10-04T23:21:04.032Z] 
23:21:04 [2022-10-04T23:21:04.032Z] #31 [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
23:21:04 [2022-10-04T23:21:04.032Z] #31 85.84 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
23:21:04 [2022-10-04T23:21:04.032Z] #31 85.84 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
23:21:04 [2022-10-04T23:21:04.032Z] #31 85.87 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:21:04 [2022-10-04T23:21:04.054Z] #38 36.79   CC       images/time.o
23:21:04 [2022-10-04T23:21:04.054Z] #38 36.99   CC       images/sysctl.o
23:21:04 [2022-10-04T23:21:04.097Z] #39 15.76   DEP      images/core.pb-c.d
23:21:04 [2022-10-04T23:21:04.097Z] #39 15.84   DEP      images/inventory.pb-c.d
23:21:04 [2022-10-04T23:21:04.097Z] #39 15.92   PBCC     images/cpuinfo.pb-c.c
23:21:04 [2022-10-04T23:21:04.097Z] #39 15.95   DEP      images/cpuinfo.pb-c.d
23:21:04 [2022-10-04T23:21:04.097Z] #39 15.99   PBCC     images/stats.pb-c.c
23:21:04 [2022-10-04T23:21:04.097Z] #39 16.01   DEP      images/stats.pb-c.d
23:21:04 [2022-10-04T23:21:04.108Z] #38 28.23   CC       images/sk-inet.o
23:21:04 [2022-10-04T23:21:04.108Z] #38 28.56   CC       images/tun.o
23:21:04 [2022-10-04T23:21:04.310Z] #38 37.18   CC       images/autofs.o
23:21:04 [2022-10-04T23:21:04.358Z] #39 ...
23:21:04 [2022-10-04T23:21:04.358Z] 
23:21:04 [2022-10-04T23:21:04.358Z] #34 [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
23:21:04 [2022-10-04T23:21:04.566Z] #38 37.41   CC       images/macvlan.o
23:21:04 [2022-10-04T23:21:04.620Z] #34 81.48 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
23:21:04 [2022-10-04T23:21:04.620Z] #34 81.51 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
23:21:04 [2022-10-04T23:21:04.620Z] #34 81.52 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:21:04 [2022-10-04T23:21:04.675Z] #38 28.87   CC       images/sk-netlink.o
23:21:04 [2022-10-04T23:21:04.821Z] #38 37.65   CC       images/sit.o
23:21:04 [2022-10-04T23:21:04.821Z] #38 37.81   CC       images/memfd.o
23:21:04 [2022-10-04T23:21:04.937Z] #38 29.23   CC       images/packet-sock.o
23:21:05 [2022-10-04T23:21:05.077Z] #38 38.00   CC       images/timens.o
23:21:05 [2022-10-04T23:21:05.333Z] #38 38.21   LINK     images/built-in.o
23:21:05 [2022-10-04T23:21:05.504Z] #38 29.68   CC       images/ipc-var.o
23:21:05 [2022-10-04T23:21:05.505Z] #38 29.86   CC       images/ipc-desc.o
23:21:05 [2022-10-04T23:21:05.589Z] #38 38.38   GEN      compel/include/asm
23:21:05 [2022-10-04T23:21:05.589Z] #38 38.43   GEN      compel/include/version.h
23:21:05 [2022-10-04T23:21:05.589Z] #38 38.45 touch .config
23:21:05 [2022-10-04T23:21:05.763Z] #38 30.11   CC       images/ipc-shm.o
23:21:05 [2022-10-04T23:21:05.846Z] #38 38.54   GEN      include/common/config.h
23:21:05 [2022-10-04T23:21:05.846Z] #38 38.61   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
23:21:05 [2022-10-04T23:21:05.846Z] #38 38.62   GEN      compel/arch/aarch64/plugins/std/syscalls/syscalls.S
23:21:05 [2022-10-04T23:21:05.846Z] #38 38.64   DEP      compel/arch/aarch64/plugins/std/syscalls/syscalls.d
23:21:05 [2022-10-04T23:21:05.846Z] #38 38.73   DEP      compel/arch/aarch64/plugins/std/parasite-head.d
23:21:05 [2022-10-04T23:21:05.846Z] #38 38.77   DEP      compel/plugins/std/infect.d
23:21:05 [2022-10-04T23:21:05.939Z] #31 ...
23:21:05 [2022-10-04T23:21:05.939Z] 
23:21:05 [2022-10-04T23:21:05.939Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:21:06 [2022-10-04T23:21:06.022Z] #38 30.24   CC       images/ipc-msg.o
23:21:06 [2022-10-04T23:21:06.102Z] #38 38.89   DEP      compel/plugins/std/string.d
23:21:06 [2022-10-04T23:21:06.102Z] #38 38.97   DEP      compel/plugins/std/log.d
23:21:06 [2022-10-04T23:21:06.281Z] #38 30.48   CC       images/ipc-sem.o
23:21:06 [2022-10-04T23:21:06.281Z] #38 30.65   CC       images/utsns.o
23:21:06 [2022-10-04T23:21:06.358Z] #38 39.05   DEP      compel/plugins/std/fds.d
23:21:06 [2022-10-04T23:21:06.358Z] #38 39.21   DEP      compel/plugins/std/std.d
23:21:06 [2022-10-04T23:21:06.358Z] #38 39.32   DEP      compel/plugins/shmem/shmem.d
23:21:06 [2022-10-04T23:21:06.540Z] #38 30.81   CC       images/creds.o
23:21:06 [2022-10-04T23:21:06.615Z] #38 39.44   DEP      compel/plugins/fds/fds.d
23:21:06 [2022-10-04T23:21:06.615Z] #38 39.53   CC       compel/plugins/std/std.o
23:21:06 [2022-10-04T23:21:06.799Z] #38 30.96   CC       images/vma.o
23:21:06 [2022-10-04T23:21:06.872Z] #38 39.73   CC       compel/plugins/std/fds.o
23:21:06 [2022-10-04T23:21:06.993Z] #37 48.85 Updating files:  42% (2136/5066)
Updating files:  43% (2179/5066)
Updating files:  44% (2230/5066)
Updating files:  45% (2280/5066)
Updating files:  46% (2331/5066)
Updating files:  47% (2382/5066)
Updating files:  48% (2432/5066)
Updating files:  49% (2483/5066)
Updating files:  50% (2533/5066)
Updating files:  51% (2584/5066)
Updating files:  52% (2635/5066)
Updating files:  53% (2685/5066)
Updating files:  54% (2736/5066)
Updating files:  55% (2787/5066)
Updating files:  56% (2837/5066)
Updating files:  57% (2888/5066)
Updating files:  58% (2939/5066)
Updating files:  59% (2989/5066)
Updating files:  60% (3040/5066)
Updating files:  61% (3091/5066)
Updating files:  62% (3141/5066)
Updating files:  63% (3192/5066)
Updating files:  64% (3243/5066)
Updating files:  65% (3293/5066)
Updating files:  66% (3344/5066)
Updating files:  67% (3395/5066)
Updating files:  68% (3445/5066)
Updating files:  69% (3496/5066)
Updating files:  70% (3547/5066)
Updating files:  71% (3597/5066)
Updating files:  72% (3648/5066)
Updating files:  73% (3699/5066)
Updating files:  74% (3749/5066)
Updating files:  75% (3800/5066)
Updating files:  76% (3851/5066)
Updating files:  77% (3901/5066)
Updating files:  78% (3952/5066)
Updating files:  79% (4003/5066)
Updating files:  80% (4053/5066)
Updating files:  81% (4104/5066)
Updating files:  82% (4155/5066)
Updating files:  83% (4205/5066)
Updating files:  84% (4256/5066)
Updating files:  85% (4307/5066)
Updating files:  86% (4357/5066)
Updating files:  87% (4408/5066)
Updating files:  88% (4459/5066)
Updating files:  89% (4509/5066)
Updating files:  90% (4560/5066)
Updating files:  91% (4611/5066)
Updating files:  92% (4661/5066)
Updating files:  93% (4712/5066)
Updating files:  94% (4763/5066)
Updating files:  95% (4813/5066)
Updating files:  96% (4864/5066)
Updating files:  97% (4915/5066)
Updating files:  98% (4965/5066)
Updating files:  99% (5016/5066)
Updating files: 100% (5066/5066)
Updating files: 100% (5066/5066), done.
23:21:06 [2022-10-04T23:21:06.993Z] #37 50.71 + cd /tmp/tmp.0Nsnnqq3wo/src/github.com/containerd/containerd
23:21:06 [2022-10-04T23:21:06.993Z] #37 50.76 + git checkout -q v1.6.8
23:21:07 [2022-10-04T23:21:07.057Z] #38 31.27   CC       images/netdev.o
23:21:07 [2022-10-04T23:21:07.128Z] #38 40.03   CC       compel/plugins/std/log.o
23:21:07 [2022-10-04T23:21:07.384Z] #38 ...
23:21:07 [2022-10-04T23:21:07.384Z] 
23:21:07 [2022-10-04T23:21:07.384Z] #32 [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
23:21:07 [2022-10-04T23:21:07.384Z] #32 79.36 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
23:21:07 [2022-10-04T23:21:07.384Z] #32 79.36 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ...
23:21:07 [2022-10-04T23:21:07.384Z] #32 79.39 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
23:21:07 [2022-10-04T23:21:07.384Z] #32 84.66 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
23:21:07 [2022-10-04T23:21:07.384Z] #32 84.66 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
23:21:07 [2022-10-04T23:21:07.384Z] #32 84.66 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:21:07 [2022-10-04T23:21:07.625Z] #38 31.68   CC       images/tty.o
23:21:07 [2022-10-04T23:21:07.883Z] #38 32.23   CC       images/file-lock.o
23:21:07 [2022-10-04T23:21:07.946Z] #32 ...
23:21:07 [2022-10-04T23:21:07.946Z] 
23:21:07 [2022-10-04T23:21:07.946Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:07 [2022-10-04T23:21:07.946Z] #38 40.78   CC       compel/plugins/std/string.o
23:21:08 [2022-10-04T23:21:08.142Z] #38 32.47   CC       images/rlimit.o
23:21:08 [2022-10-04T23:21:08.401Z] #38 32.65   CC       images/pagemap.o
23:21:08 [2022-10-04T23:21:08.508Z] #38 41.29   CC       compel/plugins/std/infect.o
23:21:08 [2022-10-04T23:21:08.660Z] #38 ...
23:21:08 [2022-10-04T23:21:08.660Z] 
23:21:08 [2022-10-04T23:21:08.660Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:21:08 [2022-10-04T23:21:08.764Z] #38 41.73   CC       compel/arch/aarch64/plugins/std/parasite-head.o
23:21:08 [2022-10-04T23:21:08.764Z] #38 41.78   CC       compel/arch/aarch64/plugins/std/syscalls/syscalls.o
23:21:09 [2022-10-04T23:21:09.019Z] #38 41.85   AR       compel/plugins/std.lib.a
23:21:09 [2022-10-04T23:21:09.178Z] #37 48.84 Updating files:  48% (2479/5066)
Updating files:  49% (2483/5066)
Updating files:  50% (2533/5066)
Updating files:  51% (2584/5066)
Updating files:  52% (2635/5066)
Updating files:  53% (2685/5066)
Updating files:  54% (2736/5066)
Updating files:  55% (2787/5066)
Updating files:  56% (2837/5066)
Updating files:  57% (2888/5066)
Updating files:  58% (2939/5066)
Updating files:  59% (2989/5066)
Updating files:  60% (3040/5066)
Updating files:  61% (3091/5066)
Updating files:  62% (3141/5066)
Updating files:  63% (3192/5066)
Updating files:  64% (3243/5066)
Updating files:  65% (3293/5066)
Updating files:  66% (3344/5066)
Updating files:  67% (3395/5066)
Updating files:  68% (3445/5066)
Updating files:  69% (3496/5066)
Updating files:  70% (3547/5066)
Updating files:  71% (3597/5066)
Updating files:  72% (3648/5066)
Updating files:  73% (3699/5066)
Updating files:  74% (3749/5066)
Updating files:  75% (3800/5066)
Updating files:  76% (3851/5066)
Updating files:  77% (3901/5066)
Updating files:  78% (3952/5066)
Updating files:  79% (4003/5066)
Updating files:  80% (4053/5066)
Updating files:  81% (4104/5066)
Updating files:  82% (4155/5066)
Updating files:  83% (4205/5066)
Updating files:  84% (4256/5066)
Updating files:  85% (4307/5066)
Updating files:  86% (4357/5066)
Updating files:  86% (4390/5066)
Updating files:  87% (4408/5066)
Updating files:  88% (4459/5066)
Updating files:  89% (4509/5066)
Updating files:  90% (4560/5066)
Updating files:  91% (4611/5066)
23:21:09 [2022-10-04T23:21:09.178Z] #37 ...
23:21:09 [2022-10-04T23:21:09.178Z] 
23:21:09 [2022-10-04T23:21:09.178Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:21:09 [2022-10-04T23:21:09.178Z] #35 85.91 os
23:21:09 [2022-10-04T23:21:09.178Z] #35 86.72 bufio
23:21:09 [2022-10-04T23:21:09.178Z] #35 88.15 text/tabwriter
23:21:09 [2022-10-04T23:21:09.178Z] #35 89.48 io/ioutil
23:21:09 [2022-10-04T23:21:09.178Z] #35 89.49 fmt
23:21:09 [2022-10-04T23:21:09.178Z] #35 91.91 github.com/BurntSushi/toml
23:21:09 [2022-10-04T23:21:09.178Z] #35 91.91 flag
23:21:09 [2022-10-04T23:21:09.178Z] #35 93.37 log
23:21:09 [2022-10-04T23:21:09.178Z] #35 95.67 github.com/BurntSushi/toml/cmd/tomlv
23:21:09 [2022-10-04T23:21:09.275Z] #38 41.93   CC       compel/plugins/fds/fds.o
23:21:09 [2022-10-04T23:21:09.275Z] #38 42.11   AR       compel/plugins/fds.lib.a
23:21:09 [2022-10-04T23:21:09.275Z] #38 42.18   HOSTDEP  compel/src/lib/log-host.d
23:21:09 [2022-10-04T23:21:09.275Z] #38 42.23   HOSTDEP  compel/src/lib/handle-elf-host.d
23:21:09 [2022-10-04T23:21:09.437Z] #35 ...
23:21:09 [2022-10-04T23:21:09.437Z] 
23:21:09 [2022-10-04T23:21:09.437Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:21:09 [2022-10-04T23:21:09.530Z] #38 42.32   HOSTDEP  compel/arch/aarch64/src/lib/handle-elf-host.d
23:21:09 [2022-10-04T23:21:09.530Z] #38 42.38   HOSTDEP  compel/src/main-host.d
23:21:09 [2022-10-04T23:21:09.530Z] #38 42.46   DEP      compel/src/lib/ptrace.d
23:21:09 [2022-10-04T23:21:09.538Z] #37 53.06 + export 'BUILDTAGS=netgo osusergo static_build'
23:21:09 [2022-10-04T23:21:09.538Z] #37 53.06 + BUILDTAGS='netgo osusergo static_build'
23:21:09 [2022-10-04T23:21:09.538Z] #37 53.06 + export EXTRA_FLAGS=-buildmode=pie
23:21:09 [2022-10-04T23:21:09.538Z] #37 53.06 + EXTRA_FLAGS=-buildmode=pie
23:21:09 [2022-10-04T23:21:09.538Z] #37 53.06 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
23:21:09 [2022-10-04T23:21:09.538Z] #37 53.06 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
23:21:09 [2022-10-04T23:21:09.538Z] #37 53.06 + '[' '' = dynamic ']'
23:21:09 [2022-10-04T23:21:09.538Z] #37 53.06 + make
23:21:09 [2022-10-04T23:21:09.696Z] #37 48.84 Updating files:  48% (2479/5066)
Updating files:  49% (2483/5066)
Updating files:  50% (2533/5066)
Updating files:  51% (2584/5066)
Updating files:  52% (2635/5066)
Updating files:  53% (2685/5066)
Updating files:  54% (2736/5066)
Updating files:  55% (2787/5066)
Updating files:  56% (2837/5066)
Updating files:  57% (2888/5066)
Updating files:  58% (2939/5066)
Updating files:  59% (2989/5066)
Updating files:  60% (3040/5066)
Updating files:  61% (3091/5066)
Updating files:  62% (3141/5066)
Updating files:  63% (3192/5066)
Updating files:  64% (3243/5066)
Updating files:  65% (3293/5066)
Updating files:  66% (3344/5066)
Updating files:  67% (3395/5066)
Updating files:  68% (3445/5066)
Updating files:  69% (3496/5066)
Updating files:  70% (3547/5066)
Updating files:  71% (3597/5066)
Updating files:  72% (3648/5066)
Updating files:  73% (3699/5066)
Updating files:  74% (3749/5066)
Updating files:  75% (3800/5066)
Updating files:  76% (3851/5066)
Updating files:  77% (3901/5066)
Updating files:  78% (3952/5066)
Updating files:  79% (4003/5066)
Updating files:  80% (4053/5066)
Updating files:  81% (4104/5066)
Updating files:  82% (4155/5066)
Updating files:  83% (4205/5066)
Updating files:  84% (4256/5066)
Updating files:  85% (4307/5066)
Updating files:  86% (4357/5066)
Updating files:  86% (4390/5066)
Updating files:  87% (4408/5066)
Updating files:  88% (4459/5066)
Updating files:  89% (4509/5066)
Updating files:  90% (4560/5066)
Updating files:  91% (4611/5066)
Updating files:  92% (4661/5066)
Updating files:  93% (4712/5066)
Updating files:  94% (4763/5066)
Updating files:  95% (4813/5066)
Updating files:  96% (4864/5066)
Updating files:  97% (4915/5066)
Updating files:  98% (4965/5066)
Updating files:  99% (5016/5066)
Updating files: 100% (5066/5066)
Updating files: 100% (5066/5066), done.
23:21:09 [2022-10-04T23:21:09.696Z] #37 50.35 + cd /tmp/tmp.39IReyctms/src/github.com/containerd/containerd
23:21:09 [2022-10-04T23:21:09.696Z] #37 50.35 + git checkout -q v1.6.8
23:21:09 [2022-10-04T23:21:09.787Z] #38 42.58   DEP      compel/src/lib/infect.d
23:21:09 [2022-10-04T23:21:09.787Z] #38 42.79   DEP      compel/src/lib/infect-util.d
23:21:10 [2022-10-04T23:21:10.043Z] #38 42.93   DEP      compel/src/lib/infect-rpc.d
23:21:10 [2022-10-04T23:21:10.043Z] #38 43.04   DEP      compel/arch/aarch64/src/lib/infect.d
23:21:10 [2022-10-04T23:21:10.204Z] Commit message: "[20.10] Update to go 1.18.7 to address CVE-2022-2879, CVE-2022-2880, CVE-2022-41715"
23:21:10 [2022-10-04T23:21:10.299Z] #38 43.14   DEP      compel/arch/aarch64/src/lib/cpu.d
23:21:10 [2022-10-04T23:21:10.300Z] #38 43.21   DEP      compel/src/lib/log.d
23:21:10 [2022-10-04T23:21:10.300Z] #38 43.27   DEP      compel/src/main.d
23:21:10 [2022-10-04T23:21:10.556Z] #38 43.41   DEP      compel/src/lib/handle-elf.d
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
23:21:10 [2022-10-04T23:21:10.812Z] #38 43.56   DEP      compel/arch/aarch64/src/lib/handle-elf.d
23:21:10 [2022-10-04T23:21:10.812Z] #38 43.66   CC       compel/src/lib/log.o
23:21:10 [2022-10-04T23:21:10.920Z] #37 54.46 + bin/ctr
23:21:11 [2022-10-04T23:21:11.069Z] #38 43.81   CC       compel/arch/aarch64/src/lib/cpu.o
23:21:11 [2022-10-04T23:21:11.207Z] #34 ...
23:21:11 [2022-10-04T23:21:11.207Z] 
23:21:11 [2022-10-04T23:21:11.207Z] #28 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:21:11 [2022-10-04T23:21:11.207Z] #28 78.15 internal/syscall/unix
23:21:11 [2022-10-04T23:21:11.207Z] #28 78.61 time
23:21:11 [2022-10-04T23:21:11.207Z] #28 84.69 internal/poll
23:21:11 [2022-10-04T23:21:11.207Z] #28 86.63 internal/fmtsort
23:21:11 [2022-10-04T23:21:11.207Z] #28 87.18 internal/syscall/execenv
23:21:11 [2022-10-04T23:21:11.207Z] #28 87.43 path
23:21:11 [2022-10-04T23:21:11.207Z] #28 87.44 strings
23:21:11 [2022-10-04T23:21:11.207Z] #28 87.98 io/fs
23:21:11 [2022-10-04T23:21:11.325Z] #38 43.99   CC       compel/arch/aarch64/src/lib/infect.o
23:21:11 [2022-10-04T23:21:11.467Z] #28 ...
23:21:11 [2022-10-04T23:21:11.467Z] 
23:21:11 [2022-10-04T23:21:11.468Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:11 [2022-10-04T23:21:11.468Z] #39 17.48 make[1]: Nothing to be done for 'all'.
23:21:11 [2022-10-04T23:21:11.468Z] #39 19.00   CC       images/stats.o
23:21:11 [2022-10-04T23:21:11.468Z] #39 19.36   CC       images/core.o
23:21:11 [2022-10-04T23:21:11.468Z] #39 20.11   CC       images/core-x86.o
23:21:11 [2022-10-04T23:21:11.468Z] #39 20.63   CC       images/core-arm.o
23:21:11 [2022-10-04T23:21:11.468Z] #39 21.07   CC       images/core-aarch64.o
23:21:11 [2022-10-04T23:21:11.468Z] #39 21.50   CC       images/core-ppc64.o
23:21:11 [2022-10-04T23:21:11.468Z] #39 22.08   CC       images/core-s390.o
23:21:11 [2022-10-04T23:21:11.468Z] #39 22.77   CC       images/cpuinfo.o
23:21:11 [2022-10-04T23:21:11.468Z] #39 23.22   CC       images/inventory.o
23:21:11 [2022-10-04T23:21:11.581Z] #38 44.34   CC       compel/src/lib/infect-rpc.o
23:21:11 [2022-10-04T23:21:11.662Z] #37 52.18 + export 'BUILDTAGS=netgo osusergo static_build'
23:21:11 [2022-10-04T23:21:11.662Z] #37 52.18 + BUILDTAGS='netgo osusergo static_build'
23:21:11 [2022-10-04T23:21:11.662Z] #37 52.18 + export EXTRA_FLAGS=-buildmode=pie
23:21:11 [2022-10-04T23:21:11.662Z] #37 52.18 + EXTRA_FLAGS=-buildmode=pie
23:21:11 [2022-10-04T23:21:11.662Z] #37 52.18 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
23:21:11 [2022-10-04T23:21:11.662Z] #37 52.18 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
23:21:11 [2022-10-04T23:21:11.662Z] #37 52.18 + '[' '' = dynamic ']'
23:21:11 [2022-10-04T23:21:11.662Z] #37 52.18 + make
23:21:11 [2022-10-04T23:21:11.728Z] #39 23.49   CC       images/fdinfo.o
23:21:11 [2022-10-04T23:21:11.837Z] #38 44.60   CC       compel/src/lib/infect-util.o
23:21:11 [2022-10-04T23:21:11.988Z] #39 23.89   CC       images/fown.o
23:21:11 [2022-10-04T23:21:11.988Z] #39 ...
23:21:11 [2022-10-04T23:21:11.988Z] 
23:21:11 [2022-10-04T23:21:11.988Z] #28 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:21:11 [2022-10-04T23:21:11.988Z] #28 88.99 os
23:21:12 [2022-10-04T23:21:12.093Z] #38 44.89   CC       compel/src/lib/infect.o
23:21:12 [2022-10-04T23:21:12.628Z] #37 ...
23:21:12 [2022-10-04T23:21:12.628Z] 
23:21:12 [2022-10-04T23:21:12.628Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:21:12 [2022-10-04T23:21:12.628Z] #35 DONE 99.3s
23:21:12 [2022-10-04T23:21:12.900Z] 
23:21:12 [2022-10-04T23:21:12.900Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:12 [2022-10-04T23:21:12.900Z] #38 32.92   CC       images/siginfo.o
23:21:12 [2022-10-04T23:21:12.900Z] #38 33.20   CC       images/rpc.o
23:21:12 [2022-10-04T23:21:12.900Z] #38 34.33   CC       images/ext-file.o
23:21:12 [2022-10-04T23:21:12.900Z] #38 34.49   CC       images/cgroup.o
23:21:12 [2022-10-04T23:21:12.900Z] #38 35.08   CC       images/userns.o
23:21:12 [2022-10-04T23:21:12.900Z] #38 35.32   CC       images/google/protobuf/descriptor.o
23:21:13 [2022-10-04T23:21:13.370Z] #28 90.12 bufio
23:21:13 [2022-10-04T23:21:13.475Z] #38 37.51   CC       images/opts.o
23:21:13 [2022-10-04T23:21:13.475Z] #38 37.87   CC       images/seccomp.o
23:21:13 [2022-10-04T23:21:13.739Z] + docker version
23:21:13 [2022-10-04T23:21:13.984Z] #38 46.90   CC       compel/src/lib/ptrace.o
23:21:14 [2022-10-04T23:21:14.041Z] #38 38.34   CC       images/binfmt-misc.o
23:21:14 [2022-10-04T23:21:14.041Z] #38 38.49   CC       images/time.o
23:21:14 [2022-10-04T23:21:14.217Z] #37 ...
23:21:14 [2022-10-04T23:21:14.217Z] 
23:21:14 [2022-10-04T23:21:14.217Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:14 [2022-10-04T23:21:14.217Z] #38 32.24   CC       images/rlimit.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 32.44   CC       images/pagemap.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 32.75   CC       images/siginfo.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 32.99   CC       images/rpc.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 34.26   CC       images/ext-file.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 34.46   CC       images/cgroup.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 35.16   CC       images/userns.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 35.38   CC       images/google/protobuf/descriptor.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 36.94   CC       images/opts.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 37.15   CC       images/seccomp.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 37.48   CC       images/binfmt-misc.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 37.57   CC       images/time.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 37.67   CC       images/sysctl.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 37.80   CC       images/autofs.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 37.95   CC       images/macvlan.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 38.15   CC       images/sit.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 38.33   CC       images/memfd.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 38.61   CC       images/timens.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 38.82   LINK     images/built-in.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.00   GEN      compel/include/asm
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.03   GEN      compel/include/version.h
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.05 touch .config
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.09   GEN      include/common/config.h
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.16   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.19   GEN      compel/plugins/include/uapi/std/syscall-64.h
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.23   GEN      compel/arch/x86/plugins/std/syscalls-64.S
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.25   DEP      compel/arch/x86/plugins/std/syscalls-64.d
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.29   DEP      compel/arch/x86/plugins/std/memcpy.d
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.33   DEP      compel/arch/x86/plugins/std/parasite-head.d
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.36   GEN      compel/plugins/include/uapi/std/syscall.h
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.40   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.41   GEN      compel/plugins/include/uapi/std/syscall-codes.h
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.45   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.46   DEP      compel/plugins/std/infect.d
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.56   DEP      compel/plugins/std/string.d
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.66   DEP      compel/plugins/std/log.d
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.74   DEP      compel/plugins/std/fds.d
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.82   DEP      compel/plugins/std/std.d
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.92   DEP      compel/plugins/shmem/shmem.d
23:21:14 [2022-10-04T23:21:14.217Z] #38 39.99   DEP      compel/plugins/fds/fds.d
23:21:14 [2022-10-04T23:21:14.217Z] #38 40.09   CC       compel/plugins/std/std.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 40.35   CC       compel/plugins/std/fds.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 40.74   CC       compel/plugins/std/log.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 41.44   CC       compel/plugins/std/string.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 41.97   CC       compel/plugins/std/infect.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 42.30   CC       compel/arch/x86/plugins/std/parasite-head.o
23:21:14 [2022-10-04T23:21:14.217Z] #38 42.33   CC       compel/arch/x86/plugins/std/memcpy.o
23:21:14 [2022-10-04T23:21:14.240Z] #38 47.25   AR       compel/libcompel.a
23:21:14 [2022-10-04T23:21:14.298Z] #38 38.62   CC       images/sysctl.o
23:21:14 [2022-10-04T23:21:14.478Z] #38 42.38   CC       compel/arch/x86/plugins/std/syscalls-64.o
23:21:14 [2022-10-04T23:21:14.478Z] #38 42.42   AR       compel/plugins/std.lib.a
23:21:14 [2022-10-04T23:21:14.478Z] #38 42.48   CC       compel/plugins/fds/fds.o
23:21:14 [2022-10-04T23:21:14.496Z] #38 47.35   HOSTCC   compel/src/main-host.o
23:21:14 [2022-10-04T23:21:14.557Z] #38 38.82   CC       images/autofs.o
23:21:14 [2022-10-04T23:21:14.738Z] #38 42.68   AR       compel/plugins/fds.lib.a
23:21:14 [2022-10-04T23:21:14.738Z] #38 42.73   HOSTDEP  compel/src/lib/log-host.d
23:21:14 [2022-10-04T23:21:14.738Z] #38 42.81   HOSTDEP  compel/src/lib/handle-elf-host.d
23:21:14 [2022-10-04T23:21:14.753Z] #28 91.65 text/tabwriter
23:21:14 [2022-10-04T23:21:14.816Z] #38 39.01   CC       images/macvlan.o
23:21:14 [2022-10-04T23:21:14.998Z] #38 42.92   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
23:21:14 [2022-10-04T23:21:14.998Z] #38 42.98   HOSTDEP  compel/src/main-host.d
23:21:14 [2022-10-04T23:21:14.998Z] #38 43.08   DEP      compel/src/lib/ptrace.d
23:21:14 [2022-10-04T23:21:14.998Z] #38 43.19   DEP      compel/src/lib/infect.d
23:21:15 [2022-10-04T23:21:15.057Z] #38 47.71   HOSTCC   compel/arch/aarch64/src/lib/handle-elf-host.o
23:21:15 [2022-10-04T23:21:15.057Z] #38 47.91   HOSTCC   compel/src/lib/handle-elf-host.o
23:21:15 [2022-10-04T23:21:15.074Z] #38 39.22   CC       images/sit.o
23:21:15 [2022-10-04T23:21:15.074Z] #38 39.47   CC       images/memfd.o
23:21:15 [2022-10-04T23:21:15.258Z] #38 43.34   DEP      compel/src/lib/infect-util.d
23:21:15 [2022-10-04T23:21:15.258Z] #38 43.42   DEP      compel/src/lib/infect-rpc.d
23:21:15 [2022-10-04T23:21:15.518Z] #38 43.53   DEP      compel/arch/x86/src/lib/infect.d
23:21:15 [2022-10-04T23:21:15.618Z] #38 48.23   HOSTCC   compel/src/lib/log-host.o
23:21:15 [2022-10-04T23:21:15.618Z] #38 48.43   HOSTLINK compel/compel-host-bin
23:21:15 [2022-10-04T23:21:15.618Z] #38 48.55   DEP      soccr/soccr.d
23:21:15 [2022-10-04T23:21:15.642Z] #38 39.71   CC       images/timens.o
23:21:15 [2022-10-04T23:21:15.642Z] #38 39.96   LINK     images/built-in.o
23:21:15 [2022-10-04T23:21:15.693Z] #28 92.82 io/ioutil
23:21:15 [2022-10-04T23:21:15.778Z] #38 43.64   DEP      compel/arch/x86/src/lib/cpu.d
23:21:15 [2022-10-04T23:21:15.778Z] #38 43.76   DEP      compel/src/lib/log.d
23:21:15 [2022-10-04T23:21:15.778Z] #38 43.83   DEP      compel/src/main.d
23:21:15 [2022-10-04T23:21:15.877Z] #38 48.69   CC       soccr/soccr.o
23:21:15 [2022-10-04T23:21:15.901Z] #38 40.12   GEN      compel/include/asm
23:21:15 [2022-10-04T23:21:15.901Z] #38 40.14   GEN      compel/include/version.h
23:21:15 [2022-10-04T23:21:15.901Z] #38 40.16 touch .config
23:21:15 [2022-10-04T23:21:15.901Z] #38 40.20   GEN      include/common/config.h
23:21:15 [2022-10-04T23:21:15.953Z] #28 92.83 fmt
23:21:16 [2022-10-04T23:21:16.038Z] #38 43.92   DEP      compel/src/lib/handle-elf.d
23:21:16 [2022-10-04T23:21:16.038Z] #38 44.04   DEP      compel/arch/x86/src/lib/handle-elf.d
23:21:16 [2022-10-04T23:21:16.038Z] #38 44.14   CC       compel/src/lib/log.o
23:21:16 [2022-10-04T23:21:16.160Z] #38 40.31   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
23:21:16 [2022-10-04T23:21:16.160Z] #38 40.34   GEN      compel/plugins/include/uapi/std/syscall-64.h
23:21:16 [2022-10-04T23:21:16.160Z] #38 40.36   GEN      compel/arch/x86/plugins/std/syscalls-64.S
23:21:16 [2022-10-04T23:21:16.160Z] #38 40.38   DEP      compel/arch/x86/plugins/std/syscalls-64.d
23:21:16 [2022-10-04T23:21:16.160Z] #38 40.43   DEP      compel/arch/x86/plugins/std/memcpy.d
23:21:16 [2022-10-04T23:21:16.160Z] #38 40.47   DEP      compel/arch/x86/plugins/std/parasite-head.d
23:21:16 [2022-10-04T23:21:16.160Z] #38 40.52   GEN      compel/plugins/include/uapi/std/syscall.h
23:21:16 [2022-10-04T23:21:16.298Z] #38 44.41   CC       compel/arch/x86/src/lib/cpu.o
23:21:16 [2022-10-04T23:21:16.418Z] #38 40.55   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
23:21:16 [2022-10-04T23:21:16.418Z] #38 40.57   GEN      compel/plugins/include/uapi/std/syscall-codes.h
23:21:16 [2022-10-04T23:21:16.418Z] #38 40.58   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
23:21:16 [2022-10-04T23:21:16.418Z] #38 40.59   DEP      compel/plugins/std/infect.d
23:21:16 [2022-10-04T23:21:16.418Z] #38 40.75   DEP      compel/plugins/std/string.d
23:21:16 [2022-10-04T23:21:16.677Z] #38 40.86   DEP      compel/plugins/std/log.d
23:21:16 [2022-10-04T23:21:16.677Z] #38 40.97   DEP      compel/plugins/std/fds.d
23:21:16 [2022-10-04T23:21:16.677Z] #38 41.10   DEP      compel/plugins/std/std.d
23:21:16 [2022-10-04T23:21:16.804Z] #38 ...
23:21:16 [2022-10-04T23:21:16.804Z] 
23:21:16 [2022-10-04T23:21:16.804Z] #29 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:21:16 [2022-10-04T23:21:16.804Z] #29 98.73 + for f in rootlesskit rootlesskit-docker-proxy
23:21:16 [2022-10-04T23:21:16.804Z] #29 98.73 + GOBIN=/build
23:21:16 [2022-10-04T23:21:16.804Z] #29 98.73 + GO111MODULE=on
23:21:16 [2022-10-04T23:21:16.804Z] #29 98.73 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
23:21:16 [2022-10-04T23:21:16.936Z] #38 41.19   DEP      compel/plugins/shmem/shmem.d
23:21:16 [2022-10-04T23:21:16.936Z] #38 41.32   DEP      compel/plugins/fds/fds.d
23:21:16 [2022-10-04T23:21:16.936Z] #38 41.38   CC       compel/plugins/std/std.o
23:21:17 [2022-10-04T23:21:17.195Z] #38 ...
23:21:17 [2022-10-04T23:21:17.195Z] 
23:21:17 [2022-10-04T23:21:17.195Z] #27 [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
23:21:17 [2022-10-04T23:21:17.195Z] #27 93.95 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
23:21:17 [2022-10-04T23:21:17.195Z] #27 93.95 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
23:21:17 [2022-10-04T23:21:17.195Z] #27 93.96 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:21:17 [2022-10-04T23:21:17.195Z] #27 100.4 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
23:21:17 [2022-10-04T23:21:17.195Z] #27 100.4 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
23:21:17 [2022-10-04T23:21:17.195Z] #27 100.4 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
23:21:17 [2022-10-04T23:21:17.195Z] #27 ...
23:21:17 [2022-10-04T23:21:17.195Z] 
23:21:17 [2022-10-04T23:21:17.195Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:17 [2022-10-04T23:21:17.195Z] #38 41.65   CC       compel/plugins/std/fds.o
23:21:17 [2022-10-04T23:21:17.250Z] #38 45.10   CC       compel/arch/x86/src/lib/infect.o
23:21:17 [2022-10-04T23:21:17.762Z] #38 42.04   CC       compel/plugins/std/log.o
23:21:17 [2022-10-04T23:21:17.764Z] Client:
23:21:17 [2022-10-04T23:21:17.764Z]  Version:           20.10.9
23:21:17 [2022-10-04T23:21:17.764Z]  API version:       1.41
23:21:17 [2022-10-04T23:21:17.764Z]  Go version:        go1.16.8
23:21:17 [2022-10-04T23:21:17.764Z]  Git commit:        c2ea9bc
23:21:17 [2022-10-04T23:21:17.764Z]  Built:             Mon Oct  4 16:11:10 2021
23:21:17 [2022-10-04T23:21:17.764Z]  OS/Arch:           windows/amd64
23:21:17 [2022-10-04T23:21:17.764Z]  Context:           default
23:21:17 [2022-10-04T23:21:17.764Z]  Experimental:      true
23:21:17 [2022-10-04T23:21:17.764Z] 
23:21:17 [2022-10-04T23:21:17.764Z] Server: Docker Engine - Community
23:21:17 [2022-10-04T23:21:17.764Z]  Engine:
23:21:17 [2022-10-04T23:21:17.764Z]   Version:          20.10.9
23:21:17 [2022-10-04T23:21:17.764Z]   API version:      1.41 (minimum version 1.24)
23:21:17 [2022-10-04T23:21:17.764Z]   Go version:       go1.16.8
23:21:17 [2022-10-04T23:21:17.764Z]   Git commit:       79ea9d3
23:21:17 [2022-10-04T23:21:17.764Z]   Built:            Mon Oct  4 16:06:39 2021
23:21:17 [2022-10-04T23:21:17.764Z]   OS/Arch:          windows/amd64
23:21:17 [2022-10-04T23:21:17.764Z]   Experimental:     true
23:21:17 [2022-10-04T23:21:17.819Z] #38 ...
23:21:17 [2022-10-04T23:21:17.819Z] 
23:21:17 [2022-10-04T23:21:17.819Z] #31 [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
23:21:17 [2022-10-04T23:21:17.819Z] #31 92.62 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
23:21:17 [2022-10-04T23:21:17.819Z] #31 92.63 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
23:21:17 [2022-10-04T23:21:17.819Z] #31 92.64 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
23:21:17 [2022-10-04T23:21:17.819Z] #31 99.05 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
23:21:17 [2022-10-04T23:21:17.819Z] #31 99.06 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
23:21:17 [2022-10-04T23:21:17.819Z] #31 99.07 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:21:17 [2022-10-04T23:21:17.819Z] #31 ...
23:21:17 [2022-10-04T23:21:17.819Z] 
23:21:17 [2022-10-04T23:21:17.820Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:17 [2022-10-04T23:21:17.820Z] #38 45.92   CC       compel/src/lib/infect-rpc.o
23:21:18 [2022-10-04T23:21:18.390Z] #38 46.24   CC       compel/src/lib/infect-util.o
23:21:18 [2022-10-04T23:21:18.390Z] #38 46.49   CC       compel/src/lib/infect.o
23:21:18 [2022-10-04T23:21:18.497Z] #28 ...
23:21:18 [2022-10-04T23:21:18.497Z] 
23:21:18 [2022-10-04T23:21:18.497Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:18 [2022-10-04T23:21:18.497Z] #39 24.12   CC       images/ns.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 24.36   CC       images/regfile.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 24.60   CC       images/ghost-file.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 24.93   CC       images/fifo.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 25.14   CC       images/remap-file-path.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 25.40   CC       images/eventfd.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 25.59   CC       images/eventpoll.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 25.99   CC       images/fh.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 26.22   CC       images/fsnotify.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 26.85   CC       images/signalfd.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 27.10   CC       images/fs.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 27.33   CC       images/pstree.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 27.50   CC       images/pipe.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 27.78   CC       images/tcp-stream.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 28.07   CC       images/sk-packet.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 28.34   CC       images/mnt.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 28.52   CC       images/pipe-data.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 28.77   CC       images/sa.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 29.01   CC       images/timer.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 29.45   CC       images/timerfd.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 29.75   CC       images/mm.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 30.05   CC       images/sk-opts.o
23:21:18 [2022-10-04T23:21:18.497Z] #39 ...
23:21:18 [2022-10-04T23:21:18.497Z] 
23:21:18 [2022-10-04T23:21:18.497Z] #28 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:21:18 [2022-10-04T23:21:18.497Z] #28 95.26 flag
23:21:18 [2022-10-04T23:21:18.498Z] #28 95.27 github.com/BurntSushi/toml
[Pipeline] sh
23:21:18 [2022-10-04T23:21:18.698Z] #38 42.77   CC       compel/plugins/std/string.o
23:21:18 [2022-10-04T23:21:18.956Z] #38 43.28   CC       compel/plugins/std/infect.o
23:21:19 [2022-10-04T23:21:19.524Z] #38 43.59   CC       compel/arch/x86/plugins/std/parasite-head.o
23:21:19 [2022-10-04T23:21:19.524Z] #38 43.64   CC       compel/arch/x86/plugins/std/memcpy.o
23:21:19 [2022-10-04T23:21:19.524Z] #38 43.70   CC       compel/arch/x86/plugins/std/syscalls-64.o
23:21:19 [2022-10-04T23:21:19.524Z] #38 43.79   AR       compel/plugins/std.lib.a
23:21:19 [2022-10-04T23:21:19.524Z] #38 43.85   CC       compel/plugins/fds/fds.o
23:21:19 [2022-10-04T23:21:19.581Z] + docker info
23:21:19 [2022-10-04T23:21:19.782Z] #38 44.09   AR       compel/plugins/fds.lib.a
23:21:19 [2022-10-04T23:21:19.877Z] #28 96.96 log
23:21:20 [2022-10-04T23:21:20.041Z] #38 44.16   HOSTDEP  compel/src/lib/log-host.d
23:21:20 [2022-10-04T23:21:20.041Z] #38 44.26   HOSTDEP  compel/src/lib/handle-elf-host.d
23:21:20 [2022-10-04T23:21:20.041Z] #38 44.36   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
23:21:20 [2022-10-04T23:21:20.041Z] #38 44.48   HOSTDEP  compel/src/main-host.d
23:21:20 [2022-10-04T23:21:20.299Z] #38 44.62   DEP      compel/src/lib/ptrace.d
23:21:20 [2022-10-04T23:21:20.299Z] #38 44.73   DEP      compel/src/lib/infect.d
23:21:20 [2022-10-04T23:21:20.867Z] #38 44.90   DEP      compel/src/lib/infect-util.d
23:21:20 [2022-10-04T23:21:20.867Z] #38 45.04   DEP      compel/src/lib/infect-rpc.d
23:21:20 [2022-10-04T23:21:20.867Z] #38 45.17   DEP      compel/arch/x86/src/lib/infect.d
23:21:20 [2022-10-04T23:21:20.867Z] #38 45.28   DEP      compel/arch/x86/src/lib/cpu.d
23:21:20 [2022-10-04T23:21:20.931Z] #38 48.63   CC       compel/src/lib/ptrace.o
23:21:20 [2022-10-04T23:21:20.932Z] #38 49.01   AR       compel/libcompel.a
23:21:20 [2022-10-04T23:21:20.932Z] #38 49.07   HOSTCC   compel/src/main-host.o
23:21:21 [2022-10-04T23:21:21.125Z] #38 45.36   DEP      compel/src/lib/log.d
23:21:21 [2022-10-04T23:21:21.125Z] #38 45.47   DEP      compel/src/main.d
23:21:21 [2022-10-04T23:21:21.384Z] #38 45.64   DEP      compel/src/lib/handle-elf.d
23:21:21 [2022-10-04T23:21:21.384Z] #38 45.71   DEP      compel/arch/x86/src/lib/handle-elf.d
23:21:21 [2022-10-04T23:21:21.502Z] #38 49.32   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
23:21:21 [2022-10-04T23:21:21.502Z] #38 49.48   HOSTCC   compel/src/lib/handle-elf-host.o
23:21:21 [2022-10-04T23:21:21.643Z] #38 45.81   CC       compel/src/lib/log.o
23:21:21 [2022-10-04T23:21:21.762Z] #38 49.76   HOSTCC   compel/src/lib/log-host.o
23:21:21 [2022-10-04T23:21:21.762Z] #38 49.89   HOSTLINK compel/compel-host-bin
23:21:21 [2022-10-04T23:21:21.901Z] #38 46.02   CC       compel/arch/x86/src/lib/cpu.o
23:21:22 [2022-10-04T23:21:22.022Z] #38 50.03   DEP      soccr/soccr.d
23:21:22 [2022-10-04T23:21:22.022Z] #38 50.15   CC       soccr/soccr.o
23:21:22 [2022-10-04T23:21:22.047Z] #29 ...
23:21:22 [2022-10-04T23:21:22.047Z] 
23:21:22 [2022-10-04T23:21:22.047Z] #32 [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
23:21:22 [2022-10-04T23:21:22.047Z] #32 94.52 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
23:21:22 [2022-10-04T23:21:22.047Z] #32 94.52 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 94.53 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 98.78 Selecting previously unselected package g++-mingw-w64-x86-64.
23:21:22 [2022-10-04T23:21:22.047Z] #32 98.79 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 98.80 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 98.92 Selecting previously unselected package libapparmor1:arm64.
23:21:22 [2022-10-04T23:21:22.047Z] #32 98.93 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 98.93 Unpacking libapparmor1:arm64 (2.13.6-10) ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.02 Selecting previously unselected package libapparmor-dev:arm64.
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.03 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.04 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.15 Selecting previously unselected package libbtrfs0:arm64.
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.15 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.16 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.28 Selecting previously unselected package libbtrfs-dev:arm64.
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.28 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.29 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.49 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.49 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.50 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.57 Selecting previously unselected package libudev-dev:arm64.
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.57 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_arm64.deb ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.58 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.71 Selecting previously unselected package libsepol1-dev:arm64.
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.71 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.72 Unpacking libsepol1-dev:arm64 (3.1-1) ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.92 Selecting previously unselected package libpcre2-16-0:arm64.
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.93 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 99.94 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 100.1 Selecting previously unselected package libpcre2-32-0:arm64.
23:21:22 [2022-10-04T23:21:22.047Z] #32 100.1 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 100.1 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 100.3 Selecting previously unselected package libpcre2-posix2:arm64.
23:21:22 [2022-10-04T23:21:22.047Z] #32 100.3 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 100.3 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 100.4 Selecting previously unselected package libpcre2-dev:arm64.
23:21:22 [2022-10-04T23:21:22.047Z] #32 100.4 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 100.4 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
23:21:22 [2022-10-04T23:21:22.047Z] #32 100.8 Selecting previously unselected package libselinux1-dev:arm64.
23:21:22 [2022-10-04T23:21:22.048Z] #32 100.9 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 100.9 Unpacking libselinux1-dev:arm64 (3.1-3) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 101.1 Selecting previously unselected package libdevmapper-dev:arm64.
23:21:22 [2022-10-04T23:21:22.048Z] #32 101.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 101.1 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 101.2 Selecting previously unselected package libseccomp-dev:arm64.
23:21:22 [2022-10-04T23:21:22.048Z] #32 101.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 101.3 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 101.4 Selecting previously unselected package libsystemd-dev:arm64.
23:21:22 [2022-10-04T23:21:22.048Z] #32 101.4 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 101.4 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 101.9 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 101.9 Setting up libapparmor1:arm64 (2.13.6-10) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 101.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.0 Setting up libsepol1-dev:arm64 (3.1-1) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.0 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.0 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.0 Setting up libbtrfs0:arm64 (5.10.1-2) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.0 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.0 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.0 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.1 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.1 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.1 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.1 Setting up mingw-w64-common (8.0.0-1) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.1 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.1 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.2 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.2 Setting up libselinux1-dev:arm64 (3.1-3) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.2 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.2 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.2 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.2 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.3 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.3 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.4 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.4 Setting up dmsetup (2:1.02.175-2.1) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.4 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.4 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
23:21:22 [2022-10-04T23:21:22.048Z] #32 102.5 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:21:22 [2022-10-04T23:21:22.469Z] #38 46.73   CC       compel/arch/x86/src/lib/infect.o
23:21:22 [2022-10-04T23:21:22.976Z] #32 DONE 104.8s
23:21:22 [2022-10-04T23:21:22.976Z] 
23:21:22 [2022-10-04T23:21:22.976Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:22 [2022-10-04T23:21:22.976Z] #38 49.97   AR       soccr/libsoccr.a
23:21:22 [2022-10-04T23:21:22.976Z] #38 50.04 make[1]: 'soccr/libsoccr.a' is up to date.
23:21:22 [2022-10-04T23:21:22.976Z] #38 50.33   DEP      criu/arch/aarch64/sigframe.d
23:21:22 [2022-10-04T23:21:22.976Z] #38 50.48   DEP      criu/arch/aarch64/crtools.d
23:21:22 [2022-10-04T23:21:22.976Z] #38 50.67   DEP      criu/arch/aarch64/cpu.d
23:21:22 [2022-10-04T23:21:22.976Z] #38 50.72   DEP      criu/arch/aarch64/bitops.d
23:21:22 [2022-10-04T23:21:22.976Z] #38 50.79   CC       criu/arch/aarch64/bitops.o
23:21:22 [2022-10-04T23:21:22.976Z] #38 50.85   CC       criu/arch/aarch64/cpu.o
23:21:22 [2022-10-04T23:21:22.976Z] #38 50.95   CC       criu/arch/aarch64/crtools.o
23:21:22 [2022-10-04T23:21:22.976Z] #38 51.38   CC       criu/arch/aarch64/sigframe.o
23:21:22 [2022-10-04T23:21:22.976Z] #38 51.58   LINK     criu/arch/aarch64/crtools.built-in.o
23:21:22 [2022-10-04T23:21:22.976Z] #38 51.65   DEP      criu/pie/util-vdso.d
23:21:22 [2022-10-04T23:21:22.976Z] #38 51.82   DEP      criu/pie/util.d
23:21:22 [2022-10-04T23:21:22.976Z] #38 51.95   CC       criu/pie/util.o
23:21:22 [2022-10-04T23:21:22.976Z] #38 52.27   CC       criu/pie/util-vdso.o
23:21:22 [2022-10-04T23:21:22.976Z] #38 52.83   AR       criu/pie/pie.lib.a
23:21:22 [2022-10-04T23:21:22.976Z] #38 52.90   DEP      criu/pie/restorer.d
23:21:22 [2022-10-04T23:21:22.976Z] #38 53.09   DEP      criu/arch/aarch64/intraprocedure.d
23:21:22 [2022-10-04T23:21:22.976Z] #38 53.13   DEP      criu/arch/aarch64/restorer.d
23:21:22 [2022-10-04T23:21:22.976Z] #38 53.27   DEP      criu/arch/aarch64/vdso-pie.d
23:21:22 [2022-10-04T23:21:22.976Z] #38 53.37   DEP      criu/pie/parasite-vdso.d
23:21:22 [2022-10-04T23:21:22.976Z] #38 53.54   DEP      criu/pie/parasite.d
23:21:22 [2022-10-04T23:21:22.976Z] #38 53.83   CC       criu/pie/parasite.o
23:21:22 [2022-10-04T23:21:22.976Z] #38 54.78   LINK     criu/pie/parasite.built-in.o
23:21:22 [2022-10-04T23:21:22.976Z] #38 54.79   GEN      criu/pie/parasite-blob.h
23:21:22 [2022-10-04T23:21:22.976Z] #38 54.80   CC       criu/pie/parasite-vdso.o
23:21:22 [2022-10-04T23:21:22.976Z] #38 55.25   CC       criu/arch/aarch64/vdso-pie.o
23:21:22 [2022-10-04T23:21:22.976Z] #38 55.55   CC       criu/arch/aarch64/restorer.o
23:21:22 [2022-10-04T23:21:22.976Z] #38 ...
23:21:22 [2022-10-04T23:21:22.976Z] 
23:21:22 [2022-10-04T23:21:22.976Z] #29 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:21:22 [2022-10-04T23:21:22.976Z] #29 DONE 104.8s
23:21:22 [2022-10-04T23:21:22.976Z] 
23:21:22 [2022-10-04T23:21:22.976Z] #40 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
23:21:22 [2022-10-04T23:21:22.976Z] #40 DONE 0.1s
23:21:22 [2022-10-04T23:21:22.976Z] 
23:21:22 [2022-10-04T23:21:22.976Z] #41 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
23:21:23 [2022-10-04T23:21:23.037Z] #38 47.36   CC       compel/src/lib/infect-rpc.o
23:21:23 [2022-10-04T23:21:23.172Z] #28 99.69 github.com/BurntSushi/toml/cmd/tomlv
23:21:23 [2022-10-04T23:21:23.231Z] #41 DONE 0.2s
23:21:23 [2022-10-04T23:21:23.231Z] 
23:21:23 [2022-10-04T23:21:23.231Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:23 [2022-10-04T23:21:23.231Z] #38 56.11   CC       criu/arch/aarch64/intraprocedure.o
23:21:23 [2022-10-04T23:21:23.231Z] #38 56.23   CC       criu/pie/restorer.o
23:21:23 [2022-10-04T23:21:23.404Z] #38 51.37   AR       soccr/libsoccr.a
23:21:23 [2022-10-04T23:21:23.404Z] #38 51.43 make[1]: 'soccr/libsoccr.a' is up to date.
23:21:23 [2022-10-04T23:21:23.431Z] #28 ...
23:21:23 [2022-10-04T23:21:23.431Z] 
23:21:23 [2022-10-04T23:21:23.431Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:21:23 [2022-10-04T23:21:23.432Z] #37 49.32 Updating files:  48% (2443/5066)
Updating files:  49% (2483/5066)
Updating files:  50% (2533/5066)
Updating files:  51% (2584/5066)
Updating files:  52% (2635/5066)
Updating files:  53% (2685/5066)
Updating files:  54% (2736/5066)
Updating files:  55% (2787/5066)
Updating files:  56% (2837/5066)
Updating files:  57% (2888/5066)
Updating files:  58% (2939/5066)
Updating files:  59% (2989/5066)
Updating files:  60% (3040/5066)
Updating files:  61% (3091/5066)
Updating files:  62% (3141/5066)
Updating files:  63% (3192/5066)
Updating files:  64% (3243/5066)
Updating files:  65% (3293/5066)
Updating files:  66% (3344/5066)
Updating files:  67% (3395/5066)
Updating files:  68% (3445/5066)
Updating files:  69% (3496/5066)
Updating files:  70% (3547/5066)
Updating files:  71% (3597/5066)
Updating files:  72% (3648/5066)
Updating files:  73% (3699/5066)
Updating files:  74% (3749/5066)
Updating files:  75% (3800/5066)
Updating files:  76% (3851/5066)
Updating files:  77% (3901/5066)
Updating files:  78% (3952/5066)
Updating files:  79% (4003/5066)
Updating files:  80% (4053/5066)
Updating files:  81% (4104/5066)
Updating files:  82% (4155/5066)
Updating files:  83% (4205/5066)
Updating files:  84% (4256/5066)
Updating files:  84% (4259/5066)
Updating files:  85% (4307/5066)
Updating files:  86% (4357/5066)
Updating files:  87% (4408/5066)
Updating files:  88% (4459/5066)
Updating files:  89% (4509/5066)
Updating files:  90% (4560/5066)
Updating files:  91% (4611/5066)
Updating files:  92% (4661/5066)
Updating files:  93% (4712/5066)
Updating files:  94% (4763/5066)
Updating files:  95% (4813/5066)
Updating files:  96% (4864/5066)
Updating files:  97% (4915/5066)
Updating files:  98% (4965/5066)
Updating files:  99% (5016/5066)
Updating files: 100% (5066/5066)
Updating files: 100% (5066/5066), done.
23:21:23 [2022-10-04T23:21:23.432Z] #37 50.95 + cd /tmp/tmp.UgPzM4EB3X/src/github.com/containerd/containerd
23:21:23 [2022-10-04T23:21:23.432Z] #37 50.96 + git checkout -q v1.6.8
23:21:23 [2022-10-04T23:21:23.432Z] #37 53.08 + export 'BUILDTAGS=netgo osusergo static_build'
23:21:23 [2022-10-04T23:21:23.432Z] #37 53.08 + BUILDTAGS='netgo osusergo static_build'
23:21:23 [2022-10-04T23:21:23.432Z] #37 53.08 + export EXTRA_FLAGS=-buildmode=pie
23:21:23 [2022-10-04T23:21:23.432Z] #37 53.08 + EXTRA_FLAGS=-buildmode=pie
23:21:23 [2022-10-04T23:21:23.432Z] #37 53.08 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
23:21:23 [2022-10-04T23:21:23.432Z] #37 53.08 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
23:21:23 [2022-10-04T23:21:23.432Z] #37 53.08 + '[' '' = dynamic ']'
23:21:23 [2022-10-04T23:21:23.432Z] #37 53.08 + make
23:21:23 [2022-10-04T23:21:23.605Z] #38 47.68   CC       compel/src/lib/infect-util.o
23:21:23 [2022-10-04T23:21:23.605Z] #38 47.87   CC       compel/src/lib/infect.o
23:21:23 [2022-10-04T23:21:23.665Z] #38 51.70   DEP      criu/arch/x86/sigframe.d
23:21:23 [2022-10-04T23:21:23.665Z] #38 51.79   DEP      criu/arch/x86/sigaction_compat.d
23:21:23 [2022-10-04T23:21:23.863Z] #38 ...
23:21:23 [2022-10-04T23:21:23.863Z] 
23:21:23 [2022-10-04T23:21:23.864Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:21:23 [2022-10-04T23:21:23.864Z] #37 54.66 + bin/ctr
23:21:23 [2022-10-04T23:21:23.925Z] #38 51.87   DEP      criu/arch/x86/kerndat.d
23:21:23 [2022-10-04T23:21:23.925Z] #38 52.00   DEP      criu/arch/x86/crtools.d
23:21:24 [2022-10-04T23:21:24.002Z] #37 54.90 + bin/ctr
23:21:24 [2022-10-04T23:21:24.122Z] #37 ...
23:21:24 [2022-10-04T23:21:24.122Z] 
23:21:24 [2022-10-04T23:21:24.122Z] #27 [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
23:21:24 [2022-10-04T23:21:24.122Z] #27 106.3 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
23:21:24 [2022-10-04T23:21:24.122Z] #27 106.3 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
23:21:24 [2022-10-04T23:21:24.122Z] #27 106.3 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:21:24 [2022-10-04T23:21:24.185Z] #38 52.12   DEP      criu/arch/x86/cpu.d
23:21:24 [2022-10-04T23:21:24.185Z] #38 52.30   CC       criu/arch/x86/cpu.o
23:21:24 [2022-10-04T23:21:24.598Z] #38 ...
23:21:24 [2022-10-04T23:21:24.598Z] 
23:21:24 [2022-10-04T23:21:24.598Z] #42 [dev-systemd-false  1/26] RUN groupadd -r docker
23:21:24 [2022-10-04T23:21:24.598Z] #42 DONE 1.6s
23:21:24 [2022-10-04T23:21:24.598Z] 
23:21:24 [2022-10-04T23:21:24.598Z] #43 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.334 + RM_GOPATH=0
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.334 + TMP_GOPATH=
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.334 + : /build
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.334 + '[' -z '' ']'
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.334 ++ mktemp -d
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.334 + export GOPATH=/tmp/tmp.NQJ8VvxMwp
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.334 + GOPATH=/tmp/tmp.NQJ8VvxMwp
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.334 + RM_GOPATH=1
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.334 + case "$(go env GOARCH)" in
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.334 ++ go env GOARCH
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.345 + export GO_BUILDMODE=-buildmode=pie
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.345 + GO_BUILDMODE=-buildmode=pie
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.356 ++ dirname /tmp/install/install.sh
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.359 + dir=/tmp/install
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.359 + bin=runc
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.360 + shift
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.363 Install runc version v1.1.4 (build tags: seccomp)
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.363 + '[' '!' -f /tmp/install/runc.installer ']'
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.363 + . /tmp/install/runc.installer
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.363 ++ set -e
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.363 ++ : v1.1.4
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.363 + install_runc
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.363 + RUNC_BUILDTAGS=seccomp
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.363 + echo 'Install runc version v1.1.4 (build tags: seccomp)'
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.370 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.NQJ8VvxMwp/src/github.com/opencontainers/runc
23:21:24 [2022-10-04T23:21:24.598Z] #0 1.370 Cloning into '/tmp/tmp.NQJ8VvxMwp/src/github.com/opencontainers/runc'...
23:21:25 [2022-10-04T23:21:25.125Z] #38 52.91 include/common/asm/bitops.h: Assembler messages:
23:21:25 [2022-10-04T23:21:25.125Z] #38 52.92 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt'
23:21:25 [2022-10-04T23:21:25.125Z] #38 52.92 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt'
23:21:25 [2022-10-04T23:21:25.125Z] #38 52.92 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt'
23:21:25 [2022-10-04T23:21:25.125Z] #38 52.92 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt'
23:21:25 [2022-10-04T23:21:25.125Z] #38 52.94   CC       criu/arch/x86/crtools.o
23:21:25 [2022-10-04T23:21:25.969Z] #43 ...
23:21:25 [2022-10-04T23:21:25.969Z] 
23:21:25 [2022-10-04T23:21:25.969Z] #44 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
23:21:25 [2022-10-04T23:21:25.969Z] #44 DONE 1.3s
23:21:25 [2022-10-04T23:21:25.969Z] 
23:21:25 [2022-10-04T23:21:25.969Z] #45 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
23:21:26 [2022-10-04T23:21:26.025Z] #27 ...
23:21:26 [2022-10-04T23:21:26.025Z] 
23:21:26 [2022-10-04T23:21:26.025Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:26 [2022-10-04T23:21:26.025Z] #38 49.90   CC       compel/src/lib/ptrace.o
23:21:26 [2022-10-04T23:21:26.065Z] #38 54.10   CC       criu/arch/x86/kerndat.o
23:21:26 [2022-10-04T23:21:26.284Z] #38 50.34   AR       compel/libcompel.a
23:21:26 [2022-10-04T23:21:26.284Z] #38 50.42   HOSTCC   compel/src/main-host.o
23:21:26 [2022-10-04T23:21:26.327Z] #38 ...
23:21:26 [2022-10-04T23:21:26.327Z] 
23:21:26 [2022-10-04T23:21:26.327Z] #31 [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
23:21:26 [2022-10-04T23:21:26.327Z] #31 111.4 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
23:21:26 [2022-10-04T23:21:26.327Z] #31 111.4 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
23:21:26 [2022-10-04T23:21:26.327Z] #31 111.4 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:21:26 [2022-10-04T23:21:26.532Z] #45 0.738 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
23:21:26 [2022-10-04T23:21:26.544Z] #38 50.68   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
23:21:26 [2022-10-04T23:21:26.544Z] #38 50.79   HOSTCC   compel/src/lib/handle-elf-host.o
23:21:26 [2022-10-04T23:21:26.547Z] #37 ...
23:21:26 [2022-10-04T23:21:26.547Z] 
23:21:26 [2022-10-04T23:21:26.547Z] #28 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
23:21:26 [2022-10-04T23:21:26.547Z] #28 DONE 103.4s
23:21:26 [2022-10-04T23:21:26.547Z] 
23:21:26 [2022-10-04T23:21:26.547Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:26 [2022-10-04T23:21:26.547Z] #39 30.28   CC       images/sk-unix.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 30.53   CC       images/sk-inet.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 30.89   CC       images/tun.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 31.16   CC       images/sk-netlink.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 31.44   CC       images/packet-sock.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 31.86   CC       images/ipc-var.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 32.09   CC       images/ipc-desc.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 32.31   CC       images/ipc-shm.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 32.50   CC       images/ipc-msg.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 32.77   CC       images/ipc-sem.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 32.97   CC       images/utsns.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 33.19   CC       images/creds.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 33.35   CC       images/vma.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 33.54   CC       images/netdev.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 33.99   CC       images/tty.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 34.50   CC       images/file-lock.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 34.67   CC       images/rlimit.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 34.88   CC       images/pagemap.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 35.29   CC       images/siginfo.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 35.59   CC       images/rpc.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 36.81   CC       images/ext-file.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 36.99   CC       images/cgroup.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 37.60   CC       images/userns.o
23:21:26 [2022-10-04T23:21:26.547Z] #39 37.92   CC       images/google/protobuf/descriptor.o
23:21:26 [2022-10-04T23:21:26.790Z] #45 DONE 0.9s
23:21:26 [2022-10-04T23:21:26.790Z] 
23:21:26 [2022-10-04T23:21:26.790Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
23:21:26 [2022-10-04T23:21:26.803Z] #38 51.11   HOSTCC   compel/src/lib/log-host.o
23:21:27 [2022-10-04T23:21:27.061Z] #38 51.25   HOSTLINK compel/compel-host-bin
23:21:27 [2022-10-04T23:21:27.061Z] #38 51.37   DEP      soccr/soccr.d
23:21:27 [2022-10-04T23:21:27.061Z] #38 51.51   CC       soccr/soccr.o
23:21:27 [2022-10-04T23:21:27.818Z] #21 108.6 Updating files:  19% (2211/11414)
Updating files:  20% (2283/11414)
Updating files:  21% (2397/11414)
Updating files:  22% (2512/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  33% (3767/11414)
Updating files:  33% (3880/11414)
23:21:27 [2022-10-04T23:21:27.818Z] #21 ...
23:21:27 [2022-10-04T23:21:27.818Z] 
23:21:27 [2022-10-04T23:21:27.818Z] #46 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
23:21:27 [2022-10-04T23:21:27.818Z] #46 DONE 0.9s
23:21:27 [2022-10-04T23:21:27.818Z] 
23:21:27 [2022-10-04T23:21:27.818Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
23:21:28 [2022-10-04T23:21:28.438Z] #38 52.85   AR       soccr/libsoccr.a
23:21:28 [2022-10-04T23:21:28.463Z] #39 40.04   CC       images/opts.o
23:21:28 [2022-10-04T23:21:28.463Z] #39 40.23   CC       images/seccomp.o
23:21:28 [2022-10-04T23:21:28.636Z] Client:
23:21:28 [2022-10-04T23:21:28.636Z]  Context:    default
23:21:28 [2022-10-04T23:21:28.636Z]  Debug Mode: false
23:21:28 [2022-10-04T23:21:28.636Z]  Plugins:
23:21:28 [2022-10-04T23:21:28.636Z]   app: Docker Application (Docker Inc., v0.8.0)
23:21:28 [2022-10-04T23:21:28.636Z]   cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0)
23:21:28 [2022-10-04T23:21:28.636Z]   registry: Manage Docker registries (Docker Inc., 0.1.0)
23:21:28 [2022-10-04T23:21:28.636Z] 
23:21:28 [2022-10-04T23:21:28.636Z] Server:
23:21:28 [2022-10-04T23:21:28.636Z]  Containers: 0
23:21:28 [2022-10-04T23:21:28.636Z]   Running: 0
23:21:28 [2022-10-04T23:21:28.636Z]   Paused: 0
23:21:28 [2022-10-04T23:21:28.636Z]   Stopped: 0
23:21:28 [2022-10-04T23:21:28.636Z]  Images: 0
23:21:28 [2022-10-04T23:21:28.636Z]  Server Version: 20.10.9
23:21:28 [2022-10-04T23:21:28.636Z]  Storage Driver: windowsfilter (windows) lcow (linux)
23:21:28 [2022-10-04T23:21:28.636Z]   Windows: 
23:21:28 [2022-10-04T23:21:28.636Z]   LCOW: 
23:21:28 [2022-10-04T23:21:28.636Z]  Logging Driver: json-file
23:21:28 [2022-10-04T23:21:28.636Z]  Plugins:
23:21:28 [2022-10-04T23:21:28.636Z]   Volume: local
23:21:28 [2022-10-04T23:21:28.636Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
23:21:28 [2022-10-04T23:21:28.636Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
23:21:28 [2022-10-04T23:21:28.636Z]  Swarm: inactive
23:21:28 [2022-10-04T23:21:28.636Z]  Default Isolation: process
23:21:28 [2022-10-04T23:21:28.636Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
23:21:28 [2022-10-04T23:21:28.636Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183)
23:21:28 [2022-10-04T23:21:28.636Z]  OSType: windows
23:21:28 [2022-10-04T23:21:28.636Z]  Architecture: x86_64
23:21:28 [2022-10-04T23:21:28.636Z]  CPUs: 4
23:21:28 [2022-10-04T23:21:28.636Z]  Total Memory: 32GiB
23:21:28 [2022-10-04T23:21:28.636Z]  Name: azwin-2-4c94e0
23:21:28 [2022-10-04T23:21:28.636Z]  ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L
23:21:28 [2022-10-04T23:21:28.636Z]  Docker Root Dir: D:\docker
23:21:28 [2022-10-04T23:21:28.636Z]  Debug Mode: false
23:21:28 [2022-10-04T23:21:28.636Z]  Registry: https://index.docker.io/v1/
23:21:28 [2022-10-04T23:21:28.636Z]  Labels:
23:21:28 [2022-10-04T23:21:28.636Z]  Experimental: true
23:21:28 [2022-10-04T23:21:28.636Z]  Insecure Registries:
23:21:28 [2022-10-04T23:21:28.636Z]   10.0.0.4:5000
23:21:28 [2022-10-04T23:21:28.636Z]   127.0.0.0/8
23:21:28 [2022-10-04T23:21:28.636Z]  Registry Mirrors:
23:21:28 [2022-10-04T23:21:28.636Z]   http://10.0.0.4:5000/
23:21:28 [2022-10-04T23:21:28.636Z]  Live Restore Enabled: false
23:21:28 [2022-10-04T23:21:28.636Z]  Product License: Community Engine
23:21:28 [2022-10-04T23:21:28.636Z] 
23:21:28 [2022-10-04T23:21:28.697Z] #38 52.91 make[1]: 'soccr/libsoccr.a' is up to date.
23:21:28 [2022-10-04T23:21:28.724Z] #39 40.45   CC       images/binfmt-misc.o
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
23:21:28 [2022-10-04T23:21:28.849Z] #21 108.6 Updating files:  19% (2211/11414)
Updating files:  20% (2283/11414)
Updating files:  21% (2397/11414)
Updating files:  22% (2512/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  33% (3767/11414)
Updating files:  33% (3880/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  52% (6010/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
23:21:28 [2022-10-04T23:21:28.849Z] #21 ...
23:21:28 [2022-10-04T23:21:28.849Z] 
23:21:28 [2022-10-04T23:21:28.849Z] #47 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
23:21:28 [2022-10-04T23:21:28.849Z] #47 DONE 1.2s
23:21:28 [2022-10-04T23:21:28.849Z] 
23:21:28 [2022-10-04T23:21:28.849Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
[Pipeline] powershell
23:21:28 [2022-10-04T23:21:28.955Z] #38 53.24   DEP      criu/arch/x86/sigframe.d
23:21:28 [2022-10-04T23:21:28.956Z] #38 53.40   DEP      criu/arch/x86/sigaction_compat.d
23:21:28 [2022-10-04T23:21:28.985Z] #39 40.61   CC       images/time.o
23:21:28 [2022-10-04T23:21:28.985Z] #39 40.78   CC       images/sysctl.o
23:21:29 [2022-10-04T23:21:29.214Z] #38 53.55   DEP      criu/arch/x86/kerndat.d
23:21:29 [2022-10-04T23:21:29.246Z] #39 40.92   CC       images/autofs.o
23:21:29 [2022-10-04T23:21:29.247Z] #39 ...
23:21:29 [2022-10-04T23:21:29.247Z] 
23:21:29 [2022-10-04T23:21:29.247Z] #34 [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
23:21:29 [2022-10-04T23:21:29.247Z] #34 96.20 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
23:21:29 [2022-10-04T23:21:29.247Z] #34 96.20 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
23:21:29 [2022-10-04T23:21:29.247Z] #34 96.20 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:21:29 [2022-10-04T23:21:29.247Z] #34 103.1 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
23:21:29 [2022-10-04T23:21:29.247Z] #34 103.1 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
23:21:29 [2022-10-04T23:21:29.247Z] #34 103.2 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
23:21:29 [2022-10-04T23:21:29.247Z] #34 ...
23:21:29 [2022-10-04T23:21:29.247Z] 
23:21:29 [2022-10-04T23:21:29.247Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:29 [2022-10-04T23:21:29.247Z] #39 41.09   CC       images/macvlan.o
23:21:29 [2022-10-04T23:21:29.473Z] #38 53.73   DEP      criu/arch/x86/crtools.d
23:21:29 [2022-10-04T23:21:29.507Z] #39 41.33   CC       images/sit.o
23:21:29 [2022-10-04T23:21:29.732Z] #38 53.91   DEP      criu/arch/x86/cpu.d
23:21:29 [2022-10-04T23:21:29.732Z] #38 54.14   CC       criu/arch/x86/cpu.o
23:21:29 [2022-10-04T23:21:29.768Z] #39 41.53   CC       images/memfd.o
23:21:29 [2022-10-04T23:21:29.874Z] #21 108.6 Updating files:  19% (2211/11414)
Updating files:  20% (2283/11414)
Updating files:  21% (2397/11414)
Updating files:  22% (2512/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  33% (3767/11414)
Updating files:  33% (3880/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  52% (6010/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
Updating files:  58% (6621/11414)
Updating files:  59% (6735/11414)
Updating files:  60% (6849/11414)
Updating files:  61% (6963/11414)
Updating files:  62% (7077/11414)
Updating files:  63% (7191/11414)
Updating files:  64% (7305/11414)
Updating files:  65% (7420/11414)
Updating files:  66% (7534/11414)
Updating files:  67% (7648/11414)
Updating files:  68% (7762/11414)
Updating files:  69% (7876/11414)
Updating files:  70% (7990/11414)
Updating files:  71% (8104/11414)
Updating files:  72% (8219/11414)
Updating files:  73% (8333/11414)
Updating files:  74% (8447/11414)
Updating files:  74% (8509/11414)
Updating files:  75% (8561/11414)
Updating files:  76% (8675/11414)
Updating files:  77% (8789/11414)
Updating files:  78% (8903/11414)
23:21:29 [2022-10-04T23:21:29.874Z] #21 ...
23:21:29 [2022-10-04T23:21:29.874Z] 
23:21:29 [2022-10-04T23:21:29.874Z] #48 [dev-systemd-false  6/26] RUN ldconfig
23:21:29 [2022-10-04T23:21:29.874Z] #48 DONE 0.9s
23:21:29 [2022-10-04T23:21:29.874Z] 
23:21:29 [2022-10-04T23:21:29.874Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
23:21:30 [2022-10-04T23:21:30.028Z] #39 41.78   CC       images/timens.o
23:21:30 [2022-10-04T23:21:30.289Z] #39 42.00   LINK     images/built-in.o
23:21:30 [2022-10-04T23:21:30.289Z] #39 42.19   GEN      compel/include/asm
23:21:30 [2022-10-04T23:21:30.299Z] #38 54.58 include/common/asm/bitops.h: Assembler messages:
23:21:30 [2022-10-04T23:21:30.299Z] #38 54.59 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt'
23:21:30 [2022-10-04T23:21:30.299Z] #38 54.59 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt'
23:21:30 [2022-10-04T23:21:30.299Z] #38 54.60 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt'
23:21:30 [2022-10-04T23:21:30.299Z] #38 54.60 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt'
23:21:30 [2022-10-04T23:21:30.299Z] #38 54.62   CC       criu/arch/x86/crtools.o
23:21:30 [2022-10-04T23:21:30.550Z] #39 42.23   GEN      compel/include/version.h
23:21:30 [2022-10-04T23:21:30.550Z] #39 42.28 touch .config
23:21:30 [2022-10-04T23:21:30.550Z] #39 42.32   GEN      include/common/config.h
23:21:30 [2022-10-04T23:21:30.550Z] #39 42.40   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
23:21:30 [2022-10-04T23:21:30.550Z] #39 42.43   GEN      compel/plugins/include/uapi/std/syscall-64.h
23:21:30 [2022-10-04T23:21:30.550Z] #39 42.46   GEN      compel/arch/x86/plugins/std/syscalls-64.S
23:21:30 [2022-10-04T23:21:30.550Z] #39 42.48   DEP      compel/arch/x86/plugins/std/syscalls-64.d
23:21:30 [2022-10-04T23:21:30.550Z] #39 42.53   DEP      compel/arch/x86/plugins/std/memcpy.d
23:21:30 [2022-10-04T23:21:30.811Z] #39 42.57   DEP      compel/arch/x86/plugins/std/parasite-head.d
23:21:30 [2022-10-04T23:21:30.811Z] #39 42.61   GEN      compel/plugins/include/uapi/std/syscall.h
23:21:30 [2022-10-04T23:21:30.811Z] #39 42.66   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
23:21:30 [2022-10-04T23:21:30.811Z] #39 42.68   GEN      compel/plugins/include/uapi/std/syscall-codes.h
23:21:30 [2022-10-04T23:21:30.811Z] #39 42.70   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
23:21:30 [2022-10-04T23:21:30.811Z] #39 42.70   DEP      compel/plugins/std/infect.d
23:21:30 [2022-10-04T23:21:30.811Z] #39 42.78   DEP      compel/plugins/std/string.d
23:21:30 [2022-10-04T23:21:30.900Z] #21 108.6 Updating files:  19% (2211/11414)
Updating files:  20% (2283/11414)
Updating files:  21% (2397/11414)
Updating files:  22% (2512/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  33% (3767/11414)
Updating files:  33% (3880/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  52% (6010/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
Updating files:  58% (6621/11414)
Updating files:  59% (6735/11414)
Updating files:  60% (6849/11414)
Updating files:  61% (6963/11414)
Updating files:  62% (7077/11414)
Updating files:  63% (7191/11414)
Updating files:  64% (7305/11414)
Updating files:  65% (7420/11414)
Updating files:  66% (7534/11414)
Updating files:  67% (7648/11414)
Updating files:  68% (7762/11414)
Updating files:  69% (7876/11414)
Updating files:  70% (7990/11414)
Updating files:  71% (8104/11414)
Updating files:  72% (8219/11414)
Updating files:  73% (8333/11414)
Updating files:  74% (8447/11414)
Updating files:  74% (8509/11414)
Updating files:  75% (8561/11414)
Updating files:  76% (8675/11414)
Updating files:  77% (8789/11414)
Updating files:  78% (8903/11414)
Updating files:  79% (9018/11414)
Updating files:  80% (9132/11414)
Updating files:  81% (9246/11414)
Updating files:  82% (9360/11414)
Updating files:  83% (9474/11414)
Updating files:  84% (9588/11414)
Updating files:  85% (9702/11414)
Updating files:  86% (9817/11414)
Updating files:  87% (9931/11414)
Updating files:  88% (10045/11414)
Updating files:  89% (10159/11414)
Updating files:  90% (10273/11414)
Updating files:  91% (10387/11414)
Updating files:  92% (10501/11414)
Updating files:  93% (10616/11414)
Updating files:  94% (10730/11414)
Updating files:  95% (10844/11414)
Updating files:  96% (10958/11414)
Updating files:  97% (11072/11414)
Updating files:  97% (11122/11414)
Updating files:  98% (11186/11414)
Updating files:  99% (11300/11414)
Updating files: 100% (11414/11414)
Updating files: 100% (11414/11414), done.
23:21:30 [2022-10-04T23:21:30.900Z] #21 112.9 + cd /tmp/tmp.gRKXXgWfVQ/tmp/docker-ce
23:21:30 [2022-10-04T23:21:30.900Z] #21 112.9 + git checkout -q v17.06.2-ce
23:21:31 [2022-10-04T23:21:31.072Z] #39 42.89   DEP      compel/plugins/std/log.d
23:21:31 [2022-10-04T23:21:31.072Z] #39 43.04   DEP      compel/plugins/std/fds.d
23:21:31 [2022-10-04T23:21:31.333Z] #39 43.12   DEP      compel/plugins/std/std.d
23:21:31 [2022-10-04T23:21:31.594Z] #39 43.20   DEP      compel/plugins/shmem/shmem.d
23:21:31 [2022-10-04T23:21:31.594Z] #39 43.28   DEP      compel/plugins/fds/fds.d
23:21:31 [2022-10-04T23:21:31.594Z] #39 43.39   CC       compel/plugins/std/std.o
23:21:31 [2022-10-04T23:21:31.675Z] #38 55.70   CC       criu/arch/x86/kerndat.o
23:21:31 [2022-10-04T23:21:31.854Z] #39 43.71   CC       compel/plugins/std/fds.o
23:21:31 [2022-10-04T23:21:31.934Z] #38 56.21   CC       criu/arch/x86/sigaction_compat.o
23:21:32 [2022-10-04T23:21:32.115Z] #39 44.06   CC       compel/plugins/std/log.o
23:21:32 [2022-10-04T23:21:32.193Z] #38 56.42   CC       criu/arch/x86/sigframe.o
23:21:32 [2022-10-04T23:21:32.452Z] #38 56.69   LINK     criu/arch/x86/crtools.built-in.o
23:21:32 [2022-10-04T23:21:32.452Z] #38 56.76   DEP      criu/pie/util-vdso-elf32.d
23:21:32 [2022-10-04T23:21:32.452Z] #38 ...
23:21:32 [2022-10-04T23:21:32.452Z] 
23:21:32 [2022-10-04T23:21:32.452Z] #27 [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
23:21:32 [2022-10-04T23:21:32.452Z] #27 119.2 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
23:21:32 [2022-10-04T23:21:32.452Z] #27 119.2 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
23:21:32 [2022-10-04T23:21:32.452Z] #27 119.2 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:21:32 [2022-10-04T23:21:32.906Z] #31 ...
23:21:32 [2022-10-04T23:21:32.906Z] 
23:21:32 [2022-10-04T23:21:32.906Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:32 [2022-10-04T23:21:32.906Z] #38 54.65   CC       criu/arch/x86/sigaction_compat.o
23:21:32 [2022-10-04T23:21:32.906Z] #38 54.92   CC       criu/arch/x86/sigframe.o
23:21:32 [2022-10-04T23:21:32.906Z] #38 55.11   LINK     criu/arch/x86/crtools.built-in.o
23:21:32 [2022-10-04T23:21:32.906Z] #38 55.19   DEP      criu/pie/util-vdso-elf32.d
23:21:32 [2022-10-04T23:21:32.906Z] #38 55.38   DEP      criu/pie/util-vdso.d
23:21:32 [2022-10-04T23:21:32.906Z] #38 55.51   DEP      criu/pie/util.d
23:21:32 [2022-10-04T23:21:32.906Z] #38 55.67   CC       criu/pie/util.o
23:21:32 [2022-10-04T23:21:32.906Z] #38 55.90   CC       criu/pie/util-vdso.o
23:21:32 [2022-10-04T23:21:32.906Z] #38 56.53   CC       criu/pie/util-vdso-elf32.o
23:21:32 [2022-10-04T23:21:32.906Z] #38 57.17   AR       criu/pie/pie.lib.a
23:21:32 [2022-10-04T23:21:32.906Z] #38 57.28   DEP      criu/pie/restorer.d
23:21:32 [2022-10-04T23:21:32.906Z] #38 57.58   DEP      criu/arch/x86/sigaction_compat_pie.d
23:21:32 [2022-10-04T23:21:32.906Z] #38 57.71   DEP      criu/arch/x86/restorer_unmap.d
23:21:32 [2022-10-04T23:21:32.906Z] #38 57.74   DEP      criu/arch/x86/restorer.d
23:21:32 [2022-10-04T23:21:32.906Z] #38 57.91   DEP      criu/arch/x86/vdso-pie.d
23:21:32 [2022-10-04T23:21:32.906Z] #38 58.00   DEP      criu/pie/parasite-vdso.d
23:21:32 [2022-10-04T23:21:32.906Z] #38 58.15   DEP      criu/pie/parasite.d
23:21:32 [2022-10-04T23:21:32.906Z] #38 58.35   CC       criu/pie/parasite.o
23:21:32 [2022-10-04T23:21:32.906Z] #38 59.38   LINK     criu/pie/parasite.built-in.o
23:21:32 [2022-10-04T23:21:32.906Z] #38 59.40   GEN      criu/pie/parasite-blob.h
23:21:32 [2022-10-04T23:21:32.906Z] #38 59.42   CC       criu/pie/parasite-vdso.o
23:21:32 [2022-10-04T23:21:32.906Z] #38 59.98   CC       criu/arch/x86/vdso-pie.o
23:21:32 [2022-10-04T23:21:32.906Z] #38 ...
23:21:32 [2022-10-04T23:21:32.906Z] 
23:21:32 [2022-10-04T23:21:32.906Z] #31 [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
23:21:32 [2022-10-04T23:21:32.906Z] #31 117.2 Selecting previously unselected package g++-mingw-w64-x86-64.
23:21:32 [2022-10-04T23:21:32.906Z] #31 117.2 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
23:21:32 [2022-10-04T23:21:32.906Z] #31 117.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
23:21:32 [2022-10-04T23:21:32.906Z] #31 117.3 Selecting previously unselected package libapparmor1:amd64.
23:21:32 [2022-10-04T23:21:32.906Z] #31 117.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
23:21:32 [2022-10-04T23:21:32.906Z] #31 117.3 Unpacking libapparmor1:amd64 (2.13.6-10) ...
23:21:32 [2022-10-04T23:21:32.906Z] #31 117.4 Selecting previously unselected package libapparmor-dev:amd64.
23:21:32 [2022-10-04T23:21:32.906Z] #31 117.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
23:21:32 [2022-10-04T23:21:32.906Z] #31 117.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
23:21:32 [2022-10-04T23:21:32.906Z] #31 117.6 Selecting previously unselected package libbtrfs0:amd64.
23:21:32 [2022-10-04T23:21:32.906Z] #31 117.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
23:21:32 [2022-10-04T23:21:32.906Z] #31 117.6 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
23:21:32 [2022-10-04T23:21:32.906Z] #31 117.8 Selecting previously unselected package libbtrfs-dev:amd64.
23:21:32 [2022-10-04T23:21:32.906Z] #31 117.8 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
23:21:32 [2022-10-04T23:21:32.906Z] #31 117.8 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
23:21:32 [2022-10-04T23:21:32.906Z] #31 118.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
23:21:32 [2022-10-04T23:21:32.906Z] #31 118.0 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
23:21:32 [2022-10-04T23:21:32.906Z] #31 118.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
23:21:32 [2022-10-04T23:21:32.906Z] #31 118.1 Selecting previously unselected package libudev-dev:amd64.
23:21:32 [2022-10-04T23:21:32.906Z] #31 118.1 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_amd64.deb ...
23:21:32 [2022-10-04T23:21:32.906Z] #31 118.1 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ...
23:21:33 [2022-10-04T23:21:33.058Z] #39 44.87   CC       compel/plugins/std/string.o
23:21:33 [2022-10-04T23:21:33.166Z] #31 118.2 Selecting previously unselected package libsepol1-dev:amd64.
23:21:33 [2022-10-04T23:21:33.166Z] #31 118.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
23:21:33 [2022-10-04T23:21:33.166Z] #31 118.2 Unpacking libsepol1-dev:amd64 (3.1-1) ...
23:21:33 [2022-10-04T23:21:33.427Z] #31 118.5 Selecting previously unselected package libpcre2-16-0:amd64.
23:21:33 [2022-10-04T23:21:33.427Z] #31 118.5 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
23:21:33 [2022-10-04T23:21:33.427Z] #31 118.5 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
23:21:33 [2022-10-04T23:21:33.631Z] #39 45.49   CC       compel/plugins/std/infect.o
23:21:33 [2022-10-04T23:21:33.687Z] #31 118.7 Selecting previously unselected package libpcre2-32-0:amd64.
23:21:33 [2022-10-04T23:21:33.687Z] #31 118.7 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
23:21:33 [2022-10-04T23:21:33.687Z] #31 118.7 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
23:21:33 [2022-10-04T23:21:33.687Z] #31 118.9 Selecting previously unselected package libpcre2-posix2:amd64.
23:21:33 [2022-10-04T23:21:33.947Z] #31 118.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
23:21:33 [2022-10-04T23:21:33.947Z] #31 118.9 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
23:21:33 [2022-10-04T23:21:33.947Z] #31 119.0 Selecting previously unselected package libpcre2-dev:amd64.
23:21:34 [2022-10-04T23:21:34.168Z] #21 116.1 + mkdir -p /tmp/tmp.gRKXXgWfVQ/src/github.com/docker
23:21:34 [2022-10-04T23:21:34.168Z] #21 116.1 + mv components/cli /tmp/tmp.gRKXXgWfVQ/src/github.com/docker/cli
23:21:34 [2022-10-04T23:21:34.168Z] #21 116.1 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
23:21:34 [2022-10-04T23:21:34.203Z] #39 45.89   CC       compel/arch/x86/plugins/std/parasite-head.o
23:21:34 [2022-10-04T23:21:34.203Z] #39 45.94   CC       compel/arch/x86/plugins/std/memcpy.o
23:21:34 [2022-10-04T23:21:34.203Z] #39 46.00   CC       compel/arch/x86/plugins/std/syscalls-64.o
23:21:34 [2022-10-04T23:21:34.203Z] #39 46.05   AR       compel/plugins/std.lib.a
23:21:34 [2022-10-04T23:21:34.203Z] #39 46.12   CC       compel/plugins/fds/fds.o
23:21:34 [2022-10-04T23:21:34.208Z] #31 119.0 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
23:21:34 [2022-10-04T23:21:34.208Z] #31 119.0 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
23:21:34 [2022-10-04T23:21:34.468Z] #31 119.5 Selecting previously unselected package libselinux1-dev:amd64.
23:21:34 [2022-10-04T23:21:34.468Z] #31 119.5 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
23:21:34 [2022-10-04T23:21:34.468Z] #31 119.5 Unpacking libselinux1-dev:amd64 (3.1-3) ...
23:21:34 [2022-10-04T23:21:34.728Z] #31 119.8 Selecting previously unselected package libdevmapper-dev:amd64.
23:21:34 [2022-10-04T23:21:34.728Z] #31 119.8 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
23:21:34 [2022-10-04T23:21:34.728Z] #31 119.8 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
23:21:34 [2022-10-04T23:21:34.728Z] #31 119.9 Selecting previously unselected package libseccomp-dev:amd64.
23:21:34 [2022-10-04T23:21:34.774Z] #39 46.44   AR       compel/plugins/fds.lib.a
23:21:34 [2022-10-04T23:21:34.774Z] #39 46.50   HOSTDEP  compel/src/lib/log-host.d
23:21:34 [2022-10-04T23:21:34.774Z] #39 46.66   HOSTDEP  compel/src/lib/handle-elf-host.d
23:21:34 [2022-10-04T23:21:34.989Z] #31 119.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
23:21:34 [2022-10-04T23:21:34.989Z] #31 119.9 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
23:21:35 [2022-10-04T23:21:35.035Z] #39 46.77   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
23:21:35 [2022-10-04T23:21:35.035Z] #39 46.87   HOSTDEP  compel/src/main-host.d
23:21:35 [2022-10-04T23:21:35.035Z] #39 46.97   DEP      compel/src/lib/ptrace.d
23:21:35 [2022-10-04T23:21:35.249Z] #31 120.1 Selecting previously unselected package libsystemd-dev:amd64.
23:21:35 [2022-10-04T23:21:35.249Z] #31 120.1 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_amd64.deb ...
23:21:35 [2022-10-04T23:21:35.249Z] #31 120.1 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ...
23:21:35 [2022-10-04T23:21:35.296Z] #39 47.14   DEP      compel/src/lib/infect.d
23:21:35 [2022-10-04T23:21:35.556Z] #39 47.32   DEP      compel/src/lib/infect-util.d
23:21:35 [2022-10-04T23:21:35.556Z] #39 47.39   DEP      compel/src/lib/infect-rpc.d
23:21:35 [2022-10-04T23:21:35.817Z] #39 47.55   DEP      compel/arch/x86/src/lib/infect.d
23:21:35 [2022-10-04T23:21:35.817Z] #39 47.67   DEP      compel/arch/x86/src/lib/cpu.d
23:21:35 [2022-10-04T23:21:35.819Z] #31 120.8 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
23:21:35 [2022-10-04T23:21:35.819Z] #31 120.9 Setting up libapparmor1:amd64 (2.13.6-10) ...
23:21:35 [2022-10-04T23:21:35.819Z] #31 120.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
23:21:35 [2022-10-04T23:21:35.819Z] #31 120.9 Setting up libsepol1-dev:amd64 (3.1-1) ...
23:21:35 [2022-10-04T23:21:35.819Z] #31 121.0 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
23:21:35 [2022-10-04T23:21:35.819Z] #31 121.0 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
23:21:35 [2022-10-04T23:21:35.819Z] #31 121.0 Setting up libbtrfs0:amd64 (5.10.1-2) ...
23:21:35 [2022-10-04T23:21:35.819Z] #31 121.0 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
23:21:35 [2022-10-04T23:21:35.819Z] #31 121.0 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ...
23:21:36 [2022-10-04T23:21:36.078Z] #39 47.74   DEP      compel/src/lib/log.d
23:21:36 [2022-10-04T23:21:36.078Z] #39 47.89   DEP      compel/src/main.d
23:21:36 [2022-10-04T23:21:36.078Z] #39 47.97   DEP      compel/src/lib/handle-elf.d
23:21:36 [2022-10-04T23:21:36.080Z] #31 121.0 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
23:21:36 [2022-10-04T23:21:36.080Z] #31 121.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
23:21:36 [2022-10-04T23:21:36.080Z] #31 121.1 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
23:21:36 [2022-10-04T23:21:36.080Z] #31 121.1 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
23:21:36 [2022-10-04T23:21:36.080Z] #31 121.1 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
23:21:36 [2022-10-04T23:21:36.080Z] #31 121.1 Setting up mingw-w64-common (8.0.0-1) ...
23:21:36 [2022-10-04T23:21:36.080Z] #31 121.1 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ...
23:21:36 [2022-10-04T23:21:36.080Z] #31 121.1 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
23:21:36 [2022-10-04T23:21:36.080Z] #31 121.2 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
23:21:36 [2022-10-04T23:21:36.080Z] #31 121.2 Setting up libselinux1-dev:amd64 (3.1-3) ...
23:21:36 [2022-10-04T23:21:36.080Z] #31 121.2 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
23:21:36 [2022-10-04T23:21:36.080Z] #31 121.2 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:21:36 [2022-10-04T23:21:36.080Z] #31 121.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
23:21:36 [2022-10-04T23:21:36.080Z] #31 121.2 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:21:36 [2022-10-04T23:21:36.080Z] #31 121.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
23:21:36 [2022-10-04T23:21:36.080Z] #31 121.3 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
23:21:36 [2022-10-04T23:21:36.339Z] #39 48.05   DEP      compel/arch/x86/src/lib/handle-elf.d
23:21:36 [2022-10-04T23:21:36.339Z] #39 48.17   CC       compel/src/lib/log.o
23:21:36 [2022-10-04T23:21:36.340Z] #31 121.3 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:21:36 [2022-10-04T23:21:36.340Z] #31 121.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
23:21:36 [2022-10-04T23:21:36.340Z] #31 121.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:21:36 [2022-10-04T23:21:36.340Z] #31 121.3 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
23:21:36 [2022-10-04T23:21:36.340Z] #31 121.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
23:21:36 [2022-10-04T23:21:36.340Z] #31 121.4 Setting up dmsetup (2:1.02.175-2.1) ...
23:21:36 [2022-10-04T23:21:36.340Z] #31 121.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
23:21:36 [2022-10-04T23:21:36.340Z] #31 121.4 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
23:21:36 [2022-10-04T23:21:36.340Z] #31 121.4 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:21:36 [2022-10-04T23:21:36.601Z] #39 48.47   CC       compel/arch/x86/src/lib/cpu.o
23:21:37 [2022-10-04T23:21:37.281Z] #31 DONE 122.3s
23:21:37 [2022-10-04T23:21:37.281Z] 
23:21:37 [2022-10-04T23:21:37.281Z] #40 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:21:37 [2022-10-04T23:21:37.437Z] #21 ...
23:21:37 [2022-10-04T23:21:37.437Z] 
23:21:37 [2022-10-04T23:21:37.437Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:37 [2022-10-04T23:21:37.437Z] #38 60.18   LINK     criu/pie/restorer.built-in.o
23:21:37 [2022-10-04T23:21:37.437Z] #38 60.22   GEN      criu/pie/restorer-blob.h
23:21:37 [2022-10-04T23:21:37.437Z] #38 60.39   DEP      criu/vdso.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 60.58   DEP      criu/uts_ns.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 60.87   DEP      criu/util.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 61.14   DEP      criu/uffd.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 61.39   DEP      criu/tun.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 61.46   DEP      criu/tty.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 61.67   DEP      criu/timerfd.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 61.92   DEP      criu/timens.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 62.11   DEP      criu/sysfs_parse.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 62.33   DEP      criu/sysctl.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 62.51   DEP      criu/string.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 62.59   DEP      criu/stats.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 62.76   DEP      criu/sockets.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 63.12   DEP      criu/sk-unix.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 63.35   DEP      criu/sk-tcp.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 63.55   DEP      criu/sk-queue.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 63.66   DEP      criu/sk-packet.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 63.87   DEP      criu/sk-netlink.d
23:21:37 [2022-10-04T23:21:37.437Z] #38 64.00   DEP      criu/sk-inet.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 64.22   DEP      criu/signalfd.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 64.36   DEP      criu/sigframe.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 64.47   DEP      criu/shmem.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 64.58   DEP      criu/servicefd.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 64.69   DEP      criu/seize.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 64.89   DEP      criu/seccomp.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 65.09   DEP      criu/rst-malloc.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 65.23   DEP      criu/rbtree.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 65.27   DEP      criu/pstree.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 65.42   DEP      criu/protobuf.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 65.54   GEN      criu/protobuf-desc-gen.h
23:21:37 [2022-10-04T23:21:37.438Z] #38 67.56   DEP      criu/protobuf-desc.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 67.68   DEP      criu/proc_parse.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 67.86   DEP      criu/plugin.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 67.95   DEP      criu/pipes.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 68.16   DEP      criu/pie-util.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 68.25   DEP      criu/pie-util-vdso.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 68.36   DEP      criu/path.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 68.47   DEP      criu/parasite-syscall.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 68.65   DEP      criu/pagemap.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 68.78   DEP      criu/pagemap-cache.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 68.85   DEP      criu/page-xfer.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 68.95   DEP      criu/page-pipe.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 69.02   DEP      criu/netfilter.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 69.16   DEP      criu/net.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 69.39   DEP      criu/namespaces.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 69.59   DEP      criu/mount.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 69.83   DEP      criu/memfd.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 69.95   DEP      criu/mem.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 70.17   DEP      criu/lsm.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 70.30   DEP      criu/log.d
23:21:37 [2022-10-04T23:21:37.438Z] #38 70.42   DEP      criu/libnetlink.d
23:21:37 [2022-10-04T23:21:37.544Z] #39 49.36   CC       compel/arch/x86/src/lib/infect.o
23:21:37 [2022-10-04T23:21:37.699Z] #38 70.55   DEP      criu/kerndat.d
23:21:37 [2022-10-04T23:21:37.699Z] #38 70.69   DEP      criu/kcmp-ids.d
23:21:37 [2022-10-04T23:21:37.722Z] #27 124.2 Selecting previously unselected package g++-mingw-w64-x86-64.
23:21:37 [2022-10-04T23:21:37.722Z] #27 124.2 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
23:21:37 [2022-10-04T23:21:37.722Z] #27 124.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
23:21:37 [2022-10-04T23:21:37.722Z] #27 124.4 Selecting previously unselected package libapparmor1:amd64.
23:21:37 [2022-10-04T23:21:37.722Z] #27 124.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
23:21:37 [2022-10-04T23:21:37.722Z] #27 124.4 Unpacking libapparmor1:amd64 (2.13.6-10) ...
23:21:37 [2022-10-04T23:21:37.722Z] #27 124.5 Selecting previously unselected package libapparmor-dev:amd64.
23:21:37 [2022-10-04T23:21:37.722Z] #27 124.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
23:21:37 [2022-10-04T23:21:37.722Z] #27 124.5 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
23:21:37 [2022-10-04T23:21:37.958Z] #38 70.79   DEP      criu/irmap.d
23:21:37 [2022-10-04T23:21:37.958Z] #38 70.89   DEP      criu/ipc_ns.d
23:21:37 [2022-10-04T23:21:37.981Z] #27 124.6 Selecting previously unselected package libbtrfs0:amd64.
23:21:37 [2022-10-04T23:21:37.981Z] #27 124.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
23:21:37 [2022-10-04T23:21:37.981Z] #27 124.7 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
23:21:38 [2022-10-04T23:21:38.115Z] #39 50.08   CC       compel/src/lib/infect-rpc.o
23:21:38 [2022-10-04T23:21:38.214Z] #38 71.02   DEP      criu/image.d
23:21:38 [2022-10-04T23:21:38.239Z] #27 124.8 Selecting previously unselected package libbtrfs-dev:amd64.
23:21:38 [2022-10-04T23:21:38.239Z] #27 124.8 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
23:21:38 [2022-10-04T23:21:38.239Z] #27 124.8 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
23:21:38 [2022-10-04T23:21:38.239Z] #27 125.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
23:21:38 [2022-10-04T23:21:38.239Z] #27 125.0 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
23:21:38 [2022-10-04T23:21:38.239Z] #27 125.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
23:21:38 [2022-10-04T23:21:38.239Z] #27 125.0 Selecting previously unselected package libudev-dev:amd64.
23:21:38 [2022-10-04T23:21:38.470Z] #38 71.23   DEP      criu/image-desc.d
23:21:38 [2022-10-04T23:21:38.470Z] #38 71.31   DEP      criu/fsnotify.d
23:21:38 [2022-10-04T23:21:38.470Z] #38 71.45   DEP      criu/filesystems.d
23:21:38 [2022-10-04T23:21:38.498Z] #27 125.0 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_amd64.deb ...
23:21:38 [2022-10-04T23:21:38.498Z] #27 125.0 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ...
23:21:38 [2022-10-04T23:21:38.498Z] #27 125.2 Selecting previously unselected package libsepol1-dev:amd64.
23:21:38 [2022-10-04T23:21:38.498Z] #27 125.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
23:21:38 [2022-10-04T23:21:38.498Z] #27 125.2 Unpacking libsepol1-dev:amd64 (3.1-1) ...
23:21:38 [2022-10-04T23:21:38.689Z] #39 50.46   CC       compel/src/lib/infect-util.o
23:21:38 [2022-10-04T23:21:38.750Z] #38 71.58   DEP      criu/files.d
23:21:38 [2022-10-04T23:21:38.757Z] #27 125.4 Selecting previously unselected package libpcre2-16-0:amd64.
23:21:38 [2022-10-04T23:21:38.757Z] #27 125.4 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
23:21:38 [2022-10-04T23:21:38.757Z] #27 125.4 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
23:21:38 [2022-10-04T23:21:38.757Z] #27 ...
23:21:38 [2022-10-04T23:21:38.757Z] 
23:21:38 [2022-10-04T23:21:38.757Z] #32 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:21:38 [2022-10-04T23:21:38.757Z] #32 125.5 + for f in rootlesskit rootlesskit-docker-proxy
23:21:38 [2022-10-04T23:21:38.950Z] #39 50.70   CC       compel/src/lib/infect.o
23:21:39 [2022-10-04T23:21:39.016Z] #32 125.5 + GOBIN=/build
23:21:39 [2022-10-04T23:21:39.016Z] #32 125.5 + GO111MODULE=on
23:21:39 [2022-10-04T23:21:39.016Z] #32 125.5 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
23:21:39 [2022-10-04T23:21:39.017Z] #38 71.76   DEP      criu/files-reg.d
23:21:39 [2022-10-04T23:21:39.017Z] #38 71.99   DEP      criu/files-ext.d
23:21:39 [2022-10-04T23:21:39.274Z] #38 72.16   DEP      criu/file-lock.d
23:21:39 [2022-10-04T23:21:39.532Z] #38 72.32   DEP      criu/file-ids.d
23:21:39 [2022-10-04T23:21:39.789Z] #38 72.47   DEP      criu/fifo.d
23:21:39 [2022-10-04T23:21:39.789Z] #38 72.65   DEP      criu/fdstore.d
23:21:39 [2022-10-04T23:21:39.789Z] #38 ...
23:21:39 [2022-10-04T23:21:39.789Z] 
23:21:39 [2022-10-04T23:21:39.789Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:21:39 [2022-10-04T23:21:39.789Z] #0 1.255 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:21:39 [2022-10-04T23:21:39.789Z] #0 1.267 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:21:39 [2022-10-04T23:21:39.789Z] #0 1.368 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:21:39 [2022-10-04T23:21:39.789Z] #0 1.835 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
23:21:39 [2022-10-04T23:21:39.789Z] #0 3.136 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [185 kB]
23:21:39 [2022-10-04T23:21:39.789Z] #0 4.735 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [4160 B]
23:21:39 [2022-10-04T23:21:39.789Z] #0 7.042 Fetched 8469 kB in 6s (1370 kB/s)
23:21:39 [2022-10-04T23:21:39.789Z] #0 7.042 Reading package lists...
23:21:40 [2022-10-04T23:21:40.045Z] #0 9.498 Reading package lists...
23:21:40 [2022-10-04T23:21:40.045Z] #49 ...
23:21:40 [2022-10-04T23:21:40.045Z] 
23:21:40 [2022-10-04T23:21:40.045Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:40 [2022-10-04T23:21:40.045Z] #38 72.74   DEP      criu/fault-injection.d
23:21:40 [2022-10-04T23:21:40.045Z] #38 72.79   DEP      criu/external.d
23:21:40 [2022-10-04T23:21:40.045Z] #38 72.89   DEP      criu/eventpoll.d
23:21:40 [2022-10-04T23:21:40.301Z] #38 73.10   DEP      criu/eventfd.d
23:21:40 [2022-10-04T23:21:40.557Z] #38 73.24   DEP      criu/crtools.d
23:21:40 [2022-10-04T23:21:40.557Z] #38 73.40   DEP      criu/cr-service.d
23:21:40 [2022-10-04T23:21:40.813Z] #38 73.55   DEP      criu/cr-restore.d
23:21:40 [2022-10-04T23:21:40.813Z] #38 73.77   DEP      criu/cr-errno.d
23:21:41 [2022-10-04T23:21:41.070Z] #38 73.81   DEP      criu/cr-dump.d
23:21:41 [2022-10-04T23:21:41.325Z] #38 74.07   DEP      criu/cr-dedup.d
23:21:41 [2022-10-04T23:21:41.526Z] #40 ...
23:21:41 [2022-10-04T23:21:41.526Z] 
23:21:41 [2022-10-04T23:21:41.526Z] #29 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:21:41 [2022-10-04T23:21:41.526Z] #29 118.7 + for f in rootlesskit rootlesskit-docker-proxy
23:21:41 [2022-10-04T23:21:41.526Z] #29 118.7 + GOBIN=/build
23:21:41 [2022-10-04T23:21:41.526Z] #29 118.7 + GO111MODULE=on
23:21:41 [2022-10-04T23:21:41.526Z] #29 118.7 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
23:21:41 [2022-10-04T23:21:41.526Z] #29 DONE 126.0s
23:21:41 [2022-10-04T23:21:41.526Z] 
23:21:41 [2022-10-04T23:21:41.526Z] #41 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
23:21:41 [2022-10-04T23:21:41.526Z] #41 DONE 0.1s
23:21:41 [2022-10-04T23:21:41.526Z] 
23:21:41 [2022-10-04T23:21:41.526Z] #40 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.757 + RM_GOPATH=0
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.771 + TMP_GOPATH=
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.771 + : /build
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.771 + '[' -z '' ']'
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.771 ++ mktemp -d
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.774 + export GOPATH=/tmp/tmp.PE1vXzXFS3
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.774 + GOPATH=/tmp/tmp.PE1vXzXFS3
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.774 + RM_GOPATH=1
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.774 + case "$(go env GOARCH)" in
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.774 ++ go env GOARCH
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.782 + export GO_BUILDMODE=-buildmode=pie
23:21:41 [2022-10-04T23:21:41.526Z] #40 ...
23:21:41 [2022-10-04T23:21:41.526Z] 
23:21:41 [2022-10-04T23:21:41.526Z] #42 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
23:21:41 [2022-10-04T23:21:41.526Z] #42 DONE 0.1s
23:21:41 [2022-10-04T23:21:41.526Z] 
23:21:41 [2022-10-04T23:21:41.526Z] #40 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.783 + GO_BUILDMODE=-buildmode=pie
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.785 ++ dirname /tmp/install/install.sh
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.785 + dir=/tmp/install
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.787 + bin=runc
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.787 + shift
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.787 + '[' '!' -f /tmp/install/runc.installer ']'
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.787 + . /tmp/install/runc.installer
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.787 ++ set -e
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.787 ++ : v1.1.4
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.787 + install_runc
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.787 + RUNC_BUILDTAGS=seccomp
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.787 + echo 'Install runc version v1.1.4 (build tags: seccomp)'
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.787 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.PE1vXzXFS3/src/github.com/opencontainers/runc
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.790 Install runc version v1.1.4 (build tags: seccomp)
23:21:41 [2022-10-04T23:21:41.526Z] #40 3.795 Cloning into '/tmp/tmp.PE1vXzXFS3/src/github.com/opencontainers/runc'...
23:21:41 [2022-10-04T23:21:41.526Z] #40 ...
23:21:41 [2022-10-04T23:21:41.526Z] 
23:21:41 [2022-10-04T23:21:41.526Z] #43 [dev-systemd-false  1/26] RUN groupadd -r docker
23:21:41 [2022-10-04T23:21:41.526Z] #43 DONE 4.0s
23:21:41 [2022-10-04T23:21:41.526Z] 
23:21:41 [2022-10-04T23:21:41.526Z] #44 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
23:21:41 [2022-10-04T23:21:41.581Z] #38 74.27   DEP      criu/cr-check.d
23:21:41 [2022-10-04T23:21:41.585Z] #39 53.28   CC       compel/src/lib/ptrace.o
23:21:41 [2022-10-04T23:21:41.837Z] #38 74.54   DEP      criu/config.d
23:21:41 [2022-10-04T23:21:41.837Z] #38 74.73   DEP      criu/clone-noasan.d
23:21:41 [2022-10-04T23:21:41.845Z] #39 53.69   AR       compel/libcompel.a
23:21:41 [2022-10-04T23:21:41.845Z] #39 53.76   HOSTCC   compel/src/main-host.o
23:21:42 [2022-10-04T23:21:42.092Z] #38 74.78   DEP      criu/cgroup.d
23:21:42 [2022-10-04T23:21:42.092Z] #38 74.91   DEP      criu/cgroup-props.d
23:21:42 [2022-10-04T23:21:42.092Z] #38 75.01   DEP      criu/bitmap.d
23:21:42 [2022-10-04T23:21:42.092Z] #38 75.04   DEP      criu/bfd.d
23:21:42 [2022-10-04T23:21:42.107Z] #44 ...
23:21:42 [2022-10-04T23:21:42.107Z] 
23:21:42 [2022-10-04T23:21:42.107Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:42 [2022-10-04T23:21:42.107Z] #38 60.21   CC       criu/arch/x86/restorer.o
23:21:42 [2022-10-04T23:21:42.107Z] #38 60.70   CC       criu/arch/x86/restorer_unmap.o
23:21:42 [2022-10-04T23:21:42.107Z] #38 60.74   CC       criu/arch/x86/sigaction_compat_pie.o
23:21:42 [2022-10-04T23:21:42.107Z] #38 60.98   CC       criu/pie/restorer.o
23:21:42 [2022-10-04T23:21:42.107Z] #38 64.02   LINK     criu/pie/restorer.built-in.o
23:21:42 [2022-10-04T23:21:42.107Z] #38 64.04   GEN      criu/pie/restorer-blob.h
23:21:42 [2022-10-04T23:21:42.107Z] #38 64.14   DEP      criu/vdso.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 64.30   DEP      criu/vdso-compat.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 64.44   DEP      criu/uts_ns.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 64.58   DEP      criu/util.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 64.77   DEP      criu/uffd.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 64.97   DEP      criu/tun.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 65.24   DEP      criu/tty.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 65.45   DEP      criu/timerfd.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 65.61   DEP      criu/timens.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 65.74   DEP      criu/sysfs_parse.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 65.87   DEP      criu/sysctl.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 66.02   DEP      criu/string.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 66.11   DEP      criu/stats.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 66.22   DEP      criu/sockets.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 66.42   DEP      criu/sk-unix.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 66.67   DEP      criu/sk-tcp.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 66.88   DEP      criu/sk-queue.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 67.05   DEP      criu/sk-packet.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 67.14   DEP      criu/sk-netlink.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 67.29   DEP      criu/sk-inet.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 67.52   DEP      criu/signalfd.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 67.64   DEP      criu/sigframe.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 67.75   DEP      criu/shmem.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 67.87   DEP      criu/servicefd.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 68.00   DEP      criu/seize.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 68.21   DEP      criu/seccomp.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 68.38   DEP      criu/rst-malloc.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 68.44   DEP      criu/rbtree.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 68.46   DEP      criu/pstree.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 68.62   DEP      criu/protobuf.d
23:21:42 [2022-10-04T23:21:42.107Z] #38 68.84   GEN      criu/protobuf-desc-gen.h
23:21:42 [2022-10-04T23:21:42.349Z] #38 75.14   DEP      criu/autofs.d
23:21:42 [2022-10-04T23:21:42.349Z] #38 75.23   DEP      criu/aio.d
23:21:42 [2022-10-04T23:21:42.415Z] #39 54.02   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
23:21:42 [2022-10-04T23:21:42.415Z] #39 54.20   HOSTCC   compel/src/lib/handle-elf-host.o
23:21:42 [2022-10-04T23:21:42.605Z] #38 75.34   DEP      criu/action-scripts.d
23:21:42 [2022-10-04T23:21:42.675Z] #39 ...
23:21:42 [2022-10-04T23:21:42.675Z] 
23:21:42 [2022-10-04T23:21:42.675Z] #34 [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
23:21:42 [2022-10-04T23:21:42.675Z] #34 109.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
23:21:42 [2022-10-04T23:21:42.675Z] #34 109.6 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
23:21:42 [2022-10-04T23:21:42.675Z] #34 109.6 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:21:42 [2022-10-04T23:21:42.675Z] #34 ...
23:21:42 [2022-10-04T23:21:42.675Z] 
23:21:42 [2022-10-04T23:21:42.675Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:42 [2022-10-04T23:21:42.675Z] #39 54.56   HOSTCC   compel/src/lib/log-host.o
23:21:42 [2022-10-04T23:21:42.678Z] #38 70.89   DEP      criu/protobuf-desc.d
23:21:42 [2022-10-04T23:21:42.861Z] #38 75.57   CC       criu/action-scripts.o
23:21:42 [2022-10-04T23:21:42.934Z] #39 54.70   HOSTLINK compel/compel-host-bin
23:21:43 [2022-10-04T23:21:43.117Z] #38 76.01   CC       criu/aio.o
23:21:43 [2022-10-04T23:21:43.194Z] #39 54.87   DEP      soccr/soccr.d
23:21:43 [2022-10-04T23:21:43.194Z] #39 55.00   CC       soccr/soccr.o
23:21:43 [2022-10-04T23:21:43.207Z] #32 ...
23:21:43 [2022-10-04T23:21:43.207Z] 
23:21:43 [2022-10-04T23:21:43.207Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:43 [2022-10-04T23:21:43.207Z] #38 56.87   DEP      criu/pie/util-vdso.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 57.04   DEP      criu/pie/util.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 57.22   CC       criu/pie/util.o
23:21:43 [2022-10-04T23:21:43.207Z] #38 57.49   CC       criu/pie/util-vdso.o
23:21:43 [2022-10-04T23:21:43.207Z] #38 58.14   CC       criu/pie/util-vdso-elf32.o
23:21:43 [2022-10-04T23:21:43.207Z] #38 58.83   AR       criu/pie/pie.lib.a
23:21:43 [2022-10-04T23:21:43.207Z] #38 58.89   DEP      criu/pie/restorer.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 59.11   DEP      criu/arch/x86/sigaction_compat_pie.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 59.30   DEP      criu/arch/x86/restorer_unmap.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 59.33   DEP      criu/arch/x86/restorer.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 59.52   DEP      criu/arch/x86/vdso-pie.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 59.67   DEP      criu/pie/parasite-vdso.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 59.81   DEP      criu/pie/parasite.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 60.06   CC       criu/pie/parasite.o
23:21:43 [2022-10-04T23:21:43.207Z] #38 61.28   LINK     criu/pie/parasite.built-in.o
23:21:43 [2022-10-04T23:21:43.207Z] #38 61.29   GEN      criu/pie/parasite-blob.h
23:21:43 [2022-10-04T23:21:43.207Z] #38 61.32   CC       criu/pie/parasite-vdso.o
23:21:43 [2022-10-04T23:21:43.207Z] #38 61.94   CC       criu/arch/x86/vdso-pie.o
23:21:43 [2022-10-04T23:21:43.207Z] #38 62.16   CC       criu/arch/x86/restorer.o
23:21:43 [2022-10-04T23:21:43.207Z] #38 62.77   CC       criu/arch/x86/restorer_unmap.o
23:21:43 [2022-10-04T23:21:43.207Z] #38 62.82   CC       criu/arch/x86/sigaction_compat_pie.o
23:21:43 [2022-10-04T23:21:43.207Z] #38 63.04   CC       criu/pie/restorer.o
23:21:43 [2022-10-04T23:21:43.207Z] #38 65.63   LINK     criu/pie/restorer.built-in.o
23:21:43 [2022-10-04T23:21:43.207Z] #38 65.66   GEN      criu/pie/restorer-blob.h
23:21:43 [2022-10-04T23:21:43.207Z] #38 65.74   DEP      criu/vdso.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 65.91   DEP      criu/vdso-compat.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 66.07   DEP      criu/uts_ns.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 66.18   DEP      criu/util.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 66.32   DEP      criu/uffd.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 66.45   DEP      criu/tun.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 66.67   DEP      criu/tty.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 66.90   DEP      criu/timerfd.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 67.03   DEP      criu/timens.d
23:21:43 [2022-10-04T23:21:43.207Z] #38 ...
23:21:43 [2022-10-04T23:21:43.207Z] 
23:21:43 [2022-10-04T23:21:43.207Z] #27 [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
23:21:43 [2022-10-04T23:21:43.207Z] #27 125.6 Selecting previously unselected package libpcre2-32-0:amd64.
23:21:43 [2022-10-04T23:21:43.207Z] #27 125.6 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 125.6 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 125.8 Selecting previously unselected package libpcre2-posix2:amd64.
23:21:43 [2022-10-04T23:21:43.207Z] #27 125.8 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 125.8 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 125.9 Selecting previously unselected package libpcre2-dev:amd64.
23:21:43 [2022-10-04T23:21:43.207Z] #27 125.9 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 125.9 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 126.3 Selecting previously unselected package libselinux1-dev:amd64.
23:21:43 [2022-10-04T23:21:43.207Z] #27 126.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 126.4 Unpacking libselinux1-dev:amd64 (3.1-3) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 126.6 Selecting previously unselected package libdevmapper-dev:amd64.
23:21:43 [2022-10-04T23:21:43.207Z] #27 126.6 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 126.6 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 126.7 Selecting previously unselected package libseccomp-dev:amd64.
23:21:43 [2022-10-04T23:21:43.207Z] #27 126.7 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 126.7 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 126.9 Selecting previously unselected package libsystemd-dev:amd64.
23:21:43 [2022-10-04T23:21:43.207Z] #27 126.9 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_amd64.deb ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 126.9 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.5 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.6 Setting up libapparmor1:amd64 (2.13.6-10) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.6 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.6 Setting up libsepol1-dev:amd64 (3.1-1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.6 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.6 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.6 Setting up libbtrfs0:amd64 (5.10.1-2) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.6 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.7 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.7 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.8 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.8 Setting up mingw-w64-common (8.0.0-1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.8 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.8 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.8 Setting up libselinux1-dev:amd64 (3.1-3) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.8 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.8 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 127.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
23:21:43 [2022-10-04T23:21:43.207Z] #27 128.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 128.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 128.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 128.0 Setting up dmsetup (2:1.02.175-2.1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 128.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 128.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
23:21:43 [2022-10-04T23:21:43.207Z] #27 128.1 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:21:43 [2022-10-04T23:21:43.248Z] #38 71.05   DEP      criu/proc_parse.d
23:21:43 [2022-10-04T23:21:43.248Z] #38 71.22   DEP      criu/plugin.d
23:21:43 [2022-10-04T23:21:43.248Z] #38 71.32   DEP      criu/pipes.d
23:21:43 [2022-10-04T23:21:43.508Z] #38 71.49   DEP      criu/pie-util.d
23:21:43 [2022-10-04T23:21:43.508Z] #38 71.59   DEP      criu/pie-util-vdso.d
23:21:43 [2022-10-04T23:21:43.679Z] #38 76.45   CC       criu/autofs.o
23:21:43 [2022-10-04T23:21:43.769Z] #38 71.75   DEP      criu/pie-util-vdso-elf32.d
23:21:43 [2022-10-04T23:21:43.769Z] #38 71.86   DEP      criu/path.d
23:21:43 [2022-10-04T23:21:43.769Z] #38 71.98   DEP      criu/parasite-syscall.d
23:21:43 [2022-10-04T23:21:43.935Z] #38 ...
23:21:43 [2022-10-04T23:21:43.935Z] 
23:21:43 [2022-10-04T23:21:43.935Z] #43 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:21:43 [2022-10-04T23:21:43.935Z] #43 11.12 + cd /tmp/tmp.NQJ8VvxMwp/src/github.com/opencontainers/runc
23:21:43 [2022-10-04T23:21:43.935Z] #43 11.12 + git checkout -q v1.1.4
23:21:43 [2022-10-04T23:21:43.935Z] #43 11.83 + '[' -z '' ']'
23:21:43 [2022-10-04T23:21:43.935Z] #43 11.83 + target=static
23:21:43 [2022-10-04T23:21:43.935Z] #43 11.83 + make BUILDTAGS=seccomp static
23:21:43 [2022-10-04T23:21:43.935Z] #43 12.28 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d1 -X main.version=1.1.4 " -o runc .
23:21:44 [2022-10-04T23:21:44.029Z] #38 72.25   DEP      criu/pagemap.d
23:21:44 [2022-10-04T23:21:44.143Z] #27 DONE 130.9s
23:21:44 [2022-10-04T23:21:44.143Z] 
23:21:44 [2022-10-04T23:21:44.143Z] #40 [dev-systemd-false  1/26] RUN groupadd -r docker
23:21:44 [2022-10-04T23:21:44.192Z] #43 ...
23:21:44 [2022-10-04T23:21:44.192Z] 
23:21:44 [2022-10-04T23:21:44.192Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:21:44 [2022-10-04T23:21:44.192Z] #0 9.498 Reading package lists...
23:21:44 [2022-10-04T23:21:44.192Z] #49 12.00 Building dependency tree...
23:21:44 [2022-10-04T23:21:44.192Z] #49 13.97 The following additional packages will be installed:
23:21:44 [2022-10-04T23:21:44.192Z] #49 13.97   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
23:21:44 [2022-10-04T23:21:44.192Z] #49 13.97   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
23:21:44 [2022-10-04T23:21:44.192Z] #49 13.97   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
23:21:44 [2022-10-04T23:21:44.192Z] #49 13.98   python3-pkg-resources vim-runtime xxd
23:21:44 [2022-10-04T23:21:44.192Z] #49 13.98 Suggested packages:
23:21:44 [2022-10-04T23:21:44.192Z] #49 13.98   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
23:21:44 [2022-10-04T23:21:44.192Z] #49 13.98   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
23:21:44 [2022-10-04T23:21:44.192Z] #49 13.98   acl attr quota
23:21:44 [2022-10-04T23:21:44.192Z] #49 13.98 Recommended packages:
23:21:44 [2022-10-04T23:21:44.192Z] #49 13.98   libatm1 nftables libpam-cap build-essential python3-dev unzip
23:21:44 [2022-10-04T23:21:44.448Z] #49 ...
23:21:44 [2022-10-04T23:21:44.448Z] 
23:21:44 [2022-10-04T23:21:44.448Z] #34 [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
23:21:44 [2022-10-04T23:21:44.448Z] #34 DONE 126.2s
23:21:44 [2022-10-04T23:21:44.578Z] #39 56.38   AR       soccr/libsoccr.a
23:21:44 [2022-10-04T23:21:44.578Z] #39 56.43 make[1]: 'soccr/libsoccr.a' is up to date.
23:21:44 [2022-10-04T23:21:44.600Z] #38 72.47   DEP      criu/pagemap-cache.d
23:21:44 [2022-10-04T23:21:44.600Z] #38 72.62   DEP      criu/page-xfer.d
23:21:44 [2022-10-04T23:21:44.704Z] 
23:21:44 [2022-10-04T23:21:44.704Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
23:21:44 [2022-10-04T23:21:44.704Z] #21 ...
23:21:44 [2022-10-04T23:21:44.704Z] 
23:21:44 [2022-10-04T23:21:44.704Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:44 [2022-10-04T23:21:44.704Z] #38 77.51   CC       criu/bfd.o
23:21:44 [2022-10-04T23:21:44.720Z] #40 ...
23:21:44 [2022-10-04T23:21:44.720Z] 
23:21:44 [2022-10-04T23:21:44.720Z] #32 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:21:44 [2022-10-04T23:21:44.720Z] #32 DONE 131.5s
23:21:44 [2022-10-04T23:21:44.720Z] 
23:21:44 [2022-10-04T23:21:44.720Z] #41 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
23:21:44 [2022-10-04T23:21:44.720Z] #41 DONE 0.1s
23:21:44 [2022-10-04T23:21:44.720Z] 
23:21:44 [2022-10-04T23:21:44.720Z] #42 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
23:21:44 [2022-10-04T23:21:44.838Z] #39 56.76   DEP      criu/arch/x86/sigframe.d
23:21:44 [2022-10-04T23:21:44.860Z] #38 72.76   DEP      criu/page-pipe.d
23:21:44 [2022-10-04T23:21:44.860Z] #38 72.86   DEP      criu/netfilter.d
23:21:44 [2022-10-04T23:21:44.982Z] #42 DONE 0.1s
23:21:44 [2022-10-04T23:21:44.982Z] 
23:21:44 [2022-10-04T23:21:44.982Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:44 [2022-10-04T23:21:44.982Z] #38 67.14   DEP      criu/sysfs_parse.d
23:21:44 [2022-10-04T23:21:44.982Z] #38 67.25   DEP      criu/sysctl.d
23:21:44 [2022-10-04T23:21:44.982Z] #38 67.36   DEP      criu/string.d
23:21:44 [2022-10-04T23:21:44.982Z] #38 67.40   DEP      criu/stats.d
23:21:44 [2022-10-04T23:21:44.982Z] #38 67.50   DEP      criu/sockets.d
23:21:44 [2022-10-04T23:21:44.982Z] #38 67.66   DEP      criu/sk-unix.d
23:21:44 [2022-10-04T23:21:44.982Z] #38 67.85   DEP      criu/sk-tcp.d
23:21:44 [2022-10-04T23:21:44.982Z] #38 68.00   DEP      criu/sk-queue.d
23:21:44 [2022-10-04T23:21:44.982Z] #38 68.16   DEP      criu/sk-packet.d
23:21:44 [2022-10-04T23:21:44.982Z] #38 68.32   DEP      criu/sk-netlink.d
23:21:44 [2022-10-04T23:21:44.982Z] #38 68.63   DEP      criu/sk-inet.d
23:21:44 [2022-10-04T23:21:44.982Z] #38 68.94   DEP      criu/signalfd.d
23:21:44 [2022-10-04T23:21:44.982Z] #38 69.14   DEP      criu/sigframe.d
23:21:44 [2022-10-04T23:21:44.982Z] #38 69.27   DEP      criu/shmem.d
23:21:45 [2022-10-04T23:21:45.098Z] #39 56.90   DEP      criu/arch/x86/sigaction_compat.d
23:21:45 [2022-10-04T23:21:45.098Z] #39 56.97   DEP      criu/arch/x86/kerndat.d
23:21:45 [2022-10-04T23:21:45.120Z] #38 ...
23:21:45 [2022-10-04T23:21:45.120Z] 
23:21:45 [2022-10-04T23:21:45.120Z] #44 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
23:21:45 [2022-10-04T23:21:45.120Z] #44 DONE 3.8s
23:21:45 [2022-10-04T23:21:45.120Z] 
23:21:45 [2022-10-04T23:21:45.120Z] #45 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
23:21:45 [2022-10-04T23:21:45.241Z] #38 69.49   DEP      criu/servicefd.d
23:21:45 [2022-10-04T23:21:45.270Z] #38 78.24   CC       criu/bitmap.o
23:21:45 [2022-10-04T23:21:45.358Z] #39 57.19   DEP      criu/arch/x86/crtools.d
23:21:45 [2022-10-04T23:21:45.358Z] #39 57.29   DEP      criu/arch/x86/cpu.d
23:21:45 [2022-10-04T23:21:45.500Z] #38 69.72   DEP      criu/seize.d
23:21:45 [2022-10-04T23:21:45.526Z] #38 78.40   CC       criu/cgroup-props.o
23:21:45 [2022-10-04T23:21:45.619Z] #39 57.45   CC       criu/arch/x86/cpu.o
23:21:45 [2022-10-04T23:21:45.759Z] #38 69.98   DEP      criu/seccomp.d
23:21:46 [2022-10-04T23:21:46.018Z] #38 70.17   DEP      criu/rst-malloc.d
23:21:46 [2022-10-04T23:21:46.018Z] #38 70.24   DEP      criu/rbtree.d
23:21:46 [2022-10-04T23:21:46.018Z] #38 70.35   DEP      criu/pstree.d
23:21:46 [2022-10-04T23:21:46.454Z] #38 79.24   CC       criu/cgroup.o
23:21:46 [2022-10-04T23:21:46.560Z] #39 58.09 include/common/asm/bitops.h: Assembler messages:
23:21:46 [2022-10-04T23:21:46.560Z] #39 58.09 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt'
23:21:46 [2022-10-04T23:21:46.560Z] #39 58.09 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt'
23:21:46 [2022-10-04T23:21:46.560Z] #39 58.09 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt'
23:21:46 [2022-10-04T23:21:46.560Z] #39 58.09 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt'
23:21:46 [2022-10-04T23:21:46.560Z] #39 58.11   CC       criu/arch/x86/crtools.o
23:21:46 [2022-10-04T23:21:46.585Z] #38 70.70   DEP      criu/protobuf.d
23:21:46 [2022-10-04T23:21:46.585Z] #38 ...
23:21:46 [2022-10-04T23:21:46.585Z] 
23:21:46 [2022-10-04T23:21:46.585Z] #40 [dev-systemd-false  1/26] RUN groupadd -r docker
23:21:46 [2022-10-04T23:21:46.585Z] #40 DONE 2.5s
23:21:46 [2022-10-04T23:21:46.844Z] 
23:21:46 [2022-10-04T23:21:46.844Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:46 [2022-10-04T23:21:46.844Z] #38 71.00   GEN      criu/protobuf-desc-gen.h
23:21:47 [2022-10-04T23:21:47.501Z] #39 59.27   CC       criu/arch/x86/kerndat.o
23:21:48 [2022-10-04T23:21:48.084Z] #39 59.81   CC       criu/arch/x86/sigaction_compat.o
23:21:48 [2022-10-04T23:21:48.225Z] #38 ...
23:21:48 [2022-10-04T23:21:48.225Z] 
23:21:48 [2022-10-04T23:21:48.225Z] #43 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
23:21:48 [2022-10-04T23:21:48.225Z] #43 DONE 1.2s
23:21:48 [2022-10-04T23:21:48.225Z] 
23:21:48 [2022-10-04T23:21:48.225Z] #44 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
23:21:48 [2022-10-04T23:21:48.344Z] #39 60.10   CC       criu/arch/x86/sigframe.o
23:21:48 [2022-10-04T23:21:48.416Z] #45 3.447 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
23:21:48 [2022-10-04T23:21:48.605Z] #39 60.38   LINK     criu/arch/x86/crtools.built-in.o
23:21:48 [2022-10-04T23:21:48.605Z] #39 60.43   DEP      criu/pie/util-vdso-elf32.d
23:21:48 [2022-10-04T23:21:48.678Z] #45 DONE 3.5s
23:21:48 [2022-10-04T23:21:48.678Z] 
23:21:48 [2022-10-04T23:21:48.678Z] #46 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
23:21:48 [2022-10-04T23:21:48.866Z] #39 60.58   DEP      criu/pie/util-vdso.d
23:21:48 [2022-10-04T23:21:48.866Z] #39 60.74   DEP      criu/pie/util.d
23:21:49 [2022-10-04T23:21:49.126Z] #39 60.89   CC       criu/pie/util.o
23:21:49 [2022-10-04T23:21:49.161Z] #44 1.019 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
23:21:49 [2022-10-04T23:21:49.161Z] #44 DONE 1.2s
23:21:49 [2022-10-04T23:21:49.161Z] 
23:21:49 [2022-10-04T23:21:49.161Z] #45 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
23:21:49 [2022-10-04T23:21:49.388Z] #39 61.18   CC       criu/pie/util-vdso.o
23:21:49 [2022-10-04T23:21:49.724Z] #38 82.09   CC       criu/clone-noasan.o
23:21:49 [2022-10-04T23:21:49.724Z] #38 82.39   CC       criu/config.o
23:21:49 [2022-10-04T23:21:49.724Z] #38 ...
23:21:49 [2022-10-04T23:21:49.724Z] 
23:21:49 [2022-10-04T23:21:49.724Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.57 The following NEW packages will be installed:
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.57   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.58   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.58   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.58   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.58   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.58   python3-pkg-resources python3-setuptools python3-wheel sudo
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.58   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.58   xz-utils zip
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.91 0 upgraded, 47 newly installed, 0 to remove and 2 not upgraded.
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.91 Need to get 26.4 MB of archives.
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.91 After this operation, 103 MB of additional disk space will be used.
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.91 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.91 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.91 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.92 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.92 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.93 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.93 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.94 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.96 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.97 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.97 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.97 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.98 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 15.98 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.00 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.00 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.00 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.00 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.01 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.01 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.02 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.02 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.04 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.04 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.04 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.05 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.21 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.21 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.21 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.22 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.22 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.22 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.23 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.26 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.26 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.27 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.27 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.28 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.29 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.29 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.31 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.33 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.33 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.45 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.47 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.49 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
23:21:49 [2022-10-04T23:21:49.724Z] #49 16.99 debconf: delaying package configuration, since apt-utils is not installed
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.12 Fetched 26.4 MB in 1s (29.9 MB/s)
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.18 Selecting previously unselected package pigz.
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.18 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24010 files and directories currently installed.)
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.26 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.26 Unpacking pigz (2.6-1) ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.37 Selecting previously unselected package libelf1:arm64.
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.37 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.37 Unpacking libelf1:arm64 (0.183-1) ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.54 Selecting previously unselected package libbpf0:arm64.
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.54 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.55 Unpacking libbpf0:arm64 (1:0.3-2) ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.65 Selecting previously unselected package libcap2:arm64.
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.65 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.66 Unpacking libcap2:arm64 (1:2.44-1) ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.76 Selecting previously unselected package libmnl0:arm64.
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.76 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.77 Unpacking libmnl0:arm64 (1.0.4-3) ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.85 Selecting previously unselected package libxtables12:arm64.
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.86 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.88 Unpacking libxtables12:arm64 (1.8.7-1) ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.97 Selecting previously unselected package libcap2-bin.
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.97 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 17.97 Unpacking libcap2-bin (1:2.44-1) ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 18.03 Selecting previously unselected package iproute2.
23:21:49 [2022-10-04T23:21:49.724Z] #49 18.03 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 18.04 Unpacking iproute2 (5.10.0-4) ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 18.39 Selecting previously unselected package xxd.
23:21:49 [2022-10-04T23:21:49.724Z] #49 18.42 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 18.42 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 18.54 Selecting previously unselected package vim-common.
23:21:49 [2022-10-04T23:21:49.724Z] #49 18.55 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 18.57 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
23:21:49 [2022-10-04T23:21:49.724Z] #49 18.74 Selecting previously unselected package bash-completion.
23:21:49 [2022-10-04T23:21:49.724Z] #49 18.74 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
23:21:49 [2022-10-04T23:21:49.958Z] #39 61.84   CC       criu/pie/util-vdso-elf32.o
23:21:50 [2022-10-04T23:21:50.098Z] #45 DONE 1.0s
23:21:50 [2022-10-04T23:21:50.098Z] 
23:21:50 [2022-10-04T23:21:50.098Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:50 [2022-10-04T23:21:50.098Z] #38 73.28   DEP      criu/protobuf-desc.d
23:21:50 [2022-10-04T23:21:50.098Z] #38 73.40   DEP      criu/proc_parse.d
23:21:50 [2022-10-04T23:21:50.098Z] #38 73.77   DEP      criu/plugin.d
23:21:50 [2022-10-04T23:21:50.098Z] #38 73.91   DEP      criu/pipes.d
23:21:50 [2022-10-04T23:21:50.098Z] #38 74.08   DEP      criu/pie-util.d
23:21:50 [2022-10-04T23:21:50.098Z] #38 74.26   DEP      criu/pie-util-vdso.d
23:21:50 [2022-10-04T23:21:50.098Z] #38 74.39   DEP      criu/pie-util-vdso-elf32.d
23:21:50 [2022-10-04T23:21:50.362Z] #38 74.72   DEP      criu/path.d
23:21:50 [2022-10-04T23:21:50.621Z] #38 74.91   DEP      criu/parasite-syscall.d
23:21:50 [2022-10-04T23:21:50.880Z] #38 75.18   DEP      criu/pagemap.d
23:21:50 [2022-10-04T23:21:50.900Z] #39 62.52   AR       criu/pie/pie.lib.a
23:21:50 [2022-10-04T23:21:50.900Z] #39 62.61   DEP      criu/pie/restorer.d
23:21:50 [2022-10-04T23:21:50.900Z] #39 62.79   DEP      criu/arch/x86/sigaction_compat_pie.d
23:21:50 [2022-10-04T23:21:50.909Z] #49 20.94 Unpacking bash-completion (1:2.11-2) ...
23:21:50 [2022-10-04T23:21:50.909Z] #49 ...
23:21:50 [2022-10-04T23:21:50.909Z] 
23:21:50 [2022-10-04T23:21:50.909Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:50 [2022-10-04T23:21:50.909Z] #38 83.77   CC       criu/cr-check.o
23:21:51 [2022-10-04T23:21:51.139Z] #38 ...
23:21:51 [2022-10-04T23:21:51.139Z] 
23:21:51 [2022-10-04T23:21:51.139Z] #46 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
23:21:51 [2022-10-04T23:21:51.139Z] #46 DONE 1.0s
23:21:51 [2022-10-04T23:21:51.139Z] 
23:21:51 [2022-10-04T23:21:51.139Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:51 [2022-10-04T23:21:51.139Z] #38 75.36   DEP      criu/pagemap-cache.d
23:21:51 [2022-10-04T23:21:51.160Z] #39 62.93   DEP      criu/arch/x86/restorer_unmap.d
23:21:51 [2022-10-04T23:21:51.160Z] #39 62.96   DEP      criu/arch/x86/restorer.d
23:21:51 [2022-10-04T23:21:51.398Z] #38 75.55   DEP      criu/page-xfer.d
23:21:51 [2022-10-04T23:21:51.398Z] #38 75.72   DEP      criu/page-pipe.d
23:21:51 [2022-10-04T23:21:51.398Z] #38 75.81   DEP      criu/netfilter.d
23:21:51 [2022-10-04T23:21:51.421Z] #39 63.13   DEP      criu/arch/x86/vdso-pie.d
23:21:51 [2022-10-04T23:21:51.421Z] #39 63.26   DEP      criu/pie/parasite-vdso.d
23:21:51 [2022-10-04T23:21:51.421Z] #39 63.41   DEP      criu/pie/parasite.d
23:21:51 [2022-10-04T23:21:51.657Z] #38 75.98   DEP      criu/net.d
23:21:51 [2022-10-04T23:21:51.681Z] #39 63.67   CC       criu/pie/parasite.o
23:21:51 [2022-10-04T23:21:51.942Z] #39 ...
23:21:51 [2022-10-04T23:21:51.942Z] 
23:21:51 [2022-10-04T23:21:51.942Z] #34 [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
23:21:51 [2022-10-04T23:21:51.942Z] #34 122.5 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
23:21:51 [2022-10-04T23:21:51.942Z] #34 122.5 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
23:21:51 [2022-10-04T23:21:51.942Z] #34 122.5 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:21:51 [2022-10-04T23:21:51.942Z] #34 128.1 Selecting previously unselected package g++-mingw-w64-x86-64.
23:21:51 [2022-10-04T23:21:51.942Z] #34 128.1 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
23:21:51 [2022-10-04T23:21:51.942Z] #34 128.1 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
23:21:51 [2022-10-04T23:21:51.942Z] #34 128.2 Selecting previously unselected package libapparmor1:amd64.
23:21:51 [2022-10-04T23:21:51.942Z] #34 128.2 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
23:21:51 [2022-10-04T23:21:51.942Z] #34 128.2 Unpacking libapparmor1:amd64 (2.13.6-10) ...
23:21:51 [2022-10-04T23:21:51.942Z] #34 128.3 Selecting previously unselected package libapparmor-dev:amd64.
23:21:51 [2022-10-04T23:21:51.942Z] #34 128.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
23:21:51 [2022-10-04T23:21:51.942Z] #34 128.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
23:21:51 [2022-10-04T23:21:51.942Z] #34 128.5 Selecting previously unselected package libbtrfs0:amd64.
23:21:51 [2022-10-04T23:21:51.942Z] #34 128.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
23:21:51 [2022-10-04T23:21:51.942Z] #34 128.6 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
23:21:51 [2022-10-04T23:21:51.942Z] #34 128.7 Selecting previously unselected package libbtrfs-dev:amd64.
23:21:51 [2022-10-04T23:21:51.942Z] #34 128.7 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
23:21:51 [2022-10-04T23:21:51.942Z] #34 128.7 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
23:21:51 [2022-10-04T23:21:51.942Z] #34 128.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
23:21:51 [2022-10-04T23:21:51.942Z] #34 129.0 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
23:21:51 [2022-10-04T23:21:51.942Z] #34 129.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
23:21:51 [2022-10-04T23:21:51.942Z] #34 129.0 Selecting previously unselected package libudev-dev:amd64.
23:21:51 [2022-10-04T23:21:51.942Z] #34 129.0 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_amd64.deb ...
23:21:51 [2022-10-04T23:21:51.942Z] #34 129.1 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ...
23:21:51 [2022-10-04T23:21:51.969Z] #46 DONE 3.0s
23:21:51 [2022-10-04T23:21:51.969Z] 
23:21:51 [2022-10-04T23:21:51.969Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:51 [2022-10-04T23:21:51.969Z] #38 73.15   DEP      criu/net.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 73.39   DEP      criu/namespaces.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 73.57   DEP      criu/mount.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 73.78   DEP      criu/memfd.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 73.94   DEP      criu/mem.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 74.12   DEP      criu/lsm.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 74.37   DEP      criu/log.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 74.49   DEP      criu/libnetlink.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 74.60   DEP      criu/kerndat.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 74.78   DEP      criu/kcmp-ids.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 74.97   DEP      criu/irmap.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 75.11   DEP      criu/ipc_ns.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 75.24   DEP      criu/image.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 75.38   DEP      criu/image-desc.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 75.46   DEP      criu/fsnotify.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 75.59   DEP      criu/filesystems.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 75.72   DEP      criu/files.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 75.95   DEP      criu/files-reg.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 76.09   DEP      criu/files-ext.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 76.22   DEP      criu/file-lock.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 76.36   DEP      criu/file-ids.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 76.51   DEP      criu/fifo.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 76.67   DEP      criu/fdstore.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 76.85   DEP      criu/fault-injection.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 76.90   DEP      criu/external.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 77.03   DEP      criu/eventpoll.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 77.25   DEP      criu/eventfd.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 77.41   DEP      criu/crtools.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 77.57   DEP      criu/cr-service.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 77.76   DEP      criu/cr-restore.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 78.07   DEP      criu/cr-errno.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 78.07   DEP      criu/cr-dump.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 78.39   DEP      criu/cr-dedup.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 78.51   DEP      criu/cr-check.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 78.73   DEP      criu/config.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 78.93   DEP      criu/clone-noasan.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 79.07   DEP      criu/cgroup.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 79.23   DEP      criu/cgroup-props.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 79.34   DEP      criu/bitmap.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 79.38   DEP      criu/bfd.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 79.53   DEP      criu/autofs.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 79.82   DEP      criu/aio.d
23:21:51 [2022-10-04T23:21:51.969Z] #38 80.04   DEP      criu/action-scripts.d
23:21:52 [2022-10-04T23:21:52.204Z] #34 129.2 Selecting previously unselected package libsepol1-dev:amd64.
23:21:52 [2022-10-04T23:21:52.204Z] #34 129.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
23:21:52 [2022-10-04T23:21:52.204Z] #34 129.2 Unpacking libsepol1-dev:amd64 (3.1-1) ...
23:21:52 [2022-10-04T23:21:52.224Z] #38 76.28   DEP      criu/namespaces.d
23:21:52 [2022-10-04T23:21:52.224Z] #38 ...
23:21:52 [2022-10-04T23:21:52.224Z] 
23:21:52 [2022-10-04T23:21:52.224Z] #47 [dev-systemd-false  6/26] RUN ldconfig
23:21:52 [2022-10-04T23:21:52.224Z] #47 DONE 1.2s
23:21:52 [2022-10-04T23:21:52.224Z] 
23:21:52 [2022-10-04T23:21:52.224Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:52 [2022-10-04T23:21:52.224Z] #38 76.48   DEP      criu/mount.d
23:21:52 [2022-10-04T23:21:52.229Z] #38 80.37   CC       criu/action-scripts.o
23:21:52 [2022-10-04T23:21:52.483Z] #38 76.72   DEP      criu/memfd.d
23:21:52 [2022-10-04T23:21:52.742Z] #38 77.04   DEP      criu/mem.d
23:21:52 [2022-10-04T23:21:52.778Z] #34 129.5 Selecting previously unselected package libpcre2-16-0:amd64.
23:21:52 [2022-10-04T23:21:52.778Z] #34 129.5 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
23:21:52 [2022-10-04T23:21:52.778Z] #34 129.5 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
23:21:52 [2022-10-04T23:21:52.778Z] #34 129.7 Selecting previously unselected package libpcre2-32-0:amd64.
23:21:52 [2022-10-04T23:21:52.778Z] #34 129.7 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
23:21:52 [2022-10-04T23:21:52.778Z] #34 129.7 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
23:21:52 [2022-10-04T23:21:52.778Z] #34 129.9 Selecting previously unselected package libpcre2-posix2:amd64.
23:21:52 [2022-10-04T23:21:52.778Z] #34 129.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
23:21:52 [2022-10-04T23:21:52.798Z] #38 80.85   CC       criu/aio.o
23:21:52 [2022-10-04T23:21:52.800Z] #38 85.60   CC       criu/cr-dedup.o
23:21:53 [2022-10-04T23:21:53.000Z] #38 77.26   DEP      criu/lsm.d
23:21:53 [2022-10-04T23:21:53.038Z] #34 129.9 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
23:21:53 [2022-10-04T23:21:53.038Z] #34 130.0 Selecting previously unselected package libpcre2-dev:amd64.
23:21:53 [2022-10-04T23:21:53.038Z] #34 130.0 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
23:21:53 [2022-10-04T23:21:53.038Z] #34 130.0 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
23:21:53 [2022-10-04T23:21:53.038Z] #34 ...
23:21:53 [2022-10-04T23:21:53.038Z] 
23:21:53 [2022-10-04T23:21:53.038Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:53 [2022-10-04T23:21:53.038Z] #39 64.95   LINK     criu/pie/parasite.built-in.o
23:21:53 [2022-10-04T23:21:53.038Z] #39 64.96   GEN      criu/pie/parasite-blob.h
23:21:53 [2022-10-04T23:21:53.038Z] #39 64.97   CC       criu/pie/parasite-vdso.o
23:21:53 [2022-10-04T23:21:53.057Z] #38 85.98   CC       criu/cr-dump.o
23:21:53 [2022-10-04T23:21:53.259Z] #38 77.50   DEP      criu/log.d
23:21:53 [2022-10-04T23:21:53.259Z] #38 77.62   DEP      criu/libnetlink.d
23:21:53 [2022-10-04T23:21:53.259Z] #38 77.69   DEP      criu/kerndat.d
23:21:53 [2022-10-04T23:21:53.369Z] #38 81.44   CC       criu/autofs.o
23:21:53 [2022-10-04T23:21:53.826Z] #38 77.92   DEP      criu/kcmp-ids.d
23:21:53 [2022-10-04T23:21:53.826Z] #38 78.01   DEP      criu/irmap.d
23:21:53 [2022-10-04T23:21:53.979Z] #39 65.60   CC       criu/arch/x86/vdso-pie.o
23:21:53 [2022-10-04T23:21:53.979Z] #39 65.86   CC       criu/arch/x86/restorer.o
23:21:53 [2022-10-04T23:21:53.983Z] #38 ...
23:21:53 [2022-10-04T23:21:53.983Z] 
23:21:53 [2022-10-04T23:21:53.983Z] #47 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
23:21:53 [2022-10-04T23:21:53.983Z] #47 DONE 2.4s
23:21:53 [2022-10-04T23:21:53.983Z] 
23:21:53 [2022-10-04T23:21:53.983Z] #48 [dev-systemd-false  6/26] RUN ldconfig
23:21:54 [2022-10-04T23:21:54.085Z] #38 78.16   DEP      criu/ipc_ns.d
23:21:54 [2022-10-04T23:21:54.085Z] #38 78.36   DEP      criu/image.d
23:21:54 [2022-10-04T23:21:54.344Z] #38 78.50   DEP      criu/image-desc.d
23:21:54 [2022-10-04T23:21:54.344Z] #38 78.57   DEP      criu/fsnotify.d
23:21:54 [2022-10-04T23:21:54.344Z] #38 ...
23:21:54 [2022-10-04T23:21:54.344Z] 
23:21:54 [2022-10-04T23:21:54.344Z] #48 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.125 + RM_GOPATH=0
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.125 + TMP_GOPATH=
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.125 + : /build
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.125 + '[' -z '' ']'
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.129 ++ mktemp -d
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.135 + export GOPATH=/tmp/tmp.Ngs0CWcZb5
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.135 + GOPATH=/tmp/tmp.Ngs0CWcZb5
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.135 + RM_GOPATH=1
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.135 + case "$(go env GOARCH)" in
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.135 ++ go env GOARCH
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.155 + export GO_BUILDMODE=-buildmode=pie
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.155 + GO_BUILDMODE=-buildmode=pie
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.155 ++ dirname /tmp/install/install.sh
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.175 + dir=/tmp/install
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.175 + bin=runc
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.175 + shift
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.176 + '[' '!' -f /tmp/install/runc.installer ']'
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.176 + . /tmp/install/runc.installer
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.176 ++ set -e
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.176 ++ : v1.1.4
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.176 + install_runc
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.176 + RUNC_BUILDTAGS=seccomp
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.176 + echo 'Install runc version v1.1.4 (build tags: seccomp)'
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.177 Install runc version v1.1.4 (build tags: seccomp)
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.177 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Ngs0CWcZb5/src/github.com/opencontainers/runc
23:21:54 [2022-10-04T23:21:54.344Z] #0 2.192 Cloning into '/tmp/tmp.Ngs0CWcZb5/src/github.com/opencontainers/runc'...
23:21:54 [2022-10-04T23:21:54.344Z] #48 ...
23:21:54 [2022-10-04T23:21:54.344Z] 
23:21:54 [2022-10-04T23:21:54.344Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:21:54 [2022-10-04T23:21:54.344Z] #0 1.362 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:21:54 [2022-10-04T23:21:54.344Z] #0 1.471 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:21:54 [2022-10-04T23:21:54.344Z] #0 1.474 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:21:54 [2022-10-04T23:21:54.344Z] #0 1.928 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:21:54 [2022-10-04T23:21:54.549Z] #39 66.47   CC       criu/arch/x86/restorer_unmap.o
23:21:54 [2022-10-04T23:21:54.810Z] #39 66.51   CC       criu/arch/x86/sigaction_compat_pie.o
23:21:55 [2022-10-04T23:21:55.074Z] #39 66.79   CC       criu/pie/restorer.o
23:21:55 [2022-10-04T23:21:55.279Z] #49 3.084 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:21:55 [2022-10-04T23:21:55.376Z] DEBUG: print all environment variables to check how Jenkins runs this script
23:21:55 [2022-10-04T23:21:55.376Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-a48991b6\powershellScript.ps1'; exit $LASTEXITCODE;
23:21:55 [2022-10-04T23:21:55.376Z] ----------------------------------------------------------------------------
23:21:55 [2022-10-04T23:21:55.376Z] 
23:21:55 [2022-10-04T23:21:55.376Z] INFO: executeCI.ps1 starting at Tue Oct  4 23:21:53 CUT 2022
23:21:55 [2022-10-04T23:21:55.376Z] 
23:21:55 [2022-10-04T23:21:55.376Z] INFO: Script version 05-Feb-2019 09:03 PDT
23:21:55 [2022-10-04T23:21:55.376Z] INFO: Running git version 2.24.1.windows.2
23:21:55 [2022-10-04T23:21:55.376Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
23:21:55 [2022-10-04T23:21:55.376Z] INFO: Environment variables:
23:21:55 [2022-10-04T23:21:55.376Z] 
23:21:55 [2022-10-04T23:21:55.376Z] Name                           Value                                                                                   
23:21:55 [2022-10-04T23:21:55.376Z] ----                           -----                                                                                   
23:21:55 [2022-10-04T23:21:55.376Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
23:21:55 [2022-10-04T23:21:55.376Z] amd64                          true                                                                                    
23:21:55 [2022-10-04T23:21:55.376Z] APPDATA                        C:\Windows\system32\config\systemprofile\AppData\Roaming                                
23:21:55 [2022-10-04T23:21:55.376Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
23:21:55 [2022-10-04T23:21:55.376Z] arm64                          true                                                                                    
23:21:55 [2022-10-04T23:21:55.376Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12                     
23:21:55 [2022-10-04T23:21:55.376Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}]                                    
23:21:55 [2022-10-04T23:21:55.376Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12                                                                                 
23:21:55 [2022-10-04T23:21:55.376Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
23:21:55 [2022-10-04T23:21:55.376Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
23:21:55 [2022-10-04T23:21:55.376Z] BRANCH_NAME                    PR-44247                                                                                
23:21:55 [2022-10-04T23:21:55.376Z] BUILD_DISPLAY_NAME             #5                                                                                      
23:21:55 [2022-10-04T23:21:55.376Z] BUILD_ID                       5                                                                                       
23:21:55 [2022-10-04T23:21:55.376Z] BUILD_NUMBER                   5                                                                                       
23:21:55 [2022-10-04T23:21:55.376Z] BUILD_TAG                      jenkins-moby-PR-44247-5                                                                 
23:21:55 [2022-10-04T23:21:55.376Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-44247/5/                              
23:21:55 [2022-10-04T23:21:55.376Z] cgroup2                        true                                                                                    
23:21:55 [2022-10-04T23:21:55.376Z] CHANGE_AUTHOR                  thaJeztah                                                                               
23:21:55 [2022-10-04T23:21:55.376Z] CHANGE_AUTHOR_DISPLAY_NAME     Sebastiaan van Stijn                                                                    
23:21:55 [2022-10-04T23:21:55.376Z] CHANGE_BRANCH                  20.10_bump_go_1.18.7                                                                    
23:21:55 [2022-10-04T23:21:55.376Z] CHANGE_FORK                    thaJeztah/docker                                                                        
23:21:55 [2022-10-04T23:21:55.376Z] CHANGE_ID                      44247                                                                                   
23:21:55 [2022-10-04T23:21:55.376Z] CHANGE_TARGET                  20.10                                                                                   
23:21:55 [2022-10-04T23:21:55.376Z] CHANGE_TITLE                   [20.10] Update to go 1.18.7 to address CVE-2022-2879, CVE-2022-2880, CVE-2022-41715     
23:21:55 [2022-10-04T23:21:55.376Z] CHANGE_URL                     https://github.com/moby/moby/pull/44247                                                 
23:21:55 [2022-10-04T23:21:55.376Z] CHECK_CONFIG_COMMIT            78405559cfe5987174aa2cb6463b9b2c1b917255                                                
23:21:55 [2022-10-04T23:21:55.376Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
23:21:55 [2022-10-04T23:21:55.376Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
23:21:55 [2022-10-04T23:21:55.376Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
23:21:55 [2022-10-04T23:21:55.376Z] COMPUTERNAME                   azwin-2-4c94e0                                                                          
23:21:55 [2022-10-04T23:21:55.376Z] ComSpec                        C:\Windows\system32\cmd.exe                                                             
23:21:55 [2022-10-04T23:21:55.376Z] ConfigSequenceNumber           0                                                                                       
23:21:55 [2022-10-04T23:21:55.376Z] dco                            true                                                                                    
23:21:55 [2022-10-04T23:21:55.376Z] DOCKER_BUILDKIT                0                                                                                       
23:21:55 [2022-10-04T23:21:55.376Z] DOCKER_DUT_DEBUG               1                                                                                       
23:21:55 [2022-10-04T23:21:55.377Z] DOCKER_EXPERIMENTAL            1                                                                                       
23:21:55 [2022-10-04T23:21:55.377Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
23:21:55 [2022-10-04T23:21:55.377Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
23:21:55 [2022-10-04T23:21:55.377Z] EXECUTOR_NUMBER                0                                                                                       
23:21:55 [2022-10-04T23:21:55.377Z] FQDN                           azwin-2-4c94e0.westus.cloudapp.azure.com                                                
23:21:55 [2022-10-04T23:21:55.377Z] GIT_BRANCH                     PR-44247                                                                                
23:21:55 [2022-10-04T23:21:55.377Z] GIT_COMMIT                     11bdbf40b9720592c28b3d28c0bcdae0eca3b052                                                
23:21:55 [2022-10-04T23:21:55.377Z] GIT_PREVIOUS_COMMIT            11bdbf40b9720592c28b3d28c0bcdae0eca3b052                                                
23:21:55 [2022-10-04T23:21:55.377Z] GIT_URL                        https://github.com/moby/moby.git                                                        
23:21:55 [2022-10-04T23:21:55.377Z] HUDSON_COOKIE                  1d81dae1-ca4f-49f9-b0f2-bac95a0afd29                                                    
23:21:55 [2022-10-04T23:21:55.377Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
23:21:55 [2022-10-04T23:21:55.377Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
23:21:55 [2022-10-04T23:21:55.377Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
23:21:55 [2022-10-04T23:21:55.377Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64                          
23:21:55 [2022-10-04T23:21:55.377Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
23:21:55 [2022-10-04T23:21:55.377Z] JENKINS_NODE_COOKIE            a79eec82-1e1f-4da4-8d8c-3542c45a2e4f                                                    
23:21:55 [2022-10-04T23:21:55.377Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
23:21:55 [2022-10-04T23:21:55.377Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
23:21:55 [2022-10-04T23:21:55.377Z] JOB_BASE_NAME                  PR-44247                                                                                
23:21:55 [2022-10-04T23:21:55.377Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-44247/display/redirect                
23:21:55 [2022-10-04T23:21:55.377Z] JOB_NAME                       moby/PR-44247                                                                           
23:21:55 [2022-10-04T23:21:55.377Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-44247/                                
23:21:55 [2022-10-04T23:21:55.377Z] library.jps.version            master                                                                                  
23:21:55 [2022-10-04T23:21:55.377Z] LOCALAPPDATA                   C:\Windows\system32\config\systemprofile\AppData\Local                                  
23:21:55 [2022-10-04T23:21:55.377Z] NODE_LABELS                    amd64 azure azwin-2-4c94e0 azwin-2019 docker west-us windows windows-2019 x86_64        
23:21:55 [2022-10-04T23:21:55.377Z] NODE_NAME                      azwin-2-4c94e0                                                                          
23:21:55 [2022-10-04T23:21:55.377Z] NUMBER_OF_PROCESSORS           4                                                                                       
23:21:55 [2022-10-04T23:21:55.377Z] OS                             Windows_NT                                                                              
23:21:55 [2022-10-04T23:21:55.377Z] Path                           C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo...
23:21:55 [2022-10-04T23:21:55.377Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
23:21:55 [2022-10-04T23:21:55.377Z] ppc64le                        false                                                                                   
23:21:55 [2022-10-04T23:21:55.377Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
23:21:55 [2022-10-04T23:21:55.377Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 85 Stepping 4, GenuineIntel                                      
23:21:55 [2022-10-04T23:21:55.377Z] PROCESSOR_LEVEL                6                                                                                       
23:21:55 [2022-10-04T23:21:55.377Z] PROCESSOR_REVISION             5504                                                                                    
23:21:55 [2022-10-04T23:21:55.377Z] ProgramData                    C:\ProgramData                                                                          
23:21:55 [2022-10-04T23:21:55.377Z] ProgramFiles                   C:\Program Files                                                                        
23:21:55 [2022-10-04T23:21:55.377Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
23:21:55 [2022-10-04T23:21:55.377Z] ProgramW6432                   C:\Program Files                                                                        
23:21:55 [2022-10-04T23:21:55.377Z] PROMPT                         $P$G                                                                                    
23:21:55 [2022-10-04T23:21:55.377Z] PSExecutionPolicyPreference    Bypass                                                                                  
23:21:55 [2022-10-04T23:21:55.377Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste...
23:21:55 [2022-10-04T23:21:55.377Z] PUBLIC                         C:\Users\Public                                                                         
23:21:55 [2022-10-04T23:21:55.377Z] rootless                       true                                                                                    
23:21:55 [2022-10-04T23:21:55.377Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-44247/5/display/redirect?page=artif...
23:21:55 [2022-10-04T23:21:55.377Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-44247/5/display/redirect?page=changes 
23:21:55 [2022-10-04T23:21:55.377Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-44247/5/display/redirect              
23:21:55 [2022-10-04T23:21:55.377Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-44247/5/display/redirect?page=tests   
23:21:55 [2022-10-04T23:21:55.377Z] s390x                          false                                                                                   
23:21:55 [2022-10-04T23:21:55.377Z] SKIP_VALIDATION_TESTS          1                                                                                       
23:21:55 [2022-10-04T23:21:55.377Z] SOURCES_DRIVE                  d                                                                                       
23:21:55 [2022-10-04T23:21:55.377Z] SOURCES_SUBDIR                 gopath                                                                                  
23:21:55 [2022-10-04T23:21:55.377Z] STAGE_NAME                     Run tests                                                                               
23:21:55 [2022-10-04T23:21:55.377Z] SystemDrive                    C:                                                                                      
23:21:55 [2022-10-04T23:21:55.377Z] SystemRoot                     C:\Windows                                                                              
23:21:55 [2022-10-04T23:21:55.377Z] TEMP                           C:\Windows\TEMP                                                                         
23:21:55 [2022-10-04T23:21:55.377Z] TESTDEBUG                      0                                                                                       
23:21:55 [2022-10-04T23:21:55.377Z] TESTRUN_DRIVE                  d                                                                                       
23:21:55 [2022-10-04T23:21:55.377Z] TESTRUN_SUBDIR                 CI                                                                                      
23:21:55 [2022-10-04T23:21:55.377Z] TIMEOUT                        120m                                                                                    
23:21:55 [2022-10-04T23:21:55.377Z] TMP                            C:\Windows\TEMP                                                                         
23:21:55 [2022-10-04T23:21:55.377Z] unit_validate                  true                                                                                    
23:21:55 [2022-10-04T23:21:55.377Z] USERDOMAIN                     WORKGROUP                                                                               
23:21:55 [2022-10-04T23:21:55.377Z] USERNAME                       azwin-2-4c94e0$                                                                         
23:21:55 [2022-10-04T23:21:55.377Z] USERPROFILE                    C:\Windows\system32\config\systemprofile                                                
23:21:55 [2022-10-04T23:21:55.377Z] validate_force                 false                                                                                   
23:21:55 [2022-10-04T23:21:55.377Z] windir                         C:\Windows                                                                              
23:21:55 [2022-10-04T23:21:55.377Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
23:21:55 [2022-10-04T23:21:55.377Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
23:21:55 [2022-10-04T23:21:55.377Z] windowsRS5                     true                                                                                    
23:21:55 [2022-10-04T23:21:55.377Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
23:21:55 [2022-10-04T23:21:55.377Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
23:21:55 [2022-10-04T23:21:55.377Z] 
23:21:55 [2022-10-04T23:21:55.377Z] 
23:21:55 [2022-10-04T23:21:55.377Z] 
23:21:55 [2022-10-04T23:21:55.574Z] #38 88.40   CC       criu/cr-errno.o
23:21:55 [2022-10-04T23:21:55.831Z] #38 88.54   CC       criu/cr-restore.o
23:21:55 [2022-10-04T23:21:55.884Z] INFO: Sources under d:\gopath\...
23:21:55 [2022-10-04T23:21:55.884Z] INFO: Test run under d:\CI\...
23:21:55 [2022-10-04T23:21:55.884Z] INFO: Running in D:\gopath\src\github.com\docker\docker
23:21:55 [2022-10-04T23:21:55.884Z] INFO: docker/docker repository was found
23:21:56 [2022-10-04T23:21:56.087Z] #38 ...
23:21:56 [2022-10-04T23:21:56.087Z] 
23:21:56 [2022-10-04T23:21:56.087Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:21:56 [2022-10-04T23:21:56.087Z] #49 21.45 Selecting previously unselected package bzip2.
23:21:56 [2022-10-04T23:21:56.087Z] #49 21.45 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.087Z] #49 21.46 Unpacking bzip2 (1.0.8-4) ...
23:21:56 [2022-10-04T23:21:56.087Z] #49 21.54 Selecting previously unselected package xz-utils.
23:21:56 [2022-10-04T23:21:56.087Z] #49 21.55 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.087Z] #49 21.55 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
23:21:56 [2022-10-04T23:21:56.087Z] #49 21.76 Selecting previously unselected package apparmor.
23:21:56 [2022-10-04T23:21:56.087Z] #49 21.77 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.087Z] #49 21.84 Unpacking apparmor (2.13.6-10) ...
23:21:56 [2022-10-04T23:21:56.087Z] #49 22.20 Selecting previously unselected package inetutils-ping.
23:21:56 [2022-10-04T23:21:56.087Z] #49 22.22 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.087Z] #49 22.23 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
23:21:56 [2022-10-04T23:21:56.087Z] #49 22.37 Selecting previously unselected package libip4tc2:arm64.
23:21:56 [2022-10-04T23:21:56.087Z] #49 22.38 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.087Z] #49 22.38 Unpacking libip4tc2:arm64 (1.8.7-1) ...
23:21:56 [2022-10-04T23:21:56.087Z] #49 22.47 Selecting previously unselected package libip6tc2:arm64.
23:21:56 [2022-10-04T23:21:56.087Z] #49 22.47 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.087Z] #49 22.49 Unpacking libip6tc2:arm64 (1.8.7-1) ...
23:21:56 [2022-10-04T23:21:56.087Z] #49 22.57 Selecting previously unselected package libnfnetlink0:arm64.
23:21:56 [2022-10-04T23:21:56.087Z] #49 22.58 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.087Z] #49 22.59 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
23:21:56 [2022-10-04T23:21:56.087Z] #49 22.64 Selecting previously unselected package libnetfilter-conntrack3:arm64.
23:21:56 [2022-10-04T23:21:56.087Z] #49 22.64 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.088Z] #49 22.65 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
23:21:56 [2022-10-04T23:21:56.088Z] #49 22.76 Selecting previously unselected package libnftnl11:arm64.
23:21:56 [2022-10-04T23:21:56.088Z] #49 22.77 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.088Z] #49 22.77 Unpacking libnftnl11:arm64 (1.1.9-1) ...
23:21:56 [2022-10-04T23:21:56.088Z] #49 22.85 Selecting previously unselected package iptables.
23:21:56 [2022-10-04T23:21:56.088Z] #49 22.85 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.088Z] #49 22.86 Unpacking iptables (1.8.7-1) ...
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.14 Selecting previously unselected package libonig5:arm64.
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.14 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.15 Unpacking libonig5:arm64 (6.9.6-1.1) ...
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.28 Selecting previously unselected package libjq1:arm64.
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.29 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.29 Unpacking libjq1:arm64 (1.6-2.1) ...
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.38 Selecting previously unselected package jq.
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.41 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.41 Unpacking jq (1.6-2.1) ...
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.53 Selecting previously unselected package libaio1:arm64.
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.53 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.53 Unpacking libaio1:arm64 (0.3.112-9) ...
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.59 Selecting previously unselected package libgpm2:arm64.
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.60 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.61 Unpacking libgpm2:arm64 (1.20.7-8) ...
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.68 Selecting previously unselected package libicu67:arm64.
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.68 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.088Z] #49 23.69 Unpacking libicu67:arm64 (67.1-7) ...
23:21:56 [2022-10-04T23:21:56.395Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time...
23:21:56 [2022-10-04T23:21:56.395Z] ltsc2019: Pulling from windows/servercore
23:21:56 [2022-10-04T23:21:56.528Z] #48 DONE 2.1s
23:21:56 [2022-10-04T23:21:56.529Z] 
23:21:56 [2022-10-04T23:21:56.529Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:21:56 [2022-10-04T23:21:56.650Z] #49 26.80 Selecting previously unselected package libinih1:arm64.
23:21:56 [2022-10-04T23:21:56.650Z] #49 26.80 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.650Z] #49 26.81 Unpacking libinih1:arm64 (53-1+b2) ...
23:21:56 [2022-10-04T23:21:56.650Z] #49 26.87 Selecting previously unselected package libnet1:arm64.
23:21:56 [2022-10-04T23:21:56.650Z] #49 26.88 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.650Z] #49 26.88 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
23:21:56 [2022-10-04T23:21:56.668Z] #49 4.335 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:21:56 [2022-10-04T23:21:56.905Z] b111c3320c94: Pulling fs layer
23:21:56 [2022-10-04T23:21:56.905Z] cee64bf279e2: Pulling fs layer
23:21:56 [2022-10-04T23:21:56.907Z] #49 26.98 Selecting previously unselected package libnl-3-200:arm64.
23:21:56 [2022-10-04T23:21:56.907Z] #49 26.98 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.907Z] #49 26.99 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
23:21:56 [2022-10-04T23:21:56.907Z] #49 27.08 Selecting previously unselected package libprotobuf-c1:arm64.
23:21:56 [2022-10-04T23:21:56.907Z] #49 27.09 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.907Z] #49 27.10 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
23:21:56 [2022-10-04T23:21:56.907Z] #49 27.16 Selecting previously unselected package net-tools.
23:21:56 [2022-10-04T23:21:56.907Z] #49 27.17 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
23:21:56 [2022-10-04T23:21:56.907Z] #49 27.17 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
23:21:57 [2022-10-04T23:21:57.163Z] #49 27.32 Selecting previously unselected package patch.
23:21:57 [2022-10-04T23:21:57.163Z] #49 27.33 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ...
23:21:57 [2022-10-04T23:21:57.163Z] #49 27.33 Unpacking patch (2.7.6-7) ...
23:21:57 [2022-10-04T23:21:57.163Z] #49 27.46 Selecting previously unselected package python-pip-whl.
23:21:57 [2022-10-04T23:21:57.163Z] #49 27.46 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
23:21:57 [2022-10-04T23:21:57.424Z] #49 27.46 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
23:21:57 [2022-10-04T23:21:57.604Z] #49 ...
23:21:57 [2022-10-04T23:21:57.604Z] 
23:21:57 [2022-10-04T23:21:57.604Z] #48 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:21:57 [2022-10-04T23:21:57.604Z] #48 13.47 + cd /tmp/tmp.Ngs0CWcZb5/src/github.com/opencontainers/runc
23:21:57 [2022-10-04T23:21:57.604Z] #48 13.48 + git checkout -q v1.1.4
23:21:57 [2022-10-04T23:21:57.632Z] #39 69.50   LINK     criu/pie/restorer.built-in.o
23:21:57 [2022-10-04T23:21:57.893Z] #39 ...
23:21:57 [2022-10-04T23:21:57.893Z] 
23:21:57 [2022-10-04T23:21:57.893Z] #34 [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
23:21:57 [2022-10-04T23:21:57.893Z] #34 130.5 Selecting previously unselected package libselinux1-dev:amd64.
23:21:57 [2022-10-04T23:21:57.893Z] #34 130.5 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 130.5 Unpacking libselinux1-dev:amd64 (3.1-3) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 130.7 Selecting previously unselected package libdevmapper-dev:amd64.
23:21:57 [2022-10-04T23:21:57.893Z] #34 130.7 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 130.8 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 130.8 Selecting previously unselected package libseccomp-dev:amd64.
23:21:57 [2022-10-04T23:21:57.893Z] #34 130.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 130.9 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.0 Selecting previously unselected package libsystemd-dev:amd64.
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.0 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_amd64.deb ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.0 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.6 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.7 Setting up libapparmor1:amd64 (2.13.6-10) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.7 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.7 Setting up libsepol1-dev:amd64 (3.1-1) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.7 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.7 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.7 Setting up libbtrfs0:amd64 (5.10.1-2) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.7 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.8 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.8 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.8 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.8 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.8 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.8 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.8 Setting up mingw-w64-common (8.0.0-1) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.9 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.9 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.9 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 131.9 Setting up libselinux1-dev:amd64 (3.1-3) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 132.0 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 132.0 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 132.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
23:21:57 [2022-10-04T23:21:57.893Z] #34 132.0 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 132.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
23:21:57 [2022-10-04T23:21:57.893Z] #34 132.0 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 132.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 132.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
23:21:57 [2022-10-04T23:21:57.893Z] #34 132.1 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 132.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 132.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 132.2 Setting up dmsetup (2:1.02.175-2.1) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 132.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 132.2 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 132.2 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:21:57 [2022-10-04T23:21:57.893Z] #34 DONE 134.8s
23:21:57 [2022-10-04T23:21:57.893Z] 
23:21:57 [2022-10-04T23:21:57.893Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:21:57 [2022-10-04T23:21:57.893Z] #39 69.52   GEN      criu/pie/restorer-blob.h
23:21:57 [2022-10-04T23:21:57.893Z] #39 69.67   DEP      criu/vdso.d
23:21:57 [2022-10-04T23:21:57.987Z] #49 28.02 Selecting previously unselected package python3-lib2to3.
23:21:57 [2022-10-04T23:21:57.988Z] #49 28.03 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
23:21:57 [2022-10-04T23:21:57.988Z] #49 28.03 Unpacking python3-lib2to3 (3.9.2-1) ...
23:21:57 [2022-10-04T23:21:57.988Z] #49 28.15 Selecting previously unselected package python3-distutils.
23:21:57 [2022-10-04T23:21:57.988Z] #49 28.16 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
23:21:57 [2022-10-04T23:21:57.988Z] #49 28.18 Unpacking python3-distutils (3.9.2-1) ...
23:21:58 [2022-10-04T23:21:58.153Z] #39 69.97   DEP      criu/vdso-compat.d
23:21:58 [2022-10-04T23:21:58.243Z] #49 28.32 Selecting previously unselected package python3-pkg-resources.
23:21:58 [2022-10-04T23:21:58.243Z] #49 28.33 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
23:21:58 [2022-10-04T23:21:58.243Z] #49 28.33 Unpacking python3-pkg-resources (52.0.0-4) ...
23:21:58 [2022-10-04T23:21:58.415Z] #39 70.19   DEP      criu/uts_ns.d
23:21:58 [2022-10-04T23:21:58.439Z] #49 2.189 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:21:58 [2022-10-04T23:21:58.439Z] #49 2.222 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:21:58 [2022-10-04T23:21:58.439Z] #49 2.223 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:21:58 [2022-10-04T23:21:58.499Z] #49 28.45 Selecting previously unselected package python3-setuptools.
23:21:58 [2022-10-04T23:21:58.499Z] #49 28.46 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
23:21:58 [2022-10-04T23:21:58.499Z] #49 28.47 Unpacking python3-setuptools (52.0.0-4) ...
23:21:58 [2022-10-04T23:21:58.499Z] #49 28.72 Selecting previously unselected package python3-wheel.
23:21:58 [2022-10-04T23:21:58.499Z] #49 28.72 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
23:21:58 [2022-10-04T23:21:58.499Z] #49 28.73 Unpacking python3-wheel (0.34.2-1) ...
23:21:58 [2022-10-04T23:21:58.543Z] #48 14.17 + '[' -z '' ']'
23:21:58 [2022-10-04T23:21:58.543Z] #48 14.18 + target=static
23:21:58 [2022-10-04T23:21:58.543Z] #48 14.18 + make BUILDTAGS=seccomp static
23:21:58 [2022-10-04T23:21:58.675Z] #39 70.54   DEP      criu/util.d
23:21:58 [2022-10-04T23:21:58.700Z] #49 2.734 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:21:58 [2022-10-04T23:21:58.759Z] #49 28.83 Selecting previously unselected package python3-pip.
23:21:58 [2022-10-04T23:21:58.759Z] #49 28.84 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ...
23:21:58 [2022-10-04T23:21:58.759Z] #49 28.85 Unpacking python3-pip (20.3.4-4+deb11u1) ...
23:21:58 [2022-10-04T23:21:58.805Z] #48 14.50 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d1 -X main.version=1.1.4 " -o runc .
23:21:59 [2022-10-04T23:21:59.015Z] #49 29.15 Selecting previously unselected package sudo.
23:21:59 [2022-10-04T23:21:59.015Z] #49 29.15 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ...
23:21:59 [2022-10-04T23:21:59.015Z] #49 29.16 Unpacking sudo (1.9.5p2-3) ...
23:21:59 [2022-10-04T23:21:59.246Z] #39 70.86   DEP      criu/uffd.d
23:21:59 [2022-10-04T23:21:59.507Z] #39 71.16   DEP      criu/tun.d
23:21:59 [2022-10-04T23:21:59.507Z] #39 ...
23:21:59 [2022-10-04T23:21:59.507Z] 
23:21:59 [2022-10-04T23:21:59.507Z] #40 [dev-systemd-false  1/26] RUN groupadd -r docker
23:21:59 [2022-10-04T23:21:59.507Z] #40 DONE 1.7s
23:21:59 [2022-10-04T23:21:59.580Z] #49 29.69 Selecting previously unselected package thin-provisioning-tools.
23:21:59 [2022-10-04T23:21:59.580Z] #49 29.69 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ...
23:21:59 [2022-10-04T23:21:59.580Z] #49 29.70 Unpacking thin-provisioning-tools (0.9.0-1) ...
23:21:59 [2022-10-04T23:21:59.768Z] 
23:21:59 [2022-10-04T23:21:59.768Z] #41 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.630 + RM_GOPATH=0
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.630 + TMP_GOPATH=
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.630 + : /build
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.630 + '[' -z '' ']'
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.633 ++ mktemp -d
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.633 + export GOPATH=/tmp/tmp.AqI5uu62Si
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.633 + GOPATH=/tmp/tmp.AqI5uu62Si
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.633 + RM_GOPATH=1
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.633 + case "$(go env GOARCH)" in
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.643 ++ go env GOARCH
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.669 + export GO_BUILDMODE=-buildmode=pie
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.669 + GO_BUILDMODE=-buildmode=pie
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.673 ++ dirname /tmp/install/install.sh
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.675 + dir=/tmp/install
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.675 + bin=runc
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.676 + shift
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.680 + '[' '!' -f /tmp/install/runc.installer ']'
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.681 + . /tmp/install/runc.installer
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.681 ++ set -e
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.684 ++ : v1.1.4
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.685 + install_runc
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.685 + RUNC_BUILDTAGS=seccomp
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.685 + echo 'Install runc version v1.1.4 (build tags: seccomp)'
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.685 Install runc version v1.1.4 (build tags: seccomp)
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.685 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.AqI5uu62Si/src/github.com/opencontainers/runc
23:21:59 [2022-10-04T23:21:59.768Z] #0 1.687 Cloning into '/tmp/tmp.AqI5uu62Si/src/github.com/opencontainers/runc'...
23:21:59 [2022-10-04T23:21:59.836Z] #49 29.93 Selecting previously unselected package uidmap.
23:21:59 [2022-10-04T23:21:59.836Z] #49 29.93 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ...
23:21:59 [2022-10-04T23:21:59.836Z] #49 29.94 Unpacking uidmap (1:4.8.1-1) ...
23:21:59 [2022-10-04T23:21:59.836Z] #49 30.03 Selecting previously unselected package vim-runtime.
23:21:59 [2022-10-04T23:21:59.836Z] #49 30.05 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
23:21:59 [2022-10-04T23:21:59.836Z] #49 30.09 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
23:21:59 [2022-10-04T23:21:59.836Z] #49 30.14 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
23:21:59 [2022-10-04T23:21:59.836Z] #49 30.15 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
23:22:00 [2022-10-04T23:22:00.029Z] #41 ...
23:22:00 [2022-10-04T23:22:00.029Z] 
23:22:00 [2022-10-04T23:22:00.029Z] #27 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
23:22:00 [2022-10-04T23:22:00.029Z] #27 130.3 + for f in rootlesskit rootlesskit-docker-proxy
23:22:00 [2022-10-04T23:22:00.029Z] #27 130.3 + GOBIN=/build
23:22:00 [2022-10-04T23:22:00.029Z] #27 130.3 + GO111MODULE=on
23:22:00 [2022-10-04T23:22:00.029Z] #27 130.3 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
23:22:00 [2022-10-04T23:22:00.029Z] #27 DONE 137.1s
23:22:00 [2022-10-04T23:22:00.083Z] #49 3.928 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:22:00 [2022-10-04T23:22:00.290Z] 
23:22:00 [2022-10-04T23:22:00.290Z] #42 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
23:22:00 [2022-10-04T23:22:00.290Z] #42 DONE 0.1s
23:22:00 [2022-10-04T23:22:00.290Z] 
23:22:00 [2022-10-04T23:22:00.290Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:00 [2022-10-04T23:22:00.290Z] #39 71.43   DEP      criu/tty.d
23:22:00 [2022-10-04T23:22:00.290Z] #39 71.71   DEP      criu/timerfd.d
23:22:00 [2022-10-04T23:22:00.290Z] #39 71.92   DEP      criu/timens.d
23:22:00 [2022-10-04T23:22:00.290Z] #39 ...
23:22:00 [2022-10-04T23:22:00.290Z] 
23:22:00 [2022-10-04T23:22:00.290Z] #43 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
23:22:00 [2022-10-04T23:22:00.290Z] #43 DONE 0.1s
23:22:00 [2022-10-04T23:22:00.551Z] 
23:22:00 [2022-10-04T23:22:00.551Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:00 [2022-10-04T23:22:00.551Z] #39 72.25   DEP      criu/sysfs_parse.d
23:22:00 [2022-10-04T23:22:00.811Z] #39 72.54   DEP      criu/sysctl.d
23:22:01 [2022-10-04T23:22:01.070Z] #39 72.84   DEP      criu/string.d
23:22:01 [2022-10-04T23:22:01.331Z] #39 ...
23:22:01 [2022-10-04T23:22:01.331Z] 
23:22:01 [2022-10-04T23:22:01.331Z] #44 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
23:22:01 [2022-10-04T23:22:01.331Z] #44 DONE 1.7s
23:22:01 [2022-10-04T23:22:01.331Z] 
23:22:01 [2022-10-04T23:22:01.331Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:01 [2022-10-04T23:22:01.331Z] #39 73.00   DEP      criu/stats.d
23:22:01 [2022-10-04T23:22:01.331Z] #39 73.17   DEP      criu/sockets.d
23:22:01 [2022-10-04T23:22:01.465Z] #49 5.314 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:22:01 [2022-10-04T23:22:01.465Z] #49 ...
23:22:01 [2022-10-04T23:22:01.465Z] 
23:22:01 [2022-10-04T23:22:01.465Z] #40 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:22:01 [2022-10-04T23:22:01.465Z] #40 13.98 + cd /tmp/tmp.PE1vXzXFS3/src/github.com/opencontainers/runc
23:22:01 [2022-10-04T23:22:01.465Z] #40 13.98 + git checkout -q v1.1.4
23:22:01 [2022-10-04T23:22:01.465Z] #40 14.57 + '[' -z '' ']'
23:22:01 [2022-10-04T23:22:01.465Z] #40 14.57 + target=static
23:22:01 [2022-10-04T23:22:01.465Z] #40 14.57 + make BUILDTAGS=seccomp static
23:22:01 [2022-10-04T23:22:01.465Z] #40 15.15 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d1 -X main.version=1.1.4 " -o runc .
23:22:01 [2022-10-04T23:22:01.465Z] #40 ...
23:22:01 [2022-10-04T23:22:01.465Z] 
23:22:01 [2022-10-04T23:22:01.465Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:01 [2022-10-04T23:22:01.465Z] #38 83.00   CC       criu/bfd.o
23:22:01 [2022-10-04T23:22:01.465Z] #38 83.59   CC       criu/bitmap.o
23:22:01 [2022-10-04T23:22:01.465Z] #38 83.77   CC       criu/cgroup-props.o
23:22:01 [2022-10-04T23:22:01.465Z] #38 84.89   CC       criu/cgroup.o
23:22:01 [2022-10-04T23:22:01.465Z] #38 87.93   CC       criu/clone-noasan.o
23:22:01 [2022-10-04T23:22:01.465Z] #38 88.13   CC       criu/config.o
23:22:01 [2022-10-04T23:22:01.597Z] #39 73.54   DEP      criu/sk-unix.d
23:22:01 [2022-10-04T23:22:01.726Z] #38 89.81   CC       criu/cr-check.o
23:22:01 [2022-10-04T23:22:01.858Z] #39 73.81   DEP      criu/sk-tcp.d
23:22:02 [2022-10-04T23:22:02.118Z] #39 74.07   DEP      criu/sk-queue.d
23:22:02 [2022-10-04T23:22:02.693Z] #39 ...
23:22:02 [2022-10-04T23:22:02.693Z] 
23:22:02 [2022-10-04T23:22:02.693Z] #45 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
23:22:02 [2022-10-04T23:22:02.693Z] #0 1.394 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
23:22:02 [2022-10-04T23:22:02.693Z] #45 DONE 1.4s
23:22:02 [2022-10-04T23:22:02.693Z] 
23:22:02 [2022-10-04T23:22:02.693Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:02 [2022-10-04T23:22:02.693Z] #39 74.43   DEP      criu/sk-packet.d
23:22:02 [2022-10-04T23:22:02.954Z] #39 74.80   DEP      criu/sk-netlink.d
23:22:03 [2022-10-04T23:22:03.104Z] #49 33.25 Selecting previously unselected package vim.
23:22:03 [2022-10-04T23:22:03.104Z] #49 33.26 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
23:22:03 [2022-10-04T23:22:03.104Z] #49 33.27 Unpacking vim (2:8.2.2434-3+deb11u1) ...
23:22:03 [2022-10-04T23:22:03.215Z] #39 75.10   DEP      criu/sk-inet.d
23:22:03 [2022-10-04T23:22:03.475Z] #39 75.40   DEP      criu/signalfd.d
23:22:03 [2022-10-04T23:22:03.637Z] #38 91.75   CC       criu/cr-dedup.o
23:22:03 [2022-10-04T23:22:03.669Z] #49 33.80 Selecting previously unselected package xfsprogs.
23:22:03 [2022-10-04T23:22:03.669Z] #49 33.81 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ...
23:22:03 [2022-10-04T23:22:03.669Z] #49 33.82 Unpacking xfsprogs (5.10.0-4) ...
23:22:03 [2022-10-04T23:22:03.738Z] #39 75.61   DEP      criu/sigframe.d
23:22:03 [2022-10-04T23:22:03.999Z] #39 ...
23:22:03 [2022-10-04T23:22:03.999Z] 
23:22:03 [2022-10-04T23:22:03.999Z] #46 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
23:22:03 [2022-10-04T23:22:03.999Z] #46 DONE 1.3s
23:22:03 [2022-10-04T23:22:03.999Z] 
23:22:03 [2022-10-04T23:22:03.999Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:03 [2022-10-04T23:22:03.999Z] #39 75.72   DEP      criu/shmem.d
23:22:04 [2022-10-04T23:22:04.077Z] #48 ...
23:22:04 [2022-10-04T23:22:04.077Z] 
23:22:04 [2022-10-04T23:22:04.077Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:04 [2022-10-04T23:22:04.077Z] #38 78.72   DEP      criu/filesystems.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 78.89   DEP      criu/files.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 79.04   DEP      criu/files-reg.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 79.19   DEP      criu/files-ext.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 79.30   DEP      criu/file-lock.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 79.54   DEP      criu/file-ids.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 79.72   DEP      criu/fifo.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 79.89   DEP      criu/fdstore.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 80.05   DEP      criu/fault-injection.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 80.09   DEP      criu/external.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 80.17   DEP      criu/eventpoll.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 80.42   DEP      criu/eventfd.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 80.64   DEP      criu/crtools.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 80.90   DEP      criu/cr-service.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 81.08   DEP      criu/cr-restore.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 81.28   DEP      criu/cr-errno.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 81.31   DEP      criu/cr-dump.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 81.62   DEP      criu/cr-dedup.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 81.85   DEP      criu/cr-check.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 82.15   DEP      criu/config.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 82.38   DEP      criu/clone-noasan.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 82.45   DEP      criu/cgroup.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 82.70   DEP      criu/cgroup-props.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 82.78   DEP      criu/bitmap.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 82.82   DEP      criu/bfd.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 82.90   DEP      criu/autofs.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 83.15   DEP      criu/aio.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 83.33   DEP      criu/action-scripts.d
23:22:04 [2022-10-04T23:22:04.077Z] #38 83.65   CC       criu/action-scripts.o
23:22:04 [2022-10-04T23:22:04.077Z] #38 84.13   CC       criu/aio.o
23:22:04 [2022-10-04T23:22:04.077Z] #38 84.72   CC       criu/autofs.o
23:22:04 [2022-10-04T23:22:04.077Z] #38 86.19   CC       criu/bfd.o
23:22:04 [2022-10-04T23:22:04.077Z] #38 86.79   CC       criu/bitmap.o
23:22:04 [2022-10-04T23:22:04.077Z] #38 86.92   CC       criu/cgroup-props.o
23:22:04 [2022-10-04T23:22:04.077Z] #38 87.94   CC       criu/cgroup.o
23:22:04 [2022-10-04T23:22:04.207Z] #38 92.21   CC       criu/cr-dump.o
23:22:04 [2022-10-04T23:22:04.232Z] #49 34.26 Selecting previously unselected package zip.
23:22:04 [2022-10-04T23:22:04.232Z] #49 34.27 Preparing to unpack .../46-zip_3.0-12_arm64.deb ...
23:22:04 [2022-10-04T23:22:04.232Z] #49 34.27 Unpacking zip (3.0-12) ...
23:22:04 [2022-10-04T23:22:04.260Z] #39 76.04   DEP      criu/servicefd.d
23:22:04 [2022-10-04T23:22:04.488Z] #49 34.46 Setting up python3-pkg-resources (52.0.0-4) ...
23:22:04 [2022-10-04T23:22:04.520Z] #39 76.21   DEP      criu/seize.d
23:22:04 [2022-10-04T23:22:04.520Z] #39 76.40   DEP      criu/seccomp.d
23:22:04 [2022-10-04T23:22:04.781Z] #39 76.70   DEP      criu/rst-malloc.d
23:22:05 [2022-10-04T23:22:05.041Z] #39 ...
23:22:05 [2022-10-04T23:22:05.041Z] 
23:22:05 [2022-10-04T23:22:05.041Z] #47 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
23:22:05 [2022-10-04T23:22:05.041Z] #47 DONE 1.0s
23:22:05 [2022-10-04T23:22:05.041Z] 
23:22:05 [2022-10-04T23:22:05.041Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:05 [2022-10-04T23:22:05.041Z] #39 76.79   DEP      criu/rbtree.d
23:22:05 [2022-10-04T23:22:05.041Z] #39 76.91   DEP      criu/pstree.d
23:22:05 [2022-10-04T23:22:05.307Z] #49 35.33 Setting up libip4tc2:arm64 (1.8.7-1) ...
23:22:05 [2022-10-04T23:22:05.307Z] #49 35.34 Setting up net-tools (1.60+git20181103.0eebece-1) ...
23:22:05 [2022-10-04T23:22:05.307Z] #49 35.35 Setting up libgpm2:arm64 (1.20.7-8) ...
23:22:05 [2022-10-04T23:22:05.307Z] #49 35.37 Setting up libicu67:arm64 (67.1-7) ...
23:22:05 [2022-10-04T23:22:05.307Z] #49 35.39 Setting up libip6tc2:arm64 (1.8.7-1) ...
23:22:05 [2022-10-04T23:22:05.307Z] #49 35.40 Setting up libinih1:arm64 (53-1+b2) ...
23:22:05 [2022-10-04T23:22:05.307Z] #49 35.42 Setting up uidmap (1:4.8.1-1) ...
23:22:05 [2022-10-04T23:22:05.307Z] #49 35.43 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
23:22:05 [2022-10-04T23:22:05.307Z] #49 35.44 Setting up bzip2 (1.0.8-4) ...
23:22:05 [2022-10-04T23:22:05.307Z] #49 35.46 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
23:22:05 [2022-10-04T23:22:05.307Z] #49 35.47 Setting up python3-wheel (0.34.2-1) ...
23:22:05 [2022-10-04T23:22:05.591Z] #38 ...
23:22:05 [2022-10-04T23:22:05.591Z] 
23:22:05 [2022-10-04T23:22:05.591Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:22:05 [2022-10-04T23:22:05.591Z] #49 9.223 Fetched 8586 kB in 7s (1176 kB/s)
23:22:05 [2022-10-04T23:22:05.613Z] #39 77.16   DEP      criu/protobuf.d
23:22:05 [2022-10-04T23:22:05.613Z] #39 77.35   GEN      criu/protobuf-desc-gen.h
23:22:05 [2022-10-04T23:22:05.876Z] #39 ...
23:22:05 [2022-10-04T23:22:05.876Z] 
23:22:05 [2022-10-04T23:22:05.876Z] #48 [dev-systemd-false  6/26] RUN ldconfig
23:22:05 [2022-10-04T23:22:05.876Z] #48 DONE 1.1s
23:22:06 [2022-10-04T23:22:06.125Z] #49 36.17 Setting up xxd (2:8.2.2434-3+deb11u1) ...
23:22:06 [2022-10-04T23:22:06.125Z] #49 36.19 Setting up libcap2:arm64 (1:2.44-1) ...
23:22:06 [2022-10-04T23:22:06.125Z] #49 36.20 Setting up libcap2-bin (1:2.44-1) ...
23:22:06 [2022-10-04T23:22:06.125Z] #49 36.22 Setting up apparmor (2.13.6-10) ...
23:22:06 [2022-10-04T23:22:06.137Z] 
23:22:06 [2022-10-04T23:22:06.137Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:22:06 [2022-10-04T23:22:06.161Z] #49 9.223 Reading package lists...
23:22:06 [2022-10-04T23:22:06.161Z] #49 ...
23:22:06 [2022-10-04T23:22:06.161Z] 
23:22:06 [2022-10-04T23:22:06.161Z] #24 [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
23:22:06 [2022-10-04T23:22:06.161Z] #24 DONE 150.9s
23:22:06 [2022-10-04T23:22:06.421Z] 
23:22:06 [2022-10-04T23:22:06.421Z] #30 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:22:06 [2022-10-04T23:22:06.681Z] #30 ...
23:22:06 [2022-10-04T23:22:06.681Z] 
23:22:06 [2022-10-04T23:22:06.681Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:06 [2022-10-04T23:22:06.681Z] #38 94.89   CC       criu/cr-errno.o
23:22:06 [2022-10-04T23:22:06.942Z] #38 94.96   CC       criu/cr-restore.o
23:22:07 [2022-10-04T23:22:07.364Z] #38 90.96   CC       criu/clone-noasan.o
23:22:07 [2022-10-04T23:22:07.364Z] #38 91.23   CC       criu/config.o
23:22:07 [2022-10-04T23:22:07.523Z] #49 1.608 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
23:22:07 [2022-10-04T23:22:07.785Z] #49 1.637 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
23:22:07 [2022-10-04T23:22:07.785Z] #49 1.638 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
23:22:08 [2022-10-04T23:22:08.012Z] #49 37.82 Setting up zip (3.0-12) ...
23:22:08 [2022-10-04T23:22:08.012Z] #49 37.84 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
23:22:08 [2022-10-04T23:22:08.012Z] #49 37.89 Setting up bash-completion (1:2.11-2) ...
23:22:08 [2022-10-04T23:22:08.046Z] #49 2.138 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
23:22:08 [2022-10-04T23:22:08.300Z] #38 92.70   CC       criu/cr-check.o
23:22:09 [2022-10-04T23:22:09.722Z] #38 ...
23:22:09 [2022-10-04T23:22:09.722Z] 
23:22:09 [2022-10-04T23:22:09.722Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:22:09 [2022-10-04T23:22:09.722Z] #49 8.029 Fetched 8586 kB in 7s (1239 kB/s)
23:22:09 [2022-10-04T23:22:09.722Z] #49 8.029 Reading package lists...
23:22:09 [2022-10-04T23:22:09.722Z] #49 10.89 Reading package lists...
23:22:09 [2022-10-04T23:22:09.722Z] #49 13.89 Building dependency tree...
23:22:09 [2022-10-04T23:22:09.722Z] #49 15.66 The following additional packages will be installed:
23:22:09 [2022-10-04T23:22:09.722Z] #49 15.66   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
23:22:09 [2022-10-04T23:22:09.722Z] #49 15.67   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
23:22:09 [2022-10-04T23:22:09.722Z] #49 15.67   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
23:22:09 [2022-10-04T23:22:09.722Z] #49 15.67   python3-pkg-resources vim-runtime xxd
23:22:09 [2022-10-04T23:22:09.722Z] #49 15.68 Suggested packages:
23:22:09 [2022-10-04T23:22:09.722Z] #49 15.68   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
23:22:09 [2022-10-04T23:22:09.722Z] #49 15.68   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
23:22:09 [2022-10-04T23:22:09.722Z] #49 15.68   acl attr quota
23:22:09 [2022-10-04T23:22:09.722Z] #49 15.68 Recommended packages:
23:22:09 [2022-10-04T23:22:09.722Z] #49 15.68   libatm1 nftables libpam-cap build-essential python3-dev unzip
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.11 The following NEW packages will be installed:
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.12   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.12   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.12   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.12   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.12   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.12   python3-pkg-resources python3-setuptools python3-wheel sudo
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.12   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.12   xz-utils zip
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.46 0 upgraded, 47 newly installed, 0 to remove and 2 not upgraded.
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.46 Need to get 27.0 MB of archives.
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.46 After this operation, 104 MB of additional disk space will be used.
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.47 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.49 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.49 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.51 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.52 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.52 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.52 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.54 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.55 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.57 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.58 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
23:22:09 [2022-10-04T23:22:09.722Z] #49 17.59 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
23:22:09 [2022-10-04T23:22:09.972Z] #49 3.598 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [187 kB]
23:22:09 [2022-10-04T23:22:09.987Z] #49 17.59 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
23:22:09 [2022-10-04T23:22:09.987Z] #49 17.62 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1+deb11u1 [245 kB]
23:22:09 [2022-10-04T23:22:09.987Z] #49 17.62 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
23:22:09 [2022-10-04T23:22:09.987Z] #49 17.64 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
23:22:09 [2022-10-04T23:22:09.987Z] #49 17.64 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
23:22:09 [2022-10-04T23:22:09.987Z] #49 17.64 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
23:22:09 [2022-10-04T23:22:09.987Z] #49 17.64 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
23:22:09 [2022-10-04T23:22:09.987Z] #49 17.64 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
23:22:09 [2022-10-04T23:22:09.987Z] #49 17.68 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
23:22:09 [2022-10-04T23:22:09.987Z] #49 17.69 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
23:22:09 [2022-10-04T23:22:09.987Z] #49 17.69 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
23:22:09 [2022-10-04T23:22:09.987Z] #49 17.70 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
23:22:09 [2022-10-04T23:22:09.987Z] #49 17.70 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
23:22:09 [2022-10-04T23:22:09.987Z] #49 17.71 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
23:22:10 [2022-10-04T23:22:10.526Z] #49 40.43 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
23:22:10 [2022-10-04T23:22:10.526Z] #49 40.45 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
23:22:10 [2022-10-04T23:22:10.526Z] #49 40.46 Setting up libmnl0:arm64 (1.0.4-3) ...
23:22:10 [2022-10-04T23:22:10.526Z] #49 40.47 Setting up patch (2.7.6-7) ...
23:22:10 [2022-10-04T23:22:10.526Z] #49 40.50 Setting up sudo (1.9.5p2-3) ...
23:22:10 [2022-10-04T23:22:10.526Z] #49 40.62 invoke-rc.d: could not determine current runlevel
23:22:10 [2022-10-04T23:22:10.526Z] #49 40.62 invoke-rc.d: policy-rc.d denied execution of start.
23:22:10 [2022-10-04T23:22:10.526Z] #49 40.64 Setting up xfsprogs (5.10.0-4) ...
23:22:10 [2022-10-04T23:22:10.526Z] #49 40.67 Setting up libxtables12:arm64 (1.8.7-1) ...
23:22:10 [2022-10-04T23:22:10.526Z] #49 40.68 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
23:22:10 [2022-10-04T23:22:10.526Z] #49 40.69 Setting up pigz (2.6-1) ...
23:22:10 [2022-10-04T23:22:10.526Z] #49 40.73 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
23:22:10 [2022-10-04T23:22:10.526Z] #49 ...
23:22:10 [2022-10-04T23:22:10.526Z] 
23:22:10 [2022-10-04T23:22:10.526Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:10 [2022-10-04T23:22:10.526Z] #38 93.41   CC       criu/cr-service.o
23:22:10 [2022-10-04T23:22:10.526Z] #38 95.33   CC       criu/crtools.o
23:22:10 [2022-10-04T23:22:10.526Z] #38 95.98   CC       criu/eventfd.o
23:22:10 [2022-10-04T23:22:10.526Z] #38 96.29   CC       criu/eventpoll.o
23:22:10 [2022-10-04T23:22:10.526Z] #38 97.13   CC       criu/external.o
23:22:10 [2022-10-04T23:22:10.526Z] #38 97.50   CC       criu/fault-injection.o
23:22:10 [2022-10-04T23:22:10.526Z] #38 97.66   CC       criu/fdstore.o
23:22:10 [2022-10-04T23:22:10.526Z] #38 98.06   CC       criu/fifo.o
23:22:10 [2022-10-04T23:22:10.526Z] #38 98.43   CC       criu/file-ids.o
23:22:10 [2022-10-04T23:22:10.526Z] #38 98.75   CC       criu/file-lock.o
23:22:10 [2022-10-04T23:22:10.526Z] #38 99.62   CC       criu/files-ext.o
23:22:10 [2022-10-04T23:22:10.526Z] #38 100.1   CC       criu/files-reg.o
23:22:10 [2022-10-04T23:22:10.526Z] #38 102.2   CC       criu/files.o
23:22:10 [2022-10-04T23:22:10.573Z] #49 18.15 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
23:22:10 [2022-10-04T23:22:10.573Z] #49 18.15 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
23:22:10 [2022-10-04T23:22:10.573Z] #49 18.15 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
23:22:10 [2022-10-04T23:22:10.573Z] #49 18.15 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
23:22:10 [2022-10-04T23:22:10.573Z] #49 18.15 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
23:22:10 [2022-10-04T23:22:10.573Z] #49 18.16 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
23:22:10 [2022-10-04T23:22:10.573Z] #49 18.16 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
23:22:10 [2022-10-04T23:22:10.573Z] #49 18.27 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
23:22:10 [2022-10-04T23:22:10.573Z] #49 ...
23:22:10 [2022-10-04T23:22:10.573Z] 
23:22:10 [2022-10-04T23:22:10.573Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:10 [2022-10-04T23:22:10.573Z] #38 94.76   CC       criu/cr-dedup.o
23:22:10 [2022-10-04T23:22:10.782Z] #38 ...
23:22:10 [2022-10-04T23:22:10.782Z] 
23:22:10 [2022-10-04T23:22:10.782Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:22:10 [2022-10-04T23:22:10.782Z] #49 40.73 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
23:22:10 [2022-10-04T23:22:10.782Z] #49 40.75 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
23:22:10 [2022-10-04T23:22:10.782Z] #49 40.77 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
23:22:10 [2022-10-04T23:22:10.782Z] #49 40.79 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
23:22:10 [2022-10-04T23:22:10.832Z] #38 95.21   CC       criu/cr-dump.o
23:22:10 [2022-10-04T23:22:10.915Z] #49 4.905 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
23:22:11 [2022-10-04T23:22:11.344Z] #49 41.55 Setting up libaio1:arm64 (0.3.112-9) ...
23:22:11 [2022-10-04T23:22:11.344Z] #49 41.56 Setting up python3-lib2to3 (3.9.2-1) ...
23:22:11 [2022-10-04T23:22:11.489Z] #49 ...
23:22:11 [2022-10-04T23:22:11.489Z] 
23:22:11 [2022-10-04T23:22:11.489Z] #41 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:22:11 [2022-10-04T23:22:11.489Z] #41 13.55 + cd /tmp/tmp.AqI5uu62Si/src/github.com/opencontainers/runc
23:22:11 [2022-10-04T23:22:11.489Z] #41 13.55 + git checkout -q v1.1.4
23:22:11 [2022-10-04T23:22:11.767Z] #38 ...
23:22:11 [2022-10-04T23:22:11.767Z] 
23:22:11 [2022-10-04T23:22:11.767Z] #22 [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
23:22:11 [2022-10-04T23:22:11.767Z] #22 DONE 158.3s
23:22:11 [2022-10-04T23:22:11.767Z] 
23:22:11 [2022-10-04T23:22:11.767Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:22:11 [2022-10-04T23:22:11.767Z] #49 18.28 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
23:22:11 [2022-10-04T23:22:11.767Z] #49 18.28 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
23:22:11 [2022-10-04T23:22:11.767Z] #49 18.29 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
23:22:11 [2022-10-04T23:22:11.767Z] #49 18.29 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
23:22:11 [2022-10-04T23:22:11.767Z] #49 18.31 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
23:22:11 [2022-10-04T23:22:11.767Z] #49 18.31 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
23:22:11 [2022-10-04T23:22:11.767Z] #49 18.36 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
23:22:11 [2022-10-04T23:22:11.767Z] #49 18.38 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
23:22:11 [2022-10-04T23:22:11.767Z] #49 18.39 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
23:22:11 [2022-10-04T23:22:11.767Z] #49 18.85 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
23:22:11 [2022-10-04T23:22:11.767Z] #49 18.90 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
23:22:11 [2022-10-04T23:22:11.767Z] #49 18.93 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
23:22:11 [2022-10-04T23:22:11.906Z] #49 42.01 Setting up libelf1:arm64 (0.183-1) ...
23:22:11 [2022-10-04T23:22:11.906Z] #49 42.05 Setting up libonig5:arm64 (6.9.6-1.1) ...
23:22:11 [2022-10-04T23:22:11.906Z] #49 42.07 Setting up python3-distutils (3.9.2-1) ...
23:22:12 [2022-10-04T23:22:12.027Z] #49 19.83 debconf: delaying package configuration, since apt-utils is not installed
23:22:12 [2022-10-04T23:22:12.059Z] #41 14.07 + '[' -z '' ']'
23:22:12 [2022-10-04T23:22:12.059Z] #41 14.07 + target=static
23:22:12 [2022-10-04T23:22:12.059Z] #41 14.07 + make BUILDTAGS=seccomp static
23:22:12 [2022-10-04T23:22:12.223Z] #38 100.0   CC       criu/cr-service.o
23:22:12 [2022-10-04T23:22:12.271Z] cee64bf279e2: Download complete
23:22:12 [2022-10-04T23:22:12.285Z] #49 20.11 Fetched 27.0 MB in 2s (15.3 MB/s)
23:22:12 [2022-10-04T23:22:12.322Z] #41 14.63 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d1 -X main.version=1.1.4 " -o runc .
23:22:12 [2022-10-04T23:22:12.469Z] #49 42.53 Setting up vim (2:8.2.2434-3+deb11u1) ...
23:22:12 [2022-10-04T23:22:12.469Z] #49 42.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
23:22:12 [2022-10-04T23:22:12.469Z] #49 42.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
23:22:12 [2022-10-04T23:22:12.469Z] #49 42.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
23:22:12 [2022-10-04T23:22:12.469Z] #49 42.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
23:22:12 [2022-10-04T23:22:12.469Z] #49 42.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
23:22:12 [2022-10-04T23:22:12.469Z] #49 42.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
23:22:12 [2022-10-04T23:22:12.469Z] #49 42.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
23:22:12 [2022-10-04T23:22:12.469Z] #49 42.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
23:22:12 [2022-10-04T23:22:12.469Z] #49 42.66 Setting up python3-setuptools (52.0.0-4) ...
23:22:12 [2022-10-04T23:22:12.542Z] #49 20.25 Selecting previously unselected package pigz.
23:22:12 [2022-10-04T23:22:12.794Z] #38 ...
23:22:12 [2022-10-04T23:22:12.794Z] 
23:22:12 [2022-10-04T23:22:12.794Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:22:12 [2022-10-04T23:22:12.794Z] #49 9.223 Reading package lists...
23:22:12 [2022-10-04T23:22:12.794Z] #49 12.19 Reading package lists...
23:22:12 [2022-10-04T23:22:12.794Z] #49 14.98 Building dependency tree...
23:22:12 [2022-10-04T23:22:12.794Z] #49 16.40 The following additional packages will be installed:
23:22:12 [2022-10-04T23:22:12.794Z] #49 16.41   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
23:22:12 [2022-10-04T23:22:12.794Z] #49 16.41   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
23:22:12 [2022-10-04T23:22:12.794Z] #49 16.41   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
23:22:12 [2022-10-04T23:22:12.794Z] #49 16.41   python3-pkg-resources vim-runtime xxd
23:22:12 [2022-10-04T23:22:12.794Z] #49 16.42 Suggested packages:
23:22:12 [2022-10-04T23:22:12.794Z] #49 16.42   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
23:22:12 [2022-10-04T23:22:12.794Z] #49 16.42   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
23:22:12 [2022-10-04T23:22:12.794Z] #49 16.42   acl attr quota
23:22:12 [2022-10-04T23:22:12.794Z] #49 16.42 Recommended packages:
23:22:12 [2022-10-04T23:22:12.794Z] #49 16.42   libatm1 nftables libpam-cap build-essential python3-dev unzip
23:22:12 [2022-10-04T23:22:12.800Z] #49 20.25 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24019 files and directories currently installed.)
23:22:12 [2022-10-04T23:22:12.800Z] #49 20.39 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
23:22:12 [2022-10-04T23:22:12.800Z] #49 20.41 Unpacking pigz (2.6-1) ...
23:22:12 [2022-10-04T23:22:12.800Z] #49 20.58 Selecting previously unselected package libelf1:amd64.
23:22:12 [2022-10-04T23:22:12.800Z] #49 20.60 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
23:22:13 [2022-10-04T23:22:13.058Z] #49 20.62 Unpacking libelf1:amd64 (0.183-1) ...
23:22:13 [2022-10-04T23:22:13.058Z] #49 20.76 Selecting previously unselected package libbpf0:amd64.
23:22:13 [2022-10-04T23:22:13.058Z] #49 20.77 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
23:22:13 [2022-10-04T23:22:13.058Z] #49 20.77 Unpacking libbpf0:amd64 (1:0.3-2) ...
23:22:13 [2022-10-04T23:22:13.058Z] #49 20.89 Selecting previously unselected package libcap2:amd64.
23:22:13 [2022-10-04T23:22:13.316Z] #49 20.89 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
23:22:13 [2022-10-04T23:22:13.316Z] #49 20.90 Unpacking libcap2:amd64 (1:2.44-1) ...
23:22:13 [2022-10-04T23:22:13.316Z] #49 20.98 Selecting previously unselected package libmnl0:amd64.
23:22:13 [2022-10-04T23:22:13.316Z] #49 20.98 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
23:22:13 [2022-10-04T23:22:13.316Z] #49 20.99 Unpacking libmnl0:amd64 (1.0.4-3) ...
23:22:13 [2022-10-04T23:22:13.316Z] #49 21.05 Selecting previously unselected package libxtables12:amd64.
23:22:13 [2022-10-04T23:22:13.316Z] #49 21.05 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
23:22:13 [2022-10-04T23:22:13.316Z] #49 21.06 Unpacking libxtables12:amd64 (1.8.7-1) ...
23:22:13 [2022-10-04T23:22:13.316Z] #49 21.14 Selecting previously unselected package libcap2-bin.
23:22:13 [2022-10-04T23:22:13.573Z] #49 21.15 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
23:22:13 [2022-10-04T23:22:13.573Z] #49 21.16 Unpacking libcap2-bin (1:2.44-1) ...
23:22:13 [2022-10-04T23:22:13.573Z] #49 21.26 Selecting previously unselected package iproute2.
23:22:13 [2022-10-04T23:22:13.573Z] #49 21.27 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
23:22:13 [2022-10-04T23:22:13.573Z] #49 21.27 Unpacking iproute2 (5.10.0-4) ...
23:22:13 [2022-10-04T23:22:13.734Z] #49 17.66 The following NEW packages will be installed:
23:22:13 [2022-10-04T23:22:13.734Z] #49 17.66   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
23:22:13 [2022-10-04T23:22:13.734Z] #49 17.66   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
23:22:13 [2022-10-04T23:22:13.734Z] #49 17.66   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
23:22:13 [2022-10-04T23:22:13.734Z] #49 17.66   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
23:22:13 [2022-10-04T23:22:13.734Z] #49 17.66   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
23:22:13 [2022-10-04T23:22:13.734Z] #49 17.66   python3-pkg-resources python3-setuptools python3-wheel sudo
23:22:13 [2022-10-04T23:22:13.734Z] #49 17.66   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
23:22:13 [2022-10-04T23:22:13.734Z] #49 17.66   xz-utils zip
23:22:13 [2022-10-04T23:22:13.835Z] #49 44.07 Setting up libjq1:arm64 (1.6-2.1) ...
23:22:13 [2022-10-04T23:22:13.995Z] #49 17.99 0 upgraded, 47 newly installed, 0 to remove and 2 not upgraded.
23:22:13 [2022-10-04T23:22:13.995Z] #49 17.99 Need to get 27.0 MB of archives.
23:22:13 [2022-10-04T23:22:13.995Z] #49 17.99 After this operation, 104 MB of additional disk space will be used.
23:22:13 [2022-10-04T23:22:13.995Z] #49 17.99 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
23:22:13 [2022-10-04T23:22:13.995Z] #49 17.99 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
23:22:13 [2022-10-04T23:22:13.995Z] #49 17.99 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
23:22:13 [2022-10-04T23:22:13.995Z] #49 18.00 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
23:22:13 [2022-10-04T23:22:13.995Z] #49 18.00 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
23:22:13 [2022-10-04T23:22:13.995Z] #49 18.00 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
23:22:13 [2022-10-04T23:22:13.995Z] #49 18.00 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
23:22:13 [2022-10-04T23:22:13.995Z] #49 18.01 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
23:22:13 [2022-10-04T23:22:13.995Z] #49 18.04 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
23:22:13 [2022-10-04T23:22:13.995Z] #49 18.04 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
23:22:13 [2022-10-04T23:22:13.995Z] #49 18.06 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
23:22:13 [2022-10-04T23:22:13.995Z] #49 18.06 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
23:22:13 [2022-10-04T23:22:13.995Z] #49 18.07 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
23:22:13 [2022-10-04T23:22:13.995Z] #49 18.07 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
23:22:13 [2022-10-04T23:22:13.995Z] #49 18.10 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1+deb11u1 [245 kB]
23:22:13 [2022-10-04T23:22:13.995Z] #49 18.10 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
23:22:14 [2022-10-04T23:22:14.091Z] #49 44.11 Setting up libnftnl11:arm64 (1.1.9-1) ...
23:22:14 [2022-10-04T23:22:14.091Z] #49 44.13 Setting up thin-provisioning-tools (0.9.0-1) ...
23:22:14 [2022-10-04T23:22:14.092Z] #49 44.14 Setting up python3-pip (20.3.4-4+deb11u1) ...
23:22:14 [2022-10-04T23:22:14.140Z] #49 21.79 Selecting previously unselected package xxd.
23:22:14 [2022-10-04T23:22:14.140Z] #49 21.79 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
23:22:14 [2022-10-04T23:22:14.140Z] #49 21.80 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
23:22:14 [2022-10-04T23:22:14.140Z] #49 21.91 Selecting previously unselected package vim-common.
23:22:14 [2022-10-04T23:22:14.140Z] #49 21.91 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
23:22:14 [2022-10-04T23:22:14.140Z] #49 21.93 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
23:22:14 [2022-10-04T23:22:14.255Z] #49 18.11 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
23:22:14 [2022-10-04T23:22:14.255Z] #49 18.11 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
23:22:14 [2022-10-04T23:22:14.255Z] #49 18.11 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
23:22:14 [2022-10-04T23:22:14.255Z] #49 18.12 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
23:22:14 [2022-10-04T23:22:14.255Z] #49 18.12 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
23:22:14 [2022-10-04T23:22:14.255Z] #49 18.13 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
23:22:14 [2022-10-04T23:22:14.255Z] #49 18.14 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
23:22:14 [2022-10-04T23:22:14.255Z] #49 18.15 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
23:22:14 [2022-10-04T23:22:14.255Z] #49 18.15 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
23:22:14 [2022-10-04T23:22:14.255Z] #49 18.15 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
23:22:14 [2022-10-04T23:22:14.255Z] #49 18.15 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
23:22:14 [2022-10-04T23:22:14.398Z] #49 22.10 Selecting previously unselected package bash-completion.
23:22:14 [2022-10-04T23:22:14.398Z] #49 22.11 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
23:22:14 [2022-10-04T23:22:14.516Z] #49 18.50 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
23:22:14 [2022-10-04T23:22:14.516Z] #49 18.50 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
23:22:14 [2022-10-04T23:22:14.516Z] #49 18.50 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
23:22:14 [2022-10-04T23:22:14.516Z] #49 18.51 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
23:22:14 [2022-10-04T23:22:14.516Z] #49 18.52 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
23:22:14 [2022-10-04T23:22:14.516Z] #49 18.53 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
23:22:14 [2022-10-04T23:22:14.516Z] #49 18.53 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
23:22:14 [2022-10-04T23:22:14.516Z] #49 18.59 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
23:22:14 [2022-10-04T23:22:14.516Z] #49 18.60 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
23:22:14 [2022-10-04T23:22:14.516Z] #49 18.61 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
23:22:14 [2022-10-04T23:22:14.776Z] #49 18.63 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
23:22:14 [2022-10-04T23:22:14.776Z] #49 18.64 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
23:22:14 [2022-10-04T23:22:14.776Z] #49 18.64 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
23:22:14 [2022-10-04T23:22:14.776Z] #49 18.65 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
23:22:14 [2022-10-04T23:22:14.776Z] #49 18.68 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
23:22:14 [2022-10-04T23:22:14.776Z] #49 18.70 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
23:22:14 [2022-10-04T23:22:14.776Z] #49 18.71 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
23:22:14 [2022-10-04T23:22:14.776Z] #49 18.89 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
23:22:15 [2022-10-04T23:22:15.020Z] #49 45.24 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
23:22:15 [2022-10-04T23:22:15.020Z] #49 45.26 Setting up jq (1.6-2.1) ...
23:22:15 [2022-10-04T23:22:15.020Z] #49 45.29 Setting up libbpf0:arm64 (1:0.3-2) ...
23:22:15 [2022-10-04T23:22:15.020Z] #49 45.31 Setting up iptables (1.8.7-1) ...
23:22:15 [2022-10-04T23:22:15.020Z] #49 45.32 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
23:22:15 [2022-10-04T23:22:15.020Z] #49 45.33 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
23:22:15 [2022-10-04T23:22:15.020Z] #49 45.33 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
23:22:15 [2022-10-04T23:22:15.020Z] #49 45.34 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
23:22:15 [2022-10-04T23:22:15.020Z] #49 45.34 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
23:22:15 [2022-10-04T23:22:15.020Z] #49 45.35 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
23:22:15 [2022-10-04T23:22:15.036Z] #49 18.93 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
23:22:15 [2022-10-04T23:22:15.036Z] #49 18.96 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
23:22:15 [2022-10-04T23:22:15.276Z] #49 45.37 Setting up iproute2 (5.10.0-4) ...
23:22:15 [2022-10-04T23:22:15.532Z] #49 45.73 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:22:15 [2022-10-04T23:22:15.607Z] #49 19.51 debconf: delaying package configuration, since apt-utils is not installed
23:22:15 [2022-10-04T23:22:15.607Z] #49 19.66 Fetched 27.0 MB in 1s (21.4 MB/s)
23:22:15 [2022-10-04T23:22:15.607Z] #49 19.72 Selecting previously unselected package pigz.
23:22:15 [2022-10-04T23:22:15.867Z] #49 19.72 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24019 files and directories currently installed.)
23:22:15 [2022-10-04T23:22:15.867Z] #49 19.77 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
23:22:15 [2022-10-04T23:22:15.867Z] #49 19.78 Unpacking pigz (2.6-1) ...
23:22:15 [2022-10-04T23:22:15.867Z] #49 19.90 Selecting previously unselected package libelf1:amd64.
23:22:15 [2022-10-04T23:22:15.867Z] #49 19.91 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
23:22:15 [2022-10-04T23:22:15.867Z] #49 19.92 Unpacking libelf1:amd64 (0.183-1) ...
23:22:16 [2022-10-04T23:22:16.128Z] #49 20.09 Selecting previously unselected package libbpf0:amd64.
23:22:16 [2022-10-04T23:22:16.128Z] #49 20.09 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
23:22:16 [2022-10-04T23:22:16.128Z] #49 20.10 Unpacking libbpf0:amd64 (1:0.3-2) ...
23:22:16 [2022-10-04T23:22:16.128Z] #49 20.19 Selecting previously unselected package libcap2:amd64.
23:22:16 [2022-10-04T23:22:16.128Z] #49 20.19 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
23:22:16 [2022-10-04T23:22:16.128Z] #49 20.20 Unpacking libcap2:amd64 (1:2.44-1) ...
23:22:16 [2022-10-04T23:22:16.128Z] #49 20.26 Selecting previously unselected package libmnl0:amd64.
23:22:16 [2022-10-04T23:22:16.389Z] #49 20.27 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
23:22:16 [2022-10-04T23:22:16.389Z] #49 20.28 Unpacking libmnl0:amd64 (1.0.4-3) ...
23:22:16 [2022-10-04T23:22:16.389Z] #49 20.34 Selecting previously unselected package libxtables12:amd64.
23:22:16 [2022-10-04T23:22:16.389Z] #49 20.35 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
23:22:16 [2022-10-04T23:22:16.389Z] #49 20.36 Unpacking libxtables12:amd64 (1.8.7-1) ...
23:22:16 [2022-10-04T23:22:16.389Z] #49 20.44 Selecting previously unselected package libcap2-bin.
23:22:16 [2022-10-04T23:22:16.389Z] #49 20.46 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
23:22:16 [2022-10-04T23:22:16.389Z] #49 20.50 Unpacking libcap2-bin (1:2.44-1) ...
23:22:16 [2022-10-04T23:22:16.462Z] #49 DONE 46.6s
23:22:16 [2022-10-04T23:22:16.462Z] 
23:22:16 [2022-10-04T23:22:16.462Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:16 [2022-10-04T23:22:16.462Z] #38 104.4   CC       criu/filesystems.o
23:22:16 [2022-10-04T23:22:16.462Z] #38 105.0   CC       criu/fsnotify.o
23:22:16 [2022-10-04T23:22:16.462Z] #38 106.2   CC       criu/image-desc.o
23:22:16 [2022-10-04T23:22:16.462Z] #38 106.3   CC       criu/image.o
23:22:16 [2022-10-04T23:22:16.462Z] #38 107.3   CC       criu/ipc_ns.o
23:22:16 [2022-10-04T23:22:16.462Z] #38 108.6   CC       criu/irmap.o
23:22:16 [2022-10-04T23:22:16.462Z] #38 109.1   CC       criu/kcmp-ids.o
23:22:16 [2022-10-04T23:22:16.649Z] #49 20.60 Selecting previously unselected package iproute2.
23:22:16 [2022-10-04T23:22:16.649Z] #49 20.61 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
23:22:16 [2022-10-04T23:22:16.649Z] #49 20.61 Unpacking iproute2 (5.10.0-4) ...
23:22:16 [2022-10-04T23:22:16.718Z] #38 109.6   CC       criu/kerndat.o
23:22:16 [2022-10-04T23:22:16.929Z] #49 24.18 Unpacking bash-completion (1:2.11-2) ...
23:22:16 [2022-10-04T23:22:16.929Z] #49 24.62 Selecting previously unselected package bzip2.
23:22:16 [2022-10-04T23:22:16.929Z] #49 24.63 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
23:22:16 [2022-10-04T23:22:16.929Z] #49 24.64 Unpacking bzip2 (1.0.8-4) ...
23:22:16 [2022-10-04T23:22:16.929Z] #49 24.75 Selecting previously unselected package xz-utils.
23:22:17 [2022-10-04T23:22:17.186Z] #49 24.75 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
23:22:17 [2022-10-04T23:22:17.186Z] #49 24.76 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
23:22:17 [2022-10-04T23:22:17.186Z] #49 24.91 Selecting previously unselected package apparmor.
23:22:17 [2022-10-04T23:22:17.186Z] #49 24.93 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
23:22:17 [2022-10-04T23:22:17.186Z] #49 24.99 Unpacking apparmor (2.13.6-10) ...
23:22:17 [2022-10-04T23:22:17.220Z] #49 21.12 Selecting previously unselected package xxd.
23:22:17 [2022-10-04T23:22:17.220Z] #49 21.12 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
23:22:17 [2022-10-04T23:22:17.220Z] #49 21.12 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
23:22:17 [2022-10-04T23:22:17.220Z] #49 21.25 Selecting previously unselected package vim-common.
23:22:17 [2022-10-04T23:22:17.220Z] #49 21.25 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
23:22:17 [2022-10-04T23:22:17.220Z] #49 21.27 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
23:22:17 [2022-10-04T23:22:17.220Z] #49 21.38 Selecting previously unselected package bash-completion.
23:22:17 [2022-10-04T23:22:17.281Z] #38 ...
23:22:17 [2022-10-04T23:22:17.281Z] 
23:22:17 [2022-10-04T23:22:17.281Z] #50 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
23:22:17 [2022-10-04T23:22:17.281Z] #0 0.821 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
23:22:17 [2022-10-04T23:22:17.281Z] #0 0.826 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
23:22:17 [2022-10-04T23:22:17.281Z] #0 0.832 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
23:22:17 [2022-10-04T23:22:17.281Z] #50 DONE 0.9s
23:22:17 [2022-10-04T23:22:17.281Z] 
23:22:17 [2022-10-04T23:22:17.281Z] #51 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
23:22:17 [2022-10-04T23:22:17.480Z] #49 21.38 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
23:22:17 [2022-10-04T23:22:17.605Z] #41 ...
23:22:17 [2022-10-04T23:22:17.605Z] 
23:22:17 [2022-10-04T23:22:17.605Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:17 [2022-10-04T23:22:17.605Z] #39 79.74   DEP      criu/protobuf-desc.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 79.94   DEP      criu/proc_parse.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 80.14   DEP      criu/plugin.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 80.26   DEP      criu/pipes.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 80.39   DEP      criu/pie-util.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 80.46   DEP      criu/pie-util-vdso.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 80.57   DEP      criu/pie-util-vdso-elf32.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 80.68   DEP      criu/path.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 80.82   DEP      criu/parasite-syscall.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 81.11   DEP      criu/pagemap.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 81.36   DEP      criu/pagemap-cache.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 81.56   DEP      criu/page-xfer.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 81.70   DEP      criu/page-pipe.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 81.82   DEP      criu/netfilter.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 81.97   DEP      criu/net.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 82.24   DEP      criu/namespaces.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 82.41   DEP      criu/mount.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 82.58   DEP      criu/memfd.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 82.74   DEP      criu/mem.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 82.93   DEP      criu/lsm.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 83.15   DEP      criu/log.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 83.30   DEP      criu/libnetlink.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 83.41   DEP      criu/kerndat.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 83.66   DEP      criu/kcmp-ids.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 83.74   DEP      criu/irmap.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 83.84   DEP      criu/ipc_ns.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 84.02   DEP      criu/image.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 84.16   DEP      criu/image-desc.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 84.30   DEP      criu/fsnotify.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 84.50   DEP      criu/filesystems.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 84.66   DEP      criu/files.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 84.87   DEP      criu/files-reg.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 85.04   DEP      criu/files-ext.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 85.25   DEP      criu/file-lock.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 85.48   DEP      criu/file-ids.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 85.62   DEP      criu/fifo.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 85.74   DEP      criu/fdstore.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 85.89   DEP      criu/fault-injection.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 86.00   DEP      criu/external.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 86.16   DEP      criu/eventpoll.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 86.33   DEP      criu/eventfd.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 86.46   DEP      criu/crtools.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 86.68   DEP      criu/cr-service.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 86.94   DEP      criu/cr-restore.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 87.16   DEP      criu/cr-errno.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 87.19   DEP      criu/cr-dump.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 87.39   DEP      criu/cr-dedup.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 87.56   DEP      criu/cr-check.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 87.83   DEP      criu/config.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 88.04   DEP      criu/clone-noasan.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 88.14   DEP      criu/cgroup.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 88.39   DEP      criu/cgroup-props.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 88.51   DEP      criu/bitmap.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 88.57   DEP      criu/bfd.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 88.68   DEP      criu/autofs.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 88.89   DEP      criu/aio.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 89.14   DEP      criu/action-scripts.d
23:22:17 [2022-10-04T23:22:17.605Z] #39 89.51   CC       criu/action-scripts.o
23:22:17 [2022-10-04T23:22:17.753Z] #49 25.44 Selecting previously unselected package inetutils-ping.
23:22:17 [2022-10-04T23:22:17.753Z] #49 25.45 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_amd64.deb ...
23:22:17 [2022-10-04T23:22:17.753Z] #49 25.46 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
23:22:17 [2022-10-04T23:22:17.753Z] #49 25.60 Selecting previously unselected package libip4tc2:amd64.
23:22:18 [2022-10-04T23:22:18.012Z] #49 25.60 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
23:22:18 [2022-10-04T23:22:18.012Z] #49 25.61 Unpacking libip4tc2:amd64 (1.8.7-1) ...
23:22:18 [2022-10-04T23:22:18.012Z] #49 25.68 Selecting previously unselected package libip6tc2:amd64.
23:22:18 [2022-10-04T23:22:18.012Z] #49 25.70 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
23:22:18 [2022-10-04T23:22:18.012Z] #49 25.71 Unpacking libip6tc2:amd64 (1.8.7-1) ...
23:22:18 [2022-10-04T23:22:18.012Z] #49 25.79 Selecting previously unselected package libnfnetlink0:amd64.
23:22:18 [2022-10-04T23:22:18.012Z] #49 25.79 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
23:22:18 [2022-10-04T23:22:18.012Z] #49 25.81 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
23:22:18 [2022-10-04T23:22:18.177Z] #39 90.00   CC       criu/aio.o
23:22:18 [2022-10-04T23:22:18.270Z] #49 25.87 Selecting previously unselected package libnetfilter-conntrack3:amd64.
23:22:18 [2022-10-04T23:22:18.270Z] #49 25.88 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
23:22:18 [2022-10-04T23:22:18.270Z] #49 25.89 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
23:22:18 [2022-10-04T23:22:18.270Z] #49 25.96 Selecting previously unselected package libnftnl11:amd64.
23:22:18 [2022-10-04T23:22:18.270Z] #49 25.96 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
23:22:18 [2022-10-04T23:22:18.270Z] #49 25.98 Unpacking libnftnl11:amd64 (1.1.9-1) ...
23:22:18 [2022-10-04T23:22:18.270Z] #49 26.10 Selecting previously unselected package iptables.
23:22:18 [2022-10-04T23:22:18.529Z] #49 26.10 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
23:22:18 [2022-10-04T23:22:18.529Z] #49 26.10 Unpacking iptables (1.8.7-1) ...
23:22:18 [2022-10-04T23:22:18.748Z] #39 90.57   CC       criu/autofs.o
23:22:18 [2022-10-04T23:22:18.787Z] #49 26.46 Selecting previously unselected package libonig5:amd64.
23:22:18 [2022-10-04T23:22:18.787Z] #49 26.46 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
23:22:18 [2022-10-04T23:22:18.787Z] #49 26.48 Unpacking libonig5:amd64 (6.9.6-1.1) ...
23:22:18 [2022-10-04T23:22:18.787Z] #49 26.66 Selecting previously unselected package libjq1:amd64.
23:22:19 [2022-10-04T23:22:19.046Z] #49 26.66 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
23:22:19 [2022-10-04T23:22:19.046Z] #49 26.67 Unpacking libjq1:amd64 (1.6-2.1) ...
23:22:19 [2022-10-04T23:22:19.046Z] #49 26.76 Selecting previously unselected package jq.
23:22:19 [2022-10-04T23:22:19.046Z] #49 26.77 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
23:22:19 [2022-10-04T23:22:19.046Z] #49 26.78 Unpacking jq (1.6-2.1) ...
23:22:19 [2022-10-04T23:22:19.304Z] #49 26.88 Selecting previously unselected package libaio1:amd64.
23:22:19 [2022-10-04T23:22:19.304Z] #49 26.89 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
23:22:19 [2022-10-04T23:22:19.304Z] #49 26.90 Unpacking libaio1:amd64 (0.3.112-9) ...
23:22:19 [2022-10-04T23:22:19.304Z] #49 26.96 Selecting previously unselected package libgpm2:amd64.
23:22:19 [2022-10-04T23:22:19.304Z] #49 26.96 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
23:22:19 [2022-10-04T23:22:19.304Z] #49 26.97 Unpacking libgpm2:amd64 (1.20.7-8) ...
23:22:19 [2022-10-04T23:22:19.304Z] #49 27.07 Selecting previously unselected package libicu67:amd64.
23:22:19 [2022-10-04T23:22:19.304Z] #49 27.08 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
23:22:19 [2022-10-04T23:22:19.304Z] #49 27.08 Unpacking libicu67:amd64 (67.1-7) ...
23:22:19 [2022-10-04T23:22:19.390Z] #49 23.42 Unpacking bash-completion (1:2.11-2) ...
23:22:19 [2022-10-04T23:22:19.961Z] #49 23.91 Selecting previously unselected package bzip2.
23:22:19 [2022-10-04T23:22:19.961Z] #49 23.92 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
23:22:19 [2022-10-04T23:22:19.961Z] #49 23.93 Unpacking bzip2 (1.0.8-4) ...
23:22:20 [2022-10-04T23:22:20.221Z] #49 24.04 Selecting previously unselected package xz-utils.
23:22:20 [2022-10-04T23:22:20.221Z] #49 24.04 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
23:22:20 [2022-10-04T23:22:20.221Z] #49 24.05 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
23:22:20 [2022-10-04T23:22:20.221Z] #49 24.22 Selecting previously unselected package apparmor.
23:22:20 [2022-10-04T23:22:20.221Z] #49 24.22 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
23:22:20 [2022-10-04T23:22:20.221Z] #49 24.27 Unpacking apparmor (2.13.6-10) ...
23:22:20 [2022-10-04T23:22:20.663Z] #39 92.31   CC       criu/bfd.o
23:22:20 [2022-10-04T23:22:20.792Z] #49 24.67 Selecting previously unselected package inetutils-ping.
23:22:20 [2022-10-04T23:22:20.792Z] #49 24.68 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_amd64.deb ...
23:22:20 [2022-10-04T23:22:20.792Z] #49 24.68 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
23:22:20 [2022-10-04T23:22:20.792Z] #49 24.82 Selecting previously unselected package libip4tc2:amd64.
23:22:20 [2022-10-04T23:22:20.792Z] #49 24.83 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
23:22:20 [2022-10-04T23:22:20.792Z] #49 24.83 Unpacking libip4tc2:amd64 (1.8.7-1) ...
23:22:20 [2022-10-04T23:22:20.792Z] #49 24.89 Selecting previously unselected package libip6tc2:amd64.
23:22:20 [2022-10-04T23:22:20.923Z] #39 92.91   CC       criu/bitmap.o
23:22:21 [2022-10-04T23:22:21.052Z] #49 24.89 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
23:22:21 [2022-10-04T23:22:21.052Z] #49 24.91 Unpacking libip6tc2:amd64 (1.8.7-1) ...
23:22:21 [2022-10-04T23:22:21.052Z] #49 24.99 Selecting previously unselected package libnfnetlink0:amd64.
23:22:21 [2022-10-04T23:22:21.052Z] #49 24.99 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
23:22:21 [2022-10-04T23:22:21.052Z] #49 24.99 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
23:22:21 [2022-10-04T23:22:21.052Z] #49 25.07 Selecting previously unselected package libnetfilter-conntrack3:amd64.
23:22:21 [2022-10-04T23:22:21.052Z] #49 25.08 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
23:22:21 [2022-10-04T23:22:21.052Z] #49 25.08 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
23:22:21 [2022-10-04T23:22:21.312Z] #49 25.16 Selecting previously unselected package libnftnl11:amd64.
23:22:21 [2022-10-04T23:22:21.312Z] #49 25.16 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
23:22:21 [2022-10-04T23:22:21.312Z] #49 25.17 Unpacking libnftnl11:amd64 (1.1.9-1) ...
23:22:21 [2022-10-04T23:22:21.312Z] #49 25.30 Selecting previously unselected package iptables.
23:22:21 [2022-10-04T23:22:21.312Z] #49 25.30 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
23:22:21 [2022-10-04T23:22:21.312Z] #49 25.31 Unpacking iptables (1.8.7-1) ...
23:22:21 [2022-10-04T23:22:21.496Z] #39 93.06   CC       criu/cgroup-props.o
23:22:21 [2022-10-04T23:22:21.572Z] #49 25.63 Selecting previously unselected package libonig5:amd64.
23:22:21 [2022-10-04T23:22:21.572Z] #49 25.64 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
23:22:21 [2022-10-04T23:22:21.572Z] #49 25.65 Unpacking libonig5:amd64 (6.9.6-1.1) ...
23:22:21 [2022-10-04T23:22:21.832Z] #49 25.82 Selecting previously unselected package libjq1:amd64.
23:22:21 [2022-10-04T23:22:21.832Z] #49 25.83 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
23:22:21 [2022-10-04T23:22:21.832Z] #49 25.84 Unpacking libjq1:amd64 (1.6-2.1) ...
23:22:22 [2022-10-04T23:22:22.093Z] #49 25.94 Selecting previously unselected package jq.
23:22:22 [2022-10-04T23:22:22.093Z] #49 25.96 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
23:22:22 [2022-10-04T23:22:22.093Z] #49 25.97 Unpacking jq (1.6-2.1) ...
23:22:22 [2022-10-04T23:22:22.093Z] #49 26.11 Selecting previously unselected package libaio1:amd64.
23:22:22 [2022-10-04T23:22:22.093Z] #49 26.11 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
23:22:22 [2022-10-04T23:22:22.093Z] #49 26.12 Unpacking libaio1:amd64 (0.3.112-9) ...
23:22:22 [2022-10-04T23:22:22.353Z] #49 26.21 Selecting previously unselected package libgpm2:amd64.
23:22:22 [2022-10-04T23:22:22.353Z] #49 26.22 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
23:22:22 [2022-10-04T23:22:22.353Z] #49 26.23 Unpacking libgpm2:amd64 (1.20.7-8) ...
23:22:22 [2022-10-04T23:22:22.353Z] #49 26.30 Selecting previously unselected package libicu67:amd64.
23:22:22 [2022-10-04T23:22:22.353Z] #49 26.31 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
23:22:22 [2022-10-04T23:22:22.353Z] #49 26.32 Unpacking libicu67:amd64 (67.1-7) ...
23:22:22 [2022-10-04T23:22:22.436Z] #39 94.17   CC       criu/cgroup.o
23:22:23 [2022-10-04T23:22:23.486Z] #49 30.74 Selecting previously unselected package libinih1:amd64.
23:22:23 [2022-10-04T23:22:23.486Z] #49 30.74 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
23:22:23 [2022-10-04T23:22:23.486Z] #49 30.75 Unpacking libinih1:amd64 (53-1+b2) ...
23:22:23 [2022-10-04T23:22:23.486Z] #49 30.82 Selecting previously unselected package libnet1:amd64.
23:22:23 [2022-10-04T23:22:23.486Z] #49 30.83 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
23:22:23 [2022-10-04T23:22:23.486Z] #49 30.83 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
23:22:23 [2022-10-04T23:22:23.486Z] #49 30.94 Selecting previously unselected package libnl-3-200:amd64.
23:22:23 [2022-10-04T23:22:23.486Z] #49 30.94 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
23:22:23 [2022-10-04T23:22:23.486Z] #49 30.95 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
23:22:23 [2022-10-04T23:22:23.486Z] #49 31.04 Selecting previously unselected package libprotobuf-c1:amd64.
23:22:23 [2022-10-04T23:22:23.486Z] #49 31.05 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
23:22:23 [2022-10-04T23:22:23.486Z] #49 31.05 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
23:22:23 [2022-10-04T23:22:23.486Z] #49 31.16 Selecting previously unselected package net-tools.
23:22:23 [2022-10-04T23:22:23.486Z] #49 31.16 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
23:22:23 [2022-10-04T23:22:23.486Z] #49 31.17 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
23:22:23 [2022-10-04T23:22:23.734Z] #49 ...
23:22:23 [2022-10-04T23:22:23.734Z] 
23:22:23 [2022-10-04T23:22:23.734Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:23 [2022-10-04T23:22:23.734Z] #38 101.7   CC       criu/crtools.o
23:22:23 [2022-10-04T23:22:23.734Z] #38 102.2   CC       criu/eventfd.o
23:22:23 [2022-10-04T23:22:23.734Z] #38 102.5   CC       criu/eventpoll.o
23:22:23 [2022-10-04T23:22:23.734Z] #38 103.3   CC       criu/external.o
23:22:23 [2022-10-04T23:22:23.734Z] #38 103.6   CC       criu/fault-injection.o
23:22:23 [2022-10-04T23:22:23.734Z] #38 103.8   CC       criu/fdstore.o
23:22:23 [2022-10-04T23:22:23.734Z] #38 104.2   CC       criu/fifo.o
23:22:23 [2022-10-04T23:22:23.734Z] #38 104.6   CC       criu/file-ids.o
23:22:23 [2022-10-04T23:22:23.734Z] #38 104.9   CC       criu/file-lock.o
23:22:23 [2022-10-04T23:22:23.734Z] #38 106.1   CC       criu/files-ext.o
23:22:23 [2022-10-04T23:22:23.734Z] #38 106.5   CC       criu/files-reg.o
23:22:23 [2022-10-04T23:22:23.734Z] #38 108.8   CC       criu/files.o
23:22:23 [2022-10-04T23:22:23.734Z] #38 110.9 include/common/asm/bitops.h: Assembler messages:
23:22:23 [2022-10-04T23:22:23.734Z] #38 110.9 include/common/asm/bitops.h:63: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts'
23:22:23 [2022-10-04T23:22:23.734Z] #38 111.0   CC       criu/filesystems.o
23:22:23 [2022-10-04T23:22:23.734Z] #38 111.7   CC       criu/fsnotify.o
23:22:23 [2022-10-04T23:22:23.746Z] #49 31.38 Selecting previously unselected package patch.
23:22:23 [2022-10-04T23:22:23.746Z] #49 31.39 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
23:22:23 [2022-10-04T23:22:23.746Z] #49 31.40 Unpacking patch (2.7.6-7) ...
23:22:23 [2022-10-04T23:22:23.746Z] #49 31.52 Selecting previously unselected package python-pip-whl.
23:22:23 [2022-10-04T23:22:23.746Z] #49 31.52 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
23:22:23 [2022-10-04T23:22:23.746Z] #49 31.54 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
23:22:23 [2022-10-04T23:22:23.746Z] #49 ...
23:22:23 [2022-10-04T23:22:23.746Z] 
23:22:23 [2022-10-04T23:22:23.746Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:23 [2022-10-04T23:22:23.746Z] #38 98.00   CC       criu/cr-errno.o
23:22:23 [2022-10-04T23:22:23.746Z] #38 98.08   CC       criu/cr-restore.o
23:22:23 [2022-10-04T23:22:23.746Z] #38 102.2   CC       criu/cr-service.o
23:22:23 [2022-10-04T23:22:23.746Z] #38 104.0   CC       criu/crtools.o
23:22:23 [2022-10-04T23:22:23.746Z] #38 104.5   CC       criu/eventfd.o
23:22:23 [2022-10-04T23:22:23.746Z] #38 105.0   CC       criu/eventpoll.o
23:22:23 [2022-10-04T23:22:23.746Z] #38 105.8   CC       criu/external.o
23:22:23 [2022-10-04T23:22:23.746Z] #38 106.2   CC       criu/fault-injection.o
23:22:23 [2022-10-04T23:22:23.746Z] #38 106.3   CC       criu/fdstore.o
23:22:23 [2022-10-04T23:22:23.746Z] #38 106.7   CC       criu/fifo.o
23:22:23 [2022-10-04T23:22:23.746Z] #38 107.1   CC       criu/file-ids.o
23:22:23 [2022-10-04T23:22:23.746Z] #38 107.4   CC       criu/file-lock.o
23:22:23 [2022-10-04T23:22:23.820Z] #51 ...
23:22:23 [2022-10-04T23:22:23.820Z] 
23:22:23 [2022-10-04T23:22:23.820Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:23 [2022-10-04T23:22:23.820Z] #38 111.4   CC       criu/libnetlink.o
23:22:23 [2022-10-04T23:22:23.820Z] #38 111.8   CC       criu/log.o
23:22:23 [2022-10-04T23:22:23.820Z] #38 112.3   CC       criu/lsm.o
23:22:23 [2022-10-04T23:22:23.820Z] #38 112.8   CC       criu/mem.o
23:22:23 [2022-10-04T23:22:23.820Z] #38 114.9   CC       criu/memfd.o
23:22:23 [2022-10-04T23:22:23.820Z] #38 115.5   CC       criu/mount.o
23:22:24 [2022-10-04T23:22:24.004Z] #38 108.3   CC       criu/files-ext.o
23:22:24 [2022-10-04T23:22:24.262Z] #38 ...
23:22:24 [2022-10-04T23:22:24.262Z] 
23:22:24 [2022-10-04T23:22:24.262Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:22:24 [2022-10-04T23:22:24.262Z] #49 32.18 Selecting previously unselected package python3-lib2to3.
23:22:24 [2022-10-04T23:22:24.520Z] #49 32.19 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
23:22:24 [2022-10-04T23:22:24.520Z] #49 32.19 Unpacking python3-lib2to3 (3.9.2-1) ...
23:22:24 [2022-10-04T23:22:24.673Z] #38 112.9   CC       criu/image-desc.o
23:22:24 [2022-10-04T23:22:24.777Z] #49 32.30 Selecting previously unselected package python3-distutils.
23:22:24 [2022-10-04T23:22:24.777Z] #49 32.32 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
23:22:24 [2022-10-04T23:22:24.777Z] #49 32.33 Unpacking python3-distutils (3.9.2-1) ...
23:22:24 [2022-10-04T23:22:24.777Z] #49 32.49 Selecting previously unselected package python3-pkg-resources.
23:22:24 [2022-10-04T23:22:24.777Z] #49 32.50 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
23:22:24 [2022-10-04T23:22:24.777Z] #49 32.51 Unpacking python3-pkg-resources (52.0.0-4) ...
23:22:24 [2022-10-04T23:22:24.979Z] #39 ...
23:22:24 [2022-10-04T23:22:24.979Z] 
23:22:24 [2022-10-04T23:22:24.979Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:22:24 [2022-10-04T23:22:24.979Z] #49 8.754 Fetched 8586 kB in 8s (1131 kB/s)
23:22:24 [2022-10-04T23:22:24.979Z] #49 8.754 Reading package lists...
23:22:24 [2022-10-04T23:22:24.979Z] #49 11.82 Reading package lists...
23:22:24 [2022-10-04T23:22:24.979Z] #49 14.94 Building dependency tree...
23:22:24 [2022-10-04T23:22:24.979Z] #49 17.22 The following additional packages will be installed:
23:22:24 [2022-10-04T23:22:24.979Z] #49 17.24   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
23:22:24 [2022-10-04T23:22:24.979Z] #49 17.24   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
23:22:24 [2022-10-04T23:22:24.979Z] #49 17.24   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
23:22:24 [2022-10-04T23:22:24.979Z] #49 17.24   python3-pkg-resources vim-runtime xxd
23:22:24 [2022-10-04T23:22:24.979Z] #49 17.26 Suggested packages:
23:22:24 [2022-10-04T23:22:24.979Z] #49 17.26   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
23:22:24 [2022-10-04T23:22:24.979Z] #49 17.26   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
23:22:24 [2022-10-04T23:22:24.979Z] #49 17.26   acl attr quota
23:22:24 [2022-10-04T23:22:24.979Z] #49 17.26 Recommended packages:
23:22:24 [2022-10-04T23:22:24.979Z] #49 17.26   libatm1 nftables libpam-cap build-essential python3-dev unzip
23:22:24 [2022-10-04T23:22:24.979Z] #49 18.64 The following NEW packages will be installed:
23:22:24 [2022-10-04T23:22:24.979Z] #49 18.64   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
23:22:24 [2022-10-04T23:22:24.979Z] #49 18.65   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
23:22:24 [2022-10-04T23:22:24.979Z] #49 18.65   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
23:22:24 [2022-10-04T23:22:24.979Z] #49 18.65   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
23:22:24 [2022-10-04T23:22:24.979Z] #49 18.65   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
23:22:24 [2022-10-04T23:22:24.979Z] #49 18.65   python3-pkg-resources python3-setuptools python3-wheel sudo
23:22:24 [2022-10-04T23:22:24.979Z] #49 18.65   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
23:22:24 [2022-10-04T23:22:24.979Z] #49 18.65   xz-utils zip
23:22:24 [2022-10-04T23:22:24.980Z] #49 19.02 0 upgraded, 47 newly installed, 0 to remove and 2 not upgraded.
23:22:24 [2022-10-04T23:22:24.980Z] #49 19.02 Need to get 27.0 MB of archives.
23:22:24 [2022-10-04T23:22:24.980Z] #49 19.02 After this operation, 104 MB of additional disk space will be used.
23:22:24 [2022-10-04T23:22:24.980Z] #49 19.02 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
23:22:25 [2022-10-04T23:22:25.036Z] #49 32.67 Selecting previously unselected package python3-setuptools.
23:22:25 [2022-10-04T23:22:25.036Z] #49 32.68 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
23:22:25 [2022-10-04T23:22:25.036Z] #49 32.68 Unpacking python3-setuptools (52.0.0-4) ...
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.03 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.03 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.04 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.04 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.05 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.05 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.05 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.08 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.09 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.10 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.11 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.11 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.13 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.14 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1+deb11u1 [245 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.15 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.16 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.16 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.16 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.17 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.17 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.18 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.19 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.19 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.20 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.20 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
23:22:25 [2022-10-04T23:22:25.240Z] #49 19.20 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
23:22:25 [2022-10-04T23:22:25.245Z] #38 113.1   CC       criu/image.o
23:22:25 [2022-10-04T23:22:25.294Z] #49 32.94 Selecting previously unselected package python3-wheel.
23:22:25 [2022-10-04T23:22:25.294Z] #49 32.95 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
23:22:25 [2022-10-04T23:22:25.294Z] #49 32.96 Unpacking python3-wheel (0.34.2-1) ...
23:22:25 [2022-10-04T23:22:25.294Z] #49 33.05 Selecting previously unselected package python3-pip.
23:22:25 [2022-10-04T23:22:25.294Z] #49 33.06 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ...
23:22:25 [2022-10-04T23:22:25.294Z] #49 33.06 Unpacking python3-pip (20.3.4-4+deb11u1) ...
23:22:25 [2022-10-04T23:22:25.500Z] #49 19.50 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
23:22:25 [2022-10-04T23:22:25.500Z] #49 19.50 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
23:22:25 [2022-10-04T23:22:25.500Z] #49 19.50 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
23:22:25 [2022-10-04T23:22:25.500Z] #49 19.51 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
23:22:25 [2022-10-04T23:22:25.500Z] #49 19.51 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
23:22:25 [2022-10-04T23:22:25.500Z] #49 19.52 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
23:22:25 [2022-10-04T23:22:25.500Z] #49 19.52 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
23:22:25 [2022-10-04T23:22:25.761Z] #49 19.58 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
23:22:25 [2022-10-04T23:22:25.761Z] #49 19.59 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
23:22:25 [2022-10-04T23:22:25.761Z] #49 19.60 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
23:22:25 [2022-10-04T23:22:25.761Z] #49 19.61 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
23:22:25 [2022-10-04T23:22:25.761Z] #49 19.63 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
23:22:25 [2022-10-04T23:22:25.761Z] #49 19.63 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
23:22:25 [2022-10-04T23:22:25.761Z] #49 19.65 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
23:22:25 [2022-10-04T23:22:25.761Z] #49 19.68 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
23:22:25 [2022-10-04T23:22:25.761Z] #49 19.71 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
23:22:25 [2022-10-04T23:22:25.761Z] #49 19.72 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
23:22:25 [2022-10-04T23:22:25.811Z] #49 33.35 Selecting previously unselected package sudo.
23:22:25 [2022-10-04T23:22:25.811Z] #49 33.36 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
23:22:25 [2022-10-04T23:22:25.811Z] #49 33.38 Unpacking sudo (1.9.5p2-3) ...
23:22:25 [2022-10-04T23:22:25.816Z] #38 ...
23:22:25 [2022-10-04T23:22:25.816Z] 
23:22:25 [2022-10-04T23:22:25.816Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:22:25 [2022-10-04T23:22:25.816Z] #49 29.81 Selecting previously unselected package libinih1:amd64.
23:22:25 [2022-10-04T23:22:25.816Z] #49 29.81 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
23:22:25 [2022-10-04T23:22:25.816Z] #49 29.82 Unpacking libinih1:amd64 (53-1+b2) ...
23:22:26 [2022-10-04T23:22:26.021Z] #49 ...
23:22:26 [2022-10-04T23:22:26.021Z] 
23:22:26 [2022-10-04T23:22:26.021Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:26 [2022-10-04T23:22:26.021Z] #39 97.81   CC       criu/clone-noasan.o
23:22:26 [2022-10-04T23:22:26.076Z] #49 29.88 Selecting previously unselected package libnet1:amd64.
23:22:26 [2022-10-04T23:22:26.076Z] #49 29.88 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
23:22:26 [2022-10-04T23:22:26.076Z] #49 29.90 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
23:22:26 [2022-10-04T23:22:26.076Z] #49 30.03 Selecting previously unselected package libnl-3-200:amd64.
23:22:26 [2022-10-04T23:22:26.076Z] #49 30.03 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
23:22:26 [2022-10-04T23:22:26.076Z] #49 30.03 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
23:22:26 [2022-10-04T23:22:26.076Z] #49 30.13 Selecting previously unselected package libprotobuf-c1:amd64.
23:22:26 [2022-10-04T23:22:26.281Z] #39 98.14   CC       criu/config.o
23:22:26 [2022-10-04T23:22:26.337Z] #49 30.13 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
23:22:26 [2022-10-04T23:22:26.337Z] #49 30.14 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
23:22:26 [2022-10-04T23:22:26.337Z] #49 30.20 Selecting previously unselected package net-tools.
23:22:26 [2022-10-04T23:22:26.337Z] #49 30.20 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
23:22:26 [2022-10-04T23:22:26.337Z] #49 30.21 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
23:22:26 [2022-10-04T23:22:26.379Z] #49 33.97 Selecting previously unselected package thin-provisioning-tools.
23:22:26 [2022-10-04T23:22:26.379Z] #49 33.97 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
23:22:26 [2022-10-04T23:22:26.379Z] #49 33.99 Unpacking thin-provisioning-tools (0.9.0-1) ...
23:22:26 [2022-10-04T23:22:26.597Z] #49 30.47 Selecting previously unselected package patch.
23:22:26 [2022-10-04T23:22:26.597Z] #49 30.47 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
23:22:26 [2022-10-04T23:22:26.597Z] #49 30.47 Unpacking patch (2.7.6-7) ...
23:22:26 [2022-10-04T23:22:26.597Z] #49 30.62 Selecting previously unselected package python-pip-whl.
23:22:26 [2022-10-04T23:22:26.597Z] #49 30.62 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
23:22:26 [2022-10-04T23:22:26.597Z] #49 30.63 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
23:22:26 [2022-10-04T23:22:26.638Z] #49 34.28 Selecting previously unselected package uidmap.
23:22:26 [2022-10-04T23:22:26.638Z] #49 34.28 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
23:22:26 [2022-10-04T23:22:26.638Z] #49 34.29 Unpacking uidmap (1:4.8.1-1) ...
23:22:26 [2022-10-04T23:22:26.638Z] #49 34.45 Selecting previously unselected package vim-runtime.
23:22:26 [2022-10-04T23:22:26.638Z] #49 34.45 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
23:22:26 [2022-10-04T23:22:26.896Z] #49 34.49 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
23:22:26 [2022-10-04T23:22:26.896Z] #49 34.53 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
23:22:26 [2022-10-04T23:22:26.896Z] #49 34.54 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
23:22:27 [2022-10-04T23:22:27.140Z] #38 119.4   CC       criu/namespaces.o
23:22:27 [2022-10-04T23:22:27.140Z] #38 ...
23:22:27 [2022-10-04T23:22:27.140Z] 
23:22:27 [2022-10-04T23:22:27.140Z] #51 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
23:22:27 [2022-10-04T23:22:27.140Z] #51 9.381 Collecting yamllint==1.26.1
23:22:27 [2022-10-04T23:22:27.197Z] #49 31.27 Selecting previously unselected package python3-lib2to3.
23:22:27 [2022-10-04T23:22:27.197Z] #49 31.27 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
23:22:27 [2022-10-04T23:22:27.197Z] #49 31.27 Unpacking python3-lib2to3 (3.9.2-1) ...
23:22:27 [2022-10-04T23:22:27.425Z] b111c3320c94: Verifying Checksum
23:22:27 [2022-10-04T23:22:27.425Z] b111c3320c94: Download complete
23:22:27 [2022-10-04T23:22:27.459Z] #49 31.45 Selecting previously unselected package python3-distutils.
23:22:27 [2022-10-04T23:22:27.459Z] #49 31.48 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
23:22:27 [2022-10-04T23:22:27.459Z] #49 31.49 Unpacking python3-distutils (3.9.2-1) ...
23:22:27 [2022-10-04T23:22:27.666Z] #39 ...
23:22:27 [2022-10-04T23:22:27.666Z] 
23:22:27 [2022-10-04T23:22:27.666Z] #24 [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
23:22:27 [2022-10-04T23:22:27.666Z] #24 DONE 164.5s
23:22:27 [2022-10-04T23:22:27.729Z] #49 31.65 Selecting previously unselected package python3-pkg-resources.
23:22:27 [2022-10-04T23:22:27.729Z] #49 31.66 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
23:22:27 [2022-10-04T23:22:27.729Z] #49 31.67 Unpacking python3-pkg-resources (52.0.0-4) ...
23:22:27 [2022-10-04T23:22:27.729Z] #49 31.82 Selecting previously unselected package python3-setuptools.
23:22:27 [2022-10-04T23:22:27.729Z] #49 31.82 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
23:22:27 [2022-10-04T23:22:27.729Z] #49 31.83 Unpacking python3-setuptools (52.0.0-4) ...
23:22:27 [2022-10-04T23:22:27.928Z] 
23:22:27 [2022-10-04T23:22:27.928Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:27 [2022-10-04T23:22:27.928Z] #39 99.70   CC       criu/cr-check.o
23:22:28 [2022-10-04T23:22:28.005Z] #49 32.14 Selecting previously unselected package python3-wheel.
23:22:28 [2022-10-04T23:22:28.087Z] #51 10.43   Downloading yamllint-1.26.1.tar.gz (126 kB)
23:22:28 [2022-10-04T23:22:28.265Z] #49 32.14 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
23:22:28 [2022-10-04T23:22:28.265Z] #49 32.14 Unpacking python3-wheel (0.34.2-1) ...
23:22:28 [2022-10-04T23:22:28.265Z] #49 32.25 Selecting previously unselected package python3-pip.
23:22:28 [2022-10-04T23:22:28.265Z] #49 32.28 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ...
23:22:28 [2022-10-04T23:22:28.265Z] #49 32.29 Unpacking python3-pip (20.3.4-4+deb11u1) ...
23:22:28 [2022-10-04T23:22:28.525Z] #49 32.53 Selecting previously unselected package sudo.
23:22:28 [2022-10-04T23:22:28.525Z] #49 32.53 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
23:22:28 [2022-10-04T23:22:28.525Z] #49 32.54 Unpacking sudo (1.9.5p2-3) ...
23:22:29 [2022-10-04T23:22:29.013Z] #51 11.59 Collecting pathspec>=0.5.3
23:22:29 [2022-10-04T23:22:29.013Z] #51 11.61   Downloading pathspec-0.10.1-py3-none-any.whl (27 kB)
23:22:29 [2022-10-04T23:22:29.093Z] #49 33.23 Selecting previously unselected package thin-provisioning-tools.
23:22:29 [2022-10-04T23:22:29.269Z] #51 11.92 Collecting pyyaml
23:22:29 [2022-10-04T23:22:29.269Z] #51 11.94   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
23:22:29 [2022-10-04T23:22:29.269Z] #51 11.99 Building wheels for collected packages: yamllint
23:22:29 [2022-10-04T23:22:29.352Z] #49 33.24 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
23:22:29 [2022-10-04T23:22:29.352Z] #49 33.25 Unpacking thin-provisioning-tools (0.9.0-1) ...
23:22:29 [2022-10-04T23:22:29.526Z] #51 12.00   Building wheel for yamllint (setup.py): started
23:22:29 [2022-10-04T23:22:29.612Z] #49 33.52 Selecting previously unselected package uidmap.
23:22:29 [2022-10-04T23:22:29.612Z] #49 33.53 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
23:22:29 [2022-10-04T23:22:29.612Z] #49 33.54 Unpacking uidmap (1:4.8.1-1) ...
23:22:29 [2022-10-04T23:22:29.612Z] #49 33.69 Selecting previously unselected package vim-runtime.
23:22:29 [2022-10-04T23:22:29.612Z] #49 33.69 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
23:22:29 [2022-10-04T23:22:29.612Z] #49 33.72 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
23:22:29 [2022-10-04T23:22:29.612Z] #49 33.78 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
23:22:29 [2022-10-04T23:22:29.872Z] #49 33.79 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
23:22:30 [2022-10-04T23:22:30.182Z] #49 38.01 Selecting previously unselected package vim.
23:22:30 [2022-10-04T23:22:30.182Z] #49 38.03 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
23:22:30 [2022-10-04T23:22:30.441Z] #49 38.05 Unpacking vim (2:8.2.2434-3+deb11u1) ...
23:22:30 [2022-10-04T23:22:30.455Z] #51 13.10   Building wheel for yamllint (setup.py): finished with status 'done'
23:22:30 [2022-10-04T23:22:30.455Z] #51 13.10   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=14247329ac1d70bbb33e183fbfd49bd4565a5851528dc84d9567dcaddfdced0c
23:22:30 [2022-10-04T23:22:30.455Z] #51 13.10   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
23:22:30 [2022-10-04T23:22:30.455Z] #51 13.11 Successfully built yamllint
23:22:30 [2022-10-04T23:22:30.455Z] #51 13.14 Installing collected packages: pyyaml, pathspec, yamllint
23:22:30 [2022-10-04T23:22:30.473Z] #39 101.9   CC       criu/cr-dedup.o
23:22:30 [2022-10-04T23:22:30.473Z] #39 102.3   CC       criu/cr-dump.o
23:22:31 [2022-10-04T23:22:31.008Z] #49 38.64 Selecting previously unselected package xfsprogs.
23:22:31 [2022-10-04T23:22:31.008Z] #49 38.65 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
23:22:31 [2022-10-04T23:22:31.008Z] #49 38.65 Unpacking xfsprogs (5.10.0-4) ...
23:22:31 [2022-10-04T23:22:31.017Z] #51 13.58 Successfully installed pathspec-0.10.1 pyyaml-6.0 yamllint-1.26.1
23:22:31 [2022-10-04T23:22:31.266Z] #49 39.16 Selecting previously unselected package zip.
23:22:31 [2022-10-04T23:22:31.525Z] #49 39.19 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
23:22:31 [2022-10-04T23:22:31.525Z] #49 39.20 Unpacking zip (3.0-12) ...
23:22:31 [2022-10-04T23:22:31.579Z] #51 DONE 14.2s
23:22:31 [2022-10-04T23:22:31.580Z] 
23:22:31 [2022-10-04T23:22:31.580Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:31 [2022-10-04T23:22:31.580Z] #38 121.6   CC       criu/net.o
23:22:31 [2022-10-04T23:22:31.784Z] #49 39.40 Setting up python3-pkg-resources (52.0.0-4) ...
23:22:32 [2022-10-04T23:22:32.506Z] #38 125.4   CC       criu/netfilter.o
23:22:32 [2022-10-04T23:22:32.720Z] #49 40.40 Setting up libip4tc2:amd64 (1.8.7-1) ...
23:22:32 [2022-10-04T23:22:32.720Z] #49 40.41 Setting up net-tools (1.60+git20181103.0eebece-1) ...
23:22:32 [2022-10-04T23:22:32.720Z] #49 40.42 Setting up libgpm2:amd64 (1.20.7-8) ...
23:22:32 [2022-10-04T23:22:32.720Z] #49 40.43 Setting up libicu67:amd64 (67.1-7) ...
23:22:32 [2022-10-04T23:22:32.720Z] #49 40.44 Setting up libip6tc2:amd64 (1.8.7-1) ...
23:22:32 [2022-10-04T23:22:32.720Z] #49 40.45 Setting up libinih1:amd64 (53-1+b2) ...
23:22:32 [2022-10-04T23:22:32.720Z] #49 40.46 Setting up uidmap (1:4.8.1-1) ...
23:22:32 [2022-10-04T23:22:32.720Z] #49 40.48 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
23:22:32 [2022-10-04T23:22:32.720Z] #49 40.49 Setting up bzip2 (1.0.8-4) ...
23:22:32 [2022-10-04T23:22:32.978Z] #49 40.50 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
23:22:32 [2022-10-04T23:22:32.978Z] #49 40.52 Setting up python3-wheel (0.34.2-1) ...
23:22:33 [2022-10-04T23:22:33.015Z] #39 104.9   CC       criu/cr-errno.o
23:22:33 [2022-10-04T23:22:33.067Z] #38 125.7   CC       criu/page-pipe.o
23:22:33 [2022-10-04T23:22:33.167Z] #49 37.17 Selecting previously unselected package vim.
23:22:33 [2022-10-04T23:22:33.167Z] #49 37.18 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.167Z] #49 37.20 Unpacking vim (2:8.2.2434-3+deb11u1) ...
23:22:33 [2022-10-04T23:22:33.276Z] #39 105.0   CC       criu/cr-restore.o
23:22:33 [2022-10-04T23:22:33.276Z] #39 ...
23:22:33 [2022-10-04T23:22:33.276Z] 
23:22:33 [2022-10-04T23:22:33.276Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:22:33 [2022-10-04T23:22:33.276Z] #49 20.02 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
23:22:33 [2022-10-04T23:22:33.276Z] #49 20.05 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
23:22:33 [2022-10-04T23:22:33.276Z] #49 20.08 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
23:22:33 [2022-10-04T23:22:33.276Z] #49 20.94 debconf: delaying package configuration, since apt-utils is not installed
23:22:33 [2022-10-04T23:22:33.276Z] #49 21.34 Fetched 27.0 MB in 1s (19.5 MB/s)
23:22:33 [2022-10-04T23:22:33.276Z] #49 21.60 Selecting previously unselected package pigz.
23:22:33 [2022-10-04T23:22:33.276Z] #49 21.60 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24019 files and directories currently installed.)
23:22:33 [2022-10-04T23:22:33.276Z] #49 21.65 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 21.67 Unpacking pigz (2.6-1) ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 21.81 Selecting previously unselected package libelf1:amd64.
23:22:33 [2022-10-04T23:22:33.276Z] #49 21.83 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 21.84 Unpacking libelf1:amd64 (0.183-1) ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.24 Selecting previously unselected package libbpf0:amd64.
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.24 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.25 Unpacking libbpf0:amd64 (1:0.3-2) ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.47 Selecting previously unselected package libcap2:amd64.
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.48 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.49 Unpacking libcap2:amd64 (1:2.44-1) ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.67 Selecting previously unselected package libmnl0:amd64.
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.68 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.69 Unpacking libmnl0:amd64 (1.0.4-3) ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.73 Selecting previously unselected package libxtables12:amd64.
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.73 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.74 Unpacking libxtables12:amd64 (1.8.7-1) ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.80 Selecting previously unselected package libcap2-bin.
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.81 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.82 Unpacking libcap2-bin (1:2.44-1) ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.91 Selecting previously unselected package iproute2.
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.92 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 22.93 Unpacking iproute2 (5.10.0-4) ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 23.44 Selecting previously unselected package xxd.
23:22:33 [2022-10-04T23:22:33.276Z] #49 23.45 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 23.46 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 23.57 Selecting previously unselected package vim-common.
23:22:33 [2022-10-04T23:22:33.276Z] #49 23.57 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 23.60 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 23.77 Selecting previously unselected package bash-completion.
23:22:33 [2022-10-04T23:22:33.276Z] #49 23.78 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 26.13 Unpacking bash-completion (1:2.11-2) ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 26.52 Selecting previously unselected package bzip2.
23:22:33 [2022-10-04T23:22:33.276Z] #49 26.54 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 26.55 Unpacking bzip2 (1.0.8-4) ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 26.65 Selecting previously unselected package xz-utils.
23:22:33 [2022-10-04T23:22:33.276Z] #49 26.65 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 26.67 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 26.86 Selecting previously unselected package apparmor.
23:22:33 [2022-10-04T23:22:33.276Z] #49 26.87 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.276Z] #49 26.94 Unpacking apparmor (2.13.6-10) ...
23:22:33 [2022-10-04T23:22:33.537Z] #49 27.37 Selecting previously unselected package inetutils-ping.
23:22:33 [2022-10-04T23:22:33.537Z] #49 27.39 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1+deb11u1_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.537Z] #49 27.40 Unpacking inetutils-ping (2:2.0-1+deb11u1) ...
23:22:33 [2022-10-04T23:22:33.537Z] #49 27.53 Selecting previously unselected package libip4tc2:amd64.
23:22:33 [2022-10-04T23:22:33.537Z] #49 27.53 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.537Z] #49 27.54 Unpacking libip4tc2:amd64 (1.8.7-1) ...
23:22:33 [2022-10-04T23:22:33.537Z] #49 27.61 Selecting previously unselected package libip6tc2:amd64.
23:22:33 [2022-10-04T23:22:33.537Z] #49 27.62 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.546Z] #49 41.32 Setting up xxd (2:8.2.2434-3+deb11u1) ...
23:22:33 [2022-10-04T23:22:33.629Z] #38 126.3   CC       criu/page-xfer.o
23:22:33 [2022-10-04T23:22:33.737Z] #49 37.83 Selecting previously unselected package xfsprogs.
23:22:33 [2022-10-04T23:22:33.737Z] #49 37.83 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.805Z] #49 41.33 Setting up libcap2:amd64 (1:2.44-1) ...
23:22:33 [2022-10-04T23:22:33.805Z] #49 41.34 Setting up libcap2-bin (1:2.44-1) ...
23:22:33 [2022-10-04T23:22:33.805Z] #49 41.36 Setting up apparmor (2.13.6-10) ...
23:22:33 [2022-10-04T23:22:33.836Z] #49 27.63 Unpacking libip6tc2:amd64 (1.8.7-1) ...
23:22:33 [2022-10-04T23:22:33.836Z] #49 27.71 Selecting previously unselected package libnfnetlink0:amd64.
23:22:33 [2022-10-04T23:22:33.836Z] #49 27.73 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.836Z] #49 27.73 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
23:22:33 [2022-10-04T23:22:33.836Z] #49 27.80 Selecting previously unselected package libnetfilter-conntrack3:amd64.
23:22:33 [2022-10-04T23:22:33.836Z] #49 27.81 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
23:22:33 [2022-10-04T23:22:33.836Z] #49 27.82 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
23:22:33 [2022-10-04T23:22:33.997Z] #49 37.85 Unpacking xfsprogs (5.10.0-4) ...
23:22:34 [2022-10-04T23:22:34.145Z] #49 27.94 Selecting previously unselected package libnftnl11:amd64.
23:22:34 [2022-10-04T23:22:34.145Z] #49 27.94 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
23:22:34 [2022-10-04T23:22:34.145Z] #49 27.95 Unpacking libnftnl11:amd64 (1.1.9-1) ...
23:22:34 [2022-10-04T23:22:34.145Z] #49 28.07 Selecting previously unselected package iptables.
23:22:34 [2022-10-04T23:22:34.145Z] #49 28.09 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
23:22:34 [2022-10-04T23:22:34.145Z] #49 28.10 Unpacking iptables (1.8.7-1) ...
23:22:34 [2022-10-04T23:22:34.258Z] #49 38.28 Selecting previously unselected package zip.
23:22:34 [2022-10-04T23:22:34.258Z] #49 38.29 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
23:22:34 [2022-10-04T23:22:34.258Z] #49 38.29 Unpacking zip (3.0-12) ...
23:22:34 [2022-10-04T23:22:34.372Z] #49 ...
23:22:34 [2022-10-04T23:22:34.372Z] 
23:22:34 [2022-10-04T23:22:34.372Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:34 [2022-10-04T23:22:34.372Z] #38 108.7   CC       criu/files-reg.o
23:22:34 [2022-10-04T23:22:34.372Z] #38 110.9   CC       criu/files.o
23:22:34 [2022-10-04T23:22:34.372Z] #38 112.9 include/common/asm/bitops.h: Assembler messages:
23:22:34 [2022-10-04T23:22:34.372Z] #38 112.9 include/common/asm/bitops.h:63: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts'
23:22:34 [2022-10-04T23:22:34.372Z] #38 113.0   CC       criu/filesystems.o
23:22:34 [2022-10-04T23:22:34.372Z] #38 113.7   CC       criu/fsnotify.o
23:22:34 [2022-10-04T23:22:34.372Z] #38 114.9   CC       criu/image-desc.o
23:22:34 [2022-10-04T23:22:34.372Z] #38 115.0   CC       criu/image.o
23:22:34 [2022-10-04T23:22:34.372Z] #38 116.1   CC       criu/ipc_ns.o
23:22:34 [2022-10-04T23:22:34.372Z] #38 117.5   CC       criu/irmap.o
23:22:34 [2022-10-04T23:22:34.372Z] #38 118.1   CC       criu/kcmp-ids.o
23:22:34 [2022-10-04T23:22:34.372Z] #38 118.3   CC       criu/kerndat.o
23:22:34 [2022-10-04T23:22:34.518Z] #49 38.49 Setting up python3-pkg-resources (52.0.0-4) ...
23:22:34 [2022-10-04T23:22:34.721Z] #49 28.54 Selecting previously unselected package libonig5:amd64.
23:22:34 [2022-10-04T23:22:34.721Z] #49 28.54 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
23:22:34 [2022-10-04T23:22:34.721Z] #49 28.55 Unpacking libonig5:amd64 (6.9.6-1.1) ...
23:22:34 [2022-10-04T23:22:34.721Z] #49 28.70 Selecting previously unselected package libjq1:amd64.
23:22:34 [2022-10-04T23:22:34.721Z] #49 28.72 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
23:22:34 [2022-10-04T23:22:34.721Z] #49 28.73 Unpacking libjq1:amd64 (1.6-2.1) ...
23:22:34 [2022-10-04T23:22:34.984Z] #49 28.89 Selecting previously unselected package jq.
23:22:34 [2022-10-04T23:22:34.984Z] #49 28.91 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
23:22:34 [2022-10-04T23:22:34.984Z] #49 28.92 Unpacking jq (1.6-2.1) ...
23:22:34 [2022-10-04T23:22:34.984Z] #49 28.99 Selecting previously unselected package libaio1:amd64.
23:22:34 [2022-10-04T23:22:34.984Z] #49 29.01 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
23:22:35 [2022-10-04T23:22:35.254Z] #49 29.01 Unpacking libaio1:amd64 (0.3.112-9) ...
23:22:35 [2022-10-04T23:22:35.254Z] #49 29.08 Selecting previously unselected package libgpm2:amd64.
23:22:35 [2022-10-04T23:22:35.254Z] #49 29.08 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
23:22:35 [2022-10-04T23:22:35.254Z] #49 29.09 Unpacking libgpm2:amd64 (1.20.7-8) ...
23:22:35 [2022-10-04T23:22:35.254Z] #49 29.21 Selecting previously unselected package libicu67:amd64.
23:22:35 [2022-10-04T23:22:35.254Z] #49 29.22 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
23:22:35 [2022-10-04T23:22:35.254Z] #49 29.22 Unpacking libicu67:amd64 (67.1-7) ...
23:22:35 [2022-10-04T23:22:35.308Z] #38 ...
23:22:35 [2022-10-04T23:22:35.308Z] 
23:22:35 [2022-10-04T23:22:35.308Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:22:35 [2022-10-04T23:22:35.308Z] #49 42.95 Setting up zip (3.0-12) ...
23:22:35 [2022-10-04T23:22:35.308Z] #49 42.96 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
23:22:35 [2022-10-04T23:22:35.308Z] #49 43.00 Setting up bash-completion (1:2.11-2) ...
23:22:35 [2022-10-04T23:22:35.459Z] #49 39.49 Setting up libip4tc2:amd64 (1.8.7-1) ...
23:22:35 [2022-10-04T23:22:35.459Z] #49 39.54 Setting up net-tools (1.60+git20181103.0eebece-1) ...
23:22:35 [2022-10-04T23:22:35.459Z] #49 39.56 Setting up libgpm2:amd64 (1.20.7-8) ...
23:22:35 [2022-10-04T23:22:35.459Z] #49 39.62 Setting up libicu67:amd64 (67.1-7) ...
23:22:35 [2022-10-04T23:22:35.520Z] #38 128.2   CC       criu/pagemap-cache.o
23:22:35 [2022-10-04T23:22:35.719Z] #49 39.64 Setting up libip6tc2:amd64 (1.8.7-1) ...
23:22:35 [2022-10-04T23:22:35.719Z] #49 39.67 Setting up libinih1:amd64 (53-1+b2) ...
23:22:35 [2022-10-04T23:22:35.719Z] #49 39.69 Setting up uidmap (1:4.8.1-1) ...
23:22:35 [2022-10-04T23:22:35.719Z] #49 39.71 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
23:22:35 [2022-10-04T23:22:35.719Z] #49 39.73 Setting up bzip2 (1.0.8-4) ...
23:22:35 [2022-10-04T23:22:35.719Z] #49 39.74 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
23:22:35 [2022-10-04T23:22:35.719Z] #49 39.76 Setting up python3-wheel (0.34.2-1) ...
23:22:35 [2022-10-04T23:22:35.777Z] #38 128.5   CC       criu/pagemap.o
23:22:36 [2022-10-04T23:22:36.289Z] #49 ...
23:22:36 [2022-10-04T23:22:36.289Z] 
23:22:36 [2022-10-04T23:22:36.289Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:36 [2022-10-04T23:22:36.289Z] #38 114.1   CC       criu/ipc_ns.o
23:22:36 [2022-10-04T23:22:36.289Z] #38 115.3   CC       criu/irmap.o
23:22:36 [2022-10-04T23:22:36.289Z] #38 116.1   CC       criu/kcmp-ids.o
23:22:36 [2022-10-04T23:22:36.289Z] #38 116.4   CC       criu/kerndat.o
23:22:36 [2022-10-04T23:22:36.289Z] #38 117.7   CC       criu/libnetlink.o
23:22:36 [2022-10-04T23:22:36.289Z] #38 118.2   CC       criu/log.o
23:22:36 [2022-10-04T23:22:36.289Z] #38 118.7   CC       criu/lsm.o
23:22:36 [2022-10-04T23:22:36.289Z] #38 119.2   CC       criu/mem.o
23:22:36 [2022-10-04T23:22:36.289Z] #38 120.9   CC       criu/memfd.o
23:22:36 [2022-10-04T23:22:36.289Z] #38 121.6   CC       criu/mount.o
23:22:36 [2022-10-04T23:22:36.289Z] #38 ...
23:22:36 [2022-10-04T23:22:36.289Z] 
23:22:36 [2022-10-04T23:22:36.289Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:22:36 [2022-10-04T23:22:36.289Z] #49 40.47 Setting up xxd (2:8.2.2434-3+deb11u1) ...
23:22:36 [2022-10-04T23:22:36.549Z] #49 40.49 Setting up libcap2:amd64 (1:2.44-1) ...
23:22:36 [2022-10-04T23:22:36.549Z] #49 40.52 Setting up libcap2-bin (1:2.44-1) ...
23:22:36 [2022-10-04T23:22:36.549Z] #49 40.53 Setting up apparmor (2.13.6-10) ...
23:22:36 [2022-10-04T23:22:36.705Z] #38 129.6   CC       criu/parasite-syscall.o
23:22:37 [2022-10-04T23:22:37.634Z] #38 130.5   CC       criu/path.o
23:22:37 [2022-10-04T23:22:37.841Z] #49 45.10 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
23:22:37 [2022-10-04T23:22:37.841Z] #49 45.13 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
23:22:37 [2022-10-04T23:22:37.841Z] #49 45.15 Setting up libmnl0:amd64 (1.0.4-3) ...
23:22:37 [2022-10-04T23:22:37.841Z] #49 45.16 Setting up patch (2.7.6-7) ...
23:22:37 [2022-10-04T23:22:37.841Z] #49 45.17 Setting up sudo (1.9.5p2-3) ...
23:22:37 [2022-10-04T23:22:37.841Z] #49 45.26 invoke-rc.d: could not determine current runlevel
23:22:37 [2022-10-04T23:22:37.841Z] #49 45.28 invoke-rc.d: policy-rc.d denied execution of start.
23:22:37 [2022-10-04T23:22:37.841Z] #49 45.28 Setting up xfsprogs (5.10.0-4) ...
23:22:37 [2022-10-04T23:22:37.841Z] #49 45.30 Setting up libxtables12:amd64 (1.8.7-1) ...
23:22:37 [2022-10-04T23:22:37.841Z] #49 45.31 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
23:22:37 [2022-10-04T23:22:37.841Z] #49 45.32 Setting up pigz (2.6-1) ...
23:22:37 [2022-10-04T23:22:37.841Z] #49 45.33 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
23:22:37 [2022-10-04T23:22:37.841Z] #49 45.35 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
23:22:37 [2022-10-04T23:22:37.841Z] #49 45.37 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
23:22:37 [2022-10-04T23:22:37.841Z] #49 45.38 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
23:22:37 [2022-10-04T23:22:37.890Z] #38 130.7   CC       criu/pie-util-vdso.o
23:22:38 [2022-10-04T23:22:38.146Z] #38 131.0   CC       criu/pie-util.o
23:22:38 [2022-10-04T23:22:38.403Z] #38 131.2   CC       criu/pipes.o
23:22:38 [2022-10-04T23:22:38.408Z] #49 46.26 Setting up libaio1:amd64 (0.3.112-9) ...
23:22:38 [2022-10-04T23:22:38.460Z] #49 42.32 Setting up zip (3.0-12) ...
23:22:38 [2022-10-04T23:22:38.460Z] #49 42.35 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
23:22:38 [2022-10-04T23:22:38.460Z] #49 42.40 Setting up bash-completion (1:2.11-2) ...
23:22:38 [2022-10-04T23:22:38.667Z] #49 46.28 Setting up python3-lib2to3 (3.9.2-1) ...
23:22:39 [2022-10-04T23:22:39.234Z] #49 46.74 Setting up libelf1:amd64 (0.183-1) ...
23:22:39 [2022-10-04T23:22:39.234Z] #49 46.77 Setting up libonig5:amd64 (6.9.6-1.1) ...
23:22:39 [2022-10-04T23:22:39.234Z] #49 46.80 Setting up python3-distutils (3.9.2-1) ...
23:22:39 [2022-10-04T23:22:39.331Z] #38 132.0   CC       criu/plugin.o
23:22:39 [2022-10-04T23:22:39.465Z] #49 32.80 Selecting previously unselected package libinih1:amd64.
23:22:39 [2022-10-04T23:22:39.465Z] #49 32.80 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
23:22:39 [2022-10-04T23:22:39.465Z] #49 32.82 Unpacking libinih1:amd64 (53-1+b2) ...
23:22:39 [2022-10-04T23:22:39.465Z] #49 32.90 Selecting previously unselected package libnet1:amd64.
23:22:39 [2022-10-04T23:22:39.465Z] #49 32.90 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
23:22:39 [2022-10-04T23:22:39.465Z] #49 32.92 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
23:22:39 [2022-10-04T23:22:39.465Z] #49 33.00 Selecting previously unselected package libnl-3-200:amd64.
23:22:39 [2022-10-04T23:22:39.465Z] #49 33.00 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
23:22:39 [2022-10-04T23:22:39.465Z] #49 33.01 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
23:22:39 [2022-10-04T23:22:39.466Z] #49 33.12 Selecting previously unselected package libprotobuf-c1:amd64.
23:22:39 [2022-10-04T23:22:39.466Z] #49 33.13 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
23:22:39 [2022-10-04T23:22:39.466Z] #49 33.13 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
23:22:39 [2022-10-04T23:22:39.466Z] #49 33.21 Selecting previously unselected package net-tools.
23:22:39 [2022-10-04T23:22:39.466Z] #49 33.23 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
23:22:39 [2022-10-04T23:22:39.466Z] #49 33.24 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
23:22:39 [2022-10-04T23:22:39.466Z] #49 33.43 Selecting previously unselected package patch.
23:22:39 [2022-10-04T23:22:39.466Z] #49 33.44 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
23:22:39 [2022-10-04T23:22:39.466Z] #49 33.44 Unpacking patch (2.7.6-7) ...
23:22:39 [2022-10-04T23:22:39.493Z] #49 47.29 Setting up vim (2:8.2.2434-3+deb11u1) ...
23:22:39 [2022-10-04T23:22:39.587Z] #38 132.4   CC       criu/proc_parse.o
23:22:39 [2022-10-04T23:22:39.726Z] #49 33.54 Selecting previously unselected package python-pip-whl.
23:22:39 [2022-10-04T23:22:39.727Z] #49 33.56 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
23:22:39 [2022-10-04T23:22:39.727Z] #49 33.57 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
23:22:39 [2022-10-04T23:22:39.752Z] #49 47.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
23:22:39 [2022-10-04T23:22:39.752Z] #49 47.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
23:22:39 [2022-10-04T23:22:39.752Z] #49 47.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
23:22:39 [2022-10-04T23:22:39.752Z] #49 47.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
23:22:39 [2022-10-04T23:22:39.752Z] #49 47.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
23:22:39 [2022-10-04T23:22:39.752Z] #49 47.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
23:22:39 [2022-10-04T23:22:39.752Z] #49 47.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
23:22:39 [2022-10-04T23:22:39.752Z] #49 47.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
23:22:39 [2022-10-04T23:22:39.752Z] #49 47.37 Setting up python3-setuptools (52.0.0-4) ...
23:22:39 [2022-10-04T23:22:39.988Z] #49 34.10 Selecting previously unselected package python3-lib2to3.
23:22:40 [2022-10-04T23:22:40.248Z] #49 34.10 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
23:22:40 [2022-10-04T23:22:40.248Z] #49 34.12 Unpacking python3-lib2to3 (3.9.2-1) ...
23:22:40 [2022-10-04T23:22:40.248Z] #49 34.23 Selecting previously unselected package python3-distutils.
23:22:40 [2022-10-04T23:22:40.249Z] #49 34.23 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
23:22:40 [2022-10-04T23:22:40.509Z] #49 34.24 Unpacking python3-distutils (3.9.2-1) ...
23:22:40 [2022-10-04T23:22:40.509Z] #49 34.38 Selecting previously unselected package python3-pkg-resources.
23:22:40 [2022-10-04T23:22:40.509Z] #49 34.38 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
23:22:40 [2022-10-04T23:22:40.509Z] #49 34.39 Unpacking python3-pkg-resources (52.0.0-4) ...
23:22:40 [2022-10-04T23:22:40.771Z] #49 34.54 Selecting previously unselected package python3-setuptools.
23:22:40 [2022-10-04T23:22:40.771Z] #49 34.54 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
23:22:40 [2022-10-04T23:22:40.771Z] #49 34.54 Unpacking python3-setuptools (52.0.0-4) ...
23:22:40 [2022-10-04T23:22:40.771Z] #49 34.79 Selecting previously unselected package python3-wheel.
23:22:40 [2022-10-04T23:22:40.771Z] #49 34.80 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
23:22:40 [2022-10-04T23:22:40.771Z] #49 34.80 Unpacking python3-wheel (0.34.2-1) ...
23:22:40 [2022-10-04T23:22:40.771Z] #49 34.90 Selecting previously unselected package python3-pip.
23:22:41 [2022-10-04T23:22:41.001Z] #49 44.77 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
23:22:41 [2022-10-04T23:22:41.001Z] #49 44.79 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
23:22:41 [2022-10-04T23:22:41.001Z] #49 44.82 Setting up libmnl0:amd64 (1.0.4-3) ...
23:22:41 [2022-10-04T23:22:41.001Z] #49 44.84 Setting up patch (2.7.6-7) ...
23:22:41 [2022-10-04T23:22:41.001Z] #49 44.85 Setting up sudo (1.9.5p2-3) ...
23:22:41 [2022-10-04T23:22:41.001Z] #49 44.94 invoke-rc.d: could not determine current runlevel
23:22:41 [2022-10-04T23:22:41.001Z] #49 44.95 invoke-rc.d: policy-rc.d denied execution of start.
23:22:41 [2022-10-04T23:22:41.001Z] #49 44.97 Setting up xfsprogs (5.10.0-4) ...
23:22:41 [2022-10-04T23:22:41.001Z] #49 44.99 Setting up libxtables12:amd64 (1.8.7-1) ...
23:22:41 [2022-10-04T23:22:41.001Z] #49 45.00 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
23:22:41 [2022-10-04T23:22:41.001Z] #49 45.02 Setting up pigz (2.6-1) ...
23:22:41 [2022-10-04T23:22:41.001Z] #49 45.03 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
23:22:41 [2022-10-04T23:22:41.001Z] #49 45.05 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
23:22:41 [2022-10-04T23:22:41.001Z] #49 45.09 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
23:22:41 [2022-10-04T23:22:41.001Z] #49 45.10 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
23:22:41 [2022-10-04T23:22:41.032Z] #49 34.90 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ...
23:22:41 [2022-10-04T23:22:41.032Z] #49 34.91 Unpacking python3-pip (20.3.4-4+deb11u1) ...
23:22:41 [2022-10-04T23:22:41.293Z] #49 35.21 Selecting previously unselected package sudo.
23:22:41 [2022-10-04T23:22:41.293Z] #49 35.21 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
23:22:41 [2022-10-04T23:22:41.293Z] #49 35.22 Unpacking sudo (1.9.5p2-3) ...
23:22:41 [2022-10-04T23:22:41.660Z] #49 49.07 Setting up libjq1:amd64 (1.6-2.1) ...
23:22:41 [2022-10-04T23:22:41.660Z] #49 49.12 Setting up libnftnl11:amd64 (1.1.9-1) ...
23:22:41 [2022-10-04T23:22:41.660Z] #49 49.18 Setting up thin-provisioning-tools (0.9.0-1) ...
23:22:41 [2022-10-04T23:22:41.660Z] #49 49.21 Setting up python3-pip (20.3.4-4+deb11u1) ...
23:22:41 [2022-10-04T23:22:41.864Z] #49 35.86 Selecting previously unselected package thin-provisioning-tools.
23:22:41 [2022-10-04T23:22:41.864Z] #49 35.88 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
23:22:41 [2022-10-04T23:22:41.864Z] #49 35.89 Unpacking thin-provisioning-tools (0.9.0-1) ...
23:22:41 [2022-10-04T23:22:41.942Z] #49 45.94 Setting up libaio1:amd64 (0.3.112-9) ...
23:22:41 [2022-10-04T23:22:41.942Z] #49 45.96 Setting up python3-lib2to3 (3.9.2-1) ...
23:22:42 [2022-10-04T23:22:42.126Z] #49 36.16 Selecting previously unselected package uidmap.
23:22:42 [2022-10-04T23:22:42.126Z] #49 36.18 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
23:22:42 [2022-10-04T23:22:42.126Z] #49 36.19 Unpacking uidmap (1:4.8.1-1) ...
23:22:42 [2022-10-04T23:22:42.387Z] #49 36.34 Selecting previously unselected package vim-runtime.
23:22:42 [2022-10-04T23:22:42.387Z] #49 36.34 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
23:22:42 [2022-10-04T23:22:42.387Z] #49 36.39 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
23:22:42 [2022-10-04T23:22:42.387Z] #49 36.41 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
23:22:42 [2022-10-04T23:22:42.387Z] #49 36.43 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
23:22:42 [2022-10-04T23:22:42.512Z] #49 46.41 Setting up libelf1:amd64 (0.183-1) ...
23:22:42 [2022-10-04T23:22:42.512Z] #49 46.45 Setting up libonig5:amd64 (6.9.6-1.1) ...
23:22:42 [2022-10-04T23:22:42.512Z] #49 46.47 Setting up python3-distutils (3.9.2-1) ...
23:22:42 [2022-10-04T23:22:42.856Z] #38 135.1   CC       criu/protobuf-desc.o
23:22:43 [2022-10-04T23:22:43.037Z] #49 50.89 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
23:22:43 [2022-10-04T23:22:43.037Z] #49 50.91 Setting up jq (1.6-2.1) ...
23:22:43 [2022-10-04T23:22:43.037Z] #49 50.92 Setting up libbpf0:amd64 (1:0.3-2) ...
23:22:43 [2022-10-04T23:22:43.037Z] #49 50.94 Setting up iptables (1.8.7-1) ...
23:22:43 [2022-10-04T23:22:43.037Z] #49 50.95 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
23:22:43 [2022-10-04T23:22:43.084Z] #49 47.05 Setting up vim (2:8.2.2434-3+deb11u1) ...
23:22:43 [2022-10-04T23:22:43.084Z] #49 47.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
23:22:43 [2022-10-04T23:22:43.084Z] #49 47.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
23:22:43 [2022-10-04T23:22:43.084Z] #49 47.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
23:22:43 [2022-10-04T23:22:43.084Z] #49 47.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
23:22:43 [2022-10-04T23:22:43.084Z] #49 47.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
23:22:43 [2022-10-04T23:22:43.084Z] #49 47.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
23:22:43 [2022-10-04T23:22:43.084Z] #49 47.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
23:22:43 [2022-10-04T23:22:43.084Z] #49 47.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
23:22:43 [2022-10-04T23:22:43.084Z] #49 47.14 Setting up python3-setuptools (52.0.0-4) ...
23:22:43 [2022-10-04T23:22:43.296Z] #49 50.96 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
23:22:43 [2022-10-04T23:22:43.296Z] #49 50.97 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
23:22:43 [2022-10-04T23:22:43.296Z] #49 50.97 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
23:22:43 [2022-10-04T23:22:43.296Z] #49 50.98 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
23:22:43 [2022-10-04T23:22:43.296Z] #49 50.99 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
23:22:43 [2022-10-04T23:22:43.296Z] #49 51.00 Setting up iproute2 (5.10.0-4) ...
23:22:43 [2022-10-04T23:22:43.782Z] #38 136.7   CC       criu/protobuf.o
23:22:43 [2022-10-04T23:22:43.813Z] #49 51.36 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:22:44 [2022-10-04T23:22:44.344Z] #38 137.2   CC       criu/pstree.o
23:22:44 [2022-10-04T23:22:44.600Z] #38 ...
23:22:44 [2022-10-04T23:22:44.600Z] 
23:22:44 [2022-10-04T23:22:44.600Z] #24 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:22:44 [2022-10-04T23:22:44.600Z] #24 186.3 + dpkg --print-architecture
23:22:44 [2022-10-04T23:22:44.994Z] #49 48.79 Setting up libjq1:amd64 (1.6-2.1) ...
23:22:44 [2022-10-04T23:22:44.995Z] #49 48.82 Setting up libnftnl11:amd64 (1.1.9-1) ...
23:22:44 [2022-10-04T23:22:44.995Z] #49 48.84 Setting up thin-provisioning-tools (0.9.0-1) ...
23:22:44 [2022-10-04T23:22:44.995Z] #49 48.86 Setting up python3-pip (20.3.4-4+deb11u1) ...
23:22:45 [2022-10-04T23:22:45.208Z] #49 ...
23:22:45 [2022-10-04T23:22:45.208Z] 
23:22:45 [2022-10-04T23:22:45.208Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:45 [2022-10-04T23:22:45.208Z] #38 119.5   CC       criu/libnetlink.o
23:22:45 [2022-10-04T23:22:45.208Z] #38 120.0   CC       criu/log.o
23:22:45 [2022-10-04T23:22:45.208Z] #38 120.4   CC       criu/lsm.o
23:22:45 [2022-10-04T23:22:45.208Z] #38 120.9   CC       criu/mem.o
23:22:45 [2022-10-04T23:22:45.208Z] #38 122.7   CC       criu/memfd.o
23:22:45 [2022-10-04T23:22:45.208Z] #38 123.4   CC       criu/mount.o
23:22:45 [2022-10-04T23:22:45.208Z] #38 128.4   CC       criu/namespaces.o
23:22:45 [2022-10-04T23:22:45.528Z] #24 DONE 187.1s
23:22:45 [2022-10-04T23:22:45.528Z] 
23:22:45 [2022-10-04T23:22:45.528Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:45 [2022-10-04T23:22:45.528Z] #38 138.2   CC       criu/rbtree.o
23:22:45 [2022-10-04T23:22:45.776Z] #38 ...
23:22:45 [2022-10-04T23:22:45.776Z] 
23:22:45 [2022-10-04T23:22:45.776Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:22:45 [2022-10-04T23:22:45.776Z] #49 DONE 53.6s
23:22:46 [2022-10-04T23:22:46.035Z] 
23:22:46 [2022-10-04T23:22:46.035Z] #50 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
23:22:46 [2022-10-04T23:22:46.092Z] #38 138.7   CC       criu/rst-malloc.o
23:22:46 [2022-10-04T23:22:46.348Z] #38 139.3   CC       criu/seccomp.o
23:22:46 [2022-10-04T23:22:46.381Z] #49 50.20 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
23:22:46 [2022-10-04T23:22:46.381Z] #49 50.25 Setting up jq (1.6-2.1) ...
23:22:46 [2022-10-04T23:22:46.381Z] #49 50.30 Setting up libbpf0:amd64 (1:0.3-2) ...
23:22:46 [2022-10-04T23:22:46.381Z] #49 50.32 Setting up iptables (1.8.7-1) ...
23:22:46 [2022-10-04T23:22:46.381Z] #49 50.33 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
23:22:46 [2022-10-04T23:22:46.381Z] #49 50.34 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
23:22:46 [2022-10-04T23:22:46.381Z] #49 50.35 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
23:22:46 [2022-10-04T23:22:46.381Z] #49 50.35 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
23:22:46 [2022-10-04T23:22:46.381Z] #49 50.36 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
23:22:46 [2022-10-04T23:22:46.381Z] #49 50.37 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
23:22:46 [2022-10-04T23:22:46.381Z] #49 50.38 Setting up iproute2 (5.10.0-4) ...
23:22:46 [2022-10-04T23:22:46.592Z] #49 39.88 Selecting previously unselected package vim.
23:22:46 [2022-10-04T23:22:46.592Z] #49 39.89 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
23:22:46 [2022-10-04T23:22:46.592Z] #49 39.91 Unpacking vim (2:8.2.2434-3+deb11u1) ...
23:22:46 [2022-10-04T23:22:46.592Z] #49 40.57 Selecting previously unselected package xfsprogs.
23:22:46 [2022-10-04T23:22:46.592Z] #49 40.58 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
23:22:46 [2022-10-04T23:22:46.592Z] #49 40.58 Unpacking xfsprogs (5.10.0-4) ...
23:22:46 [2022-10-04T23:22:46.951Z] #49 50.79 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:22:47 [2022-10-04T23:22:47.174Z] #49 41.06 Selecting previously unselected package zip.
23:22:47 [2022-10-04T23:22:47.174Z] #49 41.08 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
23:22:47 [2022-10-04T23:22:47.174Z] #49 41.09 Unpacking zip (3.0-12) ...
23:22:47 [2022-10-04T23:22:47.212Z] #49 DONE 51.2s
23:22:47 [2022-10-04T23:22:47.212Z] 
23:22:47 [2022-10-04T23:22:47.212Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:47 [2022-10-04T23:22:47.212Z] #38 126.0   CC       criu/namespaces.o
23:22:47 [2022-10-04T23:22:47.212Z] #38 128.3   CC       criu/net.o
23:22:47 [2022-10-04T23:22:47.212Z] #38 132.2   CC       criu/netfilter.o
23:22:47 [2022-10-04T23:22:47.212Z] #38 132.5   CC       criu/page-pipe.o
23:22:47 [2022-10-04T23:22:47.212Z] #38 133.3   CC       criu/page-xfer.o
23:22:47 [2022-10-04T23:22:47.212Z] #38 134.9   CC       criu/pagemap-cache.o
23:22:47 [2022-10-04T23:22:47.212Z] #38 135.4   CC       criu/pagemap.o
23:22:47 [2022-10-04T23:22:47.212Z] #38 ...
23:22:47 [2022-10-04T23:22:47.212Z] 
23:22:47 [2022-10-04T23:22:47.212Z] #50 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
23:22:47 [2022-10-04T23:22:47.277Z] #38 139.9   CC       criu/seize.o
23:22:47 [2022-10-04T23:22:47.418Z] #50 1.334 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
23:22:47 [2022-10-04T23:22:47.418Z] #50 1.346 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
23:22:47 [2022-10-04T23:22:47.418Z] #50 1.351 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
23:22:47 [2022-10-04T23:22:47.418Z] #50 DONE 1.4s
23:22:47 [2022-10-04T23:22:47.418Z] 
23:22:47 [2022-10-04T23:22:47.418Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:47 [2022-10-04T23:22:47.418Z] #38 131.0   CC       criu/net.o
23:22:47 [2022-10-04T23:22:47.436Z] #49 41.28 Setting up python3-pkg-resources (52.0.0-4) ...
23:22:47 [2022-10-04T23:22:47.838Z] #38 140.7   CC       criu/servicefd.o
23:22:48 [2022-10-04T23:22:48.401Z] #38 141.1   CC       criu/shmem.o
23:22:48 [2022-10-04T23:22:48.822Z] #49 42.41 Setting up libip4tc2:amd64 (1.8.7-1) ...
23:22:48 [2022-10-04T23:22:48.822Z] #49 42.42 Setting up net-tools (1.60+git20181103.0eebece-1) ...
23:22:48 [2022-10-04T23:22:48.822Z] #49 42.43 Setting up libgpm2:amd64 (1.20.7-8) ...
23:22:48 [2022-10-04T23:22:48.822Z] #49 42.45 Setting up libicu67:amd64 (67.1-7) ...
23:22:48 [2022-10-04T23:22:48.822Z] #49 42.46 Setting up libip6tc2:amd64 (1.8.7-1) ...
23:22:48 [2022-10-04T23:22:48.822Z] #49 42.47 Setting up libinih1:amd64 (53-1+b2) ...
23:22:48 [2022-10-04T23:22:48.822Z] #49 42.48 Setting up uidmap (1:4.8.1-1) ...
23:22:48 [2022-10-04T23:22:48.822Z] #49 42.49 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
23:22:48 [2022-10-04T23:22:48.822Z] #49 42.52 Setting up bzip2 (1.0.8-4) ...
23:22:48 [2022-10-04T23:22:48.822Z] #49 42.53 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
23:22:48 [2022-10-04T23:22:48.822Z] #49 42.54 Setting up python3-wheel (0.34.2-1) ...
23:22:48 [2022-10-04T23:22:48.822Z] #49 ...
23:22:48 [2022-10-04T23:22:48.822Z] 
23:22:48 [2022-10-04T23:22:48.822Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:48 [2022-10-04T23:22:48.822Z] #39 110.5   CC       criu/cr-service.o
23:22:48 [2022-10-04T23:22:48.822Z] #39 112.3   CC       criu/crtools.o
23:22:48 [2022-10-04T23:22:48.822Z] #39 112.9   CC       criu/eventfd.o
23:22:48 [2022-10-04T23:22:48.822Z] #39 113.3   CC       criu/eventpoll.o
23:22:48 [2022-10-04T23:22:48.822Z] #39 114.1   CC       criu/external.o
23:22:48 [2022-10-04T23:22:48.822Z] #39 114.4   CC       criu/fault-injection.o
23:22:48 [2022-10-04T23:22:48.822Z] #39 114.5   CC       criu/fdstore.o
23:22:48 [2022-10-04T23:22:48.822Z] #39 114.9   CC       criu/fifo.o
23:22:48 [2022-10-04T23:22:48.822Z] #39 115.3   CC       criu/file-ids.o
23:22:48 [2022-10-04T23:22:48.822Z] #39 115.7   CC       criu/file-lock.o
23:22:48 [2022-10-04T23:22:48.822Z] #39 116.7   CC       criu/files-ext.o
23:22:48 [2022-10-04T23:22:48.822Z] #39 117.1   CC       criu/files-reg.o
23:22:48 [2022-10-04T23:22:48.822Z] #39 119.7   CC       criu/files.o
23:22:49 [2022-10-04T23:22:49.123Z] #50 1.781 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
23:22:49 [2022-10-04T23:22:49.123Z] #50 1.784 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
23:22:49 [2022-10-04T23:22:49.123Z] #50 1.788 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
23:22:49 [2022-10-04T23:22:49.123Z] #50 DONE 1.9s
23:22:49 [2022-10-04T23:22:49.123Z] 
23:22:49 [2022-10-04T23:22:49.123Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:49 [2022-10-04T23:22:49.123Z] #38 136.6   CC       criu/parasite-syscall.o
23:22:49 [2022-10-04T23:22:49.329Z] #38 142.0   CC       criu/sigframe.o
23:22:49 [2022-10-04T23:22:49.329Z] #38 142.2   CC       criu/signalfd.o
23:22:49 [2022-10-04T23:22:49.394Z] #39 ...
23:22:49 [2022-10-04T23:22:49.394Z] 
23:22:49 [2022-10-04T23:22:49.394Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:22:49 [2022-10-04T23:22:49.394Z] #49 43.36 Setting up xxd (2:8.2.2434-3+deb11u1) ...
23:22:49 [2022-10-04T23:22:49.585Z] #38 142.4   CC       criu/sk-inet.o
23:22:49 [2022-10-04T23:22:49.656Z] #49 43.38 Setting up libcap2:amd64 (1:2.44-1) ...
23:22:49 [2022-10-04T23:22:49.656Z] #49 43.40 Setting up libcap2-bin (1:2.44-1) ...
23:22:49 [2022-10-04T23:22:49.656Z] #49 43.41 Setting up apparmor (2.13.6-10) ...
23:22:49 [2022-10-04T23:22:49.693Z] #38 137.8   CC       criu/path.o
23:22:49 [2022-10-04T23:22:49.953Z] #38 138.2   CC       criu/pie-util-vdso-elf32.o
23:22:50 [2022-10-04T23:22:50.513Z] #38 143.4   CC       criu/sk-netlink.o
23:22:50 [2022-10-04T23:22:50.769Z] #38 143.7   CC       criu/sk-packet.o
23:22:50 [2022-10-04T23:22:50.894Z] #38 138.6   CC       criu/pie-util-vdso.o
23:22:51 [2022-10-04T23:22:51.043Z] #49 45.00 Setting up zip (3.0-12) ...
23:22:51 [2022-10-04T23:22:51.043Z] #49 45.02 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
23:22:51 [2022-10-04T23:22:51.043Z] #49 45.04 Setting up bash-completion (1:2.11-2) ...
23:22:51 [2022-10-04T23:22:51.154Z] #38 139.2   CC       criu/pie-util.o
23:22:51 [2022-10-04T23:22:51.331Z] #38 144.2   CC       criu/sk-queue.o
23:22:51 [2022-10-04T23:22:51.414Z] #38 139.4   CC       criu/pipes.o
23:22:51 [2022-10-04T23:22:51.896Z] #38 144.7   CC       criu/sk-tcp.o
23:22:52 [2022-10-04T23:22:52.152Z] #38 145.1   CC       criu/sk-unix.o
23:22:52 [2022-10-04T23:22:52.354Z] #38 140.3   CC       criu/plugin.o
23:22:52 [2022-10-04T23:22:52.615Z] #38 140.7   CC       criu/proc_parse.o
23:22:52 [2022-10-04T23:22:52.700Z] #38 136.5   CC       criu/netfilter.o
23:22:52 [2022-10-04T23:22:52.958Z] #38 137.1   CC       criu/page-pipe.o
23:22:53 [2022-10-04T23:22:53.589Z] #49 47.55 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
23:22:53 [2022-10-04T23:22:53.589Z] #49 47.59 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
23:22:53 [2022-10-04T23:22:53.590Z] #49 47.60 Setting up libmnl0:amd64 (1.0.4-3) ...
23:22:53 [2022-10-04T23:22:53.590Z] #49 47.61 Setting up patch (2.7.6-7) ...
23:22:53 [2022-10-04T23:22:53.590Z] #49 47.62 Setting up sudo (1.9.5p2-3) ...
23:22:53 [2022-10-04T23:22:53.590Z] #49 47.69 invoke-rc.d: could not determine current runlevel
23:22:53 [2022-10-04T23:22:53.851Z] #49 47.69 invoke-rc.d: policy-rc.d denied execution of start.
23:22:53 [2022-10-04T23:22:53.851Z] #49 47.70 Setting up xfsprogs (5.10.0-4) ...
23:22:53 [2022-10-04T23:22:53.851Z] #49 47.71 Setting up libxtables12:amd64 (1.8.7-1) ...
23:22:53 [2022-10-04T23:22:53.851Z] #49 47.72 Setting up inetutils-ping (2:2.0-1+deb11u1) ...
23:22:53 [2022-10-04T23:22:53.851Z] #49 47.74 Setting up pigz (2.6-1) ...
23:22:53 [2022-10-04T23:22:53.851Z] #49 47.75 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
23:22:53 [2022-10-04T23:22:53.851Z] #49 47.76 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
23:22:53 [2022-10-04T23:22:53.851Z] #49 47.77 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
23:22:53 [2022-10-04T23:22:53.851Z] #49 47.78 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
23:22:53 [2022-10-04T23:22:53.895Z] #38 138.0   CC       criu/page-xfer.o
23:22:54 [2022-10-04T23:22:54.668Z] #38 147.1   CC       criu/sockets.o
23:22:54 [2022-10-04T23:22:54.669Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
23:22:54 [2022-10-04T23:22:54.669Z] 
23:22:54 [2022-10-04T23:22:54.669Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
23:22:54 [2022-10-04T23:22:54.669Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
23:22:54 [2022-10-04T23:22:54.669Z] Using test binary docker
23:22:54 [2022-10-04T23:22:54.669Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
23:22:54 [2022-10-04T23:22:54.669Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
23:22:54 [2022-10-04T23:22:54.669Z] INFO: Waiting for daemon to start...
23:22:54 [2022-10-04T23:22:54.669Z] Starting dockerd
23:22:54 [2022-10-04T23:22:54.669Z] .
23:22:54 [2022-10-04T23:22:54.669Z] INFO: Building docker-sdk-python3:4.4.1...
23:22:54 [2022-10-04T23:22:54.794Z] #49 48.49 Setting up libaio1:amd64 (0.3.112-9) ...
23:22:54 [2022-10-04T23:22:54.794Z] #49 48.50 Setting up python3-lib2to3 (3.9.2-1) ...
23:22:55 [2022-10-04T23:22:55.055Z] #49 49.00 Setting up libelf1:amd64 (0.183-1) ...
23:22:55 [2022-10-04T23:22:55.055Z] #49 49.02 Setting up libonig5:amd64 (6.9.6-1.1) ...
23:22:55 [2022-10-04T23:22:55.055Z] #49 49.04 Setting up python3-distutils (3.9.2-1) ...
23:22:55 [2022-10-04T23:22:55.229Z] #38 147.9   CC       criu/stats.o
23:22:55 [2022-10-04T23:22:55.229Z] #38 148.1   CC       criu/string.o
23:22:55 [2022-10-04T23:22:55.229Z] #38 148.2   CC       criu/sysctl.o
23:22:55 [2022-10-04T23:22:55.271Z] #38 139.6   CC       criu/pagemap-cache.o
23:22:55 [2022-10-04T23:22:55.529Z] #38 139.9   CC       criu/pagemap.o
23:22:55 [2022-10-04T23:22:55.627Z] #49 49.57 Setting up vim (2:8.2.2434-3+deb11u1) ...
23:22:55 [2022-10-04T23:22:55.627Z] #49 49.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
23:22:55 [2022-10-04T23:22:55.627Z] #49 49.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
23:22:55 [2022-10-04T23:22:55.627Z] #49 49.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
23:22:55 [2022-10-04T23:22:55.627Z] #49 49.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
23:22:55 [2022-10-04T23:22:55.627Z] #49 49.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
23:22:55 [2022-10-04T23:22:55.627Z] #49 49.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
23:22:55 [2022-10-04T23:22:55.627Z] #49 49.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
23:22:55 [2022-10-04T23:22:55.627Z] #49 49.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
23:22:55 [2022-10-04T23:22:55.627Z] #49 49.65 Setting up python3-setuptools (52.0.0-4) ...
23:22:56 [2022-10-04T23:22:56.157Z] #38 148.8   CC       criu/sysfs_parse.o
23:22:56 [2022-10-04T23:22:56.157Z] #38 149.1   CC       criu/timens.o
23:22:56 [2022-10-04T23:22:56.464Z] #38 140.8   CC       criu/parasite-syscall.o
23:22:56 [2022-10-04T23:22:56.719Z] #38 149.4   CC       criu/timerfd.o
23:22:56 [2022-10-04T23:22:56.816Z] #38 144.1   CC       criu/protobuf-desc.o
23:22:56 [2022-10-04T23:22:56.974Z] #38 149.7   CC       criu/tty.o
23:22:57 [2022-10-04T23:22:57.386Z] #38 145.3   CC       criu/protobuf.o
23:22:57 [2022-10-04T23:22:57.400Z] #38 ...
23:22:57 [2022-10-04T23:22:57.400Z] 
23:22:57 [2022-10-04T23:22:57.400Z] #51 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
23:22:57 [2022-10-04T23:22:57.541Z] #49 51.47 Setting up libjq1:amd64 (1.6-2.1) ...
23:22:57 [2022-10-04T23:22:57.541Z] #49 51.49 Setting up libnftnl11:amd64 (1.1.9-1) ...
23:22:57 [2022-10-04T23:22:57.541Z] #49 51.50 Setting up thin-provisioning-tools (0.9.0-1) ...
23:22:57 [2022-10-04T23:22:57.541Z] #49 51.51 Setting up python3-pip (20.3.4-4+deb11u1) ...
23:22:57 [2022-10-04T23:22:57.646Z] #38 145.8   CC       criu/pstree.o
23:22:57 [2022-10-04T23:22:57.967Z] #51 ...
23:22:57 [2022-10-04T23:22:57.967Z] 
23:22:57 [2022-10-04T23:22:57.967Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:57 [2022-10-04T23:22:57.967Z] #38 142.2   CC       criu/path.o
23:22:58 [2022-10-04T23:22:58.534Z] #38 142.6   CC       criu/pie-util-vdso-elf32.o
23:22:58 [2022-10-04T23:22:58.934Z] #49 52.91 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
23:22:58 [2022-10-04T23:22:58.934Z] #49 52.93 Setting up jq (1.6-2.1) ...
23:22:58 [2022-10-04T23:22:58.934Z] #49 52.94 Setting up libbpf0:amd64 (1:0.3-2) ...
23:22:58 [2022-10-04T23:22:58.934Z] #49 52.95 Setting up iptables (1.8.7-1) ...
23:22:58 [2022-10-04T23:22:58.934Z] #49 52.98 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
23:22:58 [2022-10-04T23:22:58.934Z] #49 53.01 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
23:22:58 [2022-10-04T23:22:58.934Z] #49 53.02 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
23:22:58 [2022-10-04T23:22:58.934Z] #49 53.03 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
23:22:58 [2022-10-04T23:22:58.934Z] #49 53.04 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
23:22:58 [2022-10-04T23:22:58.934Z] #49 53.04 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
23:22:59 [2022-10-04T23:22:59.027Z] #38 147.0   CC       criu/rbtree.o
23:22:59 [2022-10-04T23:22:59.102Z] #38 143.3   CC       criu/pie-util-vdso.o
23:22:59 [2022-10-04T23:22:59.195Z] #49 53.06 Setting up iproute2 (5.10.0-4) ...
23:22:59 [2022-10-04T23:22:59.286Z] #38 147.3   CC       criu/rst-malloc.o
23:22:59 [2022-10-04T23:22:59.287Z] #38 ...
23:22:59 [2022-10-04T23:22:59.287Z] 
23:22:59 [2022-10-04T23:22:59.287Z] #51 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
23:22:59 [2022-10-04T23:22:59.498Z] #38 152.1   CC       criu/tun.o
23:22:59 [2022-10-04T23:22:59.546Z] #51 ...
23:22:59 [2022-10-04T23:22:59.546Z] 
23:22:59 [2022-10-04T23:22:59.546Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:22:59 [2022-10-04T23:22:59.546Z] #38 147.5   CC       criu/seccomp.o
23:22:59 [2022-10-04T23:22:59.716Z] #49 53.47 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:22:59 [2022-10-04T23:22:59.754Z] #38 152.6   CC       criu/uffd.o
23:23:00 [2022-10-04T23:23:00.037Z] #38 144.1   CC       criu/pie-util.o
23:23:00 [2022-10-04T23:23:00.037Z] #38 144.4   CC       criu/pipes.o
23:23:00 [2022-10-04T23:23:00.115Z] #38 148.3   CC       criu/seize.o
23:23:00 [2022-10-04T23:23:00.287Z] #49 ...
23:23:00 [2022-10-04T23:23:00.287Z] 
23:23:00 [2022-10-04T23:23:00.287Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:23:00 [2022-10-04T23:23:00.287Z] #39 122.1 include/common/asm/bitops.h: Assembler messages:
23:23:00 [2022-10-04T23:23:00.287Z] #39 122.1 include/common/asm/bitops.h:63: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts'
23:23:00 [2022-10-04T23:23:00.287Z] #39 122.2   CC       criu/filesystems.o
23:23:00 [2022-10-04T23:23:00.287Z] #39 123.1   CC       criu/fsnotify.o
23:23:00 [2022-10-04T23:23:00.287Z] #39 124.3   CC       criu/image-desc.o
23:23:00 [2022-10-04T23:23:00.287Z] #39 124.4   CC       criu/image.o
23:23:00 [2022-10-04T23:23:00.287Z] #39 125.5   CC       criu/ipc_ns.o
23:23:00 [2022-10-04T23:23:00.287Z] #39 126.7   CC       criu/irmap.o
23:23:00 [2022-10-04T23:23:00.287Z] #39 127.6   CC       criu/kcmp-ids.o
23:23:00 [2022-10-04T23:23:00.287Z] #39 128.0   CC       criu/kerndat.o
23:23:00 [2022-10-04T23:23:00.287Z] #39 129.3   CC       criu/libnetlink.o
23:23:00 [2022-10-04T23:23:00.287Z] #39 129.8   CC       criu/log.o
23:23:00 [2022-10-04T23:23:00.287Z] #39 130.4   CC       criu/lsm.o
23:23:00 [2022-10-04T23:23:00.287Z] #39 131.1   CC       criu/mem.o
23:23:00 [2022-10-04T23:23:00.859Z] #39 ...
23:23:00 [2022-10-04T23:23:00.859Z] 
23:23:00 [2022-10-04T23:23:00.859Z] #49 [dev-systemd-false  7/26] 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             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
23:23:00 [2022-10-04T23:23:00.859Z] #49 DONE 54.6s
23:23:00 [2022-10-04T23:23:00.859Z] 
23:23:00 [2022-10-04T23:23:00.859Z] #50 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
23:23:00 [2022-10-04T23:23:00.972Z] #38 145.4   CC       criu/plugin.o
23:23:01 [2022-10-04T23:23:01.119Z] #38 153.8   CC       criu/util.o
23:23:01 [2022-10-04T23:23:01.495Z] #38 149.3   CC       criu/servicefd.o
23:23:01 [2022-10-04T23:23:01.539Z] #38 145.8   CC       criu/proc_parse.o
23:23:01 [2022-10-04T23:23:01.755Z] #38 149.9 include/common/asm/bitops.h: Assembler messages:
23:23:01 [2022-10-04T23:23:01.755Z] #38 149.9 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt'
23:23:02 [2022-10-04T23:23:02.014Z] #38 149.9   CC       criu/shmem.o
23:23:02 [2022-10-04T23:23:02.247Z] #50 1.541 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
23:23:02 [2022-10-04T23:23:02.247Z] #50 1.543 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
23:23:02 [2022-10-04T23:23:02.247Z] #50 1.547 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
23:23:02 [2022-10-04T23:23:02.485Z] #38 155.1   CC       criu/uts_ns.o
23:23:02 [2022-10-04T23:23:02.485Z] #38 155.4   CC       criu/vdso.o
23:23:02 [2022-10-04T23:23:02.953Z] #38 151.1   CC       criu/sigframe.o
23:23:03 [2022-10-04T23:23:03.047Z] #38 155.9   LINK     criu/built-in.o
23:23:03 [2022-10-04T23:23:03.212Z] #38 151.3   CC       criu/signalfd.o
23:23:03 [2022-10-04T23:23:03.303Z] #38 156.1   LINK     criu/criu
23:23:03 [2022-10-04T23:23:03.781Z] #38 151.7   CC       criu/sk-inet.o
23:23:03 [2022-10-04T23:23:03.865Z] #38 156.5   DEP      lib/c/criu.d
23:23:03 [2022-10-04T23:23:03.865Z] #38 156.6   CC       images/rpc.pb-c.o
23:23:04 [2022-10-04T23:23:04.162Z] #50 DONE 3.7s
23:23:04 [2022-10-04T23:23:04.162Z] 
23:23:04 [2022-10-04T23:23:04.162Z] #51 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
23:23:04 [2022-10-04T23:23:04.427Z] #38 157.2   CC       lib/c/criu.o
23:23:04 [2022-10-04T23:23:04.824Z] #38 ...
23:23:04 [2022-10-04T23:23:04.824Z] 
23:23:04 [2022-10-04T23:23:04.824Z] #51 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
23:23:04 [2022-10-04T23:23:04.824Z] #51 11.96 Collecting yamllint==1.26.1
23:23:04 [2022-10-04T23:23:04.824Z] #51 12.99   Downloading yamllint-1.26.1.tar.gz (126 kB)
23:23:04 [2022-10-04T23:23:04.824Z] #51 14.67 Collecting pathspec>=0.5.3
23:23:04 [2022-10-04T23:23:04.824Z] #51 14.68   Downloading pathspec-0.10.1-py3-none-any.whl (27 kB)
23:23:04 [2022-10-04T23:23:04.824Z] #51 15.20 Collecting pyyaml
23:23:04 [2022-10-04T23:23:04.824Z] #51 15.21   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
23:23:04 [2022-10-04T23:23:04.824Z] #51 15.30 Building wheels for collected packages: yamllint
23:23:04 [2022-10-04T23:23:04.824Z] #51 15.30   Building wheel for yamllint (setup.py): started
23:23:04 [2022-10-04T23:23:04.824Z] #51 16.46   Building wheel for yamllint (setup.py): finished with status 'done'
23:23:04 [2022-10-04T23:23:04.824Z] #51 16.46   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=422727643eadacc3a5852e5f3d0029f0c184781365f5529ca314b7b303d96c8f
23:23:04 [2022-10-04T23:23:04.824Z] #51 16.46   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
23:23:04 [2022-10-04T23:23:04.824Z] #51 16.47 Successfully built yamllint
23:23:04 [2022-10-04T23:23:04.824Z] #51 16.50 Installing collected packages: pyyaml, pathspec, yamllint
23:23:04 [2022-10-04T23:23:04.824Z] #51 16.88 Successfully installed pathspec-0.10.1 pyyaml-6.0 yamllint-1.26.1
23:23:04 [2022-10-04T23:23:04.824Z] #51 DONE 17.2s
23:23:04 [2022-10-04T23:23:04.824Z] 
23:23:04 [2022-10-04T23:23:04.824Z] #52 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
23:23:05 [2022-10-04T23:23:05.103Z] #52 DONE 0.5s
23:23:05 [2022-10-04T23:23:05.103Z] 
23:23:05 [2022-10-04T23:23:05.103Z] #53 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
23:23:05 [2022-10-04T23:23:05.162Z] #38 153.1   CC       criu/sk-netlink.o
23:23:05 [2022-10-04T23:23:05.355Z] #38 158.3   LINK     lib/c/built-in.o
23:23:05 [2022-10-04T23:23:05.612Z] #38 158.3   LINK     lib/c/libcriu.so
23:23:05 [2022-10-04T23:23:05.612Z] #38 158.3   LINK     lib/c/libcriu.a
23:23:05 [2022-10-04T23:23:05.612Z] #38 158.4   GEN      magic.py
23:23:05 [2022-10-04T23:23:05.696Z] #53 DONE 0.6s
23:23:05 [2022-10-04T23:23:05.696Z] 
23:23:05 [2022-10-04T23:23:05.696Z] #54 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
23:23:05 [2022-10-04T23:23:05.733Z] #38 153.6   CC       criu/sk-packet.o
23:23:05 [2022-10-04T23:23:05.733Z] #38 ...
23:23:05 [2022-10-04T23:23:05.733Z] 
23:23:05 [2022-10-04T23:23:05.733Z] #51 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
23:23:05 [2022-10-04T23:23:05.733Z] #51 11.18 Collecting yamllint==1.26.1
23:23:05 [2022-10-04T23:23:05.733Z] #51 12.24   Downloading yamllint-1.26.1.tar.gz (126 kB)
23:23:05 [2022-10-04T23:23:05.733Z] #51 13.78 Collecting pathspec>=0.5.3
23:23:05 [2022-10-04T23:23:05.733Z] #51 13.79   Downloading pathspec-0.10.1-py3-none-any.whl (27 kB)
23:23:05 [2022-10-04T23:23:05.733Z] #51 14.30 Collecting pyyaml
23:23:05 [2022-10-04T23:23:05.733Z] #51 14.32   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
23:23:05 [2022-10-04T23:23:05.733Z] #51 14.39 Building wheels for collected packages: yamllint
23:23:05 [2022-10-04T23:23:05.733Z] #51 14.39   Building wheel for yamllint (setup.py): started
23:23:05 [2022-10-04T23:23:05.733Z] #51 15.56   Building wheel for yamllint (setup.py): finished with status 'done'
23:23:05 [2022-10-04T23:23:05.733Z] #51 15.58   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=adba05d8ba36a4d27d61f582b91afe5b4e048cbf86d07c969aad6675d77bac70
23:23:05 [2022-10-04T23:23:05.733Z] #51 15.58   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
23:23:05 [2022-10-04T23:23:05.733Z] #51 15.59 Successfully built yamllint
23:23:05 [2022-10-04T23:23:05.733Z] #51 15.62 Installing collected packages: pyyaml, pathspec, yamllint
23:23:05 [2022-10-04T23:23:05.733Z] #51 16.07 Successfully installed pathspec-0.10.1 pyyaml-6.0 yamllint-1.26.1
23:23:05 [2022-10-04T23:23:05.733Z] #51 DONE 16.7s
23:23:05 [2022-10-04T23:23:05.733Z] 
23:23:05 [2022-10-04T23:23:05.733Z] #52 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
23:23:05 [2022-10-04T23:23:05.870Z] #38 158.7 Note: Building without setproctitle() and strlcpy() support.
23:23:05 [2022-10-04T23:23:05.870Z] #38 158.7       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
23:23:05 [2022-10-04T23:23:05.870Z] #38 158.7 Note: Building without GnuTLS support
23:23:05 [2022-10-04T23:23:05.870Z] #38 158.7 Makefile.config:39: Warn: you have no libnftables installed
23:23:05 [2022-10-04T23:23:05.870Z] #38 158.7 Makefile.config:40: Warn: Building without nftables support
23:23:05 [2022-10-04T23:23:05.962Z] #54 DONE 0.3s
23:23:05 [2022-10-04T23:23:05.962Z] 
23:23:05 [2022-10-04T23:23:05.962Z] #55 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
23:23:05 [2022-10-04T23:23:05.962Z] #55 DONE 0.1s
23:23:05 [2022-10-04T23:23:05.962Z] 
23:23:05 [2022-10-04T23:23:05.962Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:23:05 [2022-10-04T23:23:05.962Z] #38 149.1   CC       criu/protobuf-desc.o
23:23:05 [2022-10-04T23:23:05.962Z] #38 ...
23:23:05 [2022-10-04T23:23:05.962Z] 
23:23:05 [2022-10-04T23:23:05.962Z] #56 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
23:23:05 [2022-10-04T23:23:05.962Z] #56 DONE 0.1s
23:23:05 [2022-10-04T23:23:05.994Z] #52 DONE 0.3s
23:23:05 [2022-10-04T23:23:05.994Z] 
23:23:05 [2022-10-04T23:23:05.994Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:23:06 [2022-10-04T23:23:06.223Z] 
23:23:06 [2022-10-04T23:23:06.223Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:23:06 [2022-10-04T23:23:06.223Z] #38 150.4   CC       criu/protobuf.o
23:23:06 [2022-10-04T23:23:06.255Z] #32 ...
23:23:06 [2022-10-04T23:23:06.255Z] 
23:23:06 [2022-10-04T23:23:06.255Z] #53 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
23:23:06 [2022-10-04T23:23:06.515Z] #53 DONE 0.3s
23:23:06 [2022-10-04T23:23:06.515Z] 
23:23:06 [2022-10-04T23:23:06.515Z] #54 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
23:23:06 [2022-10-04T23:23:06.776Z] #54 DONE 0.2s
23:23:06 [2022-10-04T23:23:06.776Z] 
23:23:06 [2022-10-04T23:23:06.776Z] #55 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
23:23:06 [2022-10-04T23:23:06.776Z] #55 DONE 0.1s
23:23:06 [2022-10-04T23:23:06.776Z] 
23:23:06 [2022-10-04T23:23:06.776Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:23:06 [2022-10-04T23:23:06.776Z] #37 ...
23:23:06 [2022-10-04T23:23:06.776Z] 
23:23:06 [2022-10-04T23:23:06.776Z] #56 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
23:23:06 [2022-10-04T23:23:06.776Z] #56 DONE 0.1s
23:23:06 [2022-10-04T23:23:06.776Z] 
23:23:06 [2022-10-04T23:23:06.776Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:23:06 [2022-10-04T23:23:06.776Z] #38 154.8   CC       criu/sk-queue.o
23:23:06 [2022-10-04T23:23:06.796Z] #38 151.0   CC       criu/pstree.o
23:23:06 [2022-10-04T23:23:06.799Z] #38 159.6 fatal: not a git repository (or any of the parent directories): .git
23:23:07 [2022-10-04T23:23:07.347Z] #38 155.3   CC       criu/sk-tcp.o
23:23:07 [2022-10-04T23:23:07.727Z] #38 160.5 make[1]: Nothing to be done for 'all'.
23:23:07 [2022-10-04T23:23:07.917Z] #38 156.0   CC       criu/sk-unix.o
23:23:08 [2022-10-04T23:23:08.169Z] #38 152.4   CC       criu/rbtree.o
23:23:08 [2022-10-04T23:23:08.427Z] #38 152.7   CC       criu/rst-malloc.o
23:23:08 [2022-10-04T23:23:08.655Z] #38 161.4 make[1]: 'images/built-in.o' is up to date.
23:23:08 [2022-10-04T23:23:08.656Z] #38 161.4 make[1]: 'compel/plugins/std.lib.a' is up to date.
23:23:08 [2022-10-04T23:23:08.656Z] #38 161.5 make[1]: 'compel/plugins/fds.lib.a' is up to date.
23:23:08 [2022-10-04T23:23:08.656Z] #38 161.6 make[1]: 'compel/libcompel.a' is up to date.
23:23:08 [2022-10-04T23:23:08.656Z] #38 161.6 make[1]: 'compel/compel-host-bin' is up to date.
23:23:08 [2022-10-04T23:23:08.686Z] #38 153.1   CC       criu/seccomp.o
23:23:08 [2022-10-04T23:23:08.912Z] #38 161.7 make[1]: Nothing to be done for 'all'.
23:23:08 [2022-10-04T23:23:08.912Z] #38 161.7 make[1]: 'soccr/libsoccr.a' is up to date.
23:23:09 [2022-10-04T23:23:09.168Z] #38 162.0 make[2]: Nothing to be done for 'all'.
23:23:09 [2022-10-04T23:23:09.168Z] #38 162.0 make[2]: Nothing to be done for 'all'.
23:23:09 [2022-10-04T23:23:09.168Z] #38 162.0 make[2]: Nothing to be done for 'all'.
23:23:09 [2022-10-04T23:23:09.168Z] #38 162.1 make[2]: Nothing to be done for 'all'.
23:23:09 [2022-10-04T23:23:09.424Z] #38 162.2 make[2]: Nothing to be done for 'all'.
23:23:09 [2022-10-04T23:23:09.424Z] #38 162.3 make[2]: Nothing to be done for 'all'.
23:23:09 [2022-10-04T23:23:09.424Z] #38 162.3 make[2]: Nothing to be done for 'all'.
23:23:09 [2022-10-04T23:23:09.621Z] #38 153.8   CC       criu/seize.o
23:23:09 [2022-10-04T23:23:09.680Z] #38 162.4 make[2]: Nothing to be done for 'all'.
23:23:09 [2022-10-04T23:23:09.680Z] #38 162.5   INSTALL  criu/criu
23:23:10 [2022-10-04T23:23:10.188Z] #38 154.6   CC       criu/servicefd.o
23:23:10 [2022-10-04T23:23:10.459Z] #38 158.2   CC       criu/sockets.o
23:23:10 [2022-10-04T23:23:10.649Z] #38 DONE 163.2s
23:23:10 [2022-10-04T23:23:10.649Z] 
23:23:10 [2022-10-04T23:23:10.649Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:23:11 [2022-10-04T23:23:11.015Z] #38 155.1 include/common/asm/bitops.h: Assembler messages:
23:23:11 [2022-10-04T23:23:11.015Z] #38 155.1 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt'
23:23:11 [2022-10-04T23:23:11.015Z] #38 155.1   CC       criu/shmem.o
23:23:11 [2022-10-04T23:23:11.400Z] #38 159.4   CC       criu/stats.o
23:23:11 [2022-10-04T23:23:11.660Z] #38 159.7   CC       criu/string.o
23:23:11 [2022-10-04T23:23:11.660Z] #38 159.8   CC       criu/sysctl.o
23:23:11 [2022-10-04T23:23:11.951Z] #38 156.1   CC       criu/sigframe.o
23:23:12 [2022-10-04T23:23:12.210Z] #38 156.3   CC       criu/signalfd.o
23:23:12 [2022-10-04T23:23:12.303Z] #51 ...
23:23:12 [2022-10-04T23:23:12.303Z] 
23:23:12 [2022-10-04T23:23:12.303Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:23:12 [2022-10-04T23:23:12.303Z] #39 133.7   CC       criu/memfd.o
23:23:12 [2022-10-04T23:23:12.303Z] #39 134.5   CC       criu/mount.o
23:23:12 [2022-10-04T23:23:12.303Z] #39 140.4   CC       criu/namespaces.o
23:23:12 [2022-10-04T23:23:12.303Z] #39 143.8   CC       criu/net.o
23:23:12 [2022-10-04T23:23:12.469Z] #38 156.6   CC       criu/sk-inet.o
23:23:12 [2022-10-04T23:23:12.599Z] #38 160.6   CC       criu/sysfs_parse.o
23:23:13 [2022-10-04T23:23:13.170Z] #38 161.0   CC       criu/timens.o
23:23:13 [2022-10-04T23:23:13.430Z] #38 161.4   CC       criu/timerfd.o
23:23:13 [2022-10-04T23:23:13.690Z] #38 161.8   CC       criu/tty.o
23:23:13 [2022-10-04T23:23:13.846Z] #38 157.8   CC       criu/sk-netlink.o
23:23:14 [2022-10-04T23:23:14.106Z] #38 158.3   CC       criu/sk-packet.o
23:23:14 [2022-10-04T23:23:14.673Z] #38 159.0   CC       criu/sk-queue.o
23:23:15 [2022-10-04T23:23:15.241Z] #38 159.5   CC       criu/sk-tcp.o
23:23:15 [2022-10-04T23:23:15.808Z] #38 160.1   CC       criu/sk-unix.o
23:23:16 [2022-10-04T23:23:16.231Z] #38 164.0   CC       criu/tun.o
23:23:16 [2022-10-04T23:23:16.509Z] #39 148.1   CC       criu/netfilter.o
23:23:16 [2022-10-04T23:23:16.513Z] #38 164.6   CC       criu/uffd.o
23:23:16 [2022-10-04T23:23:16.770Z] #39 148.5   CC       criu/page-pipe.o
23:23:16 [2022-10-04T23:23:16.811Z] #38 ...
23:23:16 [2022-10-04T23:23:16.811Z] 
23:23:16 [2022-10-04T23:23:16.811Z] #30 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:23:16 [2022-10-04T23:23:16.811Z] #30 221.4 + dpkg --print-architecture
23:23:16 [2022-10-04T23:23:16.811Z] #30 221.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
23:23:17 [2022-10-04T23:23:17.336Z] #30 221.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
23:23:17 [2022-10-04T23:23:17.336Z] #30 221.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
23:23:17 [2022-10-04T23:23:17.713Z] #39 149.5   CC       criu/page-xfer.o
23:23:17 [2022-10-04T23:23:17.713Z] #39 ...
23:23:17 [2022-10-04T23:23:17.713Z] 
23:23:17 [2022-10-04T23:23:17.713Z] #51 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
23:23:17 [2022-10-04T23:23:17.713Z] #51 13.37 Collecting yamllint==1.26.1
23:23:18 [2022-10-04T23:23:18.341Z] #38 162.3   CC       criu/sockets.o
23:23:18 [2022-10-04T23:23:18.658Z] #51 14.46   Downloading yamllint-1.26.1.tar.gz (126 kB)
23:23:19 [2022-10-04T23:23:19.277Z] #38 163.4   CC       criu/stats.o
23:23:19 [2022-10-04T23:23:19.536Z] #38 163.7   CC       criu/string.o
23:23:19 [2022-10-04T23:23:19.795Z] #38 163.9   CC       criu/sysctl.o
23:23:20 [2022-10-04T23:23:20.362Z] #38 164.6   CC       criu/sysfs_parse.o
23:23:20 [2022-10-04T23:23:20.572Z] #51 16.13 Collecting pathspec>=0.5.3
23:23:20 [2022-10-04T23:23:20.572Z] #51 16.14   Downloading pathspec-0.10.1-py3-none-any.whl (27 kB)
23:23:20 [2022-10-04T23:23:20.832Z] #51 16.57 Collecting pyyaml
23:23:20 [2022-10-04T23:23:20.832Z] #51 16.57   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
23:23:20 [2022-10-04T23:23:20.832Z] #51 16.63 Building wheels for collected packages: yamllint
23:23:20 [2022-10-04T23:23:20.832Z] #51 16.64   Building wheel for yamllint (setup.py): started
23:23:20 [2022-10-04T23:23:20.930Z] #38 165.1   CC       criu/timens.o
23:23:21 [2022-10-04T23:23:21.189Z] #38 165.5   CC       criu/timerfd.o
23:23:21 [2022-10-04T23:23:21.756Z] #38 165.8   CC       criu/tty.o
23:23:22 [2022-10-04T23:23:22.217Z] #51 17.97   Building wheel for yamllint (setup.py): finished with status 'done'
23:23:22 [2022-10-04T23:23:22.217Z] #51 17.98   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=c0229f44fc91affa961979c1cb1ec46c6ee4a421c3ea2ed24dd032699816bc50
23:23:22 [2022-10-04T23:23:22.217Z] #51 17.98   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
23:23:22 [2022-10-04T23:23:22.217Z] #51 17.98 Successfully built yamllint
23:23:22 [2022-10-04T23:23:22.217Z] #51 18.02 Installing collected packages: pyyaml, pathspec, yamllint
23:23:22 [2022-10-04T23:23:22.788Z] #51 18.50 Successfully installed pathspec-0.10.1 pyyaml-6.0 yamllint-1.26.1
23:23:23 [2022-10-04T23:23:23.049Z] #51 DONE 18.9s
23:23:23 [2022-10-04T23:23:23.049Z] 
23:23:23 [2022-10-04T23:23:23.049Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:23:23 [2022-10-04T23:23:23.049Z] #39 151.9   CC       criu/pagemap-cache.o
23:23:23 [2022-10-04T23:23:23.049Z] #39 152.3   CC       criu/pagemap.o
23:23:23 [2022-10-04T23:23:23.049Z] #39 153.7   CC       criu/parasite-syscall.o
23:23:23 [2022-10-04T23:23:23.049Z] #39 154.8   CC       criu/path.o
23:23:23 [2022-10-04T23:23:23.619Z] #39 155.3   CC       criu/pie-util-vdso-elf32.o
23:23:23 [2022-10-04T23:23:23.619Z] #39 ...
23:23:23 [2022-10-04T23:23:23.619Z] 
23:23:23 [2022-10-04T23:23:23.619Z] #52 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
23:23:23 [2022-10-04T23:23:23.619Z] #52 DONE 0.4s
23:23:23 [2022-10-04T23:23:23.660Z] #38 168.0   CC       criu/tun.o
23:23:23 [2022-10-04T23:23:23.880Z] 
23:23:23 [2022-10-04T23:23:23.880Z] #53 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
23:23:24 [2022-10-04T23:23:24.140Z] #53 DONE 0.5s
23:23:24 [2022-10-04T23:23:24.140Z] 
23:23:24 [2022-10-04T23:23:24.140Z] #54 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
23:23:24 [2022-10-04T23:23:24.401Z] #54 DONE 0.3s
23:23:24 [2022-10-04T23:23:24.401Z] 
23:23:24 [2022-10-04T23:23:24.401Z] #55 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
23:23:24 [2022-10-04T23:23:24.401Z] #55 DONE 0.0s
23:23:24 [2022-10-04T23:23:24.401Z] 
23:23:24 [2022-10-04T23:23:24.401Z] #56 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
23:23:24 [2022-10-04T23:23:24.401Z] #56 DONE 0.0s
23:23:24 [2022-10-04T23:23:24.401Z] 
23:23:24 [2022-10-04T23:23:24.401Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:23:24 [2022-10-04T23:23:24.401Z] #39 155.9   CC       criu/pie-util-vdso.o
23:23:24 [2022-10-04T23:23:24.595Z] #38 168.6   CC       criu/uffd.o
23:23:24 [2022-10-04T23:23:24.661Z] #39 156.5   CC       criu/pie-util.o
23:23:24 [2022-10-04T23:23:24.854Z] #38 ...
23:23:24 [2022-10-04T23:23:24.854Z] 
23:23:24 [2022-10-04T23:23:24.854Z] #24 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:23:24 [2022-10-04T23:23:24.922Z] #39 156.7   CC       criu/pipes.o
23:23:25 [2022-10-04T23:23:25.113Z] #24 231.5 + dpkg --print-architecture
23:23:25 [2022-10-04T23:23:25.113Z] #24 231.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
23:23:25 [2022-10-04T23:23:25.372Z] #24 231.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
23:23:25 [2022-10-04T23:23:25.372Z] #24 231.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
23:23:25 [2022-10-04T23:23:25.459Z] #30 ...
23:23:25 [2022-10-04T23:23:25.459Z] 
23:23:25 [2022-10-04T23:23:25.459Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:23:25 [2022-10-04T23:23:25.459Z] #38 166.1   CC       criu/util.o
23:23:25 [2022-10-04T23:23:25.459Z] #38 167.7   CC       criu/uts_ns.o
23:23:25 [2022-10-04T23:23:25.459Z] #38 167.9   CC       criu/vdso-compat.o
23:23:25 [2022-10-04T23:23:25.459Z] #38 168.2   CC       criu/vdso.o
23:23:25 [2022-10-04T23:23:25.459Z] #38 168.8   LINK     criu/built-in.o
23:23:25 [2022-10-04T23:23:25.459Z] #38 169.0   LINK     criu/criu
23:23:25 [2022-10-04T23:23:25.459Z] #38 169.5   DEP      lib/c/criu.d
23:23:25 [2022-10-04T23:23:25.459Z] #38 169.7   CC       images/rpc.pb-c.o
23:23:25 [2022-10-04T23:23:25.459Z] #38 170.3   CC       lib/c/criu.o
23:23:25 [2022-10-04T23:23:25.459Z] #38 171.7   LINK     lib/c/built-in.o
23:23:25 [2022-10-04T23:23:25.459Z] #38 171.7   LINK     lib/c/libcriu.so
23:23:25 [2022-10-04T23:23:25.459Z] #38 171.9   LINK     lib/c/libcriu.a
23:23:25 [2022-10-04T23:23:25.459Z] #38 172.0   GEN      magic.py
23:23:25 [2022-10-04T23:23:25.459Z] #38 172.2 Note: Building without setproctitle() and strlcpy() support.
23:23:25 [2022-10-04T23:23:25.459Z] #38 172.2       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
23:23:25 [2022-10-04T23:23:25.459Z] #38 172.2 Note: Building without GnuTLS support
23:23:25 [2022-10-04T23:23:25.459Z] #38 172.2 Makefile.config:39: Warn: you have no libnftables installed
23:23:25 [2022-10-04T23:23:25.459Z] #38 172.2 Makefile.config:40: Warn: Building without nftables support
23:23:25 [2022-10-04T23:23:25.459Z] #38 173.3 fatal: not a git repository (or any of the parent directories): .git
23:23:25 [2022-10-04T23:23:25.493Z] #39 157.5   CC       criu/plugin.o
23:23:26 [2022-10-04T23:23:26.029Z] #38 174.1 make[1]: Nothing to be done for 'all'.
23:23:26 [2022-10-04T23:23:26.063Z] #39 157.9   CC       criu/proc_parse.o
23:23:26 [2022-10-04T23:23:26.971Z] #38 175.0 make[1]: 'images/built-in.o' is up to date.
23:23:26 [2022-10-04T23:23:26.971Z] #38 175.0 make[1]: 'compel/plugins/std.lib.a' is up to date.
23:23:26 [2022-10-04T23:23:26.971Z] #38 175.1 make[1]: 'compel/plugins/fds.lib.a' is up to date.
23:23:27 [2022-10-04T23:23:27.232Z] #38 175.2 make[1]: 'compel/libcompel.a' is up to date.
23:23:27 [2022-10-04T23:23:27.232Z] #38 175.2 make[1]: 'compel/compel-host-bin' is up to date.
23:23:27 [2022-10-04T23:23:27.232Z] #38 175.3 make[1]: Nothing to be done for 'all'.
23:23:27 [2022-10-04T23:23:27.232Z] #38 175.3 make[1]: 'soccr/libsoccr.a' is up to date.
23:23:27 [2022-10-04T23:23:27.492Z] #38 175.5 make[2]: Nothing to be done for 'all'.
23:23:27 [2022-10-04T23:23:27.492Z] #38 175.5 make[2]: Nothing to be done for 'all'.
23:23:27 [2022-10-04T23:23:27.492Z] #38 175.6 make[2]: Nothing to be done for 'all'.
23:23:27 [2022-10-04T23:23:27.752Z] #38 175.7 make[2]: Nothing to be done for 'all'.
23:23:27 [2022-10-04T23:23:27.752Z] #38 175.8 make[2]: Nothing to be done for 'all'.
23:23:27 [2022-10-04T23:23:27.752Z] #38 175.9 make[2]: Nothing to be done for 'all'.
23:23:28 [2022-10-04T23:23:28.012Z] #38 175.9 make[2]: Nothing to be done for 'all'.
23:23:28 [2022-10-04T23:23:28.012Z] #38 176.1 make[2]: Nothing to be done for 'all'.
23:23:28 [2022-10-04T23:23:28.012Z] #38 176.1   INSTALL  criu/criu
23:23:28 [2022-10-04T23:23:28.952Z] #38 DONE 176.8s
23:23:28 [2022-10-04T23:23:28.953Z] 
23:23:28 [2022-10-04T23:23:28.953Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:23:29 [2022-10-04T23:23:29.363Z] #39 160.9   CC       criu/protobuf-desc.o
23:23:30 [2022-10-04T23:23:30.305Z] #39 162.0   CC       criu/protobuf.o
23:23:30 [2022-10-04T23:23:30.565Z] #39 162.5   CC       criu/pstree.o
23:23:31 [2022-10-04T23:23:31.949Z] #39 163.9   CC       criu/rbtree.o
23:23:32 [2022-10-04T23:23:32.520Z] #39 164.2   CC       criu/rst-malloc.o
23:23:32 [2022-10-04T23:23:32.781Z] #39 164.6   CC       criu/seccomp.o
23:23:33 [2022-10-04T23:23:33.723Z] #39 165.4   CC       criu/seize.o
23:23:34 [2022-10-04T23:23:34.664Z] #39 166.5   CC       criu/servicefd.o
23:23:35 [2022-10-04T23:23:35.236Z] #39 167.0 include/common/asm/bitops.h: Assembler messages:
23:23:35 [2022-10-04T23:23:35.236Z] #39 167.0 include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt'
23:23:35 [2022-10-04T23:23:35.236Z] #39 167.0   CC       criu/shmem.o
23:23:35 [2022-10-04T23:23:35.348Z] #24 ...
23:23:35 [2022-10-04T23:23:35.348Z] 
23:23:35 [2022-10-04T23:23:35.348Z] #38 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:23:35 [2022-10-04T23:23:35.348Z] #38 169.9   CC       criu/util.o
23:23:35 [2022-10-04T23:23:35.348Z] #38 171.5   CC       criu/uts_ns.o
23:23:35 [2022-10-04T23:23:35.348Z] #38 171.7   CC       criu/vdso-compat.o
23:23:35 [2022-10-04T23:23:35.348Z] #38 171.9   CC       criu/vdso.o
23:23:35 [2022-10-04T23:23:35.348Z] #38 172.7   LINK     criu/built-in.o
23:23:35 [2022-10-04T23:23:35.348Z] #38 172.9   LINK     criu/criu
23:23:35 [2022-10-04T23:23:35.348Z] #38 173.3   DEP      lib/c/criu.d
23:23:35 [2022-10-04T23:23:35.348Z] #38 173.4   CC       images/rpc.pb-c.o
23:23:35 [2022-10-04T23:23:35.348Z] #38 174.1   CC       lib/c/criu.o
23:23:35 [2022-10-04T23:23:35.348Z] #38 175.5   LINK     lib/c/built-in.o
23:23:35 [2022-10-04T23:23:35.348Z] #38 175.5   LINK     lib/c/libcriu.so
23:23:35 [2022-10-04T23:23:35.348Z] #38 175.6   LINK     lib/c/libcriu.a
23:23:35 [2022-10-04T23:23:35.348Z] #38 175.7   GEN      magic.py
23:23:35 [2022-10-04T23:23:35.348Z] #38 175.9 Note: Building without setproctitle() and strlcpy() support.
23:23:35 [2022-10-04T23:23:35.348Z] #38 175.9       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
23:23:35 [2022-10-04T23:23:35.348Z] #38 175.9 Note: Building without GnuTLS support
23:23:35 [2022-10-04T23:23:35.348Z] #38 175.9 Makefile.config:39: Warn: you have no libnftables installed
23:23:35 [2022-10-04T23:23:35.348Z] #38 175.9 Makefile.config:40: Warn: Building without nftables support
23:23:35 [2022-10-04T23:23:35.348Z] #38 177.1 fatal: not a git repository (or any of the parent directories): .git
23:23:35 [2022-10-04T23:23:35.348Z] #38 177.9 make[1]: Nothing to be done for 'all'.
23:23:35 [2022-10-04T23:23:35.348Z] #38 178.7 make[1]: 'images/built-in.o' is up to date.
23:23:35 [2022-10-04T23:23:35.348Z] #38 178.7 make[1]: 'compel/plugins/std.lib.a' is up to date.
23:23:35 [2022-10-04T23:23:35.348Z] #38 178.7 make[1]: 'compel/plugins/fds.lib.a' is up to date.
23:23:35 [2022-10-04T23:23:35.348Z] #38 178.8 make[1]: 'compel/libcompel.a' is up to date.
23:23:35 [2022-10-04T23:23:35.348Z] #38 178.8 make[1]: 'compel/compel-host-bin' is up to date.
23:23:35 [2022-10-04T23:23:35.348Z] #38 178.9 make[1]: Nothing to be done for 'all'.
23:23:35 [2022-10-04T23:23:35.348Z] #38 178.9 make[1]: 'soccr/libsoccr.a' is up to date.
23:23:35 [2022-10-04T23:23:35.348Z] #38 179.1 make[2]: Nothing to be done for 'all'.
23:23:35 [2022-10-04T23:23:35.348Z] #38 179.1 make[2]: Nothing to be done for 'all'.
23:23:35 [2022-10-04T23:23:35.348Z] #38 179.2 make[2]: Nothing to be done for 'all'.
23:23:35 [2022-10-04T23:23:35.348Z] #38 179.3 make[2]: Nothing to be done for 'all'.
23:23:35 [2022-10-04T23:23:35.348Z] #38 179.4 make[2]: Nothing to be done for 'all'.
23:23:35 [2022-10-04T23:23:35.348Z] #38 179.4 make[2]: Nothing to be done for 'all'.
23:23:35 [2022-10-04T23:23:35.348Z] #38 179.5 make[2]: Nothing to be done for 'all'.
23:23:35 [2022-10-04T23:23:35.348Z] #38 179.6 make[2]: Nothing to be done for 'all'.
23:23:35 [2022-10-04T23:23:35.348Z] #38 179.6   INSTALL  criu/criu
23:23:36 [2022-10-04T23:23:36.284Z] #38 DONE 180.4s
23:23:36 [2022-10-04T23:23:36.284Z] 
23:23:36 [2022-10-04T23:23:36.284Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:23:36 [2022-10-04T23:23:36.686Z] #39 168.0   CC       criu/sigframe.o
23:23:36 [2022-10-04T23:23:36.686Z] #39 168.2   CC       criu/signalfd.o
23:23:36 [2022-10-04T23:23:36.953Z] #39 168.7   CC       criu/sk-inet.o
23:23:38 [2022-10-04T23:23:38.347Z] #39 169.9   CC       criu/sk-netlink.o
23:23:38 [2022-10-04T23:23:38.609Z] #39 170.3   CC       criu/sk-packet.o
23:23:39 [2022-10-04T23:23:39.548Z] #39 171.2   CC       criu/sk-queue.o
23:23:39 [2022-10-04T23:23:39.807Z] #39 171.7   CC       criu/sk-tcp.o
23:23:40 [2022-10-04T23:23:40.378Z] #39 172.3   CC       criu/sk-unix.o
23:23:41 [2022-10-04T23:23:41.177Z] #37 ...
23:23:41 [2022-10-04T23:23:41.177Z] 
23:23:41 [2022-10-04T23:23:41.177Z] #30 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:23:41 [2022-10-04T23:23:41.177Z] #30 DONE 245.5s
23:23:41 [2022-10-04T23:23:41.177Z] 
23:23:41 [2022-10-04T23:23:41.177Z] #40 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:23:41 [2022-10-04T23:23:41.368Z] sha256:21f380f24619e58874061ab38aaf2a8f7541de85b1823d98f4fc69936d266ad4
23:23:41 [2022-10-04T23:23:41.368Z] INFO: Starting docker-py tests...
23:23:41 [2022-10-04T23:23:41.368Z] ============================= test session starts ==============================
23:23:41 [2022-10-04T23:23:41.368Z] platform linux -- Python 3.7.14, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
23:23:41 [2022-10-04T23:23:41.368Z] rootdir: /src, inifile: pytest.ini
23:23:41 [2022-10-04T23:23:41.368Z] plugins: cov-2.6.1, timeout-1.3.3
23:23:41 [2022-10-04T23:23:41.368Z] collected 389 items / 1 deselected / 388 selected
23:23:41 [2022-10-04T23:23:41.368Z] 
23:23:42 [2022-10-04T23:23:42.558Z] #40 ...
23:23:42 [2022-10-04T23:23:42.558Z] 
23:23:42 [2022-10-04T23:23:42.558Z] #57 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
23:23:42 [2022-10-04T23:23:42.692Z] #37 ...
23:23:42 [2022-10-04T23:23:42.692Z] 
23:23:42 [2022-10-04T23:23:42.692Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
23:23:42 [2022-10-04T23:23:42.692Z] #21 242.8 + return
23:23:42 [2022-10-04T23:23:42.692Z] #21 DONE 243.9s
23:23:42 [2022-10-04T23:23:42.692Z] 
23:23:42 [2022-10-04T23:23:42.692Z] #43 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:23:42 [2022-10-04T23:23:42.692Z] #43 ...
23:23:42 [2022-10-04T23:23:42.692Z] 
23:23:42 [2022-10-04T23:23:42.692Z] #52 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
23:23:42 [2022-10-04T23:23:42.821Z] #57 DONE 0.3s
23:23:42 [2022-10-04T23:23:42.821Z] 
23:23:42 [2022-10-04T23:23:42.821Z] #58 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
23:23:42 [2022-10-04T23:23:42.922Z] #39 174.7   CC       criu/sockets.o
23:23:42 [2022-10-04T23:23:42.948Z] #52 DONE 0.2s
23:23:42 [2022-10-04T23:23:42.948Z] 
23:23:42 [2022-10-04T23:23:42.948Z] #53 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
23:23:43 [2022-10-04T23:23:43.081Z] #58 DONE 0.1s
23:23:43 [2022-10-04T23:23:43.081Z] 
23:23:43 [2022-10-04T23:23:43.081Z] #59 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
23:23:43 [2022-10-04T23:23:43.081Z] #59 DONE 0.1s
23:23:43 [2022-10-04T23:23:43.081Z] 
23:23:43 [2022-10-04T23:23:43.081Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:23:43 [2022-10-04T23:23:43.081Z] #37 ...
23:23:43 [2022-10-04T23:23:43.081Z] 
23:23:43 [2022-10-04T23:23:43.081Z] #60 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
23:23:43 [2022-10-04T23:23:43.081Z] #60 DONE 0.1s
23:23:43 [2022-10-04T23:23:43.203Z] #53 DONE 0.2s
23:23:43 [2022-10-04T23:23:43.203Z] 
23:23:43 [2022-10-04T23:23:43.203Z] #54 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
23:23:43 [2022-10-04T23:23:43.203Z] #54 DONE 0.2s
23:23:43 [2022-10-04T23:23:43.203Z] 
23:23:43 [2022-10-04T23:23:43.203Z] #43 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:23:43 [2022-10-04T23:23:43.342Z] 
23:23:43 [2022-10-04T23:23:43.342Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:23:43 [2022-10-04T23:23:43.459Z] #43 ...
23:23:43 [2022-10-04T23:23:43.459Z] 
23:23:43 [2022-10-04T23:23:43.459Z] #55 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
23:23:43 [2022-10-04T23:23:43.459Z] #55 DONE 0.1s
23:23:43 [2022-10-04T23:23:43.459Z] 
23:23:43 [2022-10-04T23:23:43.459Z] #56 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
23:23:43 [2022-10-04T23:23:43.459Z] #56 DONE 0.1s
23:23:43 [2022-10-04T23:23:43.459Z] 
23:23:43 [2022-10-04T23:23:43.459Z] #57 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
23:23:43 [2022-10-04T23:23:43.459Z] #57 DONE 0.1s
23:23:43 [2022-10-04T23:23:43.459Z] 
23:23:43 [2022-10-04T23:23:43.459Z] #33 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:23:43 [2022-10-04T23:23:43.715Z] #33 ...
23:23:43 [2022-10-04T23:23:43.715Z] 
23:23:43 [2022-10-04T23:23:43.715Z] #58 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
23:23:43 [2022-10-04T23:23:43.715Z] #58 DONE 0.1s
23:23:43 [2022-10-04T23:23:43.715Z] 
23:23:43 [2022-10-04T23:23:43.715Z] #59 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
23:23:43 [2022-10-04T23:23:43.715Z] #59 DONE 0.1s
23:23:43 [2022-10-04T23:23:43.715Z] 
23:23:43 [2022-10-04T23:23:43.715Z] #60 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
23:23:43 [2022-10-04T23:23:43.970Z] #60 DONE 0.1s
23:23:43 [2022-10-04T23:23:43.970Z] 
23:23:43 [2022-10-04T23:23:43.970Z] #33 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:23:44 [2022-10-04T23:23:44.306Z] #39 176.0   CC       criu/stats.o
23:23:44 [2022-10-04T23:23:44.566Z] #39 176.5   CC       criu/string.o
23:23:44 [2022-10-04T23:23:44.827Z] #39 176.5   CC       criu/sysctl.o
23:23:45 [2022-10-04T23:23:45.399Z] #39 177.3   CC       criu/sysfs_parse.o
23:23:45 [2022-10-04T23:23:45.971Z] #39 177.8   CC       criu/timens.o
23:23:46 [2022-10-04T23:23:46.233Z] #39 178.0   CC       criu/timerfd.o
23:23:46 [2022-10-04T23:23:46.494Z] #39 178.4   CC       criu/tty.o
23:23:46 [2022-10-04T23:23:46.494Z] #39 ...
23:23:46 [2022-10-04T23:23:46.494Z] 
23:23:46 [2022-10-04T23:23:46.494Z] #23 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:23:46 [2022-10-04T23:23:46.494Z] #23 243.3 + dpkg --print-architecture
23:23:46 [2022-10-04T23:23:46.494Z] #23 243.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
23:23:46 [2022-10-04T23:23:46.755Z] #23 243.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
23:23:46 [2022-10-04T23:23:46.755Z] #23 243.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
23:23:47 [2022-10-04T23:23:47.235Z] #33 248.8 + /build/golangci-lint --version
23:23:48 [2022-10-04T23:23:48.162Z] #33 250.2 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
23:23:48 [2022-10-04T23:23:48.492Z] #37 ...
23:23:48 [2022-10-04T23:23:48.492Z] 
23:23:48 [2022-10-04T23:23:48.492Z] #24 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:23:48 [2022-10-04T23:23:48.492Z] #24 DONE 254.8s
23:23:48 [2022-10-04T23:23:48.492Z] 
23:23:48 [2022-10-04T23:23:48.492Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:23:48 [2022-10-04T23:23:48.723Z] #33 DONE 250.8s
23:23:48 [2022-10-04T23:23:48.724Z] 
23:23:48 [2022-10-04T23:23:48.724Z] #43 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:23:48 [2022-10-04T23:23:48.724Z] #43 145.8 + mkdir -p /build
23:23:48 [2022-10-04T23:23:48.724Z] #43 145.8 + cp runc /build/runc
23:23:48 [2022-10-04T23:23:48.724Z] #43 DONE 146.0s
23:23:48 [2022-10-04T23:23:48.724Z] 
23:23:48 [2022-10-04T23:23:48.724Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:23:49 [2022-10-04T23:23:49.428Z] #37 ...
23:23:49 [2022-10-04T23:23:49.428Z] 
23:23:49 [2022-10-04T23:23:49.428Z] #57 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
23:23:49 [2022-10-04T23:23:49.692Z] #57 DONE 0.5s
23:23:49 [2022-10-04T23:23:49.692Z] 
23:23:49 [2022-10-04T23:23:49.692Z] #58 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
23:23:49 [2022-10-04T23:23:49.692Z] #58 DONE 0.1s
23:23:49 [2022-10-04T23:23:49.692Z] 
23:23:49 [2022-10-04T23:23:49.692Z] #59 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
23:23:49 [2022-10-04T23:23:49.956Z] #59 DONE 0.1s
23:23:49 [2022-10-04T23:23:49.956Z] 
23:23:49 [2022-10-04T23:23:49.956Z] #60 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
23:23:50 [2022-10-04T23:23:50.217Z] #60 DONE 0.1s
23:23:50 [2022-10-04T23:23:50.217Z] 
23:23:50 [2022-10-04T23:23:50.217Z] #48 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:23:50 [2022-10-04T23:23:50.967Z] tests/integration/api_build_test.py .......................X             [  6%]
23:23:51 [2022-10-04T23:23:51.242Z] #37 ...
23:23:51 [2022-10-04T23:23:51.242Z] 
23:23:51 [2022-10-04T23:23:51.242Z] #61 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
23:23:51 [2022-10-04T23:23:51.242Z] #61 DONE 0.2s
23:23:51 [2022-10-04T23:23:51.242Z] 
23:23:51 [2022-10-04T23:23:51.242Z] #62 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
23:23:51 [2022-10-04T23:23:51.242Z] #62 DONE 0.1s
23:23:51 [2022-10-04T23:23:51.242Z] 
23:23:51 [2022-10-04T23:23:51.242Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:23:51 [2022-10-04T23:23:51.498Z] #37 ...
23:23:51 [2022-10-04T23:23:51.498Z] 
23:23:51 [2022-10-04T23:23:51.498Z] #63 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
23:23:51 [2022-10-04T23:23:51.498Z] #63 DONE 0.1s
23:23:51 [2022-10-04T23:23:51.498Z] 
23:23:51 [2022-10-04T23:23:51.498Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:23:51 [2022-10-04T23:23:51.535Z] tests/integration/api_client_test.py .....                               [  7%]
23:23:52 [2022-10-04T23:23:52.863Z] #37 220.1 + bin/containerd
23:23:53 [2022-10-04T23:23:53.043Z] tests/integration/api_config_test.py .....                               [  8%]
23:23:58 [2022-10-04T23:23:58.991Z] #23 ...
23:23:58 [2022-10-04T23:23:58.991Z] 
23:23:58 [2022-10-04T23:23:58.991Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
23:23:58 [2022-10-04T23:23:58.991Z] #39 180.8   CC       criu/tun.o
23:23:58 [2022-10-04T23:23:58.991Z] #39 181.5   CC       criu/uffd.o
23:23:58 [2022-10-04T23:23:58.991Z] #39 183.1   CC       criu/util.o
23:23:58 [2022-10-04T23:23:58.991Z] #39 184.7   CC       criu/uts_ns.o
23:23:58 [2022-10-04T23:23:58.991Z] #39 184.9   CC       criu/vdso-compat.o
23:23:58 [2022-10-04T23:23:58.991Z] #39 185.3   CC       criu/vdso.o
23:23:58 [2022-10-04T23:23:58.991Z] #39 186.2   LINK     criu/built-in.o
23:23:58 [2022-10-04T23:23:58.991Z] #39 186.4   LINK     criu/criu
23:23:58 [2022-10-04T23:23:58.991Z] #39 186.9   DEP      lib/c/criu.d
23:23:58 [2022-10-04T23:23:58.991Z] #39 187.1   CC       images/rpc.pb-c.o
23:23:58 [2022-10-04T23:23:58.991Z] #39 187.9   CC       lib/c/criu.o
23:23:58 [2022-10-04T23:23:58.991Z] #39 189.4   LINK     lib/c/built-in.o
23:23:58 [2022-10-04T23:23:58.991Z] #39 189.4   LINK     lib/c/libcriu.so
23:23:58 [2022-10-04T23:23:58.991Z] #39 189.5   LINK     lib/c/libcriu.a
23:23:58 [2022-10-04T23:23:58.991Z] #39 189.6   GEN      magic.py
23:23:58 [2022-10-04T23:23:58.991Z] #39 189.9 Note: Building without setproctitle() and strlcpy() support.
23:23:58 [2022-10-04T23:23:58.991Z] #39 189.9       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
23:23:58 [2022-10-04T23:23:58.991Z] #39 189.9 Note: Building without GnuTLS support
23:23:58 [2022-10-04T23:23:58.991Z] #39 189.9 Makefile.config:39: Warn: you have no libnftables installed
23:23:58 [2022-10-04T23:23:58.991Z] #39 189.9 Makefile.config:40: Warn: Building without nftables support
23:23:59 [2022-10-04T23:23:59.252Z] #39 191.0 fatal: not a git repository (or any of the parent directories): .git
23:24:00 [2022-10-04T23:24:00.194Z] #39 191.9 make[1]: Nothing to be done for 'all'.
23:24:01 [2022-10-04T23:24:01.136Z] #39 192.8 make[1]: 'images/built-in.o' is up to date.
23:24:01 [2022-10-04T23:24:01.136Z] #39 192.8 make[1]: 'compel/plugins/std.lib.a' is up to date.
23:24:01 [2022-10-04T23:24:01.136Z] #39 192.9 make[1]: 'compel/plugins/fds.lib.a' is up to date.
23:24:01 [2022-10-04T23:24:01.136Z] #39 192.9 make[1]: 'compel/libcompel.a' is up to date.
23:24:01 [2022-10-04T23:24:01.136Z] #39 192.9 make[1]: 'compel/compel-host-bin' is up to date.
23:24:01 [2022-10-04T23:24:01.136Z] #39 193.0 make[1]: Nothing to be done for 'all'.
23:24:01 [2022-10-04T23:24:01.136Z] #39 193.0 make[1]: 'soccr/libsoccr.a' is up to date.
23:24:01 [2022-10-04T23:24:01.707Z] #39 193.3 make[2]: Nothing to be done for 'all'.
23:24:01 [2022-10-04T23:24:01.707Z] #39 193.4 make[2]: Nothing to be done for 'all'.
23:24:01 [2022-10-04T23:24:01.707Z] #39 193.4 make[2]: Nothing to be done for 'all'.
23:24:01 [2022-10-04T23:24:01.707Z] #39 193.6 make[2]: Nothing to be done for 'all'.
23:24:01 [2022-10-04T23:24:01.968Z] #39 193.6 make[2]: Nothing to be done for 'all'.
23:24:01 [2022-10-04T23:24:01.968Z] #39 193.6 make[2]: Nothing to be done for 'all'.
23:24:01 [2022-10-04T23:24:01.968Z] #39 193.7 make[2]: Nothing to be done for 'all'.
23:24:02 [2022-10-04T23:24:02.229Z] #39 193.9 make[2]: Nothing to be done for 'all'.
23:24:02 [2022-10-04T23:24:02.229Z] #39 193.9   INSTALL  criu/criu
23:24:02 [2022-10-04T23:24:02.801Z] #39 DONE 194.5s
23:24:02 [2022-10-04T23:24:02.802Z] 
23:24:02 [2022-10-04T23:24:02.802Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:24:12 [2022-10-04T23:24:12.802Z] #32 ...
23:24:12 [2022-10-04T23:24:12.802Z] 
23:24:12 [2022-10-04T23:24:12.802Z] #23 [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 "47a064d4195a9b56133891bbb13620c3ac83a827"         && 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 "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                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
23:24:12 [2022-10-04T23:24:12.802Z] #23 DONE 269.2s
23:24:12 [2022-10-04T23:24:12.802Z] 
23:24:12 [2022-10-04T23:24:12.802Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:24:13 [2022-10-04T23:24:13.746Z] #32 ...
23:24:13 [2022-10-04T23:24:13.746Z] 
23:24:13 [2022-10-04T23:24:13.746Z] #57 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
23:24:14 [2022-10-04T23:24:14.007Z] #57 DONE 0.5s
23:24:14 [2022-10-04T23:24:14.007Z] 
23:24:14 [2022-10-04T23:24:14.007Z] #58 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
23:24:14 [2022-10-04T23:24:14.007Z] #58 DONE 0.1s
23:24:14 [2022-10-04T23:24:14.007Z] 
23:24:14 [2022-10-04T23:24:14.007Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:24:14 [2022-10-04T23:24:14.007Z] #32 ...
23:24:14 [2022-10-04T23:24:14.007Z] 
23:24:14 [2022-10-04T23:24:14.007Z] #59 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
23:24:14 [2022-10-04T23:24:14.007Z] #59 DONE 0.1s
23:24:14 [2022-10-04T23:24:14.007Z] 
23:24:14 [2022-10-04T23:24:14.007Z] #60 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
23:24:14 [2022-10-04T23:24:14.267Z] #60 DONE 0.1s
23:24:14 [2022-10-04T23:24:14.267Z] 
23:24:14 [2022-10-04T23:24:14.267Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:24:22 [2022-10-04T23:24:22.216Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
23:24:28 [2022-10-04T23:24:28.936Z] #48 164.7 + mkdir -p /build
23:24:28 [2022-10-04T23:24:28.936Z] #48 164.7 + cp runc /build/runc
23:24:30 [2022-10-04T23:24:30.046Z] #37 ...
23:24:30 [2022-10-04T23:24:30.047Z] 
23:24:30 [2022-10-04T23:24:30.047Z] #40 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:24:30 [2022-10-04T23:24:30.047Z] #40 165.6 + mkdir -p /build
23:24:30 [2022-10-04T23:24:30.047Z] #40 165.6 + cp runc /build/runc
23:24:30 [2022-10-04T23:24:30.047Z] #40 DONE 165.9s
23:24:30 [2022-10-04T23:24:30.047Z] 
23:24:30 [2022-10-04T23:24:30.047Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:24:30 [2022-10-04T23:24:30.047Z] #37 ...
23:24:30 [2022-10-04T23:24:30.047Z] 
23:24:30 [2022-10-04T23:24:30.047Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:24:30 [2022-10-04T23:24:30.047Z] #32 291.4 + /build/golangci-lint --version
23:24:30 [2022-10-04T23:24:30.047Z] #32 292.6 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
23:24:30 [2022-10-04T23:24:30.047Z] #32 DONE 292.8s
23:24:30 [2022-10-04T23:24:30.047Z] 
23:24:30 [2022-10-04T23:24:30.047Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:24:30 [2022-10-04T23:24:30.047Z] #37 ...
23:24:30 [2022-10-04T23:24:30.047Z] 
23:24:30 [2022-10-04T23:24:30.047Z] #61 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
23:24:30 [2022-10-04T23:24:30.047Z] #61 DONE 0.2s
23:24:30 [2022-10-04T23:24:30.047Z] 
23:24:30 [2022-10-04T23:24:30.047Z] #62 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
23:24:30 [2022-10-04T23:24:30.047Z] #62 DONE 0.1s
23:24:30 [2022-10-04T23:24:30.047Z] 
23:24:30 [2022-10-04T23:24:30.047Z] #63 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
23:24:30 [2022-10-04T23:24:30.047Z] #63 DONE 0.2s
23:24:30 [2022-10-04T23:24:30.047Z] 
23:24:30 [2022-10-04T23:24:30.047Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:24:30 [2022-10-04T23:24:30.616Z] #37 254.4 + bin/containerd
23:24:31 [2022-10-04T23:24:31.470Z] #48 DONE 166.8s
23:24:31 [2022-10-04T23:24:31.470Z] 
23:24:31 [2022-10-04T23:24:31.470Z] #34 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:24:31 [2022-10-04T23:24:31.470Z] #34 298.0 + /build/golangci-lint --version
23:24:32 [2022-10-04T23:24:32.849Z] #34 299.7 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
23:24:33 [2022-10-04T23:24:33.108Z] #34 DONE 299.9s
23:24:33 [2022-10-04T23:24:33.108Z] 
23:24:33 [2022-10-04T23:24:33.108Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:24:35 [2022-10-04T23:24:35.013Z] #37 ...
23:24:35 [2022-10-04T23:24:35.013Z] 
23:24:35 [2022-10-04T23:24:35.013Z] #61 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
23:24:35 [2022-10-04T23:24:35.270Z] #61 DONE 0.5s
23:24:35 [2022-10-04T23:24:35.270Z] 
23:24:35 [2022-10-04T23:24:35.270Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:24:35 [2022-10-04T23:24:35.529Z] #37 ...
23:24:35 [2022-10-04T23:24:35.529Z] 
23:24:35 [2022-10-04T23:24:35.529Z] #62 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
23:24:35 [2022-10-04T23:24:35.529Z] #62 DONE 0.1s
23:24:35 [2022-10-04T23:24:35.529Z] 
23:24:35 [2022-10-04T23:24:35.529Z] #63 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
23:24:35 [2022-10-04T23:24:35.529Z] #63 DONE 0.2s
23:24:35 [2022-10-04T23:24:35.529Z] 
23:24:35 [2022-10-04T23:24:35.529Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:24:36 [2022-10-04T23:24:36.094Z] #37 256.8 + bin/containerd
23:24:39 [2022-10-04T23:24:39.481Z] #37 259.8 # github.com/containerd/containerd/cmd/containerd
23:24:39 [2022-10-04T23:24:39.481Z] #37 259.8 /usr/bin/ld: /tmp/go-link-2100098135/000019.o: in function `New':
23:24:39 [2022-10-04T23:24:39.481Z] #37 259.8 /tmp/tmp.UlM0AF1fS6/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
23:24:39 [2022-10-04T23:24:39.481Z] #37 259.9 + bin/containerd-stress
23:24:39 [2022-10-04T23:24:39.481Z] #37 261.0 + bin/containerd-shim
23:24:39 [2022-10-04T23:24:39.864Z] b111c3320c94: Pull complete
23:24:42 [2022-10-04T23:24:42.751Z] #37 269.8 + bin/containerd-shim-runc-v1
23:24:48 [2022-10-04T23:24:48.001Z] #37 274.9 + bin/containerd-shim-runc-v2
23:24:48 [2022-10-04T23:24:48.257Z] #37 275.6 + binaries
23:24:48 [2022-10-04T23:24:48.257Z] #37 275.6 + install -D bin/containerd /build/containerd
23:24:48 [2022-10-04T23:24:48.257Z] #37 275.7 + install -D bin/containerd-shim /build/containerd-shim
23:24:48 [2022-10-04T23:24:48.257Z] #37 275.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
23:24:48 [2022-10-04T23:24:48.257Z] #37 275.7 + install -D bin/ctr /build/ctr
23:24:51 [2022-10-04T23:24:51.522Z] #37 DONE 278.6s
23:24:51 [2022-10-04T23:24:51.778Z] 
23:24:51 [2022-10-04T23:24:51.778Z] #64 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
23:24:52 [2022-10-04T23:24:52.705Z] #64 DONE 0.6s
23:24:52 [2022-10-04T23:24:52.705Z] 
23:24:52 [2022-10-04T23:24:52.705Z] #65 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
23:24:52 [2022-10-04T23:24:52.705Z] #65 DONE 0.1s
23:24:52 [2022-10-04T23:24:52.705Z] 
23:24:52 [2022-10-04T23:24:52.705Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
23:24:53 [2022-10-04T23:24:53.266Z] #66 DONE 0.6s
23:24:53 [2022-10-04T23:24:53.266Z] 
23:24:53 [2022-10-04T23:24:53.266Z] #67 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
23:24:53 [2022-10-04T23:24:53.266Z] #67 DONE 0.1s
23:24:53 [2022-10-04T23:24:53.266Z] 
23:24:53 [2022-10-04T23:24:53.266Z] #68 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
23:24:53 [2022-10-04T23:24:53.266Z] #68 DONE 0.0s
23:24:53 [2022-10-04T23:24:53.266Z] 
23:24:53 [2022-10-04T23:24:53.266Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker
23:24:54 [2022-10-04T23:24:54.631Z] #69 DONE 1.4s
23:24:54 [2022-10-04T23:24:54.631Z] 
23:24:54 [2022-10-04T23:24:54.631Z] #70 exporting to image
23:24:54 [2022-10-04T23:24:54.631Z] #70 exporting layers
23:24:57 [2022-10-04T23:24:57.898Z] #70 exporting layers 2.8s done
23:24:57 [2022-10-04T23:24:57.898Z] #70 writing image sha256:f620cac8667fb188529d24cd7c87c89fc434a4d9e0a21cb898230c604223a9fc done
23:24:57 [2022-10-04T23:24:57.898Z] #70 naming to docker.io/library/docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 done
23:24:57 [2022-10-04T23:24:57.898Z] #70 DONE 2.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
23:24:58 [2022-10-04T23:24:58.214Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44247/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 hack/test/unit
23:25:00 [2022-10-04T23:25:00.988Z] #37 ...
23:25:00 [2022-10-04T23:25:00.988Z] 
23:25:00 [2022-10-04T23:25:00.988Z] #41 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
23:25:00 [2022-10-04T23:25:00.988Z] #41 177.9 + mkdir -p /build
23:25:00 [2022-10-04T23:25:00.988Z] #41 177.9 + cp runc /build/runc
23:25:00 [2022-10-04T23:25:00.988Z] #41 DONE 179.6s
23:25:00 [2022-10-04T23:25:00.988Z] 
23:25:00 [2022-10-04T23:25:00.988Z] #32 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
23:25:00 [2022-10-04T23:25:00.988Z] #32 316.1 + /build/golangci-lint --version
23:25:00 [2022-10-04T23:25:00.988Z] #32 317.5 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown)
23:25:00 [2022-10-04T23:25:00.988Z] #32 DONE 317.7s
23:25:00 [2022-10-04T23:25:00.988Z] 
23:25:00 [2022-10-04T23:25:00.988Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:25:01 [2022-10-04T23:25:01.481Z] ?   	github.com/docker/docker/api	[no test files]
23:25:02 [2022-10-04T23:25:02.901Z] #37 ...
23:25:02 [2022-10-04T23:25:02.901Z] 
23:25:02 [2022-10-04T23:25:02.901Z] #61 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
23:25:03 [2022-10-04T23:25:03.843Z] #61 DONE 1.1s
23:25:03 [2022-10-04T23:25:03.844Z] 
23:25:03 [2022-10-04T23:25:03.844Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:25:03 [2022-10-04T23:25:03.844Z] #37 274.7 + bin/containerd
23:25:03 [2022-10-04T23:25:03.844Z] #37 ...
23:25:03 [2022-10-04T23:25:03.844Z] 
23:25:03 [2022-10-04T23:25:03.844Z] #62 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
23:25:03 [2022-10-04T23:25:03.844Z] #62 DONE 0.1s
23:25:03 [2022-10-04T23:25:03.844Z] 
23:25:03 [2022-10-04T23:25:03.844Z] #63 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
23:25:04 [2022-10-04T23:25:04.105Z] #63 DONE 0.2s
23:25:04 [2022-10-04T23:25:04.105Z] 
23:25:04 [2022-10-04T23:25:04.105Z] #37 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
23:25:13 [2022-10-04T23:25:13.657Z] ok  	github.com/docker/docker/api/server	0.005s	coverage: 7.9% of statements
23:25:15 [2022-10-04T23:25:15.125Z] ..........................xx....................                         [ 29%]
23:25:26 [2022-10-04T23:25:26.870Z] #37 305.3 # github.com/containerd/containerd/cmd/containerd
23:25:26 [2022-10-04T23:25:26.870Z] #37 305.3 /usr/bin/ld: /tmp/go-link-1606457657/000019.o: in function `New':
23:25:26 [2022-10-04T23:25:26.870Z] #37 305.3 /tmp/tmp.0Nsnnqq3wo/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
23:25:26 [2022-10-04T23:25:26.870Z] #37 305.4 + bin/containerd-stress
23:25:26 [2022-10-04T23:25:26.870Z] #37 306.5 + bin/containerd-shim
23:25:31 [2022-10-04T23:25:31.056Z] tests/integration/api_exec_test.py .....................                 [ 34%]
23:25:32 [2022-10-04T23:25:32.318Z] #37 307.0 # github.com/containerd/containerd/cmd/containerd
23:25:32 [2022-10-04T23:25:32.318Z] #37 307.0 /usr/bin/ld: /tmp/go-link-767972029/000019.o: in function `New':
23:25:32 [2022-10-04T23:25:32.318Z] #37 307.0 /tmp/tmp.39IReyctms/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
23:25:32 [2022-10-04T23:25:32.318Z] #37 307.1 + bin/containerd-stress
23:25:32 [2022-10-04T23:25:32.318Z] #37 308.1 + bin/containerd-shim
23:25:35 [2022-10-04T23:25:35.001Z] #37 317.8 + bin/containerd-shim-runc-v1
23:25:38 [2022-10-04T23:25:38.535Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
23:25:39 [2022-10-04T23:25:39.020Z] #37 319.4 + bin/containerd-shim-runc-v1
23:25:40 [2022-10-04T23:25:40.278Z] #37 324.1 + bin/containerd-shim-runc-v2
23:25:41 [2022-10-04T23:25:41.217Z] #37 324.9 + binaries
23:25:41 [2022-10-04T23:25:41.217Z] #37 324.9 + install -D bin/containerd /build/containerd
23:25:41 [2022-10-04T23:25:41.217Z] #37 324.9 + install -D bin/containerd-shim /build/containerd-shim
23:25:41 [2022-10-04T23:25:41.217Z] #37 324.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
23:25:41 [2022-10-04T23:25:41.217Z] #37 325.0 + install -D bin/ctr /build/ctr
23:25:41 [2022-10-04T23:25:41.785Z] #37 DONE 325.5s
23:25:42 [2022-10-04T23:25:42.724Z] 
23:25:42 [2022-10-04T23:25:42.724Z] #64 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
23:25:42 [2022-10-04T23:25:42.984Z] #64 DONE 0.2s
23:25:42 [2022-10-04T23:25:42.984Z] 
23:25:42 [2022-10-04T23:25:42.984Z] #65 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
23:25:43 [2022-10-04T23:25:43.243Z] #65 DONE 0.1s
23:25:43 [2022-10-04T23:25:43.243Z] 
23:25:43 [2022-10-04T23:25:43.243Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
23:25:43 [2022-10-04T23:25:43.326Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
23:25:43 [2022-10-04T23:25:43.502Z] #66 DONE 0.2s
23:25:43 [2022-10-04T23:25:43.502Z] 
23:25:43 [2022-10-04T23:25:43.502Z] #67 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
23:25:43 [2022-10-04T23:25:43.502Z] #67 DONE 0.1s
23:25:43 [2022-10-04T23:25:43.502Z] 
23:25:43 [2022-10-04T23:25:43.502Z] #68 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
23:25:43 [2022-10-04T23:25:43.502Z] #68 DONE 0.1s
23:25:43 [2022-10-04T23:25:43.502Z] 
23:25:43 [2022-10-04T23:25:43.502Z] #69 [dev-systemd-true 1/2] 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             dbus             dbus-user-session             systemd             systemd-sysv
23:25:44 [2022-10-04T23:25:44.070Z] #69 0.739 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
23:25:44 [2022-10-04T23:25:44.330Z] #69 0.822 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
23:25:44 [2022-10-04T23:25:44.330Z] #69 0.912 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
23:25:44 [2022-10-04T23:25:44.899Z] #69 0.991 Reading package lists...
23:25:45 [2022-10-04T23:25:45.468Z] #69 1.484 Reading package lists...
23:25:45 [2022-10-04T23:25:45.578Z] #37 325.6 + bin/containerd-shim-runc-v2
23:25:45 [2022-10-04T23:25:45.578Z] #37 326.4 + binaries
23:25:45 [2022-10-04T23:25:45.578Z] #37 326.4 + install -D bin/containerd /build/containerd
23:25:45 [2022-10-04T23:25:45.578Z] #37 326.4 + install -D bin/containerd-shim /build/containerd-shim
23:25:45 [2022-10-04T23:25:45.728Z] #69 1.982 Building dependency tree...
23:25:45 [2022-10-04T23:25:45.728Z] #69 2.086 Reading state information...
23:25:45 [2022-10-04T23:25:45.728Z] #69 2.205 The following additional packages will be installed:
23:25:45 [2022-10-04T23:25:45.728Z] #69 2.206   libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd
23:25:45 [2022-10-04T23:25:45.728Z] #69 2.207 Suggested packages:
23:25:45 [2022-10-04T23:25:45.728Z] #69 2.207   systemd-container policykit-1
23:25:45 [2022-10-04T23:25:45.728Z] #69 2.207 Recommended packages:
23:25:45 [2022-10-04T23:25:45.728Z] #69 2.207   systemd-timesyncd | time-daemon libnss-systemd
23:25:45 [2022-10-04T23:25:45.728Z] #69 2.273 The following NEW packages will be installed:
23:25:45 [2022-10-04T23:25:45.728Z] #69 2.273   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5
23:25:45 [2022-10-04T23:25:45.728Z] #69 2.274   libkmod2 libpam-systemd systemd systemd-sysv
23:25:45 [2022-10-04T23:25:45.836Z] #37 326.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
23:25:45 [2022-10-04T23:25:45.836Z] #37 326.4 + install -D bin/ctr /build/ctr
23:25:45 [2022-10-04T23:25:45.988Z] #69 2.544 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
23:25:45 [2022-10-04T23:25:45.988Z] #69 2.544 Need to get 5818 kB of archives.
23:25:45 [2022-10-04T23:25:45.988Z] #69 2.544 After this operation, 19.3 MB of additional disk space will be used.
23:25:45 [2022-10-04T23:25:45.988Z] #69 2.544 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
23:25:45 [2022-10-04T23:25:45.988Z] #69 2.551 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
23:25:45 [2022-10-04T23:25:45.988Z] #69 2.559 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
23:25:45 [2022-10-04T23:25:45.988Z] #69 2.563 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
23:25:45 [2022-10-04T23:25:45.988Z] #69 2.567 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7+deb11u1 [4501 kB]
23:25:45 [2022-10-04T23:25:45.988Z] #69 2.605 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7+deb11u1 [113 kB]
23:25:46 [2022-10-04T23:25:46.247Z] #69 2.606 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB]
23:25:46 [2022-10-04T23:25:46.247Z] #69 2.607 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB]
23:25:46 [2022-10-04T23:25:46.247Z] #69 2.609 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7+deb11u1 [283 kB]
23:25:46 [2022-10-04T23:25:46.247Z] #69 2.611 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB]
23:25:46 [2022-10-04T23:25:46.247Z] #69 2.734 debconf: delaying package configuration, since apt-utils is not installed
23:25:46 [2022-10-04T23:25:46.247Z] #69 2.765 Fetched 5818 kB in 0s (17.4 MB/s)
23:25:46 [2022-10-04T23:25:46.247Z] #69 2.796 Selecting previously unselected package libargon2-1:amd64.
23:25:46 [2022-10-04T23:25:46.247Z] #69 2.796 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28609 files and directories currently installed.)
23:25:46 [2022-10-04T23:25:46.247Z] #69 2.811 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ...
23:25:46 [2022-10-04T23:25:46.247Z] #69 2.819 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
23:25:46 [2022-10-04T23:25:46.247Z] #69 2.861 Selecting previously unselected package libjson-c5:amd64.
23:25:46 [2022-10-04T23:25:46.507Z] #69 2.864 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ...
23:25:46 [2022-10-04T23:25:46.507Z] #69 2.869 Unpacking libjson-c5:amd64 (0.15-2) ...
23:25:46 [2022-10-04T23:25:46.507Z] #69 2.914 Selecting previously unselected package libcryptsetup12:amd64.
23:25:46 [2022-10-04T23:25:46.507Z] #69 2.917 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
23:25:46 [2022-10-04T23:25:46.507Z] #69 2.922 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
23:25:46 [2022-10-04T23:25:46.507Z] #69 2.987 Selecting previously unselected package libkmod2:amd64.
23:25:46 [2022-10-04T23:25:46.507Z] #69 2.990 Preparing to unpack .../libkmod2_28-1_amd64.deb ...
23:25:46 [2022-10-04T23:25:46.507Z] #69 3.000 Unpacking libkmod2:amd64 (28-1) ...
23:25:46 [2022-10-04T23:25:46.507Z] #69 3.090 Selecting previously unselected package systemd.
23:25:46 [2022-10-04T23:25:46.766Z] #69 3.093 Preparing to unpack .../systemd_247.3-7+deb11u1_amd64.deb ...
23:25:46 [2022-10-04T23:25:46.766Z] #69 3.129 Unpacking systemd (247.3-7+deb11u1) ...
23:25:47 [2022-10-04T23:25:47.026Z] #69 3.615 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
23:25:47 [2022-10-04T23:25:47.026Z] #69 3.632 Setting up libjson-c5:amd64 (0.15-2) ...
23:25:47 [2022-10-04T23:25:47.026Z] #69 3.648 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
23:25:47 [2022-10-04T23:25:47.285Z] #69 3.660 Setting up libkmod2:amd64 (28-1) ...
23:25:47 [2022-10-04T23:25:47.285Z] #69 3.675 Setting up systemd (247.3-7+deb11u1) ...
23:25:47 [2022-10-04T23:25:47.285Z] #69 3.729 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
23:25:47 [2022-10-04T23:25:47.285Z] #69 3.731 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
23:25:47 [2022-10-04T23:25:47.285Z] #69 3.734 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
23:25:47 [2022-10-04T23:25:47.285Z] #69 3.760 Initializing machine ID from KVM UUID.
23:25:47 [2022-10-04T23:25:47.544Z] #69 4.115 Selecting previously unselected package systemd-sysv.
23:25:47 [2022-10-04T23:25:47.544Z] #69 4.115 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29420 files and directories currently installed.)
23:25:47 [2022-10-04T23:25:47.544Z] #69 4.129 Preparing to unpack .../systemd-sysv_247.3-7+deb11u1_amd64.deb ...
23:25:47 [2022-10-04T23:25:47.544Z] #69 4.134 Unpacking systemd-sysv (247.3-7+deb11u1) ...
23:25:47 [2022-10-04T23:25:47.544Z] #69 4.187 Selecting previously unselected package libdbus-1-3:amd64.
23:25:47 [2022-10-04T23:25:47.731Z] #37 DONE 328.4s
23:25:47 [2022-10-04T23:25:47.803Z] #69 4.190 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ...
23:25:47 [2022-10-04T23:25:47.803Z] #69 4.195 Unpacking libdbus-1-3:amd64 (1.12.20-2) ...
23:25:47 [2022-10-04T23:25:47.803Z] #69 4.295 Selecting previously unselected package dbus.
23:25:47 [2022-10-04T23:25:47.803Z] #69 4.298 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ...
23:25:47 [2022-10-04T23:25:47.803Z] #69 4.309 Unpacking dbus (1.12.20-2) ...
23:25:47 [2022-10-04T23:25:47.803Z] #69 4.375 Selecting previously unselected package libpam-systemd:amd64.
23:25:47 [2022-10-04T23:25:47.803Z] #69 4.378 Preparing to unpack .../libpam-systemd_247.3-7+deb11u1_amd64.deb ...
23:25:47 [2022-10-04T23:25:47.803Z] #69 4.382 Unpacking libpam-systemd:amd64 (247.3-7+deb11u1) ...
23:25:47 [2022-10-04T23:25:47.803Z] #69 4.432 Selecting previously unselected package dbus-user-session.
23:25:48 [2022-10-04T23:25:48.062Z] #69 4.435 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ...
23:25:48 [2022-10-04T23:25:48.062Z] #69 4.441 Unpacking dbus-user-session (1.12.20-2) ...
23:25:48 [2022-10-04T23:25:48.062Z] #69 4.489 Setting up systemd-sysv (247.3-7+deb11u1) ...
23:25:48 [2022-10-04T23:25:48.062Z] #69 4.505 Setting up libdbus-1-3:amd64 (1.12.20-2) ...
23:25:48 [2022-10-04T23:25:48.062Z] #69 4.519 Setting up dbus (1.12.20-2) ...
23:25:48 [2022-10-04T23:25:48.062Z] #69 4.658 invoke-rc.d: could not determine current runlevel
23:25:48 [2022-10-04T23:25:48.062Z] #69 4.661 invoke-rc.d: policy-rc.d denied execution of start.
23:25:48 [2022-10-04T23:25:48.062Z] #69 4.668 Setting up libpam-systemd:amd64 (247.3-7+deb11u1) ...
23:25:48 [2022-10-04T23:25:48.322Z] #69 4.785 Setting up dbus-user-session (1.12.20-2) ...
23:25:48 [2022-10-04T23:25:48.322Z] #69 4.808 Processing triggers for libc-bin (2.31-13+deb11u4) ...
23:25:48 [2022-10-04T23:25:48.322Z] #69 DONE 5.0s
23:25:48 [2022-10-04T23:25:48.581Z] 
23:25:48 [2022-10-04T23:25:48.581Z] #70 [dev-systemd-true 2/2] RUN mkdir -p hack   && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh   && chmod +x hack/dind-systemd
23:25:48 [2022-10-04T23:25:48.664Z] 
23:25:48 [2022-10-04T23:25:48.664Z] #64 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
23:25:49 [2022-10-04T23:25:49.099Z] #70 0.439   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
23:25:49 [2022-10-04T23:25:49.099Z] #70 0.440                                  Dload  Upload   Total   Spent    Left  Speed
23:25:49 [2022-10-04T23:25:49.379Z] #70 0.441 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0   6329      0 --:--:-- --:--:-- --:--:--  6307
23:25:49 [2022-10-04T23:25:49.379Z] #70 DONE 0.8s
23:25:49 [2022-10-04T23:25:49.379Z] 
23:25:49 [2022-10-04T23:25:49.379Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker
23:25:49 [2022-10-04T23:25:49.598Z] #64 DONE 0.9s
23:25:49 [2022-10-04T23:25:49.598Z] 
23:25:49 [2022-10-04T23:25:49.598Z] #65 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
23:25:49 [2022-10-04T23:25:49.598Z] #65 DONE 0.2s
23:25:49 [2022-10-04T23:25:49.598Z] 
23:25:49 [2022-10-04T23:25:49.598Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
23:25:50 [2022-10-04T23:25:50.343Z] #71 DONE 1.1s
23:25:50 [2022-10-04T23:25:50.530Z] #66 DONE 0.9s
23:25:50 [2022-10-04T23:25:50.530Z] 
23:25:50 [2022-10-04T23:25:50.530Z] #67 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
23:25:50 [2022-10-04T23:25:50.530Z] #67 DONE 0.1s
23:25:50 [2022-10-04T23:25:50.530Z] 
23:25:50 [2022-10-04T23:25:50.530Z] #68 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
23:25:50 [2022-10-04T23:25:50.530Z] #68 DONE 0.0s
23:25:50 [2022-10-04T23:25:50.530Z] 
23:25:50 [2022-10-04T23:25:50.530Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker
23:25:50 [2022-10-04T23:25:50.603Z] 
23:25:50 [2022-10-04T23:25:50.603Z] #72 exporting to image
23:25:50 [2022-10-04T23:25:50.603Z] #72 exporting layers
23:25:51 [2022-10-04T23:25:51.903Z] #69 DONE 1.3s
23:25:51 [2022-10-04T23:25:51.903Z] 
23:25:51 [2022-10-04T23:25:51.903Z] #70 exporting to image
23:25:51 [2022-10-04T23:25:51.903Z] #70 exporting layers
23:25:57 [2022-10-04T23:25:57.173Z] #72 exporting layers 5.7s done
23:25:57 [2022-10-04T23:25:57.173Z] #72 writing image sha256:942794979907fa72df0c445f62638bbd97c75ddca01c75a3d58205c69461a7b2 done
23:25:57 [2022-10-04T23:25:57.173Z] #72 naming to docker.io/library/docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 done
23:25:57 [2022-10-04T23:25:57.173Z] #72 DONE 5.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
23:25:57 [2022-10-04T23:25:57.535Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44247/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 hack/make.sh dynbinary test-integration
23:25:58 [2022-10-04T23:25:58.457Z] #70 exporting layers 5.7s done
23:25:58 [2022-10-04T23:25:58.457Z] #70 writing image sha256:5642ea795a8f95d2e459c16c9f53842ddced00a850ef34ab70f162782230cab1 done
23:25:58 [2022-10-04T23:25:58.457Z] #70 naming to docker.io/library/docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 done
23:25:58 [2022-10-04T23:25:58.457Z] #70 DONE 5.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
23:25:58 [2022-10-04T23:25:58.799Z] + trap exit INT TERM
23:25:58 [2022-10-04T23:25:58.799Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
23:25:58 [2022-10-04T23:25:58.799Z] + CONTAINER_NAME=docker-pr5
23:25:58 [2022-10-04T23:25:58.799Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44247/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44247/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052 -e DOCKER_GRAPHDRIVER docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 hack/make.sh dynbinary-daemon
23:25:58 [2022-10-04T23:25:58.930Z] tests/integration/api_network_test.py ............................       [ 47%]
23:25:59 [2022-10-04T23:25:59.444Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
23:25:59 [2022-10-04T23:25:59.444Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
23:25:59 [2022-10-04T23:25:59.444Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
23:25:59 [2022-10-04T23:25:59.444Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
23:25:59 [2022-10-04T23:25:59.444Z] systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
23:25:59 [2022-10-04T23:25:59.444Z] Detected virtualization docker.
23:25:59 [2022-10-04T23:25:59.444Z] Detected architecture x86-64.
23:25:59 [2022-10-04T23:25:59.444Z] Set hostname to <68429db5ef95>.
23:25:59 [2022-10-04T23:25:59.444Z] modprobe@configfs.service: Succeeded.
23:25:59 [2022-10-04T23:25:59.444Z] modprobe@drm.service: Succeeded.
23:25:59 [2022-10-04T23:25:59.444Z] modprobe@fuse.service: Succeeded.
23:25:59 [2022-10-04T23:25:59.444Z] + source /etc/docker-entrypoint-cmd
23:25:59 [2022-10-04T23:25:59.444Z] ++ hack/make.sh dynbinary test-integration
23:25:59 [2022-10-04T23:25:59.444Z] 
23:25:59 [2022-10-04T23:25:59.704Z] Removing bundles/
23:25:59 [2022-10-04T23:25:59.704Z] 
23:25:59 [2022-10-04T23:25:59.704Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
23:25:59 [2022-10-04T23:25:59.704Z] Building: bundles/dynbinary-daemon/dockerd-dev
23:25:59 [2022-10-04T23:25:59.704Z] GOOS="" GOARCH="" GOARM=""
23:26:00 [2022-10-04T23:26:00.391Z] #37 328.8 # github.com/containerd/containerd/cmd/containerd
23:26:00 [2022-10-04T23:26:00.391Z] #37 328.8 /usr/bin/ld: /tmp/go-link-890524175/000019.o: in function `New':
23:26:00 [2022-10-04T23:26:00.391Z] #37 328.8 /tmp/tmp.UgPzM4EB3X/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
23:26:00 [2022-10-04T23:26:00.391Z] #37 328.9 + bin/containerd-stress
23:26:00 [2022-10-04T23:26:00.391Z] #37 330.1 + bin/containerd-shim
23:26:00 [2022-10-04T23:26:00.697Z] 
23:26:00 [2022-10-04T23:26:00.697Z] Removing bundles/
23:26:00 [2022-10-04T23:26:00.697Z] 
23:26:00 [2022-10-04T23:26:00.697Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
23:26:00 [2022-10-04T23:26:00.697Z] Building: bundles/dynbinary-daemon/dockerd-dev
23:26:00 [2022-10-04T23:26:00.697Z] GOOS="" GOARCH="" GOARM=""
23:26:08 [2022-10-04T23:26:08.834Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
23:26:09 [2022-10-04T23:26:09.951Z] tests/integration/api_secret_test.py .....                               [ 51%]
23:26:12 [2022-10-04T23:26:12.624Z] #37 341.9 + bin/containerd-shim-runc-v1
23:26:15 [2022-10-04T23:26:15.081Z] tests/integration/api_service_test.py .................................. [ 60%]
23:26:17 [2022-10-04T23:26:17.906Z] #37 348.6 + bin/containerd-shim-runc-v2
23:26:18 [2022-10-04T23:26:18.475Z] #37 349.5 + binaries
23:26:18 [2022-10-04T23:26:18.475Z] #37 349.5 + install -D bin/containerd /build/containerd
23:26:18 [2022-10-04T23:26:18.475Z] #37 349.5 + install -D bin/containerd-shim /build/containerd-shim
23:26:18 [2022-10-04T23:26:18.475Z] #37 349.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
23:26:18 [2022-10-04T23:26:18.475Z] #37 349.5 + install -D bin/ctr /build/ctr
23:26:20 [2022-10-04T23:26:20.382Z] #37 DONE 351.5s
23:26:21 [2022-10-04T23:26:21.322Z] 
23:26:21 [2022-10-04T23:26:21.322Z] #64 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ok  	github.com/docker/docker/api/server/httputils	0.007s	coverage: 16.2% of statements
23:26:21 [2022-10-04T23:26:21.343Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/server/router	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 5.7% of statements
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/types	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/types/container	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/types/events	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ok  	github.com/docker/docker/api/types/strslice	0.004s	coverage: 90.0% of statements
23:26:21 [2022-10-04T23:26:21.343Z] ok  	github.com/docker/docker/api/types/filters	0.003s	coverage: 92.2% of statements
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/types/image	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/types/network	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ok  	github.com/docker/docker/api/types/time	0.006s	coverage: 100.0% of statements
23:26:21 [2022-10-04T23:26:21.343Z] ok  	github.com/docker/docker/api/types/versions	0.009s	coverage: 75.0% of statements
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/builder	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ok  	github.com/docker/docker/builder/remotecontext	0.124s	coverage: 13.7% of statements
23:26:21 [2022-10-04T23:26:21.343Z] ok  	github.com/docker/docker/builder/dockerfile	0.171s	coverage: 48.5% of statements
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
23:26:21 [2022-10-04T23:26:21.343Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.500s	coverage: 86.3% of statements
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/cli	[no test files]
23:26:21 [2022-10-04T23:26:21.343Z] ?   	github.com/docker/docker/cli/config	[no test files]
23:26:22 [2022-10-04T23:26:22.262Z] cee64bf279e2: Pull complete
23:26:22 [2022-10-04T23:26:22.262Z] Digest: sha256:7450aeee8739b486e1493c44014e9c211cea8391aae7ec25416584b8f4301938
23:26:22 [2022-10-04T23:26:22.262Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
23:26:22 [2022-10-04T23:26:22.262Z] mcr.microsoft.com/windows/servercore:ltsc2019
23:26:22 [2022-10-04T23:26:22.262Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully
23:26:22 [2022-10-04T23:26:22.262Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore
23:26:22 [2022-10-04T23:26:22.262Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.3406'
23:26:22 [2022-10-04T23:26:22.262Z] INFO: Docker version of control daemon
23:26:22 [2022-10-04T23:26:22.262Z] 
23:26:22 [2022-10-04T23:26:22.262Z] Client:
23:26:22 [2022-10-04T23:26:22.262Z]  Version:           20.10.9
23:26:22 [2022-10-04T23:26:22.262Z]  API version:       1.41
23:26:22 [2022-10-04T23:26:22.262Z]  Go version:        go1.16.8
23:26:22 [2022-10-04T23:26:22.262Z]  Git commit:        c2ea9bc
23:26:22 [2022-10-04T23:26:22.262Z]  Built:             Mon Oct  4 16:11:10 2021
23:26:22 [2022-10-04T23:26:22.262Z]  OS/Arch:           windows/amd64
23:26:22 [2022-10-04T23:26:22.262Z]  Context:           default
23:26:22 [2022-10-04T23:26:22.262Z]  Experimental:      true
23:26:22 [2022-10-04T23:26:22.262Z] 
23:26:22 [2022-10-04T23:26:22.262Z] Server: Docker Engine - Community
23:26:22 [2022-10-04T23:26:22.262Z]  Engine:
23:26:22 [2022-10-04T23:26:22.262Z]   Version:          20.10.9
23:26:22 [2022-10-04T23:26:22.262Z]   API version:      1.41 (minimum version 1.24)
23:26:22 [2022-10-04T23:26:22.262Z]   Go version:       go1.16.8
23:26:22 [2022-10-04T23:26:22.262Z]   Git commit:       79ea9d3
23:26:22 [2022-10-04T23:26:22.262Z]   Built:            Mon Oct  4 16:06:39 2021
23:26:22 [2022-10-04T23:26:22.262Z]   OS/Arch:          windows/amd64
23:26:22 [2022-10-04T23:26:22.262Z]   Experimental:     true
23:26:22 [2022-10-04T23:26:22.262Z] 
23:26:22 [2022-10-04T23:26:22.262Z] INFO: Docker info of control daemon
23:26:22 [2022-10-04T23:26:22.262Z] 
23:26:22 [2022-10-04T23:26:22.262Z] Client:
23:26:22 [2022-10-04T23:26:22.262Z]  Context:    default
23:26:22 [2022-10-04T23:26:22.262Z]  Debug Mode: false
23:26:22 [2022-10-04T23:26:22.262Z]  Plugins:
23:26:22 [2022-10-04T23:26:22.262Z]   app: Docker Application (Docker Inc., v0.8.0)
23:26:22 [2022-10-04T23:26:22.262Z]   cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0)
23:26:22 [2022-10-04T23:26:22.262Z]   registry: Manage Docker registries (Docker Inc., 0.1.0)
23:26:22 [2022-10-04T23:26:22.262Z] 
23:26:22 [2022-10-04T23:26:22.262Z] Server:
23:26:22 [2022-10-04T23:26:22.262Z]  Containers: 0
23:26:22 [2022-10-04T23:26:22.262Z]   Running: 0
23:26:22 [2022-10-04T23:26:22.262Z]   Paused: 0
23:26:22 [2022-10-04T23:26:22.262Z]   Stopped: 0
23:26:22 [2022-10-04T23:26:22.262Z]  Images: 1
23:26:22 [2022-10-04T23:26:22.262Z]  Server Version: 20.10.9
23:26:22 [2022-10-04T23:26:22.262Z]  Storage Driver: windowsfilter (windows) lcow (linux)
23:26:22 [2022-10-04T23:26:22.262Z]   Windows: 
23:26:22 [2022-10-04T23:26:22.262Z]   LCOW: 
23:26:22 [2022-10-04T23:26:22.262Z]  Logging Driver: json-file
23:26:22 [2022-10-04T23:26:22.262Z]  Plugins:
23:26:22 [2022-10-04T23:26:22.262Z]   Volume: local
23:26:22 [2022-10-04T23:26:22.262Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
23:26:22 [2022-10-04T23:26:22.262Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
23:26:22 [2022-10-04T23:26:22.262Z]  Swarm: inactive
23:26:22 [2022-10-04T23:26:22.262Z]  Default Isolation: process
23:26:22 [2022-10-04T23:26:22.262Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
23:26:22 [2022-10-04T23:26:22.262Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183)
23:26:22 [2022-10-04T23:26:22.262Z]  OSType: windows
23:26:22 [2022-10-04T23:26:22.262Z]  Architecture: x86_64
23:26:22 [2022-10-04T23:26:22.262Z]  CPUs: 4
23:26:22 [2022-10-04T23:26:22.262Z]  Total Memory: 32GiB
23:26:22 [2022-10-04T23:26:22.262Z]  Name: azwin-2-4c94e0
23:26:22 [2022-10-04T23:26:22.262Z]  ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L
23:26:22 [2022-10-04T23:26:22.262Z]  Docker Root Dir: D:\docker
23:26:22 [2022-10-04T23:26:22.262Z]  Debug Mode: false
23:26:22 [2022-10-04T23:26:22.262Z]  Registry: https://index.docker.io/v1/
23:26:22 [2022-10-04T23:26:22.262Z]  Labels:
23:26:22 [2022-10-04T23:26:22.262Z]  Experimental: true
23:26:22 [2022-10-04T23:26:22.262Z]  Insecure Registries:
23:26:22 [2022-10-04T23:26:22.262Z]   10.0.0.4:5000
23:26:22 [2022-10-04T23:26:22.262Z]   127.0.0.0/8
23:26:22 [2022-10-04T23:26:22.262Z]  Registry Mirrors:
23:26:22 [2022-10-04T23:26:22.262Z]   http://10.0.0.4:5000/
23:26:22 [2022-10-04T23:26:22.262Z]  Live Restore Enabled: false
23:26:22 [2022-10-04T23:26:22.262Z]  Product License: Community Engine
23:26:22 [2022-10-04T23:26:22.262Z] 
23:26:22 [2022-10-04T23:26:22.262Z] 
23:26:22 [2022-10-04T23:26:22.262Z] INFO: Commit hash is 11bdbf40b9
23:26:22 [2022-10-04T23:26:22.262Z] INFO: Nuke-Everything...
23:26:22 [2022-10-04T23:26:22.262Z] INFO: Container count on control daemon to delete is 0
23:26:22 [2022-10-04T23:26:22.262Z] INFO: Nuking d:\CI
23:26:22 [2022-10-04T23:26:22.262Z] INFO: Zapped successfully
23:26:22 [2022-10-04T23:26:22.262Z] INFO: Location for testing is d:\CI\PR-44247\5
23:26:22 [2022-10-04T23:26:22.262Z] INFO: Validating GOLang consistency in Dockerfile.windows...
23:26:22 [2022-10-04T23:26:22.262Z] 
23:26:22 [2022-10-04T23:26:22.262Z] 
23:26:22 [2022-10-04T23:26:22.262Z] INFO: Building the image from Dockerfile.windows at 10/04/2022 23:26:20...
23:26:22 [2022-10-04T23:26:22.262Z] 
23:26:22 [2022-10-04T23:26:22.262Z] #64 DONE 0.9s
23:26:22 [2022-10-04T23:26:22.262Z] 
23:26:22 [2022-10-04T23:26:22.262Z] #65 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
23:26:22 [2022-10-04T23:26:22.262Z] #65 DONE 0.2s
23:26:22 [2022-10-04T23:26:22.262Z] 
23:26:22 [2022-10-04T23:26:22.262Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
23:26:23 [2022-10-04T23:26:23.200Z] #66 DONE 0.9s
23:26:23 [2022-10-04T23:26:23.200Z] 
23:26:23 [2022-10-04T23:26:23.200Z] #67 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
23:26:23 [2022-10-04T23:26:23.200Z] #67 DONE 0.0s
23:26:23 [2022-10-04T23:26:23.200Z] 
23:26:23 [2022-10-04T23:26:23.200Z] #68 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
23:26:23 [2022-10-04T23:26:23.200Z] #68 DONE 0.0s
23:26:23 [2022-10-04T23:26:23.200Z] 
23:26:23 [2022-10-04T23:26:23.200Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker
23:26:23 [2022-10-04T23:26:23.859Z] ok  	github.com/docker/docker/client	0.098s	coverage: 75.4% of statements
23:26:24 [2022-10-04T23:26:24.580Z] #69 DONE 1.1s
23:26:24 [2022-10-04T23:26:24.580Z] 
23:26:24 [2022-10-04T23:26:24.580Z] #70 exporting to image
23:26:24 [2022-10-04T23:26:24.580Z] #70 exporting layers
23:26:25 [2022-10-04T23:26:25.402Z] Sending build context to Docker daemon   58.5MB
23:26:25 [2022-10-04T23:26:25.402Z] 
23:26:25 [2022-10-04T23:26:25.913Z] Step 1/10 : FROM microsoft/windowsservercore
23:26:25 [2022-10-04T23:26:25.913Z]  ---> 727fe0bdfbfe
23:26:25 [2022-10-04T23:26:25.913Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
23:26:25 [2022-10-04T23:26:25.913Z]  ---> Running in 572fc0b5852f
23:26:25 [2022-10-04T23:26:25.913Z] Removing intermediate container 572fc0b5852f
23:26:25 [2022-10-04T23:26:25.913Z]  ---> c84d68eeb6b1
23:26:25 [2022-10-04T23:26:25.913Z] Step 3/10 : ARG GO_VERSION=1.18.7
23:26:25 [2022-10-04T23:26:25.913Z]  ---> Running in 256c17efcaa4
23:26:26 [2022-10-04T23:26:26.974Z] Removing intermediate container 256c17efcaa4
23:26:26 [2022-10-04T23:26:26.974Z]  ---> af6ecf3bf456
23:26:26 [2022-10-04T23:26:26.974Z] Step 4/10 : ARG GOTESTSUM_VERSION=v1.7.0
23:26:26 [2022-10-04T23:26:26.974Z]  ---> Running in b2724ced09c9
23:26:27 [2022-10-04T23:26:27.484Z] Removing intermediate container b2724ced09c9
23:26:27 [2022-10-04T23:26:27.484Z]  ---> 945346d59cb9
23:26:27 [2022-10-04T23:26:27.484Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION}     GIT_VERSION=2.11.1     GOPATH=C:\gopath     GO111MODULE=off     FROM_DOCKERFILE=1     GOTESTSUM_VERSION=${GOTESTSUM_VERSION}
23:26:27 [2022-10-04T23:26:27.484Z]  ---> Running in 66b16c3a2c9d
23:26:27 [2022-10-04T23:26:27.990Z] Removing intermediate container 66b16c3a2c9d
23:26:27 [2022-10-04T23:26:27.990Z]  ---> fadd0824d749
23:26:27 [2022-10-04T23:26:27.990Z] Step 6/10 : RUN   Function Test-Nano() {     $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId;     return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer'));   }    Function Download-File([string] $source, [string] $target) {     if (Test-Nano) {       $handler = New-Object System.Net.Http.HttpClientHandler;       $client = New-Object System.Net.Http.HttpClient($handler);       $client.Timeout = New-Object System.TimeSpan(0, 30, 0);       $cancelTokenSource = [System.Threading.CancellationTokenSource]::new();       $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token);       $responseMsg.Wait();       if (!$responseMsg.IsCanceled) {         $response = $responseMsg.Result;         if ($response.IsSuccessStatusCode) {           $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write);           $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream);           $copyStreamOp.Wait();           $downloadedFileStream.Close();           if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception }         }       } else {       Throw ("Failed to download " + $source)       }    } else {       [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;       $webClient = New-Object System.Net.WebClient;       $webClient.DownloadFile($source, $target);     }   }     setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin');     Write-Host INFO: Downloading git...;   $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION;   Download-File $location C:\gitsetup.zip;     Write-Host INFO: Downloading go...;   $dlGoVersion=$Env:GO_VERSION -replace '\.0$','';   Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip;     Write-Host INFO: Downloading compiler 1 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip;     Write-Host INFO: Downloading compiler 2 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip;     Write-Host INFO: Downloading compiler 3 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip;     Write-Host INFO: Extracting git...;   Expand-Archive C:\gitsetup.zip C:\git-tmp;   New-Item -Type Directory C:\git | Out-Null;   Move-Item C:\git-tmp\tools\* C:\git\.;   Remove-Item -Recurse -Force C:\git-tmp;     Write-Host INFO: Expanding go...;   Expand-Archive C:\go.zip -DestinationPath C:\;     Write-Host INFO: Expanding compiler 1 of 3...;   Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 2 of 3...;   Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 3 of 3...;   Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force;     Write-Host INFO: Removing downloaded files...;   Remove-Item C:\gcc.zip;   Remove-Item C:\runtime.zip;   Remove-Item C:\binutils.zip;   Remove-Item C:\gitsetup.zip;     $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles""";   Write-Host INFO: Ensuring existence of directory $srcDir...;   New-Item -Force -ItemType Directory -Path $srcDir | Out-Null;     Write-Host INFO: Configuring git core.autocrlf...;   C:\git\cmd\git config --global core.autocrlf true;
23:26:27 [2022-10-04T23:26:27.990Z]  ---> Running in d31601bc033c
23:26:29 [2022-10-04T23:26:29.870Z] .........................                                                [ 67%]
23:26:29 [2022-10-04T23:26:29.938Z] #70 exporting layers 5.8s done
23:26:29 [2022-10-04T23:26:29.938Z] #70 writing image sha256:a77710a44f0b3ac45feced8ce0652a3492bfd7989a1d27103bcda0d193714200 done
23:26:29 [2022-10-04T23:26:29.938Z] #70 naming to docker.io/library/docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 done
23:26:29 [2022-10-04T23:26:29.938Z] #70 DONE 5.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
23:26:30 [2022-10-04T23:26:30.276Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44247/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 hack/make.sh dynbinary test-integration
23:26:31 [2022-10-04T23:26:31.215Z] 
23:26:31 [2022-10-04T23:26:31.475Z] Removing bundles/
23:26:31 [2022-10-04T23:26:31.476Z] 
23:26:31 [2022-10-04T23:26:31.476Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
23:26:31 [2022-10-04T23:26:31.476Z] Building: bundles/dynbinary-daemon/dockerd-dev
23:26:31 [2022-10-04T23:26:31.476Z] GOOS="" GOARCH="" GOARM=""
23:26:46 [2022-10-04T23:26:46.362Z] 
23:26:46 [2022-10-04T23:26:46.362Z] SUCCESS: Specified value was saved.
23:26:46 [2022-10-04T23:26:46.868Z] INFO: Downloading git...
23:26:48 [2022-10-04T23:26:48.559Z] INFO: Downloading go...
23:26:50 [2022-10-04T23:26:50.252Z] INFO: Downloading compiler 1 of 3...
23:26:51 [2022-10-04T23:26:51.942Z] INFO: Downloading compiler 2 of 3...
23:26:55 [2022-10-04T23:26:55.888Z] ok  	github.com/docker/docker/cmd/dockerd	0.073s	coverage: 29.1% of statements
23:26:55 [2022-10-04T23:26:55.888Z] ok  	github.com/docker/docker/container	0.120s	coverage: 34.5% of statements
23:26:55 [2022-10-04T23:26:55.888Z] ?   	github.com/docker/docker/container/stream	[no test files]
23:26:55 [2022-10-04T23:26:55.888Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
23:26:55 [2022-10-04T23:26:55.888Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
23:26:55 [2022-10-04T23:26:55.888Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
23:26:56 [2022-10-04T23:26:56.816Z] ok  	github.com/docker/docker/daemon/cluster	0.044s	coverage: 0.5% of statements
23:26:56 [2022-10-04T23:26:56.982Z] INFO: Downloading compiler 3 of 3...
23:26:56 [2022-10-04T23:26:56.982Z] INFO: Extracting git...
23:26:58 [2022-10-04T23:26:58.704Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.015s	coverage: 65.3% of statements
23:27:00 [2022-10-04T23:27:00.068Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.011s	coverage: 35.9% of statements
23:27:06 [2022-10-04T23:27:06.602Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.444s	coverage: 13.8% of statements
23:27:07 [2022-10-04T23:27:07.529Z] ok  	github.com/docker/docker/daemon/config	0.032s	coverage: 81.8% of statements
23:27:07 [2022-10-04T23:27:07.784Z] ok  	github.com/docker/docker/daemon/discovery	0.004s	coverage: 30.0% of statements
23:27:08 [2022-10-04T23:27:08.346Z] ok  	github.com/docker/docker/daemon/events	0.057s	coverage: 50.0% of statements
23:27:08 [2022-10-04T23:27:08.449Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
23:27:08 [2022-10-04T23:27:08.911Z] ok  	github.com/docker/docker/daemon/graphdriver	0.005s	coverage: 2.2% of statements
23:27:10 [2022-10-04T23:27:10.277Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.582s	coverage: 74.6% of statements
23:27:12 [2022-10-04T23:27:12.165Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.006s	coverage: 2.9% of statements
23:27:12 [2022-10-04T23:27:12.165Z] ok  	github.com/docker/docker/daemon	12.107s	coverage: 17.1% of statements
23:27:12 [2022-10-04T23:27:12.165Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
23:27:12 [2022-10-04T23:27:12.165Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
23:27:12 [2022-10-04T23:27:12.165Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
23:27:12 [2022-10-04T23:27:12.165Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
23:27:12 [2022-10-04T23:27:12.421Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.279s	coverage: 60.7% of statements
23:27:12 [2022-10-04T23:27:12.438Z] INFO: Expanding go...
23:27:13 [2022-10-04T23:27:13.785Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.012s	coverage: 1.8% of statements
23:27:15 [2022-10-04T23:27:15.199Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.326s	coverage: 50.5% of statements
23:27:16 [2022-10-04T23:27:16.564Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.903s	coverage: 46.2% of statements
23:27:16 [2022-10-04T23:27:16.564Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
23:27:17 [2022-10-04T23:27:17.492Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.954s	coverage: 58.0% of statements
23:27:17 [2022-10-04T23:27:17.492Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
23:27:17 [2022-10-04T23:27:17.492Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
23:27:17 [2022-10-04T23:27:17.492Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.011s	coverage: 58.8% of statements
23:27:18 [2022-10-04T23:27:18.418Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.010s	coverage: 3.0% of statements
23:27:18 [2022-10-04T23:27:18.979Z] ok  	github.com/docker/docker/daemon/links	0.008s	coverage: 93.0% of statements
23:27:19 [2022-10-04T23:27:19.541Z] ok  	github.com/docker/docker/daemon/images	0.028s	coverage: 6.6% of statements
23:27:19 [2022-10-04T23:27:19.541Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
23:27:19 [2022-10-04T23:27:19.541Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
23:27:20 [2022-10-04T23:27:20.103Z] ok  	github.com/docker/docker/daemon/logger	0.216s	coverage: 43.2% of statements
23:27:21 [2022-10-04T23:27:21.031Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.178s	coverage: 77.4% of statements
23:27:21 [2022-10-04T23:27:21.031Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
23:27:21 [2022-10-04T23:27:21.031Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
23:27:21 [2022-10-04T23:27:21.031Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.007s	coverage: 67.0% of statements
23:27:21 [2022-10-04T23:27:21.287Z] ok  	github.com/docker/docker/daemon/logger/journald	0.004s	coverage: 23.9% of statements
23:27:21 [2022-10-04T23:27:21.543Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.008s	coverage: 69.9% of statements
23:27:21 [2022-10-04T23:27:21.799Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.004s	coverage: 87.2% of statements
23:27:22 [2022-10-04T23:27:22.361Z] ok  	github.com/docker/docker/daemon/logger/local	0.019s	coverage: 78.7% of statements
23:27:22 [2022-10-04T23:27:22.361Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
23:27:22 [2022-10-04T23:27:22.617Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.038s	coverage: 58.2% of statements
23:27:22 [2022-10-04T23:27:22.873Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.008s	coverage: 31.5% of statements
23:27:23 [2022-10-04T23:27:23.594Z] tests/integration/api_volume_test.py .........                           [ 74%]
23:27:23 [2022-10-04T23:27:23.801Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.008s	coverage: 46.8% of statements
23:27:23 [2022-10-04T23:27:23.801Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
23:27:24 [2022-10-04T23:27:24.361Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
23:27:25 [2022-10-04T23:27:25.288Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.537s	coverage: 82.5% of statements
23:27:25 [2022-10-04T23:27:25.288Z] ?   	github.com/docker/docker/daemon/names	[no test files]
23:27:25 [2022-10-04T23:27:25.288Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
23:27:25 [2022-10-04T23:27:25.499Z] tests/integration/client_test.py .....                                   [ 75%]
23:27:25 [2022-10-04T23:27:25.758Z] tests/integration/context_api_test.py ...                                [ 76%]
23:27:25 [2022-10-04T23:27:25.851Z] ok  	github.com/docker/docker/distribution/metadata	0.027s	coverage: 48.2% of statements
23:27:26 [2022-10-04T23:27:26.018Z] tests/integration/errors_test.py .                                       [ 76%]
23:27:27 [2022-10-04T23:27:27.214Z] ok  	github.com/docker/docker/distribution	1.500s	coverage: 27.6% of statements
23:27:27 [2022-10-04T23:27:27.214Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
23:27:27 [2022-10-04T23:27:27.470Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 77.0% of statements
23:27:28 [2022-10-04T23:27:28.397Z] ok  	github.com/docker/docker/image	0.016s	coverage: 86.8% of statements
23:27:28 [2022-10-04T23:27:28.397Z] ok  	github.com/docker/docker/distribution/xfer	1.884s	coverage: 84.6% of statements
23:27:28 [2022-10-04T23:27:28.397Z] ?   	github.com/docker/docker/dockerversion	[no test files]
23:27:28 [2022-10-04T23:27:28.652Z] ok  	github.com/docker/docker/image/cache	0.009s	coverage: 19.2% of statements
23:27:28 [2022-10-04T23:27:28.652Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
23:27:28 [2022-10-04T23:27:28.908Z] ok  	github.com/docker/docker/image/v1	0.007s	coverage: 25.0% of statements
23:27:28 [2022-10-04T23:27:28.908Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
23:27:29 [2022-10-04T23:27:29.469Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
23:27:30 [2022-10-04T23:27:30.067Z] ok  	github.com/docker/docker/oci	0.008s	coverage: 40.6% of statements
23:27:30 [2022-10-04T23:27:30.633Z] ok  	github.com/docker/docker/opts	0.019s	coverage: 67.1% of statements
23:27:30 [2022-10-04T23:27:30.889Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
23:27:32 [2022-10-04T23:27:32.783Z] ok  	github.com/docker/docker/pkg/archive	0.304s	coverage: 82.3% of statements
23:27:33 [2022-10-04T23:27:33.345Z] ok  	github.com/docker/docker/pkg/authorization	0.396s	coverage: 68.3% of statements
23:27:33 [2022-10-04T23:27:33.602Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
23:27:33 [2022-10-04T23:27:33.602Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
23:27:36 [2022-10-04T23:27:36.872Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.523s	coverage: 43.5% of statements
23:27:36 [2022-10-04T23:27:36.872Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
23:27:37 [2022-10-04T23:27:37.127Z] ok  	github.com/docker/docker/pkg/discovery	0.004s	coverage: 58.3% of statements
23:27:37 [2022-10-04T23:27:37.383Z] ok  	github.com/docker/docker/pkg/discovery/file	0.004s	coverage: 97.6% of statements
23:27:38 [2022-10-04T23:27:38.309Z] ok  	github.com/docker/docker/layer	7.942s	coverage: 68.8% of statements
23:27:38 [2022-10-04T23:27:38.309Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
23:27:38 [2022-10-04T23:27:38.309Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
23:27:38 [2022-10-04T23:27:38.309Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
23:27:38 [2022-10-04T23:27:38.309Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
23:27:38 [2022-10-04T23:27:38.309Z] ?   	github.com/docker/docker/oci/caps	[no test files]
23:27:38 [2022-10-04T23:27:38.309Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
23:27:38 [2022-10-04T23:27:38.309Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
23:27:38 [2022-10-04T23:27:38.346Z] INFO: Expanding compiler 1 of 3...
23:27:38 [2022-10-04T23:27:38.565Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.003s	coverage: 92.3% of statements
23:27:38 [2022-10-04T23:27:38.820Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.006s	coverage: 93.8% of statements
23:27:39 [2022-10-04T23:27:39.075Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
23:27:40 [2022-10-04T23:27:40.002Z] ok  	github.com/docker/docker/pkg/filenotify	0.607s	coverage: 67.0% of statements
23:27:40 [2022-10-04T23:27:40.028Z] INFO: Expanding compiler 2 of 3...
23:27:40 [2022-10-04T23:27:40.257Z] ok  	github.com/docker/docker/pkg/fileutils	0.010s	coverage: 86.5% of statements
23:27:40 [2022-10-04T23:27:40.818Z] ok  	github.com/docker/docker/pkg/fsutils	0.168s	coverage: 85.1% of statements
23:27:40 [2022-10-04T23:27:40.818Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.017s	coverage: 84.1% of statements
23:27:41 [2022-10-04T23:27:41.078Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
23:27:42 [2022-10-04T23:27:42.007Z] ok  	github.com/docker/docker/pkg/idtools	0.363s	coverage: 69.5% of statements
23:27:42 [2022-10-04T23:27:42.007Z] ok  	github.com/docker/docker/pkg/ioutils	0.340s	coverage: 70.6% of statements
23:27:42 [2022-10-04T23:27:42.263Z] ok  	github.com/docker/docker/pkg/longpath	0.010s	coverage: 100.0% of statements
23:27:42 [2022-10-04T23:27:42.263Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.005s	coverage: 91.7% of statements
23:27:42 [2022-10-04T23:27:42.263Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
23:27:42 [2022-10-04T23:27:42.263Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
23:27:42 [2022-10-04T23:27:42.263Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
23:27:42 [2022-10-04T23:27:42.519Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.003s	coverage: 85.7% of statements
23:27:42 [2022-10-04T23:27:42.519Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
23:27:42 [2022-10-04T23:27:42.519Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
23:27:42 [2022-10-04T23:27:42.775Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.003s	coverage: 60.0% of statements
23:27:43 [2022-10-04T23:27:43.031Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.003s	coverage: 86.7% of statements
23:27:43 [2022-10-04T23:27:43.031Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
23:27:43 [2022-10-04T23:27:43.031Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
23:27:43 [2022-10-04T23:27:43.031Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
23:27:43 [2022-10-04T23:27:43.593Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.018s	coverage: 56.8% of statements
23:27:43 [2022-10-04T23:27:43.849Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.003s	coverage: 85.7% of statements
23:27:44 [2022-10-04T23:27:44.105Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
23:27:44 [2022-10-04T23:27:44.233Z] tests/integration/models_containers_test.py ............................ [ 83%]
23:27:44 [2022-10-04T23:27:44.360Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
23:27:45 [2022-10-04T23:27:45.061Z] INFO: Expanding compiler 3 of 3...
23:27:45 [2022-10-04T23:27:45.724Z] ok  	github.com/docker/docker/pkg/pubsub	1.044s	coverage: 75.0% of statements
23:27:45 [2022-10-04T23:27:45.980Z] ok  	github.com/docker/docker/pkg/reexec	0.008s	coverage: 82.4% of statements
23:27:46 [2022-10-04T23:27:46.123Z] INFO: Removing downloaded files...
23:27:46 [2022-10-04T23:27:46.123Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
23:27:46 [2022-10-04T23:27:46.123Z] INFO: Configuring git core.autocrlf...
23:27:50 [2022-10-04T23:27:50.143Z] ok  	github.com/docker/docker/pkg/signal	3.344s	coverage: 62.3% of statements
23:27:50 [2022-10-04T23:27:50.143Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
23:27:50 [2022-10-04T23:27:50.144Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
23:27:50 [2022-10-04T23:27:50.144Z] ok  	github.com/docker/docker/pkg/stringid	0.003s	coverage: 70.6% of statements
23:27:50 [2022-10-04T23:27:50.705Z] ok  	github.com/docker/docker/pkg/sysinfo	0.007s	coverage: 52.5% of statements
23:27:51 [2022-10-04T23:27:51.188Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
23:27:51 [2022-10-04T23:27:51.188Z] 
23:27:51 [2022-10-04T23:27:51.188Z] ---> Making bundle: test-integration (in bundles/test-integration)
23:27:51 [2022-10-04T23:27:51.188Z] DOCKER_SYSTEMD=1
23:27:51 [2022-10-04T23:27:51.188Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:27:51 [2022-10-04T23:27:51.188Z] HOSTNAME=68429db5ef95
23:27:51 [2022-10-04T23:27:51.188Z] DEST=bundles/test-integration
23:27:51 [2022-10-04T23:27:51.188Z] PWD=/go/src/github.com/docker/docker
23:27:51 [2022-10-04T23:27:51.189Z] DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:27:51 [2022-10-04T23:27:51.189Z] container=docker
23:27:51 [2022-10-04T23:27:51.189Z] HOME=/root
23:27:51 [2022-10-04T23:27:51.189Z] LANG=C.UTF-8
23:27:51 [2022-10-04T23:27:51.189Z] INVOCATION_ID=879cf938e5624349ab0351ff40dc8837
23:27:51 [2022-10-04T23:27:51.189Z] GOLANG_VERSION=1.18.7
23:27:51 [2022-10-04T23:27:51.189Z] VALIDATE_REPO=https://github.com/moby/moby.git
23:27:51 [2022-10-04T23:27:51.189Z] VALIDATE_BRANCH=20.10
23:27:51 [2022-10-04T23:27:51.189Z] TERM=xterm
23:27:51 [2022-10-04T23:27:51.189Z] DOCKER_PKG=github.com/docker/docker
23:27:51 [2022-10-04T23:27:51.189Z] SHLVL=3
23:27:51 [2022-10-04T23:27:51.189Z] TIMEOUT=120m
23:27:51 [2022-10-04T23:27:51.189Z] DOCKER_BUILDTAGS=apparmor seccomp journald
23:27:51 [2022-10-04T23:27:51.189Z] DOCKER_GRAPHDRIVER=overlay2
23:27:51 [2022-10-04T23:27:51.189Z] GO111MODULE=off
23:27:51 [2022-10-04T23:27:51.189Z] DOCKER_EXPERIMENTAL=1
23:27:51 [2022-10-04T23:27:51.189Z] TEST_SKIP_INTEGRATION_CLI=1
23:27:51 [2022-10-04T23:27:51.189Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:27:51 [2022-10-04T23:27:51.189Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:27:51 [2022-10-04T23:27:51.189Z] GOPATH=/go
23:27:51 [2022-10-04T23:27:51.189Z] PKG_CONFIG=pkg-config
23:27:51 [2022-10-04T23:27:51.189Z] _=/usr/bin/env
23:27:51 [2022-10-04T23:27:51.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
23:27:51 [2022-10-04T23:27:51.266Z] ok  	github.com/docker/docker/pkg/system	0.005s	coverage: 36.9% of statements
23:27:51 [2022-10-04T23:27:51.521Z] ok  	github.com/docker/docker/pkg/tailfile	0.043s	coverage: 88.6% of statements
23:27:51 [2022-10-04T23:27:51.777Z] ok  	github.com/docker/docker/pkg/tarsum	0.040s	coverage: 89.3% of statements
23:27:52 [2022-10-04T23:27:52.032Z] coverage: [no statements]
23:27:52 [2022-10-04T23:27:52.032Z] ok  	github.com/docker/docker/pkg/term/windows	0.002s	coverage: [no statements] [no tests to run]
23:27:52 [2022-10-04T23:27:52.148Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
23:27:52 [2022-10-04T23:27:52.148Z] 
23:27:52 [2022-10-04T23:27:52.148Z] + TEST_INTEGRATION_DEST=1
23:27:52 [2022-10-04T23:27:52.148Z] + CONTAINER_NAME=docker-pr5-1
23:27:52 [2022-10-04T23:27:52.148Z] + TEST_SKIP_INTEGRATION_CLI=1
23:27:52 [2022-10-04T23:27:52.148Z] + run_tests test-integration-flaky
23:27:52 [2022-10-04T23:27:52.148Z] + '[' -n 0 ']'
23:27:52 [2022-10-04T23:27:52.148Z] + rm=
23:27:52 [2022-10-04T23:27:52.148Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-44247/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44247/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-44247/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 hack/make.sh test-integration-flaky test-integration
23:27:52 [2022-10-04T23:27:52.148Z] + c=0
23:27:52 [2022-10-04T23:27:52.148Z] ++ jobs -p
23:27:52 [2022-10-04T23:27:52.148Z] + TEST_INTEGRATION_DEST=3
23:27:52 [2022-10-04T23:27:52.148Z] + CONTAINER_NAME=docker-pr5-3
23:27:52 [2022-10-04T23:27:52.148Z] + TEST_SKIP_INTEGRATION=1
23:27:52 [2022-10-04T23:27:52.148Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
23:27:52 [2022-10-04T23:27:52.148Z] + run_tests
23:27:52 [2022-10-04T23:27:52.148Z] + '[' -n 0 ']'
23:27:52 [2022-10-04T23:27:52.148Z] + rm=
23:27:52 [2022-10-04T23:27:52.148Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-44247/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44247/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-44247/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 hack/make.sh '' test-integration
23:27:52 [2022-10-04T23:27:52.148Z] + for job in $(jobs -p)
23:27:52 [2022-10-04T23:27:52.148Z] + wait 10065
23:27:52 [2022-10-04T23:27:52.148Z] + TEST_INTEGRATION_DEST=2
23:27:52 [2022-10-04T23:27:52.148Z] + CONTAINER_NAME=docker-pr5-2
23:27:52 [2022-10-04T23:27:52.148Z] + TEST_SKIP_INTEGRATION=1
23:27:52 [2022-10-04T23:27:52.148Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
23:27:52 [2022-10-04T23:27:52.148Z] + run_tests
23:27:52 [2022-10-04T23:27:52.148Z] + '[' -n 0 ']'
23:27:52 [2022-10-04T23:27:52.148Z] + rm=
23:27:52 [2022-10-04T23:27:52.148Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-44247/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44247/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-44247/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 hack/make.sh '' test-integration
23:27:52 [2022-10-04T23:27:52.148Z] 
23:27:52 [2022-10-04T23:27:52.148Z] ---> Making bundle: test-integration (in bundles/test-integration)
23:27:52 [2022-10-04T23:27:52.148Z] 
23:27:52 [2022-10-04T23:27:52.148Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:27:52 [2022-10-04T23:27:52.148Z] HOSTNAME=8d78a7bdde26
23:27:52 [2022-10-04T23:27:52.148Z] TEST_SKIP_INTEGRATION=1
23:27:52 [2022-10-04T23:27:52.148Z] TESTDEBUG=0
23:27:52 [2022-10-04T23:27:52.148Z] DEST=bundles/test-integration
23:27:52 [2022-10-04T23:27:52.148Z] PWD=/go/src/github.com/docker/docker
23:27:52 [2022-10-04T23:27:52.148Z] KEEPBUNDLE=1
23:27:52 [2022-10-04T23:27:52.148Z] DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:27:52 [2022-10-04T23:27:52.148Z] container=docker
23:27:52 [2022-10-04T23:27:52.148Z] HOME=/root
23:27:52 [2022-10-04T23:27:52.148Z] GOLANG_VERSION=1.18.7
23:27:52 [2022-10-04T23:27:52.148Z] VALIDATE_REPO=https://github.com/moby/moby.git
23:27:52 [2022-10-04T23:27:52.148Z] VALIDATE_BRANCH=20.10
23:27:52 [2022-10-04T23:27:52.148Z] TERM=xterm
23:27:52 [2022-10-04T23:27:52.148Z] DOCKER_PKG=github.com/docker/docker
23:27:52 [2022-10-04T23:27:52.148Z] SHLVL=1
23:27:52 [2022-10-04T23:27:52.148Z] TIMEOUT=120m
23:27:52 [2022-10-04T23:27:52.148Z] DOCKER_BUILDTAGS=apparmor seccomp journald
23:27:52 [2022-10-04T23:27:52.148Z] DOCKER_GRAPHDRIVER=overlay2
23:27:52 [2022-10-04T23:27:52.148Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
23:27:52 [2022-10-04T23:27:52.148Z] GO111MODULE=off
23:27:52 [2022-10-04T23:27:52.148Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:27:52 [2022-10-04T23:27:52.148Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:27:52 [2022-10-04T23:27:52.148Z] GOPATH=/go
23:27:52 [2022-10-04T23:27:52.148Z] PKG_CONFIG=pkg-config
23:27:52 [2022-10-04T23:27:52.148Z] _=/usr/bin/env
23:27:52 [2022-10-04T23:27:52.148Z] Building test suite binary ./integration-cli/test.main
23:27:52 [2022-10-04T23:27:52.148Z] ---> Making bundle: test-integration (in bundles/test-integration)
23:27:52 [2022-10-04T23:27:52.148Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:27:52 [2022-10-04T23:27:52.148Z] HOSTNAME=ac7d660ac8ba
23:27:52 [2022-10-04T23:27:52.148Z] TEST_SKIP_INTEGRATION=1
23:27:52 [2022-10-04T23:27:52.148Z] TESTDEBUG=0
23:27:52 [2022-10-04T23:27:52.148Z] DEST=bundles/test-integration
23:27:52 [2022-10-04T23:27:52.148Z] PWD=/go/src/github.com/docker/docker
23:27:52 [2022-10-04T23:27:52.148Z] KEEPBUNDLE=1
23:27:52 [2022-10-04T23:27:52.148Z] DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:27:52 [2022-10-04T23:27:52.148Z] container=docker
23:27:52 [2022-10-04T23:27:52.148Z] HOME=/root
23:27:52 [2022-10-04T23:27:52.148Z] GOLANG_VERSION=1.18.7
23:27:52 [2022-10-04T23:27:52.148Z] VALIDATE_REPO=https://github.com/moby/moby.git
23:27:52 [2022-10-04T23:27:52.148Z] VALIDATE_BRANCH=20.10
23:27:52 [2022-10-04T23:27:52.148Z] TERM=xterm
23:27:52 [2022-10-04T23:27:52.148Z] DOCKER_PKG=github.com/docker/docker
23:27:52 [2022-10-04T23:27:52.148Z] SHLVL=1
23:27:52 [2022-10-04T23:27:52.148Z] TIMEOUT=120m
23:27:52 [2022-10-04T23:27:52.148Z] DOCKER_BUILDTAGS=apparmor seccomp journald
23:27:52 [2022-10-04T23:27:52.148Z] DOCKER_GRAPHDRIVER=overlay2
23:27:52 [2022-10-04T23:27:52.148Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
23:27:52 [2022-10-04T23:27:52.148Z] GO111MODULE=off
23:27:52 [2022-10-04T23:27:52.148Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:27:52 [2022-10-04T23:27:52.148Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:27:52 [2022-10-04T23:27:52.148Z] GOPATH=/go
23:27:52 [2022-10-04T23:27:52.148Z] PKG_CONFIG=pkg-config
23:27:52 [2022-10-04T23:27:52.148Z] _=/usr/bin/env
23:27:52 [2022-10-04T23:27:52.148Z] Building test suite binary ./integration-cli/test.main
23:27:52 [2022-10-04T23:27:52.148Z] 
23:27:52 [2022-10-04T23:27:52.148Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
23:27:52 [2022-10-04T23:27:52.148Z] No new tests added to integration.
23:27:52 [2022-10-04T23:27:52.148Z] 
23:27:52 [2022-10-04T23:27:52.148Z] ---> Making bundle: test-integration (in bundles/test-integration)
23:27:52 [2022-10-04T23:27:52.148Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:27:52 [2022-10-04T23:27:52.148Z] HOSTNAME=12820212b319
23:27:52 [2022-10-04T23:27:52.148Z] TESTDEBUG=0
23:27:52 [2022-10-04T23:27:52.148Z] DEST=bundles/test-integration
23:27:52 [2022-10-04T23:27:52.148Z] PWD=/go/src/github.com/docker/docker
23:27:52 [2022-10-04T23:27:52.148Z] KEEPBUNDLE=1
23:27:52 [2022-10-04T23:27:52.148Z] DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:27:52 [2022-10-04T23:27:52.148Z] container=docker
23:27:52 [2022-10-04T23:27:52.148Z] HOME=/root
23:27:52 [2022-10-04T23:27:52.148Z] GOLANG_VERSION=1.18.7
23:27:52 [2022-10-04T23:27:52.148Z] VALIDATE_REPO=https://github.com/moby/moby.git
23:27:52 [2022-10-04T23:27:52.148Z] VALIDATE_BRANCH=20.10
23:27:52 [2022-10-04T23:27:52.148Z] TERM=xterm
23:27:52 [2022-10-04T23:27:52.148Z] DOCKER_PKG=github.com/docker/docker
23:27:52 [2022-10-04T23:27:52.148Z] SHLVL=1
23:27:52 [2022-10-04T23:27:52.148Z] TIMEOUT=120m
23:27:52 [2022-10-04T23:27:52.148Z] DOCKER_BUILDTAGS=apparmor seccomp journald
23:27:52 [2022-10-04T23:27:52.148Z] DOCKER_GRAPHDRIVER=overlay2
23:27:52 [2022-10-04T23:27:52.148Z] GO111MODULE=off
23:27:52 [2022-10-04T23:27:52.148Z] TEST_SKIP_INTEGRATION_CLI=1
23:27:52 [2022-10-04T23:27:52.148Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:27:52 [2022-10-04T23:27:52.148Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:27:52 [2022-10-04T23:27:52.149Z] GOPATH=/go
23:27:52 [2022-10-04T23:27:52.149Z] PKG_CONFIG=pkg-config
23:27:52 [2022-10-04T23:27:52.149Z] _=/usr/bin/env
23:27:52 [2022-10-04T23:27:52.149Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
23:27:52 [2022-10-04T23:27:52.288Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
23:27:52 [2022-10-04T23:27:52.544Z] ok  	github.com/docker/docker/pkg/urlutil	0.002s	coverage: 100.0% of statements
23:27:52 [2022-10-04T23:27:52.800Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
23:27:54 [2022-10-04T23:27:54.164Z] ok  	github.com/docker/docker/plugin	0.515s	coverage: 23.2% of statements
23:27:54 [2022-10-04T23:27:54.725Z] ok  	github.com/docker/docker/plugin/v2	0.004s	coverage: 14.4% of statements
23:27:54 [2022-10-04T23:27:54.981Z] ok  	github.com/docker/docker/profiles/seccomp	0.006s	coverage: 85.6% of statements
23:27:56 [2022-10-04T23:27:56.345Z] ok  	github.com/docker/docker/quota	0.206s	coverage: 71.4% of statements
23:27:56 [2022-10-04T23:27:56.602Z] ok  	github.com/docker/docker/reference	0.005s	coverage: 84.4% of statements
23:27:57 [2022-10-04T23:27:57.529Z] ok  	github.com/docker/docker/registry	0.081s	coverage: 57.1% of statements
23:27:58 [2022-10-04T23:27:58.090Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
23:27:58 [2022-10-04T23:27:58.090Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
23:27:58 [2022-10-04T23:27:58.651Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 66.1% of statements
23:27:58 [2022-10-04T23:27:58.907Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
23:28:00 [2022-10-04T23:28:00.180Z] .........                                                                [ 86%]
23:28:00 [2022-10-04T23:28:00.272Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
23:28:01 [2022-10-04T23:28:01.200Z] ok  	github.com/docker/docker/volume/local	0.063s	coverage: 76.4% of statements
23:28:01 [2022-10-04T23:28:01.455Z] ok  	github.com/docker/docker/volume/mounts	0.021s	coverage: 67.0% of statements
23:28:02 [2022-10-04T23:28:02.819Z] ok  	github.com/docker/docker/volume/service	0.014s	coverage: 73.1% of statements
23:28:04 [2022-10-04T23:28:04.897Z] tests/integration/models_images_test.py ...............                  [ 89%]
23:28:06 [2022-10-04T23:28:06.095Z] tests/integration/models_networks_test.py ....                           [ 90%]
23:28:12 [2022-10-04T23:28:12.665Z] tests/integration/models_nodes_test.py .                                 [ 91%]
23:28:12 [2022-10-04T23:28:12.665Z] tests/integration/models_resources_test.py .                             [ 91%]
23:28:17 [2022-10-04T23:28:17.651Z] ok  	github.com/docker/docker/pkg/plugins	33.631s	coverage: 76.6% of statements
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/pkg/term	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/rootless	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/testutil/request	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/volume	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
23:28:17 [2022-10-04T23:28:17.651Z] 
23:28:17 [2022-10-04T23:28:17.651Z] === Skipped
23:28:17 [2022-10-04T23:28:17.651Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
23:28:17 [2022-10-04T23:28:17.651Z]     exec_linux_test.go:19: requires AppArmor to be enabled
23:28:17 [2022-10-04T23:28:17.651Z] 
23:28:17 [2022-10-04T23:28:17.651Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
23:28:17 [2022-10-04T23:28:17.651Z]     exec_linux_test.go:39: requires AppArmor to be enabled
23:28:17 [2022-10-04T23:28:17.651Z] 
23:28:17 [2022-10-04T23:28:17.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
23:28:17 [2022-10-04T23:28:17.651Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:28:17 [2022-10-04T23:28:17.651Z]     graphtest_unix.go:47: Driver btrfs not supported
23:28:17 [2022-10-04T23:28:17.651Z] 
23:28:17 [2022-10-04T23:28:17.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
23:28:17 [2022-10-04T23:28:17.651Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:28:17 [2022-10-04T23:28:17.651Z]     graphtest_unix.go:47: Driver btrfs not supported
23:28:17 [2022-10-04T23:28:17.651Z] 
23:28:17 [2022-10-04T23:28:17.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
23:28:17 [2022-10-04T23:28:17.651Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:28:17 [2022-10-04T23:28:17.651Z]     graphtest_unix.go:47: Driver btrfs not supported
23:28:17 [2022-10-04T23:28:17.651Z] 
23:28:17 [2022-10-04T23:28:17.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
23:28:17 [2022-10-04T23:28:17.651Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:28:17 [2022-10-04T23:28:17.651Z]     graphtest_unix.go:47: Driver btrfs not supported
23:28:17 [2022-10-04T23:28:17.651Z] 
23:28:17 [2022-10-04T23:28:17.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
23:28:17 [2022-10-04T23:28:17.651Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:28:17 [2022-10-04T23:28:17.651Z]     graphtest_unix.go:47: Driver btrfs not supported
23:28:17 [2022-10-04T23:28:17.651Z] 
23:28:17 [2022-10-04T23:28:17.651Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
23:28:17 [2022-10-04T23:28:17.651Z]     graphtest_unix.go:74: No driver to put!
23:28:17 [2022-10-04T23:28:17.651Z] 
23:28:17 [2022-10-04T23:28:17.651Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
23:28:17 [2022-10-04T23:28:17.651Z] time="2022-10-04T23:27:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:28:17 [2022-10-04T23:28:17.651Z]     graphtest_unix.go:45: graphdriver: driver not supported
23:28:17 [2022-10-04T23:28:17.651Z]     graphtest_unix.go:47: Driver fuse-overlayfs not supported
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
23:28:17 [2022-10-04T23:28:17.652Z] time="2022-10-04T23:27:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:45: graphdriver: driver not supported
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:47: Driver fuse-overlayfs not supported
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
23:28:17 [2022-10-04T23:28:17.652Z] time="2022-10-04T23:27:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:45: graphdriver: driver not supported
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:47: Driver fuse-overlayfs not supported
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
23:28:17 [2022-10-04T23:28:17.652Z] time="2022-10-04T23:27:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:45: graphdriver: driver not supported
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:47: Driver fuse-overlayfs not supported
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
23:28:17 [2022-10-04T23:28:17.652Z] time="2022-10-04T23:27:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:45: graphdriver: driver not supported
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:47: Driver fuse-overlayfs not supported
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:74: No driver to put!
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
23:28:17 [2022-10-04T23:28:17.652Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
23:28:17 [2022-10-04T23:28:17.652Z]     overlay_test.go:50: Fails to compute changes intermittently
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
23:28:17 [2022-10-04T23:28:17.652Z]     overlay_test.go:66: Cannot run test with naive change algorithm
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:325: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:47: Driver zfs not supported
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:47: Driver zfs not supported
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:47: Driver zfs not supported
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:47: Driver zfs not supported
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:47: Driver zfs not supported
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
23:28:17 [2022-10-04T23:28:17.652Z]     graphtest_unix.go:74: No driver to put!
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
23:28:17 [2022-10-04T23:28:17.652Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
23:28:17 [2022-10-04T23:28:17.652Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
23:28:17 [2022-10-04T23:28:17.652Z] 
23:28:17 [2022-10-04T23:28:17.652Z] DONE 2251 tests, 26 skipped in 196.834s
Post stage
[Pipeline] junit
23:28:18 [2022-10-04T23:28:18.227Z] Recording test results
23:28:18 [2022-10-04T23:28:18.767Z] tests/integration/models_services_test.py ..............X.               [ 95%]
23:28:19 [2022-10-04T23:28:19.428Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
23:28:19 [2022-10-04T23:28:19.815Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44247/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 hack/make.sh dynbinary test-integration
23:28:20 [2022-10-04T23:28:20.378Z] 
23:28:20 [2022-10-04T23:28:20.378Z] Removing bundles/
23:28:20 [2022-10-04T23:28:20.378Z] 
23:28:20 [2022-10-04T23:28:20.378Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
23:28:20 [2022-10-04T23:28:20.378Z] Building: bundles/dynbinary-daemon/dockerd-dev
23:28:20 [2022-10-04T23:28:20.378Z] GOOS="" GOARCH="" GOARM=""
23:28:21 [2022-10-04T23:28:21.527Z] tests/integration/models_swarm_test.py ..                                [ 96%]
23:28:21 [2022-10-04T23:28:21.527Z] tests/integration/models_volumes_test.py ..                              [ 96%]
23:28:22 [2022-10-04T23:28:22.968Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
23:28:22 [2022-10-04T23:28:22.968Z] 
23:28:22 [2022-10-04T23:28:22.968Z] ---> Making bundle: test-integration (in bundles/test-integration)
23:28:22 [2022-10-04T23:28:22.968Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:28:22 [2022-10-04T23:28:22.968Z] HOSTNAME=6bd7507170a0
23:28:22 [2022-10-04T23:28:22.968Z] DEST=bundles/test-integration
23:28:22 [2022-10-04T23:28:22.968Z] PWD=/go/src/github.com/docker/docker
23:28:22 [2022-10-04T23:28:22.968Z] DOCKER_ROOTLESS=1
23:28:22 [2022-10-04T23:28:22.968Z] DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:28:22 [2022-10-04T23:28:22.968Z] container=docker
23:28:22 [2022-10-04T23:28:22.968Z] HOME=/root
23:28:22 [2022-10-04T23:28:22.968Z] GOLANG_VERSION=1.18.7
23:28:22 [2022-10-04T23:28:22.968Z] VALIDATE_REPO=https://github.com/moby/moby.git
23:28:22 [2022-10-04T23:28:22.968Z] VALIDATE_BRANCH=20.10
23:28:22 [2022-10-04T23:28:22.968Z] TERM=xterm
23:28:22 [2022-10-04T23:28:22.968Z] DOCKER_PKG=github.com/docker/docker
23:28:22 [2022-10-04T23:28:22.968Z] SHLVL=1
23:28:22 [2022-10-04T23:28:22.968Z] TIMEOUT=120m
23:28:22 [2022-10-04T23:28:22.968Z] DOCKER_BUILDTAGS=apparmor seccomp journald
23:28:22 [2022-10-04T23:28:22.968Z] DOCKER_GRAPHDRIVER=overlay2
23:28:22 [2022-10-04T23:28:22.968Z] GO111MODULE=off
23:28:22 [2022-10-04T23:28:22.968Z] DOCKER_EXPERIMENTAL=1
23:28:22 [2022-10-04T23:28:22.968Z] TEST_SKIP_INTEGRATION_CLI=1
23:28:22 [2022-10-04T23:28:22.968Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:28:22 [2022-10-04T23:28:22.968Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:28:22 [2022-10-04T23:28:22.968Z] GOPATH=/go
23:28:22 [2022-10-04T23:28:22.968Z] PKG_CONFIG=pkg-config
23:28:22 [2022-10-04T23:28:22.968Z] _=/usr/bin/env
23:28:22 [2022-10-04T23:28:22.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
23:28:25 [2022-10-04T23:28:25.340Z] tests/integration/regression_test.py ......                              [ 98%]
23:28:25 [2022-10-04T23:28:25.859Z] tests/integration/credentials/store_test.py ......                       [ 99%]
23:28:25 [2022-10-04T23:28:25.859Z] tests/integration/credentials/utils_test.py .                            [100%]
23:28:25 [2022-10-04T23:28:25.859Z] 
23:28:25 [2022-10-04T23:28:25.859Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
23:28:25 [2022-10-04T23:28:25.859Z] =========================== short test summary info ============================
23:28:25 [2022-10-04T23:28:25.859Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
23:28:25 [2022-10-04T23:28:25.859Z]   CONFIG_RT_GROUP_SCHED isn't enabled
23:28:25 [2022-10-04T23:28:25.859Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
23:28:25 [2022-10-04T23:28:25.859Z]   Not supported on most drivers
23:28:25 [2022-10-04T23:28:25.859Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
23:28:25 [2022-10-04T23:28:25.859Z]   Output of docker top depends on host distro, and is not formalized.
23:28:25 [2022-10-04T23:28:25.859Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
23:28:25 [2022-10-04T23:28:25.859Z]   Output of docker top depends on host distro, and is not formalized.
23:28:25 [2022-10-04T23:28:25.859Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
23:28:25 [2022-10-04T23:28:25.859Z]   Can fail if eth0 has multiple IP addresses
23:28:25 [2022-10-04T23:28:25.859Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
23:28:25 [2022-10-04T23:28:25.859Z]   This doesn't seem to be taken into account by the engine
23:28:25 [2022-10-04T23:28:25.859Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
23:28:25 [2022-10-04T23:28:25.859Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
23:28:25 [2022-10-04T23:28:25.859Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 290.95 seconds ==
23:28:26 [2022-10-04T23:28:26.118Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
23:28:37 [2022-10-04T23:28:37.883Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
23:28:37 [2022-10-04T23:28:37.883Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
23:28:38 [2022-10-04T23:28:38.330Z] Leaving: AppArmorNo profiles have been unloaded.
23:28:38 [2022-10-04T23:28:38.330Z] 
23:28:38 [2022-10-04T23:28:38.330Z] Unloading profiles will leave already running processes permanently
23:28:38 [2022-10-04T23:28:38.330Z] unconfined, which can lead to unexpected situations.
23:28:38 [2022-10-04T23:28:38.330Z] 
23:28:38 [2022-10-04T23:28:38.330Z] To set a process to complain mode, use the command line tool
23:28:38 [2022-10-04T23:28:38.330Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
23:28:38 [2022-10-04T23:28:38.330Z] 
Post stage
[Pipeline] junit
23:28:38 [2022-10-04T23:28:38.343Z] Recording test results
23:28:38 [2022-10-04T23:28:38.418Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
23:28:38 [2022-10-04T23:28:38.697Z] + echo Ensuring container killed.
23:28:38 [2022-10-04T23:28:38.697Z] Ensuring container killed.
23:28:38 [2022-10-04T23:28:38.697Z] + docker rm -vf docker-pr5
23:28:38 [2022-10-04T23:28:38.697Z] Error response from daemon: No such container: docker-pr5
[Pipeline] sh
23:28:39 [2022-10-04T23:28:39.005Z] + echo Chowning /workspace to jenkins user
23:28:39 [2022-10-04T23:28:39.006Z] Chowning /workspace to jenkins user
23:28:39 [2022-10-04T23:28:39.006Z] + id -u
23:28:39 [2022-10-04T23:28:39.006Z] + id -g
23:28:39 [2022-10-04T23:28:39.006Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44247:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
23:28:40 [2022-10-04T23:28:40.254Z] + bundleName=docker-py
23:28:40 [2022-10-04T23:28:40.254Z] + echo Creating docker-py-bundles.tar.gz
23:28:40 [2022-10-04T23:28:40.254Z] Creating docker-py-bundles.tar.gz
23:28:40 [2022-10-04T23:28:40.254Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log
[Pipeline] archiveArtifacts
23:28:40 [2022-10-04T23:28:40.267Z] Archiving artifacts
23:28:40 [2022-10-04T23:28:40.456Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44247/5/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
23:28:40 [2022-10-04T23:28:40.800Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44247/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052 -e DOCKER_GRAPHDRIVER docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 hack/make.sh binary-daemon
23:28:41 [2022-10-04T23:28:41.370Z] 
23:28:41 [2022-10-04T23:28:41.370Z] Removing bundles/
23:28:41 [2022-10-04T23:28:41.370Z] 
23:28:41 [2022-10-04T23:28:41.370Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
23:28:41 [2022-10-04T23:28:41.370Z] Building: bundles/binary-daemon/dockerd-dev
23:28:41 [2022-10-04T23:28:41.370Z] GOOS="" GOARCH="" GOARM=""
23:28:59 [2022-10-04T23:28:59.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
23:28:59 [2022-10-04T23:28:59.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
23:29:07 [2022-10-04T23:29:07.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
23:29:07 [2022-10-04T23:29:07.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
23:29:08 [2022-10-04T23:29:08.532Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
23:29:09 [2022-10-04T23:29:09.102Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
23:29:09 [2022-10-04T23:29:09.361Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
23:29:09 [2022-10-04T23:29:09.680Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
23:29:09 [2022-10-04T23:29:09.680Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
23:29:10 [2022-10-04T23:29:10.301Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
23:29:13 [2022-10-04T23:29:13.264Z] Removing intermediate container d31601bc033c
23:29:13 [2022-10-04T23:29:13.264Z]  ---> 52d4da98861a
23:29:13 [2022-10-04T23:29:13.264Z] Step 7/10 : RUN   Function Install-GoTestSum() {     $Env:GO111MODULE = 'on';     $tmpGobin = "${Env:GOBIN_TMP}";     $Env:GOBIN = """${Env:GOPATH}`\bin""";     Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN";     &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}";     $Env:GOBIN = "${tmpGobin}";     $Env:GO111MODULE = 'off';     if ($LASTEXITCODE -ne 0) {        Throw '"gotestsum install failed..."';     }   }     Install-GoTestSum
23:29:13 [2022-10-04T23:29:13.264Z]  ---> Running in 99833a6618ef
23:29:13 [2022-10-04T23:29:13.264Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin
23:29:13 [2022-10-04T23:29:13.264Z] go: downloading gotest.tools/gotestsum v1.7.0
23:29:13 [2022-10-04T23:29:13.264Z] go: downloading github.com/fatih/color v1.10.0
23:29:13 [2022-10-04T23:29:13.264Z] go: downloading github.com/dnephin/pflag v1.0.7
23:29:13 [2022-10-04T23:29:13.264Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
23:29:13 [2022-10-04T23:29:13.264Z] go: downloading github.com/pkg/errors v0.9.1
23:29:13 [2022-10-04T23:29:13.264Z] go: downloading golang.org/x/tools v0.1.0
23:29:13 [2022-10-04T23:29:13.264Z] go: downloading github.com/mattn/go-colorable v0.1.8
23:29:13 [2022-10-04T23:29:13.264Z] go: downloading github.com/mattn/go-isatty v0.0.12
23:29:13 [2022-10-04T23:29:13.264Z] go: downloading github.com/fsnotify/fsnotify v1.4.9
23:29:13 [2022-10-04T23:29:13.264Z] go: downloading github.com/jonboulle/clockwork v0.2.2
23:29:13 [2022-10-04T23:29:13.264Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
23:29:13 [2022-10-04T23:29:13.264Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
23:29:13 [2022-10-04T23:29:13.264Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
23:29:13 [2022-10-04T23:29:13.264Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
23:29:13 [2022-10-04T23:29:13.264Z] go: downloading golang.org/x/mod v0.3.0
23:29:13 [2022-10-04T23:29:13.598Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
23:29:14 [2022-10-04T23:29:14.168Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
23:29:15 [2022-10-04T23:29:15.107Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
23:29:15 [2022-10-04T23:29:15.367Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
23:29:16 [2022-10-04T23:29:16.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
23:29:16 [2022-10-04T23:29:16.875Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
23:29:18 [2022-10-04T23:29:18.258Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
23:29:18 [2022-10-04T23:29:18.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
23:29:19 [2022-10-04T23:29:19.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
23:29:20 [2022-10-04T23:29:20.336Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
23:29:20 [2022-10-04T23:29:20.336Z] Using test binary docker
23:29:20 [2022-10-04T23:29:20.336Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
23:29:20 [2022-10-04T23:29:20.336Z] Starting apparmor (via systemctl): apparmor.service.
23:29:20 [2022-10-04T23:29:20.336Z] Starting dockerd
23:29:20 [2022-10-04T23:29:20.336Z] INFO: Waiting for daemon to start...
23:29:22 [2022-10-04T23:29:22.241Z] .
23:29:22 [2022-10-04T23:29:22.241Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
23:29:22 [2022-10-04T23:29:22.241Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
23:29:22 [2022-10-04T23:29:22.501Z] Error: No such image: emptyfs
23:29:22 [2022-10-04T23:29:22.501Z] Running integration-test (iteration 1)
23:29:22 [2022-10-04T23:29:22.501Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
23:29:22 [2022-10-04T23:29:22.761Z] Loaded image: busybox:latest
23:29:23 [2022-10-04T23:29:23.021Z] Loaded image: busybox:glibc
23:29:24 [2022-10-04T23:29:24.439Z] Loaded image: debian:bullseye-slim
23:29:24 [2022-10-04T23:29:24.439Z] Loaded image: hello-world:latest
23:29:24 [2022-10-04T23:29:24.439Z] Loaded image: arm32v7/hello-world:latest
23:29:24 [2022-10-04T23:29:24.439Z] INFO: Testing against a local daemon
23:29:24 [2022-10-04T23:29:24.439Z] === RUN   TestCgroupNamespacesBuild
23:29:26 [2022-10-04T23:29:26.984Z] --- PASS: TestCgroupNamespacesBuild (2.16s)
23:29:26 [2022-10-04T23:29:26.984Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
23:29:27 [2022-10-04T23:29:27.921Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.27s)
23:29:27 [2022-10-04T23:29:27.921Z] === RUN   TestBuildWithSession
23:29:27 [2022-10-04T23:29:27.921Z]     build_session_test.go:25: TODO: BuildKit
23:29:27 [2022-10-04T23:29:27.921Z] --- SKIP: TestBuildWithSession (0.00s)
23:29:27 [2022-10-04T23:29:27.921Z] === RUN   TestBuildSquashParent
23:29:28 [2022-10-04T23:29:28.698Z] Removing intermediate container 99833a6618ef
23:29:28 [2022-10-04T23:29:28.698Z]  ---> 3c58b932fdc1
23:29:28 [2022-10-04T23:29:28.698Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
23:29:28 [2022-10-04T23:29:28.698Z]  ---> Running in 4d20fec4ba75
23:29:28 [2022-10-04T23:29:28.698Z] Removing intermediate container 4d20fec4ba75
23:29:28 [2022-10-04T23:29:28.698Z]  ---> 99d5d215ab20
23:29:28 [2022-10-04T23:29:28.698Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
23:29:28 [2022-10-04T23:29:28.698Z]  ---> Running in 625dc109f455
23:29:29 [2022-10-04T23:29:29.204Z] Removing intermediate container 625dc109f455
23:29:29 [2022-10-04T23:29:29.204Z]  ---> 47a9bbc46531
23:29:29 [2022-10-04T23:29:29.204Z] Step 10/10 : COPY . .
23:29:33 [2022-10-04T23:29:33.197Z] --- PASS: TestBuildSquashParent (4.59s)
23:29:33 [2022-10-04T23:29:33.197Z] === RUN   TestBuildWithRemoveAndForceRemove
23:29:33 [2022-10-04T23:29:33.197Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:29:33 [2022-10-04T23:29:33.197Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:29:33 [2022-10-04T23:29:33.197Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:29:33 [2022-10-04T23:29:33.197Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:29:33 [2022-10-04T23:29:33.197Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:29:33 [2022-10-04T23:29:33.197Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:29:33 [2022-10-04T23:29:33.197Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:29:33 [2022-10-04T23:29:33.197Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:29:33 [2022-10-04T23:29:33.197Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:29:33 [2022-10-04T23:29:33.197Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:29:33 [2022-10-04T23:29:33.197Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:29:33 [2022-10-04T23:29:33.197Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:29:33 [2022-10-04T23:29:33.197Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:29:33 [2022-10-04T23:29:33.197Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:29:34 [2022-10-04T23:29:34.135Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:29:34 [2022-10-04T23:29:34.395Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:29:35 [2022-10-04T23:29:35.787Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:29:35 [2022-10-04T23:29:35.787Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:29:36 [2022-10-04T23:29:36.255Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
23:29:36 [2022-10-04T23:29:36.255Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
23:29:37 [2022-10-04T23:29:37.693Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
23:29:37 [2022-10-04T23:29:37.693Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.72s)
23:29:37 [2022-10-04T23:29:37.693Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.95s)
23:29:37 [2022-10-04T23:29:37.693Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.42s)
23:29:37 [2022-10-04T23:29:37.693Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.42s)
23:29:37 [2022-10-04T23:29:37.693Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.54s)
23:29:37 [2022-10-04T23:29:37.693Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.49s)
23:29:37 [2022-10-04T23:29:37.693Z] === RUN   TestBuildMultiStageCopy
23:29:37 [2022-10-04T23:29:37.693Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:29:39 [2022-10-04T23:29:39.071Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:29:39 [2022-10-04T23:29:39.071Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:29:39 [2022-10-04T23:29:39.071Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:29:39 [2022-10-04T23:29:39.331Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:29:39 [2022-10-04T23:29:39.590Z] --- PASS: TestBuildMultiStageCopy (2.29s)
23:29:39 [2022-10-04T23:29:39.590Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.45s)
23:29:39 [2022-10-04T23:29:39.590Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s)
23:29:39 [2022-10-04T23:29:39.590Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s)
23:29:39 [2022-10-04T23:29:39.590Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s)
23:29:39 [2022-10-04T23:29:39.590Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s)
23:29:39 [2022-10-04T23:29:39.590Z] === RUN   TestBuildMultiStageParentConfig
23:29:40 [2022-10-04T23:29:40.159Z] --- PASS: TestBuildMultiStageParentConfig (0.63s)
23:29:40 [2022-10-04T23:29:40.159Z] === RUN   TestBuildLabelWithTargets
23:29:41 [2022-10-04T23:29:41.537Z] --- PASS: TestBuildLabelWithTargets (1.01s)
23:29:41 [2022-10-04T23:29:41.537Z] === RUN   TestBuildWithEmptyLayers
23:29:41 [2022-10-04T23:29:41.756Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
23:29:41 [2022-10-04T23:29:41.756Z] 
23:29:41 [2022-10-04T23:29:41.756Z] ---> Making bundle: test-integration (in bundles/test-integration)
23:29:41 [2022-10-04T23:29:41.756Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
23:29:41 [2022-10-04T23:29:41.756Z] HOSTNAME=1bc02d20d3a4
23:29:41 [2022-10-04T23:29:41.756Z] TESTDEBUG=0
23:29:41 [2022-10-04T23:29:41.756Z] DEST=bundles/test-integration
23:29:41 [2022-10-04T23:29:41.756Z] PWD=/go/src/github.com/docker/docker
23:29:41 [2022-10-04T23:29:41.756Z] DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052
23:29:41 [2022-10-04T23:29:41.756Z] container=docker
23:29:41 [2022-10-04T23:29:41.756Z] HOME=/root
23:29:41 [2022-10-04T23:29:41.756Z] GOLANG_VERSION=1.18.7
23:29:41 [2022-10-04T23:29:41.756Z] VALIDATE_REPO=https://github.com/moby/moby.git
23:29:41 [2022-10-04T23:29:41.756Z] VALIDATE_BRANCH=20.10
23:29:41 [2022-10-04T23:29:41.756Z] TERM=xterm
23:29:41 [2022-10-04T23:29:41.756Z] DOCKER_PKG=github.com/docker/docker
23:29:41 [2022-10-04T23:29:41.756Z] SHLVL=1
23:29:41 [2022-10-04T23:29:41.756Z] TIMEOUT=120m
23:29:41 [2022-10-04T23:29:41.756Z] DOCKER_BUILDTAGS=apparmor seccomp journald
23:29:41 [2022-10-04T23:29:41.756Z] DOCKER_GRAPHDRIVER=overlay2
23:29:41 [2022-10-04T23:29:41.756Z] GO111MODULE=off
23:29:41 [2022-10-04T23:29:41.756Z] DOCKER_EXPERIMENTAL=1
23:29:41 [2022-10-04T23:29:41.756Z] TEST_SKIP_INTEGRATION_CLI=1
23:29:41 [2022-10-04T23:29:41.756Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
23:29:41 [2022-10-04T23:29:41.756Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
23:29:41 [2022-10-04T23:29:41.756Z] GOPATH=/go
23:29:41 [2022-10-04T23:29:41.756Z] PKG_CONFIG=pkg-config
23:29:41 [2022-10-04T23:29:41.756Z] _=/usr/bin/env
23:29:41 [2022-10-04T23:29:41.756Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
23:29:41 [2022-10-04T23:29:41.797Z] --- PASS: TestBuildWithEmptyLayers (0.41s)
23:29:41 [2022-10-04T23:29:41.797Z] === RUN   TestBuildMultiStageOnBuild
23:29:43 [2022-10-04T23:29:43.702Z] --- PASS: TestBuildMultiStageOnBuild (1.65s)
23:29:43 [2022-10-04T23:29:43.702Z] === RUN   TestBuildUncleanTarFilenames
23:29:43 [2022-10-04T23:29:43.961Z] --- PASS: TestBuildUncleanTarFilenames (0.53s)
23:29:43 [2022-10-04T23:29:43.961Z] === RUN   TestBuildMultiStageLayerLeak
23:29:44 [2022-10-04T23:29:44.387Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
23:29:44 [2022-10-04T23:29:44.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
23:29:45 [2022-10-04T23:29:45.588Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
23:29:45 [2022-10-04T23:29:45.867Z] --- PASS: TestBuildMultiStageLayerLeak (1.70s)
23:29:45 [2022-10-04T23:29:45.867Z] === RUN   TestBuildWithHugeFile
23:29:46 [2022-10-04T23:29:46.529Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
23:29:46 [2022-10-04T23:29:46.529Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
23:29:47 [2022-10-04T23:29:47.912Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
23:29:50 [2022-10-04T23:29:50.459Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
23:29:51 [2022-10-04T23:29:51.839Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
23:29:52 [2022-10-04T23:29:52.409Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
23:29:52 [2022-10-04T23:29:52.978Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
23:29:53 [2022-10-04T23:29:53.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
23:29:54 [2022-10-04T23:29:54.859Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
23:29:55 [2022-10-04T23:29:55.136Z]  ---> c25aa25d27f8
23:29:55 [2022-10-04T23:29:55.137Z] Successfully built c25aa25d27f8
23:29:55 [2022-10-04T23:29:55.137Z] Successfully tagged docker:latest
23:29:55 [2022-10-04T23:29:55.137Z] INFO: Image build ended at 10/04/2022 23:29:54. Duration:00:03:34.0885624
23:29:55 [2022-10-04T23:29:55.137Z] 
23:29:55 [2022-10-04T23:29:55.137Z] 
23:29:55 [2022-10-04T23:29:55.137Z] INFO: Building the test binaries at 10/04/2022 23:29:54...
23:29:55 [2022-10-04T23:29:55.800Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
23:29:56 [2022-10-04T23:29:56.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
23:29:57 [2022-10-04T23:29:57.310Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
23:29:58 [2022-10-04T23:29:58.250Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
23:29:58 [2022-10-04T23:29:58.250Z] Using test binary docker
23:29:58 [2022-10-04T23:29:58.250Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
23:29:58 [2022-10-04T23:29:58.250Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
23:29:58 [2022-10-04T23:29:58.250Z] INFO: Waiting for daemon to start...
23:29:58 [2022-10-04T23:29:58.250Z] Starting dockerd
23:30:00 [2022-10-04T23:30:00.788Z] .
23:30:00 [2022-10-04T23:30:00.788Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
23:30:00 [2022-10-04T23:30:00.788Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
23:30:00 [2022-10-04T23:30:00.788Z] Error: No such image: emptyfs
23:30:01 [2022-10-04T23:30:01.047Z] Running integration-test (iteration 1)
23:30:01 [2022-10-04T23:30:01.047Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
23:30:01 [2022-10-04T23:30:01.308Z] Loaded image: busybox:latest
23:30:01 [2022-10-04T23:30:01.308Z] Loaded image: busybox:glibc
23:30:01 [2022-10-04T23:30:01.331Z] INFO: make.ps1 starting at 10/04/2022 23:30:00
23:30:01 [2022-10-04T23:30:01.331Z] INFO: Git commit (11bdbf40b9) assumed from DOCKER_GITCOMMIT environment variable
23:30:01 [2022-10-04T23:30:01.331Z] INFO: Invoking autogen...
23:30:01 [2022-10-04T23:30:01.838Z] INFO: Building daemon...
23:30:03 [2022-10-04T23:30:03.219Z] Loaded image: debian:bullseye-slim
23:30:03 [2022-10-04T23:30:03.219Z] Loaded image: hello-world:latest
23:30:03 [2022-10-04T23:30:03.219Z] Loaded image: arm32v7/hello-world:latest
23:30:03 [2022-10-04T23:30:03.219Z] INFO: Testing against a local daemon
23:30:03 [2022-10-04T23:30:03.219Z] === RUN   TestCgroupNamespacesBuild
23:30:05 [2022-10-04T23:30:05.764Z] --- PASS: TestCgroupNamespacesBuild (2.19s)
23:30:05 [2022-10-04T23:30:05.764Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
23:30:07 [2022-10-04T23:30:07.674Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.16s)
23:30:07 [2022-10-04T23:30:07.674Z] === RUN   TestBuildWithSession
23:30:07 [2022-10-04T23:30:07.674Z]     build_session_test.go:25: TODO: BuildKit
23:30:07 [2022-10-04T23:30:07.674Z] --- SKIP: TestBuildWithSession (0.00s)
23:30:07 [2022-10-04T23:30:07.674Z] === RUN   TestBuildSquashParent
23:30:13 [2022-10-04T23:30:13.619Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
23:30:13 [2022-10-04T23:30:13.619Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
23:30:13 [2022-10-04T23:30:13.785Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
23:30:13 [2022-10-04T23:30:13.785Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
23:30:14 [2022-10-04T23:30:14.265Z] --- PASS: TestBuildSquashParent (6.75s)
23:30:14 [2022-10-04T23:30:14.265Z] === RUN   TestBuildWithRemoveAndForceRemove
23:30:14 [2022-10-04T23:30:14.265Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:30:14 [2022-10-04T23:30:14.265Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:30:14 [2022-10-04T23:30:14.265Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:30:14 [2022-10-04T23:30:14.265Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:30:14 [2022-10-04T23:30:14.265Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:30:14 [2022-10-04T23:30:14.265Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:30:14 [2022-10-04T23:30:14.265Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:30:14 [2022-10-04T23:30:14.265Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:30:14 [2022-10-04T23:30:14.265Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:30:14 [2022-10-04T23:30:14.265Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:30:14 [2022-10-04T23:30:14.265Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:30:14 [2022-10-04T23:30:14.265Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:30:14 [2022-10-04T23:30:14.265Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:30:14 [2022-10-04T23:30:14.265Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:30:16 [2022-10-04T23:30:16.881Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:30:16 [2022-10-04T23:30:16.881Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:30:18 [2022-10-04T23:30:18.791Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:30:18 [2022-10-04T23:30:18.791Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:30:20 [2022-10-04T23:30:20.700Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
23:30:20 [2022-10-04T23:30:20.700Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.50s)
23:30:20 [2022-10-04T23:30:20.700Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.56s)
23:30:20 [2022-10-04T23:30:20.700Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.97s)
23:30:20 [2022-10-04T23:30:20.700Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.96s)
23:30:20 [2022-10-04T23:30:20.700Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.01s)
23:30:20 [2022-10-04T23:30:20.700Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.09s)
23:30:20 [2022-10-04T23:30:20.700Z] === RUN   TestBuildMultiStageCopy
23:30:20 [2022-10-04T23:30:20.700Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:30:24 [2022-10-04T23:30:24.896Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:30:25 [2022-10-04T23:30:25.156Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:30:26 [2022-10-04T23:30:26.096Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:30:27 [2022-10-04T23:30:27.036Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:30:28 [2022-10-04T23:30:28.415Z] --- PASS: TestBuildMultiStageCopy (7.34s)
23:30:28 [2022-10-04T23:30:28.415Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.34s)
23:30:28 [2022-10-04T23:30:28.415Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
23:30:28 [2022-10-04T23:30:28.415Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
23:30:28 [2022-10-04T23:30:28.415Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
23:30:28 [2022-10-04T23:30:28.415Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
23:30:28 [2022-10-04T23:30:28.415Z] === RUN   TestBuildMultiStageParentConfig
23:30:28 [2022-10-04T23:30:28.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
23:30:28 [2022-10-04T23:30:28.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
23:30:32 [2022-10-04T23:30:32.861Z] Created binary: bundles/binary-daemon/dockerd-dev
23:30:32 [2022-10-04T23:30:32.861Z] Copying nested executables into bundles/binary-daemon
23:30:32 [2022-10-04T23:30:32.861Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
23:30:33 [2022-10-04T23:30:33.186Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44247/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052 -e DOCKER_GRAPHDRIVER docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 hack/make.sh cross
23:30:33 [2022-10-04T23:30:33.690Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
23:30:33 [2022-10-04T23:30:33.690Z] === RUN   TestBuildLabelWithTargets
23:30:33 [2022-10-04T23:30:33.756Z] 
23:30:33 [2022-10-04T23:30:33.756Z] Removing bundles/
23:30:33 [2022-10-04T23:30:33.756Z] 
23:30:33 [2022-10-04T23:30:33.756Z] ---> Making bundle: cross (in bundles/cross)
23:30:33 [2022-10-04T23:30:33.756Z] Cross building: bundles/cross/linux/amd64
23:30:33 [2022-10-04T23:30:33.756Z] Building: bundles/cross/linux/amd64/dockerd-dev
23:30:33 [2022-10-04T23:30:33.756Z] GOOS="linux" GOARCH="amd64" GOARM=""
23:30:36 [2022-10-04T23:30:36.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
23:30:36 [2022-10-04T23:30:36.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
23:30:37 [2022-10-04T23:30:37.645Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
23:30:38 [2022-10-04T23:30:38.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
23:30:38 [2022-10-04T23:30:38.462Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
23:30:39 [2022-10-04T23:30:39.390Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
23:30:41 [2022-10-04T23:30:41.815Z] --- PASS: TestBuildLabelWithTargets (8.00s)
23:30:41 [2022-10-04T23:30:41.815Z] === RUN   TestBuildWithEmptyLayers
23:30:41 [2022-10-04T23:30:41.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
23:30:42 [2022-10-04T23:30:42.115Z] --- PASS: TestBuildWithHugeFile (50.38s)
23:30:42 [2022-10-04T23:30:42.115Z] === RUN   TestBuildWithEmptyDockerfile
23:30:42 [2022-10-04T23:30:42.115Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:30:42 [2022-10-04T23:30:42.115Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:30:42 [2022-10-04T23:30:42.115Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:30:42 [2022-10-04T23:30:42.115Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:30:42 [2022-10-04T23:30:42.115Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:30:42 [2022-10-04T23:30:42.115Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:30:42 [2022-10-04T23:30:42.115Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:30:42 [2022-10-04T23:30:42.115Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:30:42 [2022-10-04T23:30:42.115Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:30:42 [2022-10-04T23:30:42.115Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
23:30:42 [2022-10-04T23:30:42.115Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s)
23:30:42 [2022-10-04T23:30:42.116Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s)
23:30:42 [2022-10-04T23:30:42.116Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
23:30:42 [2022-10-04T23:30:42.116Z] === RUN   TestBuildPreserveOwnership
23:30:42 [2022-10-04T23:30:42.116Z] === RUN   TestBuildPreserveOwnership/copy_from
23:30:42 [2022-10-04T23:30:42.116Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
23:30:42 [2022-10-04T23:30:42.116Z] --- PASS: TestBuildPreserveOwnership (3.77s)
23:30:42 [2022-10-04T23:30:42.116Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.56s)
23:30:42 [2022-10-04T23:30:42.116Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.21s)
23:30:42 [2022-10-04T23:30:42.116Z] === RUN   TestBuildPlatformInvalid
23:30:42 [2022-10-04T23:30:42.116Z] --- PASS: TestBuildPlatformInvalid (0.07s)
23:30:42 [2022-10-04T23:30:42.116Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
23:30:42 [2022-10-04T23:30:42.116Z] Loaded image: busybox:latest
23:30:42 [2022-10-04T23:30:42.116Z] Loaded image: busybox:glibc
23:30:42 [2022-10-04T23:30:42.116Z] Loaded image: debian:bullseye-slim
23:30:42 [2022-10-04T23:30:42.116Z] Loaded image: hello-world:latest
23:30:42 [2022-10-04T23:30:42.116Z] Loaded image: arm32v7/hello-world:latest
23:30:42 [2022-10-04T23:30:42.469Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
23:30:43 [2022-10-04T23:30:43.414Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
23:30:43 [2022-10-04T23:30:43.676Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
23:30:44 [2022-10-04T23:30:44.353Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
23:30:44 [2022-10-04T23:30:44.353Z] === RUN   TestBuildMultiStageOnBuild
23:30:44 [2022-10-04T23:30:44.605Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
23:30:45 [2022-10-04T23:30:45.167Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
23:30:46 [2022-10-04T23:30:46.093Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
23:30:46 [2022-10-04T23:30:46.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
23:30:47 [2022-10-04T23:30:47.583Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
23:30:48 [2022-10-04T23:30:48.146Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
23:30:48 [2022-10-04T23:30:48.146Z] Using test binary docker
23:30:48 [2022-10-04T23:30:48.146Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
23:30:48 [2022-10-04T23:30:48.146Z] +++ /etc/init.d/apparmor start
23:30:48 [2022-10-04T23:30:48.146Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
23:30:48 [2022-10-04T23:30:48.146Z] INFO: Waiting for daemon to start...
23:30:48 [2022-10-04T23:30:48.146Z] Starting dockerd
23:30:48 [2022-10-04T23:30:48.146Z] +++ 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
23:30:49 [2022-10-04T23:30:49.629Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
23:30:49 [2022-10-04T23:30:49.629Z] === RUN   TestBuildUncleanTarFilenames
23:30:49 [2022-10-04T23:30:49.629Z] --- PASS: TestBuildUncleanTarFilenames (0.53s)
23:30:49 [2022-10-04T23:30:49.629Z] === RUN   TestBuildMultiStageLayerLeak
23:30:50 [2022-10-04T23:30:50.664Z] .
23:30:50 [2022-10-04T23:30:50.664Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
23:30:50 [2022-10-04T23:30:50.664Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
23:30:50 [2022-10-04T23:30:50.664Z] Error: No such image: emptyfs
23:30:50 [2022-10-04T23:30:50.664Z] ++++ tar -cC bundles/test-integration/emptyfs .
23:30:50 [2022-10-04T23:30:50.664Z] ++++ docker load
23:30:50 [2022-10-04T23:30:50.664Z] Running integration-test (iteration 1)
23:30:50 [2022-10-04T23:30:50.664Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
23:30:50 [2022-10-04T23:30:50.664Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
23:30:50 [2022-10-04T23:30:50.664Z] ++ set -e
23:30:50 [2022-10-04T23:30:50.664Z] ++ '[' -n 0 ']'
23:30:50 [2022-10-04T23:30:50.664Z] ++ set -x
23:30:50 [2022-10-04T23:30:50.664Z] ++ 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 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
23:30:50 [2022-10-04T23:30:50.664Z] Loaded image: busybox:latest
23:30:50 [2022-10-04T23:30:50.664Z] Loaded image: busybox:glibc
23:30:51 [2022-10-04T23:30:51.592Z] Loaded image: debian:bullseye-slim
23:30:51 [2022-10-04T23:30:51.848Z] Loaded image: hello-world:latest
23:30:51 [2022-10-04T23:30:51.848Z] Loaded image: arm32v7/hello-world:latest
23:30:51 [2022-10-04T23:30:51.848Z] INFO: Testing against a local daemon
23:30:51 [2022-10-04T23:30:51.848Z] === RUN   TestCgroupNamespacesBuild
23:30:52 [2022-10-04T23:30:52.099Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.61s)
23:30:52 [2022-10-04T23:30:52.099Z] PASS
23:30:52 [2022-10-04T23:30:52.099Z] 
23:30:52 [2022-10-04T23:30:52.099Z] === Skipped
23:30:52 [2022-10-04T23:30:52.099Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
23:30:52 [2022-10-04T23:30:52.099Z]     build_session_test.go:25: TODO: BuildKit
23:30:52 [2022-10-04T23:30:52.099Z] 
23:30:52 [2022-10-04T23:30:52.099Z] DONE 33 tests, 1 skipped in 89.053s
23:30:52 [2022-10-04T23:30:52.099Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
23:30:52 [2022-10-04T23:30:52.099Z] INFO: Testing against a local daemon
23:30:52 [2022-10-04T23:30:52.099Z] === RUN   TestConfigInspect
23:30:54 [2022-10-04T23:30:54.003Z] --- PASS: TestConfigInspect (2.26s)
23:30:54 [2022-10-04T23:30:54.003Z] === RUN   TestConfigList
23:30:54 [2022-10-04T23:30:54.908Z] --- PASS: TestBuildMultiStageLayerLeak (4.47s)
23:30:54 [2022-10-04T23:30:54.908Z] === RUN   TestBuildWithHugeFile
23:30:55 [2022-10-04T23:30:55.114Z] --- PASS: TestCgroupNamespacesBuild (2.82s)
23:30:55 [2022-10-04T23:30:55.114Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
23:30:55 [2022-10-04T23:30:55.676Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.10s)
23:30:55 [2022-10-04T23:30:55.676Z] === RUN   TestBuildWithSession
23:30:55 [2022-10-04T23:30:55.676Z]     build_session_test.go:25: TODO: BuildKit
23:30:55 [2022-10-04T23:30:55.676Z] --- SKIP: TestBuildWithSession (0.00s)
23:30:55 [2022-10-04T23:30:55.676Z] === RUN   TestBuildSquashParent
23:30:55 [2022-10-04T23:30:55.908Z] --- PASS: TestConfigList (2.11s)
23:30:55 [2022-10-04T23:30:55.908Z] === RUN   TestConfigsCreateAndDelete
23:30:58 [2022-10-04T23:30:58.442Z] --- PASS: TestConfigsCreateAndDelete (2.10s)
23:30:58 [2022-10-04T23:30:58.442Z] === RUN   TestConfigsUpdate
23:30:59 [2022-10-04T23:30:59.856Z] --- PASS: TestBuildSquashParent (3.44s)
23:30:59 [2022-10-04T23:30:59.856Z] === RUN   TestBuildWithRemoveAndForceRemove
23:30:59 [2022-10-04T23:30:59.856Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:30:59 [2022-10-04T23:30:59.856Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:30:59 [2022-10-04T23:30:59.856Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:30:59 [2022-10-04T23:30:59.856Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:30:59 [2022-10-04T23:30:59.856Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:30:59 [2022-10-04T23:30:59.856Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:30:59 [2022-10-04T23:30:59.856Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:30:59 [2022-10-04T23:30:59.856Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:30:59 [2022-10-04T23:30:59.856Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:30:59 [2022-10-04T23:30:59.856Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:30:59 [2022-10-04T23:30:59.856Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:30:59 [2022-10-04T23:30:59.856Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:30:59 [2022-10-04T23:30:59.856Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:30:59 [2022-10-04T23:30:59.856Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:31:00 [2022-10-04T23:31:00.347Z] --- PASS: TestConfigsUpdate (2.07s)
23:31:00 [2022-10-04T23:31:00.347Z] === RUN   TestTemplatedConfig
23:31:00 [2022-10-04T23:31:00.783Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:31:00 [2022-10-04T23:31:00.783Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:31:02 [2022-10-04T23:31:02.149Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:31:02 [2022-10-04T23:31:02.149Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:31:02 [2022-10-04T23:31:02.883Z] --- PASS: TestTemplatedConfig (2.69s)
23:31:02 [2022-10-04T23:31:02.883Z] === RUN   TestConfigCreateResolve
23:31:03 [2022-10-04T23:31:03.079Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
23:31:03 [2022-10-04T23:31:03.079Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.34s)
23:31:03 [2022-10-04T23:31:03.079Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.35s)
23:31:03 [2022-10-04T23:31:03.079Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.28s)
23:31:03 [2022-10-04T23:31:03.079Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.31s)
23:31:03 [2022-10-04T23:31:03.079Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.17s)
23:31:03 [2022-10-04T23:31:03.079Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.20s)
23:31:03 [2022-10-04T23:31:03.079Z] === RUN   TestBuildMultiStageCopy
23:31:03 [2022-10-04T23:31:03.079Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:31:04 [2022-10-04T23:31:04.445Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:31:04 [2022-10-04T23:31:04.445Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:31:04 [2022-10-04T23:31:04.445Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:31:04 [2022-10-04T23:31:04.702Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:31:04 [2022-10-04T23:31:04.957Z] --- PASS: TestBuildMultiStageCopy (1.89s)
23:31:04 [2022-10-04T23:31:04.957Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.08s)
23:31:04 [2022-10-04T23:31:04.957Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s)
23:31:04 [2022-10-04T23:31:04.957Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s)
23:31:04 [2022-10-04T23:31:04.957Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s)
23:31:04 [2022-10-04T23:31:04.957Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s)
23:31:04 [2022-10-04T23:31:04.957Z] === RUN   TestBuildMultiStageParentConfig
23:31:05 [2022-10-04T23:31:05.418Z] --- PASS: TestConfigCreateResolve (2.16s)
23:31:05 [2022-10-04T23:31:05.418Z] === RUN   TestConfigDaemonLibtrustID
23:31:05 [2022-10-04T23:31:05.418Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
23:31:05 [2022-10-04T23:31:05.418Z] PASS
23:31:05 [2022-10-04T23:31:05.418Z] 
23:31:05 [2022-10-04T23:31:05.418Z] DONE 7 tests in 13.968s
23:31:05 [2022-10-04T23:31:05.519Z] --- PASS: TestBuildMultiStageParentConfig (0.61s)
23:31:05 [2022-10-04T23:31:05.519Z] === RUN   TestBuildLabelWithTargets
23:31:05 [2022-10-04T23:31:05.678Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
23:31:05 [2022-10-04T23:31:05.678Z] INFO: Testing against a local daemon
23:31:05 [2022-10-04T23:31:05.678Z] === RUN   TestCheckpoint
23:31:05 [2022-10-04T23:31:05.678Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:31:05 [2022-10-04T23:31:05.678Z] --- SKIP: TestCheckpoint (0.00s)
23:31:05 [2022-10-04T23:31:05.678Z] === RUN   TestContainerInvalidJSON
23:31:05 [2022-10-04T23:31:05.678Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:31:05 [2022-10-04T23:31:05.678Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:31:05 [2022-10-04T23:31:05.678Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:31:05 [2022-10-04T23:31:05.678Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:31:05 [2022-10-04T23:31:05.678Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:31:05 [2022-10-04T23:31:05.678Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:31:05 [2022-10-04T23:31:05.678Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:31:05 [2022-10-04T23:31:05.678Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:31:05 [2022-10-04T23:31:05.678Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:31:05 [2022-10-04T23:31:05.678Z] --- PASS: TestContainerInvalidJSON (0.01s)
23:31:05 [2022-10-04T23:31:05.678Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:31:05 [2022-10-04T23:31:05.678Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:31:05 [2022-10-04T23:31:05.678Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:31:05 [2022-10-04T23:31:05.678Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:31:05 [2022-10-04T23:31:05.678Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
23:31:05 [2022-10-04T23:31:05.678Z] === RUN   TestCopyFromContainerPathIsNotDir
23:31:05 [2022-10-04T23:31:05.678Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
23:31:05 [2022-10-04T23:31:05.678Z] === RUN   TestCopyToContainerPathDoesNotExist
23:31:05 [2022-10-04T23:31:05.937Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
23:31:05 [2022-10-04T23:31:05.937Z] === RUN   TestCopyToContainerPathIsNotDir
23:31:05 [2022-10-04T23:31:05.937Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
23:31:05 [2022-10-04T23:31:05.937Z] === RUN   TestCopyFromContainer
23:31:06 [2022-10-04T23:31:06.446Z] --- PASS: TestBuildLabelWithTargets (0.89s)
23:31:06 [2022-10-04T23:31:06.446Z] === RUN   TestBuildWithEmptyLayers
23:31:07 [2022-10-04T23:31:07.008Z] --- PASS: TestBuildWithEmptyLayers (0.39s)
23:31:07 [2022-10-04T23:31:07.008Z] === RUN   TestBuildMultiStageOnBuild
23:31:07 [2022-10-04T23:31:07.315Z] === RUN   TestCopyFromContainer//
23:31:07 [2022-10-04T23:31:07.315Z] === RUN   TestCopyFromContainer//bar/root
23:31:07 [2022-10-04T23:31:07.315Z] === RUN   TestCopyFromContainer//bar/root/
23:31:07 [2022-10-04T23:31:07.315Z] === RUN   TestCopyFromContainer/bar/quux
23:31:07 [2022-10-04T23:31:07.315Z] === RUN   TestCopyFromContainer/bar/quux/
23:31:07 [2022-10-04T23:31:07.315Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:31:07 [2022-10-04T23:31:07.315Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:31:07 [2022-10-04T23:31:07.315Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:31:07 [2022-10-04T23:31:07.574Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:31:07 [2022-10-04T23:31:07.574Z] === RUN   TestCopyFromContainer/bar/notarget
23:31:07 [2022-10-04T23:31:07.574Z] --- PASS: TestCopyFromContainer (1.72s)
23:31:07 [2022-10-04T23:31:07.574Z]     --- PASS: TestCopyFromContainer// (0.05s)
23:31:07 [2022-10-04T23:31:07.574Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
23:31:07 [2022-10-04T23:31:07.574Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:31:07 [2022-10-04T23:31:07.574Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
23:31:07 [2022-10-04T23:31:07.574Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
23:31:07 [2022-10-04T23:31:07.574Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
23:31:07 [2022-10-04T23:31:07.574Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
23:31:07 [2022-10-04T23:31:07.574Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
23:31:07 [2022-10-04T23:31:07.574Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
23:31:07 [2022-10-04T23:31:07.574Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
23:31:07 [2022-10-04T23:31:07.574Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
23:31:07 [2022-10-04T23:31:07.574Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:31:07 [2022-10-04T23:31:07.574Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:31:07 [2022-10-04T23:31:07.574Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:31:07 [2022-10-04T23:31:07.574Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:31:07 [2022-10-04T23:31:07.574Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
23:31:07 [2022-10-04T23:31:07.574Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
23:31:07 [2022-10-04T23:31:07.574Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:31:07 [2022-10-04T23:31:07.574Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
23:31:07 [2022-10-04T23:31:07.574Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:31:07 [2022-10-04T23:31:07.574Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
23:31:07 [2022-10-04T23:31:07.574Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
23:31:07 [2022-10-04T23:31:07.574Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
23:31:07 [2022-10-04T23:31:07.574Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
23:31:07 [2022-10-04T23:31:07.574Z] === RUN   TestCreateLinkToNonExistingContainer
23:31:07 [2022-10-04T23:31:07.574Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
23:31:07 [2022-10-04T23:31:07.574Z] === RUN   TestCreateWithInvalidEnv
23:31:07 [2022-10-04T23:31:07.574Z] === RUN   TestCreateWithInvalidEnv/0
23:31:07 [2022-10-04T23:31:07.574Z] === PAUSE TestCreateWithInvalidEnv/0
23:31:07 [2022-10-04T23:31:07.574Z] === RUN   TestCreateWithInvalidEnv/1
23:31:07 [2022-10-04T23:31:07.574Z] === PAUSE TestCreateWithInvalidEnv/1
23:31:07 [2022-10-04T23:31:07.574Z] === RUN   TestCreateWithInvalidEnv/2
23:31:07 [2022-10-04T23:31:07.574Z] === PAUSE TestCreateWithInvalidEnv/2
23:31:07 [2022-10-04T23:31:07.574Z] === CONT  TestCreateWithInvalidEnv/0
23:31:07 [2022-10-04T23:31:07.574Z] === CONT  TestCreateWithInvalidEnv/2
23:31:07 [2022-10-04T23:31:07.574Z] === CONT  TestCreateWithInvalidEnv/1
23:31:07 [2022-10-04T23:31:07.574Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
23:31:07 [2022-10-04T23:31:07.574Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
23:31:07 [2022-10-04T23:31:07.574Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
23:31:07 [2022-10-04T23:31:07.574Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
23:31:07 [2022-10-04T23:31:07.574Z] === RUN   TestCreateTmpfsMountsTarget
23:31:07 [2022-10-04T23:31:07.574Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
23:31:07 [2022-10-04T23:31:07.574Z] === RUN   TestCreateWithCustomMaskedPaths
23:31:08 [2022-10-04T23:31:08.373Z] --- PASS: TestBuildMultiStageOnBuild (1.27s)
23:31:08 [2022-10-04T23:31:08.373Z] === RUN   TestBuildUncleanTarFilenames
23:31:08 [2022-10-04T23:31:08.629Z] --- PASS: TestBuildUncleanTarFilenames (0.55s)
23:31:08 [2022-10-04T23:31:08.629Z] === RUN   TestBuildMultiStageLayerLeak
23:31:09 [2022-10-04T23:31:09.480Z] --- PASS: TestCreateWithCustomMaskedPaths (1.57s)
23:31:09 [2022-10-04T23:31:09.480Z] === RUN   TestCreateWithCustomReadonlyPaths
23:31:09 [2022-10-04T23:31:09.995Z] --- PASS: TestBuildMultiStageLayerLeak (1.32s)
23:31:09 [2022-10-04T23:31:09.995Z] === RUN   TestBuildWithHugeFile
23:31:10 [2022-10-04T23:31:10.862Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.58s)
23:31:10 [2022-10-04T23:31:10.862Z] === RUN   TestCreateWithInvalidHealthcheckParams
23:31:10 [2022-10-04T23:31:10.862Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:31:10 [2022-10-04T23:31:10.862Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:31:10 [2022-10-04T23:31:10.862Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:31:10 [2022-10-04T23:31:10.862Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:31:10 [2022-10-04T23:31:10.862Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:31:10 [2022-10-04T23:31:10.862Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:31:10 [2022-10-04T23:31:10.862Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:31:10 [2022-10-04T23:31:10.862Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:31:10 [2022-10-04T23:31:10.862Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:31:10 [2022-10-04T23:31:10.862Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:31:10 [2022-10-04T23:31:10.862Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:31:10 [2022-10-04T23:31:10.862Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:31:10 [2022-10-04T23:31:10.862Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:31:10 [2022-10-04T23:31:10.862Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:31:10 [2022-10-04T23:31:10.862Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:31:10 [2022-10-04T23:31:10.862Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
23:31:10 [2022-10-04T23:31:10.862Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
23:31:10 [2022-10-04T23:31:10.862Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
23:31:10 [2022-10-04T23:31:10.862Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
23:31:10 [2022-10-04T23:31:10.862Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
23:31:10 [2022-10-04T23:31:10.862Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
23:31:10 [2022-10-04T23:31:10.862Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
23:31:11 [2022-10-04T23:31:11.431Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.54s)
23:31:11 [2022-10-04T23:31:11.431Z] === RUN   TestCreateDifferentPlatform
23:31:11 [2022-10-04T23:31:11.431Z] === RUN   TestCreateDifferentPlatform/different_os
23:31:11 [2022-10-04T23:31:11.431Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
23:31:11 [2022-10-04T23:31:11.431Z] --- PASS: TestCreateDifferentPlatform (0.02s)
23:31:11 [2022-10-04T23:31:11.431Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
23:31:11 [2022-10-04T23:31:11.431Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
23:31:11 [2022-10-04T23:31:11.431Z] === RUN   TestCreateVolumesFromNonExistingContainer
23:31:11 [2022-10-04T23:31:11.431Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
23:31:11 [2022-10-04T23:31:11.431Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
23:31:11 [2022-10-04T23:31:11.431Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s)
23:31:11 [2022-10-04T23:31:11.431Z] === RUN   TestContainerStartOnDaemonRestart
23:31:11 [2022-10-04T23:31:11.431Z] === PAUSE TestContainerStartOnDaemonRestart
23:31:11 [2022-10-04T23:31:11.431Z] === RUN   TestDaemonRestartIpcMode
23:31:11 [2022-10-04T23:31:11.431Z] === PAUSE TestDaemonRestartIpcMode
23:31:11 [2022-10-04T23:31:11.431Z] === RUN   TestDaemonHostGatewayIP
23:31:11 [2022-10-04T23:31:11.431Z] === PAUSE TestDaemonHostGatewayIP
23:31:11 [2022-10-04T23:31:11.431Z] === RUN   TestRestartDaemonWithRestartingContainer
23:31:11 [2022-10-04T23:31:11.431Z] === PAUSE TestRestartDaemonWithRestartingContainer
23:31:11 [2022-10-04T23:31:11.431Z] === RUN   TestContainerKillOnDaemonStart
23:31:11 [2022-10-04T23:31:11.431Z] === PAUSE TestContainerKillOnDaemonStart
23:31:11 [2022-10-04T23:31:11.431Z] === RUN   TestDiff
23:31:12 [2022-10-04T23:31:12.000Z] --- PASS: TestDiff (0.61s)
23:31:12 [2022-10-04T23:31:12.000Z] === RUN   TestExecWithCloseStdin
23:31:12 [2022-10-04T23:31:12.951Z] --- PASS: TestExecWithCloseStdin (0.66s)
23:31:12 [2022-10-04T23:31:12.951Z] === RUN   TestExec
23:31:13 [2022-10-04T23:31:13.542Z] --- PASS: TestExec (0.65s)
23:31:13 [2022-10-04T23:31:13.542Z] === RUN   TestExecUser
23:31:14 [2022-10-04T23:31:14.114Z] --- PASS: TestExecUser (0.67s)
23:31:14 [2022-10-04T23:31:14.114Z] === RUN   TestExportContainerAndImportImage
23:31:15 [2022-10-04T23:31:15.051Z] --- PASS: TestExportContainerAndImportImage (0.75s)
23:31:15 [2022-10-04T23:31:15.051Z] === RUN   TestExportContainerAfterDaemonRestart
23:31:16 [2022-10-04T23:31:16.431Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s)
23:31:16 [2022-10-04T23:31:16.431Z] === RUN   TestHealthCheckWorkdir
23:31:17 [2022-10-04T23:31:17.000Z] --- PASS: TestHealthCheckWorkdir (0.84s)
23:31:17 [2022-10-04T23:31:17.000Z] === RUN   TestHealthKillContainer
23:31:21 [2022-10-04T23:31:21.300Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
23:31:21 [2022-10-04T23:31:21.300Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
23:31:25 [2022-10-04T23:31:25.119Z] --- PASS: TestHealthKillContainer (8.25s)
23:31:25 [2022-10-04T23:31:25.119Z] === RUN   TestHealthCheckProcessKilled
23:31:26 [2022-10-04T23:31:26.057Z] --- PASS: TestHealthCheckProcessKilled (0.85s)
23:31:26 [2022-10-04T23:31:26.057Z] === RUN   TestInspectCpusetInConfigPre120
23:31:26 [2022-10-04T23:31:26.625Z] --- PASS: TestInspectCpusetInConfigPre120 (0.55s)
23:31:26 [2022-10-04T23:31:26.625Z] === RUN   TestIpcModeNone
23:31:27 [2022-10-04T23:31:27.194Z] --- PASS: TestIpcModeNone (0.62s)
23:31:27 [2022-10-04T23:31:27.194Z] === RUN   TestIpcModePrivate
23:31:27 [2022-10-04T23:31:27.762Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
23:31:28 [2022-10-04T23:31:28.021Z] --- PASS: TestIpcModePrivate (0.71s)
23:31:28 [2022-10-04T23:31:28.021Z] === RUN   TestIpcModeShareable
23:31:28 [2022-10-04T23:31:28.280Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
23:31:28 [2022-10-04T23:31:28.540Z] --- PASS: TestIpcModeShareable (0.66s)
23:31:28 [2022-10-04T23:31:28.540Z] === RUN   TestAPIIpcModeShareableAndContainer
23:31:28 [2022-10-04T23:31:28.980Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
23:31:28 [2022-10-04T23:31:28.980Z] 
23:31:28 [2022-10-04T23:31:28.980Z]  ________   ____  __.
23:31:28 [2022-10-04T23:31:28.980Z]  \_____  \ |    |/ _|
23:31:28 [2022-10-04T23:31:28.980Z]  /   |   \|      <
23:31:28 [2022-10-04T23:31:28.980Z]  /    |    \    |  \
23:31:28 [2022-10-04T23:31:28.980Z]  \_______  /____|__ \
23:31:28 [2022-10-04T23:31:28.980Z]          \/        \/
23:31:28 [2022-10-04T23:31:28.980Z] 
23:31:28 [2022-10-04T23:31:28.980Z] INFO: make.ps1 ended at 10/04/2022 23:31:22
23:31:28 [2022-10-04T23:31:28.980Z] INFO: Binaries build ended at 10/04/2022 23:31:23. Duration:00:01:29.0930683
23:31:28 [2022-10-04T23:31:28.980Z] INFO: Copying the built daemon binary to d:\CI\PR-44247\5\binary\dockerd-11bdbf40b9.exe...
23:31:28 [2022-10-04T23:31:28.980Z] INFO: Copying the built client binary to d:\CI\PR-44247\5\binary\docker-11bdbf40b9.exe...
23:31:28 [2022-10-04T23:31:28.980Z] INFO: Copying dockerversion from the container...
23:31:28 [2022-10-04T23:31:28.980Z] INFO: Copying the golang package from the container to d:\CI\PR-44247\5\installer\go.zip...
23:31:28 [2022-10-04T23:31:28.980Z] INFO: Extracting go.zip to d:\CI\PR-44247\5\go
23:31:30 [2022-10-04T23:31:30.446Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.89s)
23:31:30 [2022-10-04T23:31:30.446Z] === RUN   TestAPIIpcModeHost
23:31:31 [2022-10-04T23:31:31.014Z] --- PASS: TestAPIIpcModeHost (0.38s)
23:31:31 [2022-10-04T23:31:31.014Z] === RUN   TestDaemonIpcModeShareable
23:31:31 [2022-10-04T23:31:31.954Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
23:31:32 [2022-10-04T23:31:32.213Z] --- PASS: TestDaemonIpcModeShareable (1.25s)
23:31:32 [2022-10-04T23:31:32.213Z] === RUN   TestDaemonIpcModePrivate
23:31:33 [2022-10-04T23:31:33.150Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
23:31:33 [2022-10-04T23:31:33.409Z] --- PASS: TestDaemonIpcModePrivate (1.21s)
23:31:33 [2022-10-04T23:31:33.409Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:31:34 [2022-10-04T23:31:34.346Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
23:31:34 [2022-10-04T23:31:34.606Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.29s)
23:31:34 [2022-10-04T23:31:34.606Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:31:35 [2022-10-04T23:31:35.984Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
23:31:35 [2022-10-04T23:31:35.984Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.23s)
23:31:35 [2022-10-04T23:31:35.984Z] === RUN   TestIpcModeOlderClient
23:31:35 [2022-10-04T23:31:35.984Z] === PAUSE TestIpcModeOlderClient
23:31:35 [2022-10-04T23:31:35.984Z] === RUN   TestKillContainerInvalidSignal
23:31:36 [2022-10-04T23:31:36.243Z] --- PASS: TestKillContainerInvalidSignal (0.45s)
23:31:36 [2022-10-04T23:31:36.243Z] === RUN   TestKillContainer
23:31:36 [2022-10-04T23:31:36.243Z] === RUN   TestKillContainer/no_signal
23:31:36 [2022-10-04T23:31:36.811Z] === RUN   TestKillContainer/non_killing_signal
23:31:37 [2022-10-04T23:31:37.072Z] === RUN   TestKillContainer/killing_signal
23:31:37 [2022-10-04T23:31:37.640Z] --- PASS: TestKillContainer (1.37s)
23:31:37 [2022-10-04T23:31:37.640Z]     --- PASS: TestKillContainer/no_signal (0.44s)
23:31:37 [2022-10-04T23:31:37.640Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
23:31:37 [2022-10-04T23:31:37.640Z]     --- PASS: TestKillContainer/killing_signal (0.45s)
23:31:37 [2022-10-04T23:31:37.640Z] === RUN   TestKillWithStopSignalAndRestartPolicies
23:31:37 [2022-10-04T23:31:37.640Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
23:31:38 [2022-10-04T23:31:38.209Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
23:31:39 [2022-10-04T23:31:39.147Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.29s)
23:31:39 [2022-10-04T23:31:39.147Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s)
23:31:39 [2022-10-04T23:31:39.147Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s)
23:31:39 [2022-10-04T23:31:39.147Z] === RUN   TestKillStoppedContainer
23:31:39 [2022-10-04T23:31:39.147Z] --- PASS: TestKillStoppedContainer (0.06s)
23:31:39 [2022-10-04T23:31:39.147Z] === RUN   TestKillStoppedContainerAPIPre120
23:31:39 [2022-10-04T23:31:39.147Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
23:31:39 [2022-10-04T23:31:39.147Z] === RUN   TestKillDifferentUserContainer
23:31:39 [2022-10-04T23:31:39.716Z] --- PASS: TestKillDifferentUserContainer (0.46s)
23:31:39 [2022-10-04T23:31:39.716Z] === RUN   TestInspectOomKilledTrue
23:31:39 [2022-10-04T23:31:39.716Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
23:31:39 [2022-10-04T23:31:39.716Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
23:31:39 [2022-10-04T23:31:39.716Z] === RUN   TestInspectOomKilledFalse
23:31:39 [2022-10-04T23:31:39.976Z] --- PASS: TestInspectOomKilledFalse (0.43s)
23:31:39 [2022-10-04T23:31:39.976Z] === RUN   TestLinksEtcHostsContentMatch
23:31:40 [2022-10-04T23:31:40.235Z] --- PASS: TestLinksEtcHostsContentMatch (0.34s)
23:31:40 [2022-10-04T23:31:40.235Z] === RUN   TestLinksContainerNames
23:31:41 [2022-10-04T23:31:41.173Z] --- PASS: TestLinksContainerNames (0.90s)
23:31:41 [2022-10-04T23:31:41.173Z] === RUN   TestLogsFollowTailEmpty
23:31:41 [2022-10-04T23:31:41.742Z] --- PASS: TestLogsFollowTailEmpty (0.45s)
23:31:41 [2022-10-04T23:31:41.742Z] === RUN   TestContainerNetworkMountsNoChown
23:31:42 [2022-10-04T23:31:42.001Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s)
23:31:42 [2022-10-04T23:31:42.001Z] === RUN   TestMountDaemonRoot
23:31:42 [2022-10-04T23:31:42.260Z] === RUN   TestMountDaemonRoot/default
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/default
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/private
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/private
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/rprivate
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/rprivate
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/slave
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/slave
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/rslave
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/rslave
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/shared
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/shared
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/rshared
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/rshared
23:31:42 [2022-10-04T23:31:42.261Z] === CONT  TestMountDaemonRoot/default
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/default/bind_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/default/mount_root
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/default/mount_root
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/default/mount_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/default/bind_root
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/default/bind_root
23:31:42 [2022-10-04T23:31:42.261Z] === CONT  TestMountDaemonRoot/rslave
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/rslave/bind_root
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/rslave/mount_root
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === CONT  TestMountDaemonRoot/rshared
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/rshared/bind_root
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/rshared/mount_root
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === CONT  TestMountDaemonRoot/shared
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/shared/bind_root
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/shared/bind_root
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/shared/mount_root
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/shared/mount_root
23:31:42 [2022-10-04T23:31:42.261Z] === CONT  TestMountDaemonRoot/rprivate
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
23:31:42 [2022-10-04T23:31:42.261Z] === CONT  TestMountDaemonRoot/slave
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/slave/bind_root
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/slave/bind_root
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/slave/mount_root
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/slave/mount_root
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === CONT  TestMountDaemonRoot/private
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/private/mount_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/private/bind_root
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/private/bind_root
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/private/bind_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/private/mount_root
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/private/mount_root
23:31:42 [2022-10-04T23:31:42.261Z] === CONT  TestMountDaemonRoot/default/bind_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
23:31:42 [2022-10-04T23:31:42.261Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === CONT  TestMountDaemonRoot/rslave/bind_root
23:31:42 [2022-10-04T23:31:42.261Z] === CONT  TestMountDaemonRoot/rshared/bind_root
23:31:42 [2022-10-04T23:31:42.261Z] === CONT  TestMountDaemonRoot/default/bind_root
23:31:42 [2022-10-04T23:31:42.261Z] === CONT  TestMountDaemonRoot/default/mount_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === CONT  TestMountDaemonRoot/default/mount_root
23:31:42 [2022-10-04T23:31:42.261Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
23:31:42 [2022-10-04T23:31:42.261Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
23:31:42 [2022-10-04T23:31:42.520Z] === CONT  TestMountDaemonRoot/rslave/mount_root
23:31:42 [2022-10-04T23:31:42.520Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
23:31:42 [2022-10-04T23:31:42.520Z] === CONT  TestMountDaemonRoot/slave/bind_root
23:31:42 [2022-10-04T23:31:42.520Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
23:31:42 [2022-10-04T23:31:42.520Z] === CONT  TestMountDaemonRoot/rshared/mount_root
23:31:42 [2022-10-04T23:31:42.520Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
23:31:42 [2022-10-04T23:31:42.520Z] === CONT  TestMountDaemonRoot/private/mount_subpath
23:31:42 [2022-10-04T23:31:42.780Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
23:31:42 [2022-10-04T23:31:42.780Z] === CONT  TestMountDaemonRoot/slave/mount_root
23:31:42 [2022-10-04T23:31:42.780Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
23:31:42 [2022-10-04T23:31:42.780Z] === CONT  TestMountDaemonRoot/private/mount_root
23:31:42 [2022-10-04T23:31:42.780Z] === CONT  TestMountDaemonRoot/private/bind_subpath
23:31:42 [2022-10-04T23:31:42.780Z] === CONT  TestMountDaemonRoot/private/bind_root
23:31:42 [2022-10-04T23:31:42.780Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
23:31:42 [2022-10-04T23:31:42.780Z] === CONT  TestMountDaemonRoot/shared/mount_root
23:31:42 [2022-10-04T23:31:42.780Z] === CONT  TestMountDaemonRoot/shared/bind_root
23:31:42 [2022-10-04T23:31:42.780Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
23:31:42 [2022-10-04T23:31:42.780Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
23:31:42 [2022-10-04T23:31:42.780Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
23:31:42 [2022-10-04T23:31:42.780Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
23:31:42 [2022-10-04T23:31:42.780Z] --- PASS: TestMountDaemonRoot (0.02s)
23:31:42 [2022-10-04T23:31:42.780Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
23:31:42 [2022-10-04T23:31:42.780Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.11s)
23:31:42 [2022-10-04T23:31:42.780Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
23:31:42 [2022-10-04T23:31:42.780Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
23:31:42 [2022-10-04T23:31:42.780Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
23:31:42 [2022-10-04T23:31:42.780Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
23:31:42 [2022-10-04T23:31:42.780Z]     --- PASS: TestMountDaemonRoot/rprivate (0.02s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
23:31:42 [2022-10-04T23:31:42.780Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
23:31:42 [2022-10-04T23:31:42.780Z] === RUN   TestContainerBindMountNonRecursive
23:31:44 [2022-10-04T23:31:44.158Z] --- PASS: TestContainerBindMountNonRecursive (1.34s)
23:31:44 [2022-10-04T23:31:44.158Z] === RUN   TestContainerVolumesMountedAsShared
23:31:44 [2022-10-04T23:31:44.730Z] --- PASS: TestContainerVolumesMountedAsShared (0.47s)
23:31:44 [2022-10-04T23:31:44.730Z] === RUN   TestContainerVolumesMountedAsSlave
23:31:44 [2022-10-04T23:31:44.989Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s)
23:31:44 [2022-10-04T23:31:44.989Z] === RUN   TestNetworkNat
23:31:45 [2022-10-04T23:31:45.558Z] --- PASS: TestNetworkNat (0.53s)
23:31:45 [2022-10-04T23:31:45.558Z] === RUN   TestNetworkLocalhostTCPNat
23:31:46 [2022-10-04T23:31:46.128Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s)
23:31:46 [2022-10-04T23:31:46.128Z] === RUN   TestNetworkLoopbackNat
23:31:48 [2022-10-04T23:31:48.664Z] --- PASS: TestNetworkLoopbackNat (2.73s)
23:31:48 [2022-10-04T23:31:48.664Z] === RUN   TestPause
23:31:49 [2022-10-04T23:31:49.233Z] --- PASS: TestPause (0.47s)
23:31:49 [2022-10-04T23:31:49.233Z] === RUN   TestPauseFailsOnWindowsServerContainers
23:31:49 [2022-10-04T23:31:49.233Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:31:49 [2022-10-04T23:31:49.233Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
23:31:49 [2022-10-04T23:31:49.233Z] === RUN   TestPauseStopPausedContainer
23:31:49 [2022-10-04T23:31:49.801Z] --- PASS: TestPauseStopPausedContainer (0.48s)
23:31:49 [2022-10-04T23:31:49.801Z] === RUN   TestPsFilter
23:31:49 [2022-10-04T23:31:49.801Z] --- PASS: TestPsFilter (0.17s)
23:31:49 [2022-10-04T23:31:49.801Z] === RUN   TestRemoveContainerWithRemovedVolume
23:31:50 [2022-10-04T23:31:50.369Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s)
23:31:50 [2022-10-04T23:31:50.369Z] === RUN   TestRemoveContainerWithVolume
23:31:50 [2022-10-04T23:31:50.938Z] --- PASS: TestRemoveContainerWithVolume (0.45s)
23:31:50 [2022-10-04T23:31:50.938Z] === RUN   TestRemoveContainerRunning
23:31:51 [2022-10-04T23:31:51.170Z] --- PASS: TestBuildWithHugeFile (52.91s)
23:31:51 [2022-10-04T23:31:51.170Z] === RUN   TestBuildWithEmptyDockerfile
23:31:51 [2022-10-04T23:31:51.170Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:31:51 [2022-10-04T23:31:51.170Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:31:51 [2022-10-04T23:31:51.170Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:31:51 [2022-10-04T23:31:51.170Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:31:51 [2022-10-04T23:31:51.170Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:31:51 [2022-10-04T23:31:51.170Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:31:51 [2022-10-04T23:31:51.170Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:31:51 [2022-10-04T23:31:51.170Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:31:51 [2022-10-04T23:31:51.170Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:31:51 [2022-10-04T23:31:51.170Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
23:31:51 [2022-10-04T23:31:51.170Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s)
23:31:51 [2022-10-04T23:31:51.170Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s)
23:31:51 [2022-10-04T23:31:51.170Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
23:31:51 [2022-10-04T23:31:51.170Z] === RUN   TestBuildPreserveOwnership
23:31:51 [2022-10-04T23:31:51.170Z] === RUN   TestBuildPreserveOwnership/copy_from
23:31:51 [2022-10-04T23:31:51.197Z] --- PASS: TestRemoveContainerRunning (0.46s)
23:31:51 [2022-10-04T23:31:51.197Z] === RUN   TestRemoveContainerForceRemoveRunning
23:31:51 [2022-10-04T23:31:51.765Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s)
23:31:51 [2022-10-04T23:31:51.765Z] === RUN   TestRemoveInvalidContainer
23:31:51 [2022-10-04T23:31:51.765Z] --- PASS: TestRemoveInvalidContainer (0.01s)
23:31:51 [2022-10-04T23:31:51.765Z] === RUN   TestRenameLinkedContainer
23:31:53 [2022-10-04T23:31:53.076Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
23:31:53 [2022-10-04T23:31:53.372Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
23:31:53 [2022-10-04T23:31:53.372Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
23:31:53 [2022-10-04T23:31:53.372Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
23:31:53 [2022-10-04T23:31:53.677Z] --- PASS: TestRenameLinkedContainer (1.88s)
23:31:53 [2022-10-04T23:31:53.677Z] === RUN   TestRenameStoppedContainer
23:31:53 [2022-10-04T23:31:53.938Z] --- PASS: TestRenameStoppedContainer (0.47s)
23:31:53 [2022-10-04T23:31:53.938Z] === RUN   TestRenameRunningContainerAndReuse
23:31:54 [2022-10-04T23:31:54.876Z] --- PASS: TestRenameRunningContainerAndReuse (0.89s)
23:31:54 [2022-10-04T23:31:54.876Z] === RUN   TestRenameInvalidName
23:31:55 [2022-10-04T23:31:55.444Z] --- PASS: TestRenameInvalidName (0.45s)
23:31:55 [2022-10-04T23:31:55.444Z] === RUN   TestRenameAnonymousContainer
23:31:55 [2022-10-04T23:31:55.906Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
23:31:56 [2022-10-04T23:31:56.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
23:31:57 [2022-10-04T23:31:57.274Z] --- PASS: TestBuildPreserveOwnership (9.88s)
23:31:57 [2022-10-04T23:31:57.274Z]     --- PASS: TestBuildPreserveOwnership/copy_from (5.87s)
23:31:57 [2022-10-04T23:31:57.274Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
23:31:57 [2022-10-04T23:31:57.274Z] === RUN   TestBuildPlatformInvalid
23:31:57 [2022-10-04T23:31:57.274Z] --- PASS: TestBuildPlatformInvalid (0.07s)
23:31:57 [2022-10-04T23:31:57.274Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
23:31:57 [2022-10-04T23:31:57.274Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
23:31:57 [2022-10-04T23:31:57.274Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
23:31:57 [2022-10-04T23:31:57.274Z] PASS
23:31:57 [2022-10-04T23:31:57.274Z] 
23:31:57 [2022-10-04T23:31:57.274Z] === Skipped
23:31:57 [2022-10-04T23:31:57.274Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
23:31:57 [2022-10-04T23:31:57.274Z]     build_session_test.go:25: TODO: BuildKit
23:31:57 [2022-10-04T23:31:57.274Z] 
23:31:57 [2022-10-04T23:31:57.274Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
23:31:57 [2022-10-04T23:31:57.274Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
23:31:57 [2022-10-04T23:31:57.274Z] 
23:31:57 [2022-10-04T23:31:57.274Z] DONE 33 tests, 2 skipped in 116.283s
23:31:57 [2022-10-04T23:31:57.274Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
23:31:57 [2022-10-04T23:31:57.274Z] INFO: Testing against a local daemon
23:31:57 [2022-10-04T23:31:57.274Z] === RUN   TestConfigInspect
23:31:57 [2022-10-04T23:31:57.274Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:31:57 [2022-10-04T23:31:57.274Z] --- SKIP: TestConfigInspect (0.02s)
23:31:57 [2022-10-04T23:31:57.274Z] === RUN   TestConfigList
23:31:57 [2022-10-04T23:31:57.274Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:31:57 [2022-10-04T23:31:57.351Z] --- PASS: TestRenameAnonymousContainer (1.57s)
23:31:57 [2022-10-04T23:31:57.351Z] === RUN   TestRenameContainerWithSameName
23:31:57 [2022-10-04T23:31:57.351Z] --- PASS: TestRenameContainerWithSameName (0.43s)
23:31:57 [2022-10-04T23:31:57.351Z] === RUN   TestRenameContainerWithLinkedContainer
23:31:57 [2022-10-04T23:31:57.533Z] --- SKIP: TestConfigList (0.02s)
23:31:57 [2022-10-04T23:31:57.533Z] === RUN   TestConfigsCreateAndDelete
23:31:57 [2022-10-04T23:31:57.533Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:31:57 [2022-10-04T23:31:57.533Z] --- SKIP: TestConfigsCreateAndDelete (0.02s)
23:31:57 [2022-10-04T23:31:57.533Z] === RUN   TestConfigsUpdate
23:31:57 [2022-10-04T23:31:57.533Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:31:57 [2022-10-04T23:31:57.533Z] --- SKIP: TestConfigsUpdate (0.01s)
23:31:57 [2022-10-04T23:31:57.533Z] === RUN   TestTemplatedConfig
23:31:57 [2022-10-04T23:31:57.534Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:31:57 [2022-10-04T23:31:57.534Z] --- SKIP: TestTemplatedConfig (0.00s)
23:31:57 [2022-10-04T23:31:57.534Z] === RUN   TestConfigCreateResolve
23:31:57 [2022-10-04T23:31:57.534Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:31:57 [2022-10-04T23:31:57.534Z] --- SKIP: TestConfigCreateResolve (0.01s)
23:31:57 [2022-10-04T23:31:57.534Z] === RUN   TestConfigDaemonLibtrustID
23:31:58 [2022-10-04T23:31:58.290Z] --- PASS: TestRenameContainerWithLinkedContainer (0.93s)
23:31:58 [2022-10-04T23:31:58.291Z] === RUN   TestResize
23:31:58 [2022-10-04T23:31:58.859Z] --- PASS: TestResize (0.46s)
23:31:58 [2022-10-04T23:31:58.859Z] === RUN   TestResizeWithInvalidSize
23:31:58 [2022-10-04T23:31:58.912Z] --- PASS: TestConfigDaemonLibtrustID (1.56s)
23:31:58 [2022-10-04T23:31:58.912Z] PASS
23:31:58 [2022-10-04T23:31:58.912Z] 
23:31:58 [2022-10-04T23:31:58.912Z] === Skipped
23:31:58 [2022-10-04T23:31:58.912Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
23:31:58 [2022-10-04T23:31:58.912Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:31:58 [2022-10-04T23:31:58.912Z] 
23:31:58 [2022-10-04T23:31:58.912Z] === SKIP: amd64.integration.config TestConfigList (0.02s)
23:31:58 [2022-10-04T23:31:58.912Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:31:58 [2022-10-04T23:31:58.912Z] 
23:31:58 [2022-10-04T23:31:58.912Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s)
23:31:58 [2022-10-04T23:31:58.912Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:31:58 [2022-10-04T23:31:58.912Z] 
23:31:58 [2022-10-04T23:31:58.912Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
23:31:58 [2022-10-04T23:31:58.912Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:31:58 [2022-10-04T23:31:58.912Z] 
23:31:58 [2022-10-04T23:31:58.912Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
23:31:58 [2022-10-04T23:31:58.912Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:31:58 [2022-10-04T23:31:58.912Z] 
23:31:58 [2022-10-04T23:31:58.912Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
23:31:58 [2022-10-04T23:31:58.912Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:31:58 [2022-10-04T23:31:58.912Z] 
23:31:58 [2022-10-04T23:31:58.912Z] DONE 7 tests, 6 skipped in 1.735s
23:31:58 [2022-10-04T23:31:58.912Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
23:31:59 [2022-10-04T23:31:59.172Z] INFO: Testing against a local daemon
23:31:59 [2022-10-04T23:31:59.172Z] === RUN   TestCheckpoint
23:31:59 [2022-10-04T23:31:59.172Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:31:59 [2022-10-04T23:31:59.172Z] --- SKIP: TestCheckpoint (0.00s)
23:31:59 [2022-10-04T23:31:59.172Z] === RUN   TestContainerInvalidJSON
23:31:59 [2022-10-04T23:31:59.172Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:31:59 [2022-10-04T23:31:59.172Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:31:59 [2022-10-04T23:31:59.172Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:31:59 [2022-10-04T23:31:59.172Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:31:59 [2022-10-04T23:31:59.172Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:31:59 [2022-10-04T23:31:59.172Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:31:59 [2022-10-04T23:31:59.172Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:31:59 [2022-10-04T23:31:59.172Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:31:59 [2022-10-04T23:31:59.172Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:31:59 [2022-10-04T23:31:59.172Z] --- PASS: TestContainerInvalidJSON (0.01s)
23:31:59 [2022-10-04T23:31:59.172Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:31:59 [2022-10-04T23:31:59.172Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:31:59 [2022-10-04T23:31:59.172Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:31:59 [2022-10-04T23:31:59.172Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:31:59 [2022-10-04T23:31:59.172Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
23:31:59 [2022-10-04T23:31:59.172Z] === RUN   TestCopyFromContainerPathIsNotDir
23:31:59 [2022-10-04T23:31:59.172Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
23:31:59 [2022-10-04T23:31:59.172Z] === RUN   TestCopyToContainerPathDoesNotExist
23:31:59 [2022-10-04T23:31:59.427Z] --- PASS: TestResizeWithInvalidSize (0.52s)
23:31:59 [2022-10-04T23:31:59.427Z] === RUN   TestResizeWhenContainerNotStarted
23:31:59 [2022-10-04T23:31:59.431Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
23:31:59 [2022-10-04T23:31:59.431Z] === RUN   TestCopyToContainerPathIsNotDir
23:31:59 [2022-10-04T23:31:59.431Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
23:31:59 [2022-10-04T23:31:59.431Z] === RUN   TestCopyFromContainer
23:31:59 [2022-10-04T23:31:59.687Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s)
23:31:59 [2022-10-04T23:31:59.687Z] === RUN   TestDaemonRestartKillContainers
23:31:59 [2022-10-04T23:31:59.687Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:31:59 [2022-10-04T23:31:59.687Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:31:59 [2022-10-04T23:31:59.749Z] INFO: Extraction ended at 10/04/2022 23:31:55. Duration:00:00:30.1182762
23:31:59 [2022-10-04T23:31:59.749Z] INFO: Updating the golang and path environment variables
23:31:59 [2022-10-04T23:31:59.749Z] INFO: GOPATH=d:\gopath
23:31:59 [2022-10-04T23:31:59.749Z] INFO: go version go1.18.7 windows/amd64
23:31:59 [2022-10-04T23:31:59.749Z] INFO: Running the daemon under test in debug mode
23:31:59 [2022-10-04T23:31:59.749Z] INFO: Starting a daemon under test...
23:31:59 [2022-10-04T23:31:59.749Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-44247\5\daemon --pidfile d:\CI\PR-44247\5\docker.pid -D
23:31:59 [2022-10-04T23:31:59.749Z] INFO: Process started successfully.
23:31:59 [2022-10-04T23:31:59.749Z] INFO: Start tailing logs of the daemon under tests
23:31:59 [2022-10-04T23:31:59.749Z] INFO: Waiting for the daemon under test to start...
23:31:59 [2022-10-04T23:31:59.760Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
23:32:01 [2022-10-04T23:32:01.067Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:32:01 [2022-10-04T23:32:01.642Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:32:03 [2022-10-04T23:32:03.048Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:32:03 [2022-10-04T23:32:03.048Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCopyFromContainer//
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCopyFromContainer//bar/root
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCopyFromContainer//bar/root/
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCopyFromContainer/bar/quux
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCopyFromContainer/bar/quux/
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCopyFromContainer/bar/notarget
23:32:03 [2022-10-04T23:32:03.626Z] --- PASS: TestCopyFromContainer (4.33s)
23:32:03 [2022-10-04T23:32:03.626Z]     --- PASS: TestCopyFromContainer// (0.05s)
23:32:03 [2022-10-04T23:32:03.626Z]     --- PASS: TestCopyFromContainer//bar/root (0.05s)
23:32:03 [2022-10-04T23:32:03.626Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
23:32:03 [2022-10-04T23:32:03.626Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
23:32:03 [2022-10-04T23:32:03.626Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
23:32:03 [2022-10-04T23:32:03.626Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
23:32:03 [2022-10-04T23:32:03.626Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
23:32:03 [2022-10-04T23:32:03.626Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
23:32:03 [2022-10-04T23:32:03.626Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
23:32:03 [2022-10-04T23:32:03.626Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:32:03 [2022-10-04T23:32:03.626Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:32:03 [2022-10-04T23:32:03.626Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
23:32:03 [2022-10-04T23:32:03.626Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
23:32:03 [2022-10-04T23:32:03.626Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:32:03 [2022-10-04T23:32:03.626Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
23:32:03 [2022-10-04T23:32:03.626Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:32:03 [2022-10-04T23:32:03.626Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
23:32:03 [2022-10-04T23:32:03.626Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
23:32:03 [2022-10-04T23:32:03.626Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
23:32:03 [2022-10-04T23:32:03.626Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCreateLinkToNonExistingContainer
23:32:03 [2022-10-04T23:32:03.626Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCreateWithInvalidEnv
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCreateWithInvalidEnv/0
23:32:03 [2022-10-04T23:32:03.626Z] === PAUSE TestCreateWithInvalidEnv/0
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCreateWithInvalidEnv/1
23:32:03 [2022-10-04T23:32:03.626Z] === PAUSE TestCreateWithInvalidEnv/1
23:32:03 [2022-10-04T23:32:03.626Z] === RUN   TestCreateWithInvalidEnv/2
23:32:03 [2022-10-04T23:32:03.626Z] === PAUSE TestCreateWithInvalidEnv/2
23:32:03 [2022-10-04T23:32:03.886Z] === CONT  TestCreateWithInvalidEnv/0
23:32:03 [2022-10-04T23:32:03.886Z] === CONT  TestCreateWithInvalidEnv/2
23:32:03 [2022-10-04T23:32:03.886Z] === CONT  TestCreateWithInvalidEnv/1
23:32:03 [2022-10-04T23:32:03.886Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
23:32:03 [2022-10-04T23:32:03.886Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
23:32:03 [2022-10-04T23:32:03.886Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
23:32:03 [2022-10-04T23:32:03.886Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
23:32:03 [2022-10-04T23:32:03.886Z] === RUN   TestCreateTmpfsMountsTarget
23:32:03 [2022-10-04T23:32:03.886Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
23:32:03 [2022-10-04T23:32:03.886Z] === RUN   TestCreateWithCustomMaskedPaths
23:32:04 [2022-10-04T23:32:04.430Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:32:04 [2022-10-04T23:32:04.430Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:32:04 [2022-10-04T23:32:04.826Z] --- PASS: TestCreateWithCustomMaskedPaths (1.15s)
23:32:04 [2022-10-04T23:32:04.826Z] === RUN   TestCreateWithCustomReadonlyPaths
23:32:06 [2022-10-04T23:32:06.207Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.14s)
23:32:06 [2022-10-04T23:32:06.207Z] === RUN   TestCreateWithInvalidHealthcheckParams
23:32:06 [2022-10-04T23:32:06.207Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:32:06 [2022-10-04T23:32:06.207Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:32:06 [2022-10-04T23:32:06.208Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:32:06 [2022-10-04T23:32:06.208Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:32:06 [2022-10-04T23:32:06.208Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:32:06 [2022-10-04T23:32:06.208Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:32:06 [2022-10-04T23:32:06.208Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:32:06 [2022-10-04T23:32:06.208Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:32:06 [2022-10-04T23:32:06.208Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:32:06 [2022-10-04T23:32:06.208Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:32:06 [2022-10-04T23:32:06.208Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:32:06 [2022-10-04T23:32:06.208Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:32:06 [2022-10-04T23:32:06.208Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:32:06 [2022-10-04T23:32:06.208Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:32:06 [2022-10-04T23:32:06.208Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:32:06 [2022-10-04T23:32:06.208Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
23:32:06 [2022-10-04T23:32:06.208Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
23:32:06 [2022-10-04T23:32:06.208Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
23:32:06 [2022-10-04T23:32:06.208Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
23:32:06 [2022-10-04T23:32:06.208Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
23:32:06 [2022-10-04T23:32:06.208Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
23:32:06 [2022-10-04T23:32:06.208Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
23:32:06 [2022-10-04T23:32:06.334Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:32:06 [2022-10-04T23:32:06.467Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.37s)
23:32:06 [2022-10-04T23:32:06.467Z] === RUN   TestCreateDifferentPlatform
23:32:06 [2022-10-04T23:32:06.467Z] === RUN   TestCreateDifferentPlatform/different_os
23:32:06 [2022-10-04T23:32:06.467Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
23:32:06 [2022-10-04T23:32:06.467Z] --- PASS: TestCreateDifferentPlatform (0.02s)
23:32:06 [2022-10-04T23:32:06.467Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
23:32:06 [2022-10-04T23:32:06.467Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
23:32:06 [2022-10-04T23:32:06.468Z] === RUN   TestCreateVolumesFromNonExistingContainer
23:32:06 [2022-10-04T23:32:06.468Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
23:32:06 [2022-10-04T23:32:06.468Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
23:32:06 [2022-10-04T23:32:06.468Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
23:32:06 [2022-10-04T23:32:06.468Z] === RUN   TestContainerStartOnDaemonRestart
23:32:06 [2022-10-04T23:32:06.468Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
23:32:06 [2022-10-04T23:32:06.468Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
23:32:06 [2022-10-04T23:32:06.468Z] === RUN   TestDaemonRestartIpcMode
23:32:06 [2022-10-04T23:32:06.468Z] === PAUSE TestDaemonRestartIpcMode
23:32:06 [2022-10-04T23:32:06.468Z] === RUN   TestDaemonHostGatewayIP
23:32:06 [2022-10-04T23:32:06.468Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
23:32:06 [2022-10-04T23:32:06.468Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
23:32:06 [2022-10-04T23:32:06.468Z] === RUN   TestRestartDaemonWithRestartingContainer
23:32:06 [2022-10-04T23:32:06.468Z] === PAUSE TestRestartDaemonWithRestartingContainer
23:32:06 [2022-10-04T23:32:06.468Z] === RUN   TestContainerKillOnDaemonStart
23:32:06 [2022-10-04T23:32:06.468Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
23:32:06 [2022-10-04T23:32:06.468Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
23:32:06 [2022-10-04T23:32:06.468Z] === RUN   TestDiff
23:32:06 [2022-10-04T23:32:06.593Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:32:07 [2022-10-04T23:32:07.036Z] --- PASS: TestDiff (0.41s)
23:32:07 [2022-10-04T23:32:07.036Z] === RUN   TestExecWithCloseStdin
23:32:07 [2022-10-04T23:32:07.606Z] --- PASS: TestExecWithCloseStdin (0.44s)
23:32:07 [2022-10-04T23:32:07.606Z] === RUN   TestExec
23:32:07 [2022-10-04T23:32:07.866Z] --- PASS: TestExec (0.46s)
23:32:07 [2022-10-04T23:32:07.866Z] === RUN   TestExecUser
23:32:07 [2022-10-04T23:32:07.928Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
23:32:08 [2022-10-04T23:32:08.436Z] --- PASS: TestExecUser (0.43s)
23:32:08 [2022-10-04T23:32:08.436Z] === RUN   TestExportContainerAndImportImage
23:32:08 [2022-10-04T23:32:08.500Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:32:08 [2022-10-04T23:32:08.501Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:32:09 [2022-10-04T23:32:09.005Z] --- PASS: TestExportContainerAndImportImage (0.52s)
23:32:09 [2022-10-04T23:32:09.005Z] === RUN   TestExportContainerAfterDaemonRestart
23:32:10 [2022-10-04T23:32:10.407Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
23:32:10 [2022-10-04T23:32:10.407Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.40s)
23:32:10 [2022-10-04T23:32:10.407Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.86s)
23:32:10 [2022-10-04T23:32:10.407Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.36s)
23:32:10 [2022-10-04T23:32:10.407Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.87s)
23:32:10 [2022-10-04T23:32:10.407Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.39s)
23:32:10 [2022-10-04T23:32:10.407Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.37s)
23:32:10 [2022-10-04T23:32:10.407Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.96s)
23:32:10 [2022-10-04T23:32:10.407Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.16s)
23:32:10 [2022-10-04T23:32:10.407Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.97s)
23:32:10 [2022-10-04T23:32:10.407Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.85s)
23:32:10 [2022-10-04T23:32:10.407Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.80s)
23:32:10 [2022-10-04T23:32:10.407Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.73s)
23:32:10 [2022-10-04T23:32:10.407Z] === RUN   TestCgroupNamespacesRun
23:32:11 [2022-10-04T23:32:11.210Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
23:32:11 [2022-10-04T23:32:11.345Z] --- PASS: TestCgroupNamespacesRun (1.20s)
23:32:11 [2022-10-04T23:32:11.345Z] === RUN   TestCgroupNamespacesRunPrivileged
23:32:11 [2022-10-04T23:32:11.345Z]     run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
23:32:11 [2022-10-04T23:32:11.345Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
23:32:11 [2022-10-04T23:32:11.345Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
23:32:12 [2022-10-04T23:32:12.298Z] --- PASS: TestExportContainerAfterDaemonRestart (3.30s)
23:32:12 [2022-10-04T23:32:12.298Z] === RUN   TestHealthCheckWorkdir
23:32:12 [2022-10-04T23:32:12.557Z] --- PASS: TestHealthCheckWorkdir (0.53s)
23:32:12 [2022-10-04T23:32:12.557Z] === RUN   TestHealthKillContainer
23:32:12 [2022-10-04T23:32:12.722Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.19s)
23:32:12 [2022-10-04T23:32:12.722Z] === RUN   TestCgroupNamespacesRunHostMode
23:32:13 [2022-10-04T23:32:13.661Z] --- PASS: TestCgroupNamespacesRunHostMode (1.18s)
23:32:13 [2022-10-04T23:32:13.661Z] === RUN   TestCgroupNamespacesRunPrivateMode
23:32:13 [2022-10-04T23:32:13.739Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
23:32:15 [2022-10-04T23:32:15.041Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.24s)
23:32:15 [2022-10-04T23:32:15.041Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
23:32:15 [2022-10-04T23:32:15.115Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
23:32:15 [2022-10-04T23:32:15.179Z] .....INFO: Daemon under test started and replied!
23:32:15 [2022-10-04T23:32:15.179Z] INFO: Docker version of the daemon under test
23:32:15 [2022-10-04T23:32:15.179Z] 
23:32:15 [2022-10-04T23:32:15.687Z] Client:
23:32:15 [2022-10-04T23:32:15.687Z]  Version:      17.06.2-ce
23:32:15 [2022-10-04T23:32:15.687Z]  API version:  1.30
23:32:15 [2022-10-04T23:32:15.687Z]  Go version:   go1.8.3
23:32:15 [2022-10-04T23:32:15.687Z]  Git commit:   cec0b72
23:32:15 [2022-10-04T23:32:15.687Z]  Built:        Tue Sep  5 19:57:19 2017
23:32:15 [2022-10-04T23:32:15.687Z]  OS/Arch:      windows/amd64
23:32:15 [2022-10-04T23:32:15.687Z] 
23:32:15 [2022-10-04T23:32:15.687Z] Server:
23:32:15 [2022-10-04T23:32:15.687Z]  Version:      0.0.0-dev
23:32:15 [2022-10-04T23:32:15.687Z]  API version:  1.41 (minimum version 1.24)
23:32:15 [2022-10-04T23:32:15.687Z]  Go version:   go1.18.7
23:32:15 [2022-10-04T23:32:15.687Z]  Git commit:   11bdbf40b9
23:32:15 [2022-10-04T23:32:15.687Z]  Built:        10/04/2022 23:30:01
23:32:15 [2022-10-04T23:32:15.687Z]  OS/Arch:      windows/amd64
23:32:15 [2022-10-04T23:32:15.687Z]  Experimental: false
23:32:15 [2022-10-04T23:32:15.687Z] 
23:32:15 [2022-10-04T23:32:15.687Z] INFO: Docker info of the daemon under test
23:32:15 [2022-10-04T23:32:15.687Z] 
23:32:15 [2022-10-04T23:32:15.687Z] Containers: 0
23:32:15 [2022-10-04T23:32:15.687Z]  Running: 0
23:32:15 [2022-10-04T23:32:15.687Z]  Paused: 0
23:32:15 [2022-10-04T23:32:15.687Z]  Stopped: 0
23:32:15 [2022-10-04T23:32:15.687Z] Images: 0
23:32:15 [2022-10-04T23:32:15.687Z] Server Version: 0.0.0-dev
23:32:15 [2022-10-04T23:32:15.687Z] Storage Driver: windowsfilter
23:32:15 [2022-10-04T23:32:15.687Z]  Windows: 
23:32:15 [2022-10-04T23:32:15.687Z] Logging Driver: json-file
23:32:15 [2022-10-04T23:32:15.687Z] Plugins: 
23:32:15 [2022-10-04T23:32:15.687Z]  Volume: local
23:32:15 [2022-10-04T23:32:15.687Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
23:32:15 [2022-10-04T23:32:15.687Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
23:32:15 [2022-10-04T23:32:15.687Z] Swarm: inactive
23:32:15 [2022-10-04T23:32:15.687Z] Default Isolation: process
23:32:15 [2022-10-04T23:32:15.687Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
23:32:15 [2022-10-04T23:32:15.687Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183)
23:32:15 [2022-10-04T23:32:15.687Z] OSType: windows
23:32:15 [2022-10-04T23:32:15.687Z] Architecture: x86_64
23:32:15 [2022-10-04T23:32:15.687Z] CPUs: 4
23:32:15 [2022-10-04T23:32:15.687Z] Total Memory: 32GiB
23:32:15 [2022-10-04T23:32:15.687Z] Name: azwin-2-4c94e0
23:32:15 [2022-10-04T23:32:15.687Z] ID: WMZN:63V6:2QOX:XXEK:AKSA:XWOT:HBGQ:54OQ:GUOU:MBXH:DSEI:HQJK
23:32:15 [2022-10-04T23:32:15.687Z] Docker Root Dir: D:\CI\PR-44247\5\daemon
23:32:15 [2022-10-04T23:32:15.687Z] Debug Mode (client): false
23:32:15 [2022-10-04T23:32:15.687Z] Debug Mode (server): true
23:32:15 [2022-10-04T23:32:15.687Z]  File Descriptors: -1
23:32:15 [2022-10-04T23:32:15.687Z]  Goroutines: 16
23:32:15 [2022-10-04T23:32:15.687Z]  System Time: 2022-10-04T23:32:15.2245022Z
23:32:15 [2022-10-04T23:32:15.687Z]  EventsListeners: 0
23:32:15 [2022-10-04T23:32:15.687Z] Registry: https://index.docker.io/v1/
23:32:15 [2022-10-04T23:32:15.687Z] Labels:
23:32:15 [2022-10-04T23:32:15.687Z] Experimental: false
23:32:15 [2022-10-04T23:32:15.687Z] Insecure Registries:
23:32:15 [2022-10-04T23:32:15.687Z]  127.0.0.0/8
23:32:15 [2022-10-04T23:32:15.687Z] Live Restore Enabled: false
23:32:15 [2022-10-04T23:32:15.687Z] 
23:32:15 [2022-10-04T23:32:15.687Z] 
23:32:15 [2022-10-04T23:32:15.687Z] INFO: Docker images of the daemon under test
23:32:15 [2022-10-04T23:32:15.687Z] 
23:32:15 [2022-10-04T23:32:15.687Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
23:32:15 [2022-10-04T23:32:15.687Z] 
23:32:15 [2022-10-04T23:32:15.687Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
23:32:15 [2022-10-04T23:32:15.687Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
23:32:16 [2022-10-04T23:32:16.192Z] ltsc2019: Pulling from windows/servercore
23:32:16 [2022-10-04T23:32:16.420Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.26s)
23:32:16 [2022-10-04T23:32:16.420Z] === RUN   TestCgroupNamespacesRunInvalidMode
23:32:16 [2022-10-04T23:32:16.700Z] b111c3320c94: Pulling fs layer
23:32:16 [2022-10-04T23:32:16.700Z] cee64bf279e2: Pulling fs layer
23:32:16 [2022-10-04T23:32:16.988Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s)
23:32:16 [2022-10-04T23:32:16.988Z] === RUN   TestCgroupNamespacesRunOlderClient
23:32:17 [2022-10-04T23:32:17.620Z] --- PASS: TestBuildWithHugeFile (58.35s)
23:32:17 [2022-10-04T23:32:17.620Z] === RUN   TestBuildWithEmptyDockerfile
23:32:17 [2022-10-04T23:32:17.620Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:32:17 [2022-10-04T23:32:17.620Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:32:17 [2022-10-04T23:32:17.620Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:32:17 [2022-10-04T23:32:17.620Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:32:17 [2022-10-04T23:32:17.621Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:32:17 [2022-10-04T23:32:17.621Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:32:17 [2022-10-04T23:32:17.621Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:32:17 [2022-10-04T23:32:17.621Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:32:17 [2022-10-04T23:32:17.621Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:32:17 [2022-10-04T23:32:17.621Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
23:32:17 [2022-10-04T23:32:17.621Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.07s)
23:32:17 [2022-10-04T23:32:17.621Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.07s)
23:32:17 [2022-10-04T23:32:17.621Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
23:32:17 [2022-10-04T23:32:17.621Z] === RUN   TestBuildPreserveOwnership
23:32:17 [2022-10-04T23:32:17.621Z] === RUN   TestBuildPreserveOwnership/copy_from
23:32:17 [2022-10-04T23:32:17.621Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
23:32:17 [2022-10-04T23:32:17.621Z] --- PASS: TestBuildPreserveOwnership (2.95s)
23:32:17 [2022-10-04T23:32:17.621Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.05s)
23:32:17 [2022-10-04T23:32:17.621Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.89s)
23:32:17 [2022-10-04T23:32:17.621Z] === RUN   TestBuildPlatformInvalid
23:32:17 [2022-10-04T23:32:17.621Z] --- PASS: TestBuildPlatformInvalid (0.07s)
23:32:17 [2022-10-04T23:32:17.621Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
23:32:17 [2022-10-04T23:32:17.621Z] Loaded image: busybox:latest
23:32:17 [2022-10-04T23:32:17.621Z] Loaded image: busybox:glibc
23:32:17 [2022-10-04T23:32:17.621Z] Loaded image: debian:bullseye-slim
23:32:17 [2022-10-04T23:32:17.621Z] Loaded image: hello-world:latest
23:32:17 [2022-10-04T23:32:17.621Z] Loaded image: arm32v7/hello-world:latest
23:32:17 [2022-10-04T23:32:17.644Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
23:32:17 [2022-10-04T23:32:17.927Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.21s)
23:32:17 [2022-10-04T23:32:17.927Z] === RUN   TestNISDomainname
23:32:18 [2022-10-04T23:32:18.496Z] --- PASS: TestNISDomainname (0.55s)
23:32:18 [2022-10-04T23:32:18.496Z] === RUN   TestHostnameDnsResolution
23:32:19 [2022-10-04T23:32:19.434Z] --- PASS: TestHostnameDnsResolution (0.71s)
23:32:19 [2022-10-04T23:32:19.434Z] === RUN   TestUnprivilegedPortsAndPing
23:32:20 [2022-10-04T23:32:20.004Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s)
23:32:20 [2022-10-04T23:32:20.004Z] === RUN   TestStats
23:32:20 [2022-10-04T23:32:20.176Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
23:32:20 [2022-10-04T23:32:20.679Z] --- PASS: TestHealthKillContainer (7.87s)
23:32:20 [2022-10-04T23:32:20.679Z] === RUN   TestHealthCheckProcessKilled
23:32:20 [2022-10-04T23:32:20.886Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.41s)
23:32:20 [2022-10-04T23:32:20.886Z] PASS
23:32:20 [2022-10-04T23:32:20.886Z] 
23:32:20 [2022-10-04T23:32:20.886Z] === Skipped
23:32:20 [2022-10-04T23:32:20.886Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
23:32:20 [2022-10-04T23:32:20.886Z]     build_session_test.go:25: TODO: BuildKit
23:32:20 [2022-10-04T23:32:20.886Z] 
23:32:20 [2022-10-04T23:32:20.886Z] DONE 33 tests, 1 skipped in 90.567s
23:32:20 [2022-10-04T23:32:20.886Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
23:32:20 [2022-10-04T23:32:20.886Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
23:32:20 [2022-10-04T23:32:20.886Z] ++ set -e
23:32:20 [2022-10-04T23:32:20.886Z] ++ '[' -n 0 ']'
23:32:20 [2022-10-04T23:32:20.886Z] ++ set -x
23:32:20 [2022-10-04T23:32:20.886Z] ++ 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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
23:32:21 [2022-10-04T23:32:21.142Z] INFO: Testing against a local daemon
23:32:21 [2022-10-04T23:32:21.142Z] === RUN   TestConfigInspect
23:32:21 [2022-10-04T23:32:21.290Z] --- PASS: TestHealthCheckProcessKilled (0.66s)
23:32:21 [2022-10-04T23:32:21.290Z] === RUN   TestInspectCpusetInConfigPre120
23:32:21 [2022-10-04T23:32:21.290Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
23:32:21 [2022-10-04T23:32:21.290Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
23:32:21 [2022-10-04T23:32:21.290Z] === RUN   TestIpcModeNone
23:32:21 [2022-10-04T23:32:21.557Z] --- PASS: TestIpcModeNone (0.47s)
23:32:21 [2022-10-04T23:32:21.557Z] === RUN   TestIpcModePrivate
23:32:22 [2022-10-04T23:32:22.148Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
23:32:22 [2022-10-04T23:32:22.148Z] --- PASS: TestIpcModePrivate (0.45s)
23:32:22 [2022-10-04T23:32:22.148Z] === RUN   TestIpcModeShareable
23:32:22 [2022-10-04T23:32:22.148Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
23:32:22 [2022-10-04T23:32:22.148Z] --- SKIP: TestIpcModeShareable (0.00s)
23:32:22 [2022-10-04T23:32:22.148Z] === RUN   TestAPIIpcModeShareableAndContainer
23:32:22 [2022-10-04T23:32:22.537Z] --- PASS: TestStats (2.49s)
23:32:22 [2022-10-04T23:32:22.537Z] === RUN   TestStopContainerWithTimeout
23:32:22 [2022-10-04T23:32:22.537Z] === RUN   TestStopContainerWithTimeout/0
23:32:22 [2022-10-04T23:32:22.537Z] === PAUSE TestStopContainerWithTimeout/0
23:32:22 [2022-10-04T23:32:22.537Z] === RUN   TestStopContainerWithTimeout/1
23:32:22 [2022-10-04T23:32:22.537Z] === PAUSE TestStopContainerWithTimeout/1
23:32:22 [2022-10-04T23:32:22.537Z] === RUN   TestStopContainerWithTimeout/3
23:32:22 [2022-10-04T23:32:22.537Z] === PAUSE TestStopContainerWithTimeout/3
23:32:22 [2022-10-04T23:32:22.537Z] === RUN   TestStopContainerWithTimeout/-1
23:32:22 [2022-10-04T23:32:22.537Z] === PAUSE TestStopContainerWithTimeout/-1
23:32:22 [2022-10-04T23:32:22.537Z] === CONT  TestStopContainerWithTimeout/0
23:32:22 [2022-10-04T23:32:22.537Z] === CONT  TestStopContainerWithTimeout/3
23:32:23 [2022-10-04T23:32:23.105Z] === CONT  TestStopContainerWithTimeout/-1
23:32:23 [2022-10-04T23:32:23.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
23:32:23 [2022-10-04T23:32:23.542Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.47s)
23:32:23 [2022-10-04T23:32:23.542Z] === RUN   TestAPIIpcModeHost
23:32:23 [2022-10-04T23:32:23.542Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
23:32:23 [2022-10-04T23:32:23.542Z] --- SKIP: TestAPIIpcModeHost (0.00s)
23:32:23 [2022-10-04T23:32:23.542Z] === RUN   TestDaemonIpcModeShareable
23:32:23 [2022-10-04T23:32:23.542Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
23:32:23 [2022-10-04T23:32:23.542Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
23:32:23 [2022-10-04T23:32:23.542Z] === RUN   TestDaemonIpcModePrivate
23:32:23 [2022-10-04T23:32:23.655Z] --- PASS: TestConfigInspect (2.38s)
23:32:23 [2022-10-04T23:32:23.655Z] === RUN   TestConfigList
23:32:24 [2022-10-04T23:32:24.480Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
23:32:25 [2022-10-04T23:32:25.008Z] === CONT  TestStopContainerWithTimeout/1
23:32:25 [2022-10-04T23:32:25.278Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
23:32:25 [2022-10-04T23:32:25.278Z] Copying nested executables into bundles/cross/linux/amd64
23:32:25 [2022-10-04T23:32:25.278Z] Cross building: bundles/cross/windows/amd64
23:32:25 [2022-10-04T23:32:25.278Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
23:32:25 [2022-10-04T23:32:25.278Z] GOOS="windows" GOARCH="amd64" GOARM=""
23:32:25 [2022-10-04T23:32:25.363Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
23:32:25 [2022-10-04T23:32:25.542Z] --- PASS: TestConfigList (2.11s)
23:32:25 [2022-10-04T23:32:25.542Z] === RUN   TestConfigsCreateAndDelete
23:32:25 [2022-10-04T23:32:25.860Z] --- PASS: TestDaemonIpcModePrivate (2.12s)
23:32:25 [2022-10-04T23:32:25.860Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:32:25 [2022-10-04T23:32:25.860Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
23:32:25 [2022-10-04T23:32:25.860Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
23:32:25 [2022-10-04T23:32:25.860Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:32:25 [2022-10-04T23:32:25.860Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
23:32:25 [2022-10-04T23:32:25.860Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
23:32:25 [2022-10-04T23:32:25.860Z] === RUN   TestIpcModeOlderClient
23:32:25 [2022-10-04T23:32:25.860Z] === PAUSE TestIpcModeOlderClient
23:32:25 [2022-10-04T23:32:25.860Z] === RUN   TestKillContainerInvalidSignal
23:32:26 [2022-10-04T23:32:26.120Z] --- PASS: TestKillContainerInvalidSignal (0.42s)
23:32:26 [2022-10-04T23:32:26.120Z] === RUN   TestKillContainer
23:32:26 [2022-10-04T23:32:26.120Z] === RUN   TestKillContainer/no_signal
23:32:26 [2022-10-04T23:32:26.380Z] === RUN   TestKillContainer/non_killing_signal
23:32:26 [2022-10-04T23:32:26.386Z] --- PASS: TestStopContainerWithTimeout (0.01s)
23:32:26 [2022-10-04T23:32:26.386Z]     --- PASS: TestStopContainerWithTimeout/0 (0.74s)
23:32:26 [2022-10-04T23:32:26.386Z]     --- PASS: TestStopContainerWithTimeout/3 (2.71s)
23:32:26 [2022-10-04T23:32:26.386Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.42s)
23:32:26 [2022-10-04T23:32:26.386Z]     --- PASS: TestStopContainerWithTimeout/1 (1.44s)
23:32:26 [2022-10-04T23:32:26.386Z] === RUN   TestDeleteDevicemapper
23:32:26 [2022-10-04T23:32:26.386Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:32:26 [2022-10-04T23:32:26.386Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:32:26 [2022-10-04T23:32:26.386Z] === RUN   TestStopContainerWithRestartPolicyAlways
23:32:26 [2022-10-04T23:32:26.639Z] === RUN   TestKillContainer/killing_signal
23:32:27 [2022-10-04T23:32:27.208Z] --- PASS: TestKillContainer (1.18s)
23:32:27 [2022-10-04T23:32:27.208Z]     --- PASS: TestKillContainer/no_signal (0.38s)
23:32:27 [2022-10-04T23:32:27.208Z]     --- PASS: TestKillContainer/non_killing_signal (0.25s)
23:32:27 [2022-10-04T23:32:27.208Z]     --- PASS: TestKillContainer/killing_signal (0.39s)
23:32:27 [2022-10-04T23:32:27.208Z] === RUN   TestKillWithStopSignalAndRestartPolicies
23:32:27 [2022-10-04T23:32:27.208Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
23:32:27 [2022-10-04T23:32:27.776Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
23:32:27 [2022-10-04T23:32:27.891Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
23:32:28 [2022-10-04T23:32:28.039Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.77s)
23:32:28 [2022-10-04T23:32:28.039Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.36s)
23:32:28 [2022-10-04T23:32:28.039Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s)
23:32:28 [2022-10-04T23:32:28.039Z] === RUN   TestKillStoppedContainer
23:32:28 [2022-10-04T23:32:28.039Z] --- PASS: TestKillStoppedContainer (0.04s)
23:32:28 [2022-10-04T23:32:28.039Z] === RUN   TestKillStoppedContainerAPIPre120
23:32:28 [2022-10-04T23:32:28.039Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
23:32:28 [2022-10-04T23:32:28.039Z] === RUN   TestKillDifferentUserContainer
23:32:28 [2022-10-04T23:32:28.060Z] --- PASS: TestConfigsCreateAndDelete (2.09s)
23:32:28 [2022-10-04T23:32:28.060Z] === RUN   TestConfigsUpdate
23:32:28 [2022-10-04T23:32:28.294Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.44s)
23:32:28 [2022-10-04T23:32:28.294Z] === RUN   TestUpdateMemory
23:32:28 [2022-10-04T23:32:28.553Z] --- PASS: TestUpdateMemory (0.57s)
23:32:28 [2022-10-04T23:32:28.553Z] === RUN   TestUpdateCPUQuota
23:32:28 [2022-10-04T23:32:28.609Z] --- PASS: TestKillDifferentUserContainer (0.43s)
23:32:28 [2022-10-04T23:32:28.609Z] === RUN   TestInspectOomKilledTrue
23:32:28 [2022-10-04T23:32:28.609Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
23:32:28 [2022-10-04T23:32:28.609Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
23:32:28 [2022-10-04T23:32:28.609Z] === RUN   TestInspectOomKilledFalse
23:32:28 [2022-10-04T23:32:28.609Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
23:32:28 [2022-10-04T23:32:28.609Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
23:32:28 [2022-10-04T23:32:28.609Z] === RUN   TestLinksEtcHostsContentMatch
23:32:28 [2022-10-04T23:32:28.609Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
23:32:28 [2022-10-04T23:32:28.609Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
23:32:28 [2022-10-04T23:32:28.609Z] === RUN   TestLinksContainerNames
23:32:29 [2022-10-04T23:32:29.491Z] --- PASS: TestUpdateCPUQuota (0.93s)
23:32:29 [2022-10-04T23:32:29.491Z] === RUN   TestUpdatePidsLimit
23:32:29 [2022-10-04T23:32:29.491Z] === RUN   TestUpdatePidsLimit/update_from_none
23:32:29 [2022-10-04T23:32:29.547Z] --- PASS: TestLinksContainerNames (0.80s)
23:32:29 [2022-10-04T23:32:29.547Z] === RUN   TestLogsFollowTailEmpty
23:32:29 [2022-10-04T23:32:29.750Z] === RUN   TestUpdatePidsLimit/no_change
23:32:29 [2022-10-04T23:32:29.807Z] --- PASS: TestLogsFollowTailEmpty (0.44s)
23:32:29 [2022-10-04T23:32:29.807Z] === RUN   TestContainerNetworkMountsNoChown
23:32:29 [2022-10-04T23:32:29.947Z] --- PASS: TestConfigsUpdate (2.12s)
23:32:29 [2022-10-04T23:32:29.947Z] === RUN   TestTemplatedConfig
23:32:30 [2022-10-04T23:32:30.010Z] === RUN   TestUpdatePidsLimit/update_lower
23:32:30 [2022-10-04T23:32:30.269Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
23:32:30 [2022-10-04T23:32:30.269Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
23:32:30 [2022-10-04T23:32:30.376Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s)
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/default
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/default
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/private
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/private
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/rprivate
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/rprivate
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/slave
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/slave
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/rslave
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/rslave
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/shared
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/shared
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/rshared
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/rshared
23:32:30 [2022-10-04T23:32:30.376Z] === CONT  TestMountDaemonRoot/default
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/default/bind_root
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/default/bind_root
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/default/bind_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/default/mount_root
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/default/mount_root
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/default/mount_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === CONT  TestMountDaemonRoot/default/bind_root
23:32:30 [2022-10-04T23:32:30.376Z] === CONT  TestMountDaemonRoot/rshared
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/rshared/bind_root
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/rshared/mount_root
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === CONT  TestMountDaemonRoot/rshared/bind_root
23:32:30 [2022-10-04T23:32:30.376Z] === CONT  TestMountDaemonRoot/shared
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/shared/bind_root
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/shared/bind_root
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/shared/mount_root
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/shared/mount_root
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === CONT  TestMountDaemonRoot/rslave
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/rslave/mount_root
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/rslave/bind_root
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === CONT  TestMountDaemonRoot/slave
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/slave/mount_root
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/slave/mount_root
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/slave/bind_root
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/slave/bind_root
23:32:30 [2022-10-04T23:32:30.376Z] === CONT  TestMountDaemonRoot/rprivate
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === CONT  TestMountDaemonRoot/private
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/private/bind_root
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/private/bind_root
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/private/bind_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/private/mount_root
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/private/mount_root
23:32:30 [2022-10-04T23:32:30.376Z] === RUN   TestMountDaemonRoot/private/mount_subpath
23:32:30 [2022-10-04T23:32:30.376Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
23:32:30 [2022-10-04T23:32:30.377Z] === CONT  TestMountDaemonRoot/default/mount_subpath
23:32:30 [2022-10-04T23:32:30.377Z] === CONT  TestMountDaemonRoot/default/mount_root
23:32:30 [2022-10-04T23:32:30.377Z] === CONT  TestMountDaemonRoot/default/bind_subpath
23:32:30 [2022-10-04T23:32:30.377Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
23:32:30 [2022-10-04T23:32:30.377Z] === CONT  TestMountDaemonRoot/rshared/mount_root
23:32:30 [2022-10-04T23:32:30.377Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
23:32:30 [2022-10-04T23:32:30.377Z] === CONT  TestMountDaemonRoot/shared/bind_root
23:32:30 [2022-10-04T23:32:30.377Z] === CONT  TestMountDaemonRoot/shared/mount_root
23:32:30 [2022-10-04T23:32:30.377Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
23:32:30 [2022-10-04T23:32:30.377Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
23:32:30 [2022-10-04T23:32:30.377Z] === CONT  TestMountDaemonRoot/rslave/mount_root
23:32:30 [2022-10-04T23:32:30.377Z] === CONT  TestMountDaemonRoot/rslave/bind_root
23:32:30 [2022-10-04T23:32:30.377Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
23:32:30 [2022-10-04T23:32:30.377Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
23:32:30 [2022-10-04T23:32:30.418Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
23:32:30 [2022-10-04T23:32:30.418Z] Using test binary docker
23:32:30 [2022-10-04T23:32:30.418Z] +++ /etc/init.d/apparmor start
23:32:30 [2022-10-04T23:32:30.418Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
23:32:30 [2022-10-04T23:32:30.418Z] INFO: Waiting for daemon to start...
23:32:30 [2022-10-04T23:32:30.418Z] Starting dockerd
23:32:30 [2022-10-04T23:32:30.418Z] +++ 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
23:32:30 [2022-10-04T23:32:30.529Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
23:32:30 [2022-10-04T23:32:30.636Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
23:32:30 [2022-10-04T23:32:30.636Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
23:32:30 [2022-10-04T23:32:30.636Z] === CONT  TestMountDaemonRoot/slave/bind_root
23:32:30 [2022-10-04T23:32:30.636Z] === CONT  TestMountDaemonRoot/slave/mount_root
23:32:30 [2022-10-04T23:32:30.636Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
23:32:30 [2022-10-04T23:32:30.636Z] === CONT  TestMountDaemonRoot/private/bind_root
23:32:30 [2022-10-04T23:32:30.636Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
23:32:30 [2022-10-04T23:32:30.636Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
23:32:30 [2022-10-04T23:32:30.636Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
23:32:30 [2022-10-04T23:32:30.636Z] === CONT  TestMountDaemonRoot/private/mount_root
23:32:30 [2022-10-04T23:32:30.636Z] === CONT  TestMountDaemonRoot/private/mount_subpath
23:32:30 [2022-10-04T23:32:30.636Z] === CONT  TestMountDaemonRoot/private/bind_subpath
23:32:30 [2022-10-04T23:32:30.636Z] --- PASS: TestMountDaemonRoot (0.02s)
23:32:30 [2022-10-04T23:32:30.636Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
23:32:30 [2022-10-04T23:32:30.636Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
23:32:30 [2022-10-04T23:32:30.636Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
23:32:30 [2022-10-04T23:32:30.636Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
23:32:30 [2022-10-04T23:32:30.636Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
23:32:30 [2022-10-04T23:32:30.636Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
23:32:30 [2022-10-04T23:32:30.636Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.01s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
23:32:30 [2022-10-04T23:32:30.636Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
23:32:30 [2022-10-04T23:32:30.636Z] === RUN   TestContainerBindMountNonRecursive
23:32:30 [2022-10-04T23:32:30.636Z]     mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
23:32:30 [2022-10-04T23:32:30.636Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
23:32:30 [2022-10-04T23:32:30.636Z] === RUN   TestContainerVolumesMountedAsShared
23:32:30 [2022-10-04T23:32:30.636Z]     mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
23:32:30 [2022-10-04T23:32:30.636Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
23:32:30 [2022-10-04T23:32:30.636Z] === RUN   TestContainerVolumesMountedAsSlave
23:32:30 [2022-10-04T23:32:30.636Z]     mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
23:32:30 [2022-10-04T23:32:30.636Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
23:32:30 [2022-10-04T23:32:30.636Z] === RUN   TestNetworkNat
23:32:30 [2022-10-04T23:32:30.788Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
23:32:31 [2022-10-04T23:32:31.204Z] --- PASS: TestNetworkNat (0.46s)
23:32:31 [2022-10-04T23:32:31.204Z] === RUN   TestNetworkLocalhostTCPNat
23:32:31 [2022-10-04T23:32:31.464Z] --- PASS: TestNetworkLocalhostTCPNat (0.40s)
23:32:31 [2022-10-04T23:32:31.464Z] === RUN   TestNetworkLoopbackNat
23:32:31 [2022-10-04T23:32:31.726Z] --- PASS: TestUpdatePidsLimit (2.28s)
23:32:31 [2022-10-04T23:32:31.726Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.24s)
23:32:31 [2022-10-04T23:32:31.726Z]     --- PASS: TestUpdatePidsLimit/no_change (0.22s)
23:32:31 [2022-10-04T23:32:31.726Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.23s)
23:32:31 [2022-10-04T23:32:31.726Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s)
23:32:31 [2022-10-04T23:32:31.726Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.27s)
23:32:31 [2022-10-04T23:32:31.726Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s)
23:32:31 [2022-10-04T23:32:31.726Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s)
23:32:31 [2022-10-04T23:32:31.726Z] === RUN   TestUpdateRestartPolicy
23:32:32 [2022-10-04T23:32:32.155Z] cee64bf279e2: Verifying Checksum
23:32:32 [2022-10-04T23:32:32.155Z] cee64bf279e2: Download complete
23:32:32 [2022-10-04T23:32:32.318Z] .
23:32:32 [2022-10-04T23:32:32.318Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
23:32:32 [2022-10-04T23:32:32.318Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
23:32:32 [2022-10-04T23:32:32.318Z] Error: No such image: emptyfs
23:32:32 [2022-10-04T23:32:32.318Z] ++++ tar -cC bundles/test-integration/emptyfs .
23:32:32 [2022-10-04T23:32:32.318Z] ++++ docker load
23:32:32 [2022-10-04T23:32:32.462Z] --- PASS: TestTemplatedConfig (2.31s)
23:32:32 [2022-10-04T23:32:32.462Z] === RUN   TestConfigCreateResolve
23:32:32 [2022-10-04T23:32:32.575Z] Running integration-test (iteration 1)
23:32:32 [2022-10-04T23:32:32.833Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
23:32:32 [2022-10-04T23:32:32.833Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m
23:32:32 [2022-10-04T23:32:32.833Z] ++ set -e
23:32:32 [2022-10-04T23:32:32.833Z] ++ '[' -n 0 ']'
23:32:32 [2022-10-04T23:32:32.833Z] ++ set -x
23:32:32 [2022-10-04T23:32:32.833Z] ++ 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=amd64 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 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/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m
23:32:33 [2022-10-04T23:32:33.769Z] Loaded image: busybox:latest
23:32:34 [2022-10-04T23:32:34.000Z] --- PASS: TestNetworkLoopbackNat (2.54s)
23:32:34 [2022-10-04T23:32:34.000Z] === RUN   TestPause
23:32:34 [2022-10-04T23:32:34.000Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
23:32:34 [2022-10-04T23:32:34.000Z] --- SKIP: TestPause (0.00s)
23:32:34 [2022-10-04T23:32:34.000Z] === RUN   TestPauseFailsOnWindowsServerContainers
23:32:34 [2022-10-04T23:32:34.000Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:32:34 [2022-10-04T23:32:34.000Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
23:32:34 [2022-10-04T23:32:34.000Z] === RUN   TestPauseStopPausedContainer
23:32:34 [2022-10-04T23:32:34.000Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
23:32:34 [2022-10-04T23:32:34.000Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
23:32:34 [2022-10-04T23:32:34.000Z] === RUN   TestPsFilter
23:32:34 [2022-10-04T23:32:34.028Z] Loaded image: busybox:glibc
23:32:34 [2022-10-04T23:32:34.265Z] --- PASS: TestPsFilter (0.10s)
23:32:34 [2022-10-04T23:32:34.265Z] === RUN   TestRemoveContainerWithRemovedVolume
23:32:34 [2022-10-04T23:32:34.350Z] --- PASS: TestConfigCreateResolve (2.11s)
23:32:34 [2022-10-04T23:32:34.350Z] === RUN   TestConfigDaemonLibtrustID
23:32:34 [2022-10-04T23:32:34.524Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.45s)
23:32:34 [2022-10-04T23:32:34.524Z] === RUN   TestRemoveContainerWithVolume
23:32:34 [2022-10-04T23:32:34.605Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
23:32:34 [2022-10-04T23:32:34.605Z] PASS
23:32:34 [2022-10-04T23:32:34.605Z] 
23:32:34 [2022-10-04T23:32:34.605Z] DONE 7 tests in 13.763s
23:32:34 [2022-10-04T23:32:34.861Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
23:32:34 [2022-10-04T23:32:34.861Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
23:32:34 [2022-10-04T23:32:34.861Z] ++ set -e
23:32:34 [2022-10-04T23:32:34.861Z] ++ '[' -n 0 ']'
23:32:34 [2022-10-04T23:32:34.861Z] ++ set -x
23:32:34 [2022-10-04T23:32:34.861Z] ++ 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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
23:32:34 [2022-10-04T23:32:34.861Z] INFO: Testing against a local daemon
23:32:34 [2022-10-04T23:32:34.861Z] === RUN   TestCheckpoint
23:32:34 [2022-10-04T23:32:34.861Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:32:34 [2022-10-04T23:32:34.861Z] --- SKIP: TestCheckpoint (0.00s)
23:32:34 [2022-10-04T23:32:34.861Z] === RUN   TestContainerInvalidJSON
23:32:34 [2022-10-04T23:32:34.861Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:32:34 [2022-10-04T23:32:34.861Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:32:34 [2022-10-04T23:32:34.861Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:32:34 [2022-10-04T23:32:34.861Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:32:34 [2022-10-04T23:32:34.861Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:32:34 [2022-10-04T23:32:34.861Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:32:34 [2022-10-04T23:32:34.861Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:32:34 [2022-10-04T23:32:34.861Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:32:34 [2022-10-04T23:32:34.861Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:32:34 [2022-10-04T23:32:34.861Z] --- PASS: TestContainerInvalidJSON (0.01s)
23:32:34 [2022-10-04T23:32:34.861Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:32:34 [2022-10-04T23:32:34.861Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
23:32:34 [2022-10-04T23:32:34.861Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
23:32:34 [2022-10-04T23:32:34.861Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:32:34 [2022-10-04T23:32:34.861Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
23:32:34 [2022-10-04T23:32:34.861Z] === RUN   TestCopyFromContainerPathIsNotDir
23:32:35 [2022-10-04T23:32:35.094Z] --- PASS: TestRemoveContainerWithVolume (0.43s)
23:32:35 [2022-10-04T23:32:35.094Z] === RUN   TestRemoveContainerRunning
23:32:35 [2022-10-04T23:32:35.117Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
23:32:35 [2022-10-04T23:32:35.117Z] === RUN   TestCopyToContainerPathDoesNotExist
23:32:35 [2022-10-04T23:32:35.117Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
23:32:35 [2022-10-04T23:32:35.117Z] === RUN   TestCopyToContainerPathIsNotDir
23:32:35 [2022-10-04T23:32:35.117Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
23:32:35 [2022-10-04T23:32:35.117Z] === RUN   TestCopyFromContainer
23:32:35 [2022-10-04T23:32:35.353Z] --- PASS: TestRemoveContainerRunning (0.41s)
23:32:35 [2022-10-04T23:32:35.353Z] === RUN   TestRemoveContainerForceRemoveRunning
23:32:35 [2022-10-04T23:32:35.923Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s)
23:32:35 [2022-10-04T23:32:35.923Z] === RUN   TestRemoveInvalidContainer
23:32:35 [2022-10-04T23:32:35.923Z] --- PASS: TestRemoveInvalidContainer (0.02s)
23:32:35 [2022-10-04T23:32:35.923Z] === RUN   TestRenameLinkedContainer
23:32:36 [2022-10-04T23:32:36.044Z] === RUN   TestCopyFromContainer//
23:32:36 [2022-10-04T23:32:36.044Z] === RUN   TestCopyFromContainer//bar/root
23:32:36 [2022-10-04T23:32:36.044Z] === RUN   TestCopyFromContainer//bar/root/
23:32:36 [2022-10-04T23:32:36.044Z] === RUN   TestCopyFromContainer/bar/quux
23:32:36 [2022-10-04T23:32:36.044Z] === RUN   TestCopyFromContainer/bar/quux/
23:32:36 [2022-10-04T23:32:36.299Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:32:36 [2022-10-04T23:32:36.299Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:32:36 [2022-10-04T23:32:36.299Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:32:36 [2022-10-04T23:32:36.299Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:32:36 [2022-10-04T23:32:36.299Z] === RUN   TestCopyFromContainer/bar/notarget
23:32:36 [2022-10-04T23:32:36.555Z] --- PASS: TestCopyFromContainer (1.38s)
23:32:36 [2022-10-04T23:32:36.555Z]     --- PASS: TestCopyFromContainer// (0.05s)
23:32:36 [2022-10-04T23:32:36.555Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
23:32:36 [2022-10-04T23:32:36.555Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.05s)
23:32:36 [2022-10-04T23:32:36.555Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
23:32:36 [2022-10-04T23:32:36.555Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
23:32:36 [2022-10-04T23:32:36.555Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
23:32:36 [2022-10-04T23:32:36.555Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
23:32:36 [2022-10-04T23:32:36.555Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
23:32:36 [2022-10-04T23:32:36.555Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
23:32:36 [2022-10-04T23:32:36.555Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
23:32:36 [2022-10-04T23:32:36.555Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
23:32:36 [2022-10-04T23:32:36.555Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:32:36 [2022-10-04T23:32:36.555Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:32:36 [2022-10-04T23:32:36.555Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:32:36 [2022-10-04T23:32:36.555Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:32:36 [2022-10-04T23:32:36.555Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
23:32:36 [2022-10-04T23:32:36.555Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
23:32:36 [2022-10-04T23:32:36.555Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:32:36 [2022-10-04T23:32:36.555Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
23:32:36 [2022-10-04T23:32:36.555Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:32:36 [2022-10-04T23:32:36.555Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
23:32:36 [2022-10-04T23:32:36.555Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
23:32:36 [2022-10-04T23:32:36.555Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
23:32:36 [2022-10-04T23:32:36.555Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
23:32:36 [2022-10-04T23:32:36.555Z] === RUN   TestCreateLinkToNonExistingContainer
23:32:36 [2022-10-04T23:32:36.555Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
23:32:36 [2022-10-04T23:32:36.555Z] === RUN   TestCreateWithInvalidEnv
23:32:36 [2022-10-04T23:32:36.555Z] === RUN   TestCreateWithInvalidEnv/0
23:32:36 [2022-10-04T23:32:36.555Z] === PAUSE TestCreateWithInvalidEnv/0
23:32:36 [2022-10-04T23:32:36.555Z] === RUN   TestCreateWithInvalidEnv/1
23:32:36 [2022-10-04T23:32:36.555Z] === PAUSE TestCreateWithInvalidEnv/1
23:32:36 [2022-10-04T23:32:36.555Z] === RUN   TestCreateWithInvalidEnv/2
23:32:36 [2022-10-04T23:32:36.555Z] === PAUSE TestCreateWithInvalidEnv/2
23:32:36 [2022-10-04T23:32:36.555Z] === CONT  TestCreateWithInvalidEnv/0
23:32:36 [2022-10-04T23:32:36.555Z] === CONT  TestCreateWithInvalidEnv/2
23:32:36 [2022-10-04T23:32:36.555Z] === CONT  TestCreateWithInvalidEnv/1
23:32:36 [2022-10-04T23:32:36.555Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
23:32:36 [2022-10-04T23:32:36.555Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
23:32:36 [2022-10-04T23:32:36.555Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
23:32:36 [2022-10-04T23:32:36.555Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
23:32:36 [2022-10-04T23:32:36.555Z] === RUN   TestCreateTmpfsMountsTarget
23:32:36 [2022-10-04T23:32:36.555Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
23:32:36 [2022-10-04T23:32:36.555Z] === RUN   TestCreateWithCustomMaskedPaths
23:32:37 [2022-10-04T23:32:37.834Z] --- PASS: TestRenameLinkedContainer (1.65s)
23:32:37 [2022-10-04T23:32:37.834Z] === RUN   TestRenameStoppedContainer
23:32:37 [2022-10-04T23:32:37.834Z] --- PASS: TestRenameStoppedContainer (0.38s)
23:32:37 [2022-10-04T23:32:37.834Z] === RUN   TestRenameRunningContainerAndReuse
23:32:37 [2022-10-04T23:32:37.929Z] --- PASS: TestCreateWithCustomMaskedPaths (1.17s)
23:32:37 [2022-10-04T23:32:37.929Z] === RUN   TestCreateWithCustomReadonlyPaths
23:32:38 [2022-10-04T23:32:38.774Z] --- PASS: TestRenameRunningContainerAndReuse (0.81s)
23:32:38 [2022-10-04T23:32:38.774Z] === RUN   TestRenameInvalidName
23:32:38 [2022-10-04T23:32:38.866Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.18s)
23:32:38 [2022-10-04T23:32:38.866Z] === RUN   TestCreateWithInvalidHealthcheckParams
23:32:38 [2022-10-04T23:32:38.866Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:32:38 [2022-10-04T23:32:38.866Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:32:38 [2022-10-04T23:32:38.866Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:32:38 [2022-10-04T23:32:38.866Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:32:38 [2022-10-04T23:32:38.866Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:32:38 [2022-10-04T23:32:38.866Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:32:38 [2022-10-04T23:32:38.866Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:32:38 [2022-10-04T23:32:38.866Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:32:38 [2022-10-04T23:32:38.866Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:32:38 [2022-10-04T23:32:38.866Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:32:38 [2022-10-04T23:32:38.866Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:32:38 [2022-10-04T23:32:38.866Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:32:38 [2022-10-04T23:32:38.866Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:32:38 [2022-10-04T23:32:38.866Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:32:38 [2022-10-04T23:32:38.866Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:32:38 [2022-10-04T23:32:38.866Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
23:32:38 [2022-10-04T23:32:38.866Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
23:32:38 [2022-10-04T23:32:38.866Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
23:32:38 [2022-10-04T23:32:38.866Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
23:32:38 [2022-10-04T23:32:38.866Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
23:32:38 [2022-10-04T23:32:38.866Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
23:32:38 [2022-10-04T23:32:38.866Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
23:32:39 [2022-10-04T23:32:39.034Z] --- PASS: TestRenameInvalidName (0.43s)
23:32:39 [2022-10-04T23:32:39.034Z] === RUN   TestRenameAnonymousContainer
23:32:39 [2022-10-04T23:32:39.296Z] Loaded image: debian:bullseye-slim
23:32:39 [2022-10-04T23:32:39.296Z] Loaded image: hello-world:latest
23:32:39 [2022-10-04T23:32:39.296Z] Loaded image: arm32v7/hello-world:latest
23:32:39 [2022-10-04T23:32:39.296Z] INFO: Testing against a local daemon
23:32:39 [2022-10-04T23:32:39.296Z] === RUN   TestCgroupNamespacesBuild
23:32:39 [2022-10-04T23:32:39.434Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.44s)
23:32:39 [2022-10-04T23:32:39.434Z] === RUN   TestCreateDifferentPlatform
23:32:39 [2022-10-04T23:32:39.434Z] === RUN   TestCreateDifferentPlatform/different_os
23:32:39 [2022-10-04T23:32:39.434Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
23:32:39 [2022-10-04T23:32:39.434Z] --- PASS: TestCreateDifferentPlatform (0.02s)
23:32:39 [2022-10-04T23:32:39.434Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
23:32:39 [2022-10-04T23:32:39.434Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
23:32:39 [2022-10-04T23:32:39.434Z] === RUN   TestCreateVolumesFromNonExistingContainer
23:32:39 [2022-10-04T23:32:39.434Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
23:32:39 [2022-10-04T23:32:39.434Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
23:32:39 [2022-10-04T23:32:39.435Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
23:32:39 [2022-10-04T23:32:39.435Z] === RUN   TestContainerStartOnDaemonRestart
23:32:39 [2022-10-04T23:32:39.435Z] === PAUSE TestContainerStartOnDaemonRestart
23:32:39 [2022-10-04T23:32:39.435Z] === RUN   TestDaemonRestartIpcMode
23:32:39 [2022-10-04T23:32:39.435Z] === PAUSE TestDaemonRestartIpcMode
23:32:39 [2022-10-04T23:32:39.435Z] === RUN   TestDaemonHostGatewayIP
23:32:39 [2022-10-04T23:32:39.435Z] === PAUSE TestDaemonHostGatewayIP
23:32:39 [2022-10-04T23:32:39.435Z] === RUN   TestRestartDaemonWithRestartingContainer
23:32:39 [2022-10-04T23:32:39.435Z] === PAUSE TestRestartDaemonWithRestartingContainer
23:32:39 [2022-10-04T23:32:39.435Z] === RUN   TestContainerKillOnDaemonStart
23:32:39 [2022-10-04T23:32:39.435Z] === PAUSE TestContainerKillOnDaemonStart
23:32:39 [2022-10-04T23:32:39.435Z] === RUN   TestDiff
23:32:39 [2022-10-04T23:32:39.996Z] --- PASS: TestDiff (0.42s)
23:32:39 [2022-10-04T23:32:39.996Z] === RUN   TestExecWithCloseStdin
23:32:40 [2022-10-04T23:32:40.251Z] --- PASS: TestExecWithCloseStdin (0.44s)
23:32:40 [2022-10-04T23:32:40.251Z] === RUN   TestExec
23:32:40 [2022-10-04T23:32:40.813Z] --- PASS: TestExec (0.45s)
23:32:40 [2022-10-04T23:32:40.813Z] === RUN   TestExecUser
23:32:40 [2022-10-04T23:32:40.944Z] --- PASS: TestRenameAnonymousContainer (1.46s)
23:32:40 [2022-10-04T23:32:40.944Z] === RUN   TestRenameContainerWithSameName
23:32:40 [2022-10-04T23:32:40.944Z] --- PASS: TestRenameContainerWithSameName (0.40s)
23:32:40 [2022-10-04T23:32:40.944Z] === RUN   TestRenameContainerWithLinkedContainer
23:32:41 [2022-10-04T23:32:41.195Z] --- PASS: TestCgroupNamespacesBuild (2.32s)
23:32:41 [2022-10-04T23:32:41.195Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
23:32:41 [2022-10-04T23:32:41.374Z] --- PASS: TestExecUser (0.44s)
23:32:41 [2022-10-04T23:32:41.374Z] === RUN   TestExportContainerAndImportImage
23:32:41 [2022-10-04T23:32:41.637Z] --- PASS: TestExportContainerAndImportImage (0.52s)
23:32:41 [2022-10-04T23:32:41.637Z] === RUN   TestExportContainerAfterDaemonRestart
23:32:41 [2022-10-04T23:32:41.884Z] --- PASS: TestRenameContainerWithLinkedContainer (0.81s)
23:32:41 [2022-10-04T23:32:41.884Z] === RUN   TestResize
23:32:42 [2022-10-04T23:32:42.454Z] --- PASS: TestResize (0.55s)
23:32:42 [2022-10-04T23:32:42.454Z] === RUN   TestResizeWithInvalidSize
23:32:42 [2022-10-04T23:32:42.713Z] --- PASS: TestResizeWithInvalidSize (0.42s)
23:32:42 [2022-10-04T23:32:42.713Z] === RUN   TestResizeWhenContainerNotStarted
23:32:43 [2022-10-04T23:32:43.001Z] --- PASS: TestExportContainerAfterDaemonRestart (1.25s)
23:32:43 [2022-10-04T23:32:43.001Z] === RUN   TestHealthCheckWorkdir
23:32:43 [2022-10-04T23:32:43.281Z] --- PASS: TestResizeWhenContainerNotStarted (0.37s)
23:32:43 [2022-10-04T23:32:43.281Z] === RUN   TestDaemonRestartKillContainers
23:32:43 [2022-10-04T23:32:43.281Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
23:32:43 [2022-10-04T23:32:43.281Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
23:32:43 [2022-10-04T23:32:43.281Z] === RUN   TestCgroupNamespacesRun
23:32:43 [2022-10-04T23:32:43.562Z] --- PASS: TestHealthCheckWorkdir (0.50s)
23:32:43 [2022-10-04T23:32:43.562Z] === RUN   TestHealthKillContainer
23:32:43 [2022-10-04T23:32:43.729Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.12s)
23:32:43 [2022-10-04T23:32:43.729Z] === RUN   TestBuildWithSession
23:32:43 [2022-10-04T23:32:43.729Z]     build_session_test.go:25: TODO: BuildKit
23:32:43 [2022-10-04T23:32:43.729Z] --- SKIP: TestBuildWithSession (0.00s)
23:32:43 [2022-10-04T23:32:43.729Z] === RUN   TestBuildSquashParent
23:32:43 [2022-10-04T23:32:43.935Z] --- PASS: TestUpdateRestartPolicy (11.06s)
23:32:43 [2022-10-04T23:32:43.935Z] === RUN   TestUpdateRestartWithAutoRemove
23:32:43 [2022-10-04T23:32:43.935Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s)
23:32:43 [2022-10-04T23:32:43.935Z] === RUN   TestWaitNonBlocked
23:32:43 [2022-10-04T23:32:43.935Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
23:32:43 [2022-10-04T23:32:43.935Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
23:32:43 [2022-10-04T23:32:43.935Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
23:32:43 [2022-10-04T23:32:43.935Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
23:32:43 [2022-10-04T23:32:43.935Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
23:32:43 [2022-10-04T23:32:43.935Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
23:32:43 [2022-10-04T23:32:43.935Z] --- PASS: TestWaitNonBlocked (0.01s)
23:32:43 [2022-10-04T23:32:43.935Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.61s)
23:32:43 [2022-10-04T23:32:43.935Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.72s)
23:32:43 [2022-10-04T23:32:43.935Z] === RUN   TestWaitBlocked
23:32:43 [2022-10-04T23:32:43.935Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
23:32:43 [2022-10-04T23:32:43.935Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
23:32:43 [2022-10-04T23:32:43.935Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
23:32:43 [2022-10-04T23:32:43.935Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
23:32:43 [2022-10-04T23:32:43.935Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
23:32:43 [2022-10-04T23:32:43.935Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
23:32:44 [2022-10-04T23:32:44.873Z] --- PASS: TestWaitBlocked (0.01s)
23:32:44 [2022-10-04T23:32:44.873Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.89s)
23:32:44 [2022-10-04T23:32:44.873Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.91s)
23:32:44 [2022-10-04T23:32:44.873Z] === CONT  TestContainerStartOnDaemonRestart
23:32:44 [2022-10-04T23:32:44.873Z] === CONT  TestRestartDaemonWithRestartingContainer
23:32:45 [2022-10-04T23:32:45.190Z] --- PASS: TestCgroupNamespacesRun (2.13s)
23:32:45 [2022-10-04T23:32:45.190Z] === RUN   TestCgroupNamespacesRunPrivileged
23:32:47 [2022-10-04T23:32:47.408Z] --- PASS: TestContainerStartOnDaemonRestart (2.33s)
23:32:47 [2022-10-04T23:32:47.409Z] === CONT  TestIpcModeOlderClient
23:32:47 [2022-10-04T23:32:47.409Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.33s)
23:32:47 [2022-10-04T23:32:47.409Z] === CONT  TestContainerKillOnDaemonStart
23:32:47 [2022-10-04T23:32:47.409Z] --- PASS: TestIpcModeOlderClient (0.14s)
23:32:47 [2022-10-04T23:32:47.409Z] === CONT  TestDaemonHostGatewayIP
23:32:47 [2022-10-04T23:32:47.729Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.16s)
23:32:47 [2022-10-04T23:32:47.730Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
23:32:49 [2022-10-04T23:32:49.638Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.12s)
23:32:49 [2022-10-04T23:32:49.638Z] === RUN   TestCgroupNamespacesRunHostMode
23:32:49 [2022-10-04T23:32:49.945Z] --- PASS: TestDaemonHostGatewayIP (2.46s)
23:32:49 [2022-10-04T23:32:49.945Z] === CONT  TestDaemonRestartIpcMode
23:32:50 [2022-10-04T23:32:50.530Z] b111c3320c94: Verifying Checksum
23:32:50 [2022-10-04T23:32:50.531Z] b111c3320c94: Download complete
23:32:51 [2022-10-04T23:32:51.641Z] --- PASS: TestHealthKillContainer (7.88s)
23:32:51 [2022-10-04T23:32:51.641Z] === RUN   TestHealthCheckProcessKilled
23:32:51 [2022-10-04T23:32:51.846Z] --- PASS: TestBuildSquashParent (8.05s)
23:32:51 [2022-10-04T23:32:51.846Z] === RUN   TestBuildWithRemoveAndForceRemove
23:32:51 [2022-10-04T23:32:51.846Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:32:51 [2022-10-04T23:32:51.846Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:32:51 [2022-10-04T23:32:51.846Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:32:51 [2022-10-04T23:32:51.846Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:32:51 [2022-10-04T23:32:51.846Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:32:51 [2022-10-04T23:32:51.846Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:32:51 [2022-10-04T23:32:51.846Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:32:51 [2022-10-04T23:32:51.846Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:32:51 [2022-10-04T23:32:51.846Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:32:51 [2022-10-04T23:32:51.846Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:32:51 [2022-10-04T23:32:51.846Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:32:51 [2022-10-04T23:32:51.846Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:32:51 [2022-10-04T23:32:51.846Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:32:51 [2022-10-04T23:32:51.846Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:32:51 [2022-10-04T23:32:51.897Z] --- PASS: TestHealthCheckProcessKilled (0.63s)
23:32:51 [2022-10-04T23:32:51.897Z] === RUN   TestInspectCpusetInConfigPre120
23:32:52 [2022-10-04T23:32:52.174Z] --- PASS: TestCgroupNamespacesRunHostMode (2.15s)
23:32:52 [2022-10-04T23:32:52.174Z] === RUN   TestCgroupNamespacesRunPrivateMode
23:32:52 [2022-10-04T23:32:52.459Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s)
23:32:52 [2022-10-04T23:32:52.459Z] === RUN   TestIpcModeNone
23:32:52 [2022-10-04T23:32:52.480Z] --- PASS: TestDaemonRestartIpcMode (2.27s)
23:32:53 [2022-10-04T23:32:53.020Z] --- PASS: TestIpcModeNone (0.45s)
23:32:53 [2022-10-04T23:32:53.020Z] === RUN   TestIpcModePrivate
23:32:53 [2022-10-04T23:32:53.275Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false
23:32:53 [2022-10-04T23:32:53.275Z] --- PASS: TestIpcModePrivate (0.49s)
23:32:53 [2022-10-04T23:32:53.275Z] === RUN   TestIpcModeShareable
23:32:53 [2022-10-04T23:32:53.532Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true
23:32:53 [2022-10-04T23:32:53.787Z] --- PASS: TestIpcModeShareable (0.44s)
23:32:53 [2022-10-04T23:32:53.787Z] === RUN   TestAPIIpcModeShareableAndContainer
23:32:54 [2022-10-04T23:32:54.081Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.14s)
23:32:54 [2022-10-04T23:32:54.081Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
23:32:55 [2022-10-04T23:32:55.131Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:32:55 [2022-10-04T23:32:55.131Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:32:55 [2022-10-04T23:32:55.152Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.45s)
23:32:55 [2022-10-04T23:32:55.152Z] === RUN   TestAPIIpcModeHost
23:32:55 [2022-10-04T23:32:55.713Z] --- PASS: TestAPIIpcModeHost (0.37s)
23:32:55 [2022-10-04T23:32:55.713Z] === RUN   TestDaemonIpcModeShareable
23:32:55 [2022-10-04T23:32:55.994Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.10s)
23:32:55 [2022-10-04T23:32:55.994Z] === RUN   TestCgroupNamespacesRunInvalidMode
23:32:56 [2022-10-04T23:32:56.640Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
23:32:56 [2022-10-04T23:32:56.640Z] --- PASS: TestDaemonIpcModeShareable (1.13s)
23:32:56 [2022-10-04T23:32:56.640Z] === RUN   TestDaemonIpcModePrivate
23:32:57 [2022-10-04T23:32:57.663Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:32:57 [2022-10-04T23:32:57.663Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:32:57 [2022-10-04T23:32:57.899Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.71s)
23:32:57 [2022-10-04T23:32:57.899Z] === RUN   TestCgroupNamespacesRunOlderClient
23:32:58 [2022-10-04T23:32:58.004Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
23:32:58 [2022-10-04T23:32:58.004Z] --- PASS: TestDaemonIpcModePrivate (1.13s)
23:32:58 [2022-10-04T23:32:58.004Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:32:58 [2022-10-04T23:32:58.930Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
23:32:58 [2022-10-04T23:32:58.930Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.12s)
23:32:58 [2022-10-04T23:32:58.930Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:32:59 [2022-10-04T23:32:59.044Z] --- PASS: TestContainerKillOnDaemonStart (11.60s)
23:32:59 [2022-10-04T23:32:59.044Z] PASS
23:32:59 [2022-10-04T23:32:59.044Z] 
23:32:59 [2022-10-04T23:32:59.044Z] === Skipped
23:32:59 [2022-10-04T23:32:59.044Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
23:32:59 [2022-10-04T23:32:59.044Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:32:59 [2022-10-04T23:32:59.044Z] 
23:32:59 [2022-10-04T23:32:59.044Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
23:32:59 [2022-10-04T23:32:59.044Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
23:32:59 [2022-10-04T23:32:59.044Z] 
23:32:59 [2022-10-04T23:32:59.044Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
23:32:59 [2022-10-04T23:32:59.044Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:32:59 [2022-10-04T23:32:59.044Z] 
23:32:59 [2022-10-04T23:32:59.044Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
23:32:59 [2022-10-04T23:32:59.044Z]     run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
23:32:59 [2022-10-04T23:32:59.044Z] 
23:32:59 [2022-10-04T23:32:59.044Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
23:32:59 [2022-10-04T23:32:59.044Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:32:59 [2022-10-04T23:32:59.044Z] 
23:32:59 [2022-10-04T23:32:59.044Z] DONE 197 tests, 5 skipped in 113.242s
23:32:59 [2022-10-04T23:32:59.044Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
23:32:59 [2022-10-04T23:32:59.044Z] INFO: Testing against a local daemon
23:32:59 [2022-10-04T23:32:59.044Z] === RUN   TestLiveRestore
23:32:59 [2022-10-04T23:32:59.044Z] === RUN   TestLiveRestore/volume_references
23:32:59 [2022-10-04T23:32:59.044Z] === PAUSE TestLiveRestore/volume_references
23:32:59 [2022-10-04T23:32:59.044Z] === CONT  TestLiveRestore/volume_references
23:32:59 [2022-10-04T23:32:59.612Z] === RUN   TestLiveRestore/volume_references/restartPolicy
23:32:59 [2022-10-04T23:32:59.612Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
23:32:59 [2022-10-04T23:32:59.806Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.20s)
23:32:59 [2022-10-04T23:32:59.806Z] === RUN   TestNISDomainname
23:32:59 [2022-10-04T23:32:59.806Z]     run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
23:32:59 [2022-10-04T23:32:59.806Z] --- SKIP: TestNISDomainname (0.01s)
23:32:59 [2022-10-04T23:32:59.806Z] === RUN   TestHostnameDnsResolution
23:33:00 [2022-10-04T23:33:00.294Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
23:33:00 [2022-10-04T23:33:00.294Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.28s)
23:33:00 [2022-10-04T23:33:00.294Z] === RUN   TestIpcModeOlderClient
23:33:00 [2022-10-04T23:33:00.294Z] === PAUSE TestIpcModeOlderClient
23:33:00 [2022-10-04T23:33:00.294Z] === RUN   TestKillContainerInvalidSignal
23:33:00 [2022-10-04T23:33:00.549Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
23:33:00 [2022-10-04T23:33:00.743Z] --- PASS: TestHostnameDnsResolution (0.66s)
23:33:00 [2022-10-04T23:33:00.743Z] === RUN   TestUnprivilegedPortsAndPing
23:33:00 [2022-10-04T23:33:00.743Z]     run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start
23:33:00 [2022-10-04T23:33:00.743Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s)
23:33:00 [2022-10-04T23:33:00.743Z] === RUN   TestStats
23:33:00 [2022-10-04T23:33:00.743Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
23:33:00 [2022-10-04T23:33:00.743Z] --- SKIP: TestStats (0.00s)
23:33:00 [2022-10-04T23:33:00.743Z] === RUN   TestStopContainerWithTimeout
23:33:00 [2022-10-04T23:33:00.743Z] === RUN   TestStopContainerWithTimeout/0
23:33:00 [2022-10-04T23:33:00.743Z] === PAUSE TestStopContainerWithTimeout/0
23:33:00 [2022-10-04T23:33:00.743Z] === RUN   TestStopContainerWithTimeout/1
23:33:00 [2022-10-04T23:33:00.743Z] === PAUSE TestStopContainerWithTimeout/1
23:33:00 [2022-10-04T23:33:00.743Z] === RUN   TestStopContainerWithTimeout/3
23:33:00 [2022-10-04T23:33:00.743Z] === PAUSE TestStopContainerWithTimeout/3
23:33:00 [2022-10-04T23:33:00.743Z] === RUN   TestStopContainerWithTimeout/-1
23:33:00 [2022-10-04T23:33:00.743Z] === PAUSE TestStopContainerWithTimeout/-1
23:33:00 [2022-10-04T23:33:00.743Z] === CONT  TestStopContainerWithTimeout/0
23:33:00 [2022-10-04T23:33:00.743Z] === CONT  TestStopContainerWithTimeout/3
23:33:00 [2022-10-04T23:33:00.856Z] --- PASS: TestKillContainerInvalidSignal (0.42s)
23:33:00 [2022-10-04T23:33:00.856Z] === RUN   TestKillContainer
23:33:00 [2022-10-04T23:33:00.856Z] === RUN   TestKillContainer/no_signal
23:33:00 [2022-10-04T23:33:00.950Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
23:33:00 [2022-10-04T23:33:00.950Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.13s)
23:33:00 [2022-10-04T23:33:00.950Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.21s)
23:33:00 [2022-10-04T23:33:00.950Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.93s)
23:33:00 [2022-10-04T23:33:00.950Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.02s)
23:33:00 [2022-10-04T23:33:00.950Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.06s)
23:33:00 [2022-10-04T23:33:00.950Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.05s)
23:33:00 [2022-10-04T23:33:00.950Z] === RUN   TestBuildMultiStageCopy
23:33:00 [2022-10-04T23:33:00.950Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:33:01 [2022-10-04T23:33:01.112Z] === RUN   TestKillContainer/non_killing_signal
23:33:01 [2022-10-04T23:33:01.311Z] === CONT  TestStopContainerWithTimeout/-1
23:33:01 [2022-10-04T23:33:01.368Z] === RUN   TestKillContainer/killing_signal
23:33:01 [2022-10-04T23:33:01.486Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
23:33:01 [2022-10-04T23:33:01.929Z] --- PASS: TestKillContainer (1.31s)
23:33:01 [2022-10-04T23:33:01.929Z]     --- PASS: TestKillContainer/no_signal (0.41s)
23:33:01 [2022-10-04T23:33:01.929Z]     --- PASS: TestKillContainer/non_killing_signal (0.27s)
23:33:01 [2022-10-04T23:33:01.929Z]     --- PASS: TestKillContainer/killing_signal (0.47s)
23:33:01 [2022-10-04T23:33:01.929Z] === RUN   TestKillWithStopSignalAndRestartPolicies
23:33:01 [2022-10-04T23:33:01.929Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
23:33:02 [2022-10-04T23:33:02.423Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
23:33:02 [2022-10-04T23:33:02.490Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
23:33:03 [2022-10-04T23:33:03.052Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.92s)
23:33:03 [2022-10-04T23:33:03.052Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.47s)
23:33:03 [2022-10-04T23:33:03.052Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s)
23:33:03 [2022-10-04T23:33:03.052Z] === RUN   TestKillStoppedContainer
23:33:03 [2022-10-04T23:33:03.052Z] --- PASS: TestKillStoppedContainer (0.04s)
23:33:03 [2022-10-04T23:33:03.052Z] === RUN   TestKillStoppedContainerAPIPre120
23:33:03 [2022-10-04T23:33:03.052Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
23:33:03 [2022-10-04T23:33:03.052Z] === RUN   TestKillDifferentUserContainer
23:33:03 [2022-10-04T23:33:03.217Z] === CONT  TestStopContainerWithTimeout/1
23:33:03 [2022-10-04T23:33:03.309Z] --- PASS: TestKillDifferentUserContainer (0.41s)
23:33:03 [2022-10-04T23:33:03.309Z] === RUN   TestInspectOomKilledTrue
23:33:03 [2022-10-04T23:33:03.377Z] --- PASS: TestLiveRestore (0.00s)
23:33:03 [2022-10-04T23:33:03.377Z]     --- PASS: TestLiveRestore/volume_references (4.58s)
23:33:03 [2022-10-04T23:33:03.377Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (3.90s)
23:33:03 [2022-10-04T23:33:03.377Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.01s)
23:33:03 [2022-10-04T23:33:03.377Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.97s)
23:33:03 [2022-10-04T23:33:03.377Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.97s)
23:33:03 [2022-10-04T23:33:03.377Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.95s)
23:33:03 [2022-10-04T23:33:03.377Z] PASS
23:33:03 [2022-10-04T23:33:03.377Z] 
23:33:03 [2022-10-04T23:33:03.377Z] DONE 7 tests in 4.613s
23:33:03 [2022-10-04T23:33:03.377Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
23:33:03 [2022-10-04T23:33:03.480Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:33:03 [2022-10-04T23:33:03.639Z] INFO: Testing against a local daemon
23:33:03 [2022-10-04T23:33:03.639Z] === RUN   TestCommitInheritsEnv
23:33:03 [2022-10-04T23:33:03.739Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:33:03 [2022-10-04T23:33:03.870Z] --- PASS: TestInspectOomKilledTrue (0.45s)
23:33:03 [2022-10-04T23:33:03.870Z] === RUN   TestInspectOomKilledFalse
23:33:03 [2022-10-04T23:33:03.902Z] --- PASS: TestCommitInheritsEnv (0.32s)
23:33:03 [2022-10-04T23:33:03.902Z] === RUN   TestImportExtremelyLargeImageWorks
23:33:03 [2022-10-04T23:33:03.902Z] === PAUSE TestImportExtremelyLargeImageWorks
23:33:03 [2022-10-04T23:33:03.902Z] === RUN   TestImagesFilterMultiReference
23:33:03 [2022-10-04T23:33:03.902Z] --- PASS: TestImagesFilterMultiReference (0.06s)
23:33:03 [2022-10-04T23:33:03.903Z] === RUN   TestImagePullPlatformInvalid
23:33:03 [2022-10-04T23:33:03.903Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
23:33:03 [2022-10-04T23:33:03.903Z] === RUN   TestRemoveImageOrphaning
23:33:04 [2022-10-04T23:33:04.172Z] --- PASS: TestRemoveImageOrphaning (0.32s)
23:33:04 [2022-10-04T23:33:04.172Z] === RUN   TestRemoveImageGarbageCollector
23:33:04 [2022-10-04T23:33:04.306Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:33:04 [2022-10-04T23:33:04.431Z] --- PASS: TestInspectOomKilledFalse (0.39s)
23:33:04 [2022-10-04T23:33:04.431Z] === RUN   TestLinksEtcHostsContentMatch
23:33:04 [2022-10-04T23:33:04.431Z] --- PASS: TestLinksEtcHostsContentMatch (0.28s)
23:33:04 [2022-10-04T23:33:04.431Z] === RUN   TestLinksContainerNames
23:33:04 [2022-10-04T23:33:04.564Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:33:04 [2022-10-04T23:33:04.596Z] --- PASS: TestStopContainerWithTimeout (0.01s)
23:33:04 [2022-10-04T23:33:04.596Z]     --- PASS: TestStopContainerWithTimeout/0 (0.61s)
23:33:04 [2022-10-04T23:33:04.596Z]     --- PASS: TestStopContainerWithTimeout/3 (2.55s)
23:33:04 [2022-10-04T23:33:04.596Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.36s)
23:33:04 [2022-10-04T23:33:04.596Z]     --- PASS: TestStopContainerWithTimeout/1 (1.40s)
23:33:04 [2022-10-04T23:33:04.596Z] === RUN   TestDeleteDevicemapper
23:33:04 [2022-10-04T23:33:04.596Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:33:04 [2022-10-04T23:33:04.596Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:33:04 [2022-10-04T23:33:04.596Z] === RUN   TestStopContainerWithRestartPolicyAlways
23:33:05 [2022-10-04T23:33:05.131Z] --- PASS: TestBuildMultiStageCopy (4.51s)
23:33:05 [2022-10-04T23:33:05.131Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.45s)
23:33:05 [2022-10-04T23:33:05.131Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s)
23:33:05 [2022-10-04T23:33:05.131Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.51s)
23:33:05 [2022-10-04T23:33:05.131Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.50s)
23:33:05 [2022-10-04T23:33:05.131Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.55s)
23:33:05 [2022-10-04T23:33:05.131Z] === RUN   TestBuildMultiStageParentConfig
23:33:05 [2022-10-04T23:33:05.358Z] --- PASS: TestLinksContainerNames (0.83s)
23:33:05 [2022-10-04T23:33:05.358Z] === RUN   TestLogsFollowTailEmpty
23:33:05 [2022-10-04T23:33:05.920Z] --- PASS: TestLogsFollowTailEmpty (0.42s)
23:33:05 [2022-10-04T23:33:05.920Z] === RUN   TestContainerNetworkMountsNoChown
23:33:05 [2022-10-04T23:33:05.977Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.44s)
23:33:05 [2022-10-04T23:33:05.977Z] === RUN   TestUpdateMemory
23:33:05 [2022-10-04T23:33:05.977Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
23:33:05 [2022-10-04T23:33:05.977Z] --- SKIP: TestUpdateMemory (0.00s)
23:33:05 [2022-10-04T23:33:05.977Z] === RUN   TestUpdateCPUQuota
23:33:05 [2022-10-04T23:33:05.977Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
23:33:05 [2022-10-04T23:33:05.977Z] --- SKIP: TestUpdateCPUQuota (0.00s)
23:33:05 [2022-10-04T23:33:05.977Z] === RUN   TestUpdatePidsLimit
23:33:05 [2022-10-04T23:33:05.977Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
23:33:05 [2022-10-04T23:33:05.977Z] --- SKIP: TestUpdatePidsLimit (0.00s)
23:33:05 [2022-10-04T23:33:05.977Z] === RUN   TestUpdateRestartPolicy
23:33:06 [2022-10-04T23:33:06.092Z] --- PASS: TestRemoveImageGarbageCollector (1.91s)
23:33:06 [2022-10-04T23:33:06.092Z] === RUN   TestTagUnprefixedRepoByNameOrName
23:33:06 [2022-10-04T23:33:06.092Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
23:33:06 [2022-10-04T23:33:06.092Z] === RUN   TestTagInvalidReference
23:33:06 [2022-10-04T23:33:06.092Z] --- PASS: TestTagInvalidReference (0.01s)
23:33:06 [2022-10-04T23:33:06.092Z] === RUN   TestTagValidPrefixedRepo
23:33:06 [2022-10-04T23:33:06.175Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s)
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/default
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/default
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/private
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/private
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/rprivate
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/rprivate
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/slave
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/slave
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/rslave
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/rslave
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/shared
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/shared
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/rshared
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/rshared
23:33:06 [2022-10-04T23:33:06.175Z] === CONT  TestMountDaemonRoot/default
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/default/mount_root
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/default/mount_root
23:33:06 [2022-10-04T23:33:06.175Z] === CONT  TestMountDaemonRoot/rslave
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/rslave/bind_root
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/rslave/mount_root
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
23:33:06 [2022-10-04T23:33:06.175Z] === CONT  TestMountDaemonRoot/rshared
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/rshared/bind_root
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/rshared/mount_root
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
23:33:06 [2022-10-04T23:33:06.175Z] === CONT  TestMountDaemonRoot/shared
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/shared/mount_root
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/shared/mount_root
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/shared/bind_root
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/shared/bind_root
23:33:06 [2022-10-04T23:33:06.175Z] === CONT  TestMountDaemonRoot/rprivate
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
23:33:06 [2022-10-04T23:33:06.175Z] === CONT  TestMountDaemonRoot/slave
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/slave/bind_root
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/slave/bind_root
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/slave/mount_root
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/slave/mount_root
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === CONT  TestMountDaemonRoot/private
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/private/mount_root
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/private/mount_root
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/private/mount_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/private/bind_root
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/private/bind_root
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/private/bind_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/default/mount_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/default/bind_root
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/default/bind_root
23:33:06 [2022-10-04T23:33:06.175Z] === RUN   TestMountDaemonRoot/default/bind_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === CONT  TestMountDaemonRoot/rslave/mount_root
23:33:06 [2022-10-04T23:33:06.175Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === CONT  TestMountDaemonRoot/rslave/bind_root
23:33:06 [2022-10-04T23:33:06.175Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
23:33:06 [2022-10-04T23:33:06.175Z] === CONT  TestMountDaemonRoot/rshared/mount_root
23:33:06 [2022-10-04T23:33:06.351Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
23:33:06 [2022-10-04T23:33:06.351Z] === RUN   TestTagExistedNameWithoutForce
23:33:06 [2022-10-04T23:33:06.351Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
23:33:06 [2022-10-04T23:33:06.351Z] === RUN   TestTagOfficialNames
23:33:06 [2022-10-04T23:33:06.351Z] --- PASS: TestTagOfficialNames (0.06s)
23:33:06 [2022-10-04T23:33:06.351Z] === RUN   TestTagMatchesDigest
23:33:06 [2022-10-04T23:33:06.351Z] --- PASS: TestTagMatchesDigest (0.01s)
23:33:06 [2022-10-04T23:33:06.351Z] === CONT  TestImportExtremelyLargeImageWorks
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/rshared/bind_root
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/shared/bind_root
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/shared/mount_root
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/slave/bind_root
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/private/mount_root
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/slave/mount_root
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/private/bind_subpath
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/private/bind_root
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/private/mount_subpath
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/default/mount_root
23:33:06 [2022-10-04T23:33:06.431Z] === CONT  TestMountDaemonRoot/default/bind_subpath
23:33:06 [2022-10-04T23:33:06.507Z] --- PASS: TestBuildMultiStageParentConfig (1.26s)
23:33:06 [2022-10-04T23:33:06.507Z] === RUN   TestBuildLabelWithTargets
23:33:06 [2022-10-04T23:33:06.687Z] === CONT  TestMountDaemonRoot/default/bind_root
23:33:06 [2022-10-04T23:33:06.687Z] === CONT  TestMountDaemonRoot/default/mount_subpath
23:33:06 [2022-10-04T23:33:06.687Z] --- PASS: TestMountDaemonRoot (0.02s)
23:33:06 [2022-10-04T23:33:06.687Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
23:33:06 [2022-10-04T23:33:06.687Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
23:33:06 [2022-10-04T23:33:06.687Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
23:33:06 [2022-10-04T23:33:06.687Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
23:33:06 [2022-10-04T23:33:06.687Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
23:33:06 [2022-10-04T23:33:06.687Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
23:33:06 [2022-10-04T23:33:06.687Z]     --- PASS: TestMountDaemonRoot/default (0.01s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
23:33:06 [2022-10-04T23:33:06.687Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
23:33:06 [2022-10-04T23:33:06.687Z] === RUN   TestContainerBindMountNonRecursive
23:33:08 [2022-10-04T23:33:08.055Z] --- PASS: TestContainerBindMountNonRecursive (1.32s)
23:33:08 [2022-10-04T23:33:08.055Z] === RUN   TestContainerVolumesMountedAsShared
23:33:08 [2022-10-04T23:33:08.311Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s)
23:33:08 [2022-10-04T23:33:08.311Z] === RUN   TestContainerVolumesMountedAsSlave
23:33:08 [2022-10-04T23:33:08.411Z] --- PASS: TestBuildLabelWithTargets (1.96s)
23:33:08 [2022-10-04T23:33:08.411Z] === RUN   TestBuildWithEmptyLayers
23:33:08 [2022-10-04T23:33:08.566Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s)
23:33:08 [2022-10-04T23:33:08.566Z] === RUN   TestNetworkNat
23:33:09 [2022-10-04T23:33:09.128Z] --- PASS: TestNetworkNat (0.46s)
23:33:09 [2022-10-04T23:33:09.128Z] === RUN   TestNetworkLocalhostTCPNat
23:33:09 [2022-10-04T23:33:09.689Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s)
23:33:09 [2022-10-04T23:33:09.689Z] === RUN   TestNetworkLoopbackNat
23:33:09 [2022-10-04T23:33:09.795Z] --- PASS: TestBuildWithEmptyLayers (1.04s)
23:33:09 [2022-10-04T23:33:09.795Z] === RUN   TestBuildMultiStageOnBuild
23:33:12 [2022-10-04T23:33:12.203Z] --- PASS: TestNetworkLoopbackNat (2.52s)
23:33:12 [2022-10-04T23:33:12.203Z] === RUN   TestPause
23:33:12 [2022-10-04T23:33:12.327Z] --- PASS: TestBuildMultiStageOnBuild (2.82s)
23:33:12 [2022-10-04T23:33:12.327Z] === RUN   TestBuildUncleanTarFilenames
23:33:12 [2022-10-04T23:33:12.459Z] --- PASS: TestPause (0.44s)
23:33:12 [2022-10-04T23:33:12.459Z] === RUN   TestPauseFailsOnWindowsServerContainers
23:33:12 [2022-10-04T23:33:12.459Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:33:12 [2022-10-04T23:33:12.459Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
23:33:12 [2022-10-04T23:33:12.459Z] === RUN   TestPauseStopPausedContainer
23:33:13 [2022-10-04T23:33:13.020Z] --- PASS: TestPauseStopPausedContainer (0.44s)
23:33:13 [2022-10-04T23:33:13.020Z] === RUN   TestPsFilter
23:33:13 [2022-10-04T23:33:13.020Z] --- PASS: TestPsFilter (0.11s)
23:33:13 [2022-10-04T23:33:13.020Z] === RUN   TestRemoveContainerWithRemovedVolume
23:33:13 [2022-10-04T23:33:13.583Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s)
23:33:13 [2022-10-04T23:33:13.583Z] === RUN   TestRemoveContainerWithVolume
23:33:13 [2022-10-04T23:33:13.704Z] --- PASS: TestBuildUncleanTarFilenames (1.46s)
23:33:13 [2022-10-04T23:33:13.704Z] === RUN   TestBuildMultiStageLayerLeak
23:33:13 [2022-10-04T23:33:13.839Z] --- PASS: TestRemoveContainerWithVolume (0.40s)
23:33:13 [2022-10-04T23:33:13.839Z] === RUN   TestRemoveContainerRunning
23:33:14 [2022-10-04T23:33:14.400Z] --- PASS: TestRemoveContainerRunning (0.42s)
23:33:14 [2022-10-04T23:33:14.400Z] === RUN   TestRemoveContainerForceRemoveRunning
23:33:14 [2022-10-04T23:33:14.662Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s)
23:33:14 [2022-10-04T23:33:14.662Z] === RUN   TestRemoveInvalidContainer
23:33:14 [2022-10-04T23:33:14.662Z] --- PASS: TestRemoveInvalidContainer (0.01s)
23:33:14 [2022-10-04T23:33:14.662Z] === RUN   TestRenameLinkedContainer
23:33:16 [2022-10-04T23:33:16.551Z] --- PASS: TestRenameLinkedContainer (1.68s)
23:33:16 [2022-10-04T23:33:16.551Z] === RUN   TestRenameStoppedContainer
23:33:16 [2022-10-04T23:33:16.807Z] --- PASS: TestRenameStoppedContainer (0.41s)
23:33:16 [2022-10-04T23:33:16.807Z] === RUN   TestRenameRunningContainerAndReuse
23:33:16 [2022-10-04T23:33:16.993Z] --- PASS: TestBuildMultiStageLayerLeak (3.23s)
23:33:16 [2022-10-04T23:33:16.993Z] === RUN   TestBuildWithHugeFile
23:33:17 [2022-10-04T23:33:17.737Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s)
23:33:17 [2022-10-04T23:33:17.737Z] === RUN   TestRenameInvalidName
23:33:17 [2022-10-04T23:33:17.993Z] --- PASS: TestRenameInvalidName (0.41s)
23:33:17 [2022-10-04T23:33:17.993Z] === RUN   TestRenameAnonymousContainer
23:33:18 [2022-10-04T23:33:18.191Z] --- PASS: TestUpdateRestartPolicy (10.89s)
23:33:18 [2022-10-04T23:33:18.191Z] === RUN   TestUpdateRestartWithAutoRemove
23:33:18 [2022-10-04T23:33:18.191Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s)
23:33:18 [2022-10-04T23:33:18.191Z] === RUN   TestWaitNonBlocked
23:33:18 [2022-10-04T23:33:18.191Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
23:33:18 [2022-10-04T23:33:18.191Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
23:33:18 [2022-10-04T23:33:18.191Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
23:33:18 [2022-10-04T23:33:18.191Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
23:33:18 [2022-10-04T23:33:18.191Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
23:33:18 [2022-10-04T23:33:18.191Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
23:33:18 [2022-10-04T23:33:18.191Z] --- PASS: TestWaitNonBlocked (0.01s)
23:33:18 [2022-10-04T23:33:18.191Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.57s)
23:33:18 [2022-10-04T23:33:18.191Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.62s)
23:33:18 [2022-10-04T23:33:18.191Z] === RUN   TestWaitBlocked
23:33:18 [2022-10-04T23:33:18.191Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
23:33:18 [2022-10-04T23:33:18.191Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
23:33:18 [2022-10-04T23:33:18.191Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
23:33:18 [2022-10-04T23:33:18.191Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
23:33:18 [2022-10-04T23:33:18.191Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
23:33:18 [2022-10-04T23:33:18.191Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
23:33:18 [2022-10-04T23:33:18.451Z] --- PASS: TestWaitBlocked (0.01s)
23:33:18 [2022-10-04T23:33:18.451Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.61s)
23:33:18 [2022-10-04T23:33:18.451Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.66s)
23:33:18 [2022-10-04T23:33:18.451Z] === CONT  TestDaemonRestartIpcMode
23:33:18 [2022-10-04T23:33:18.451Z] === CONT  TestIpcModeOlderClient
23:33:18 [2022-10-04T23:33:18.711Z] --- PASS: TestIpcModeOlderClient (0.07s)
23:33:18 [2022-10-04T23:33:18.712Z] === CONT  TestRestartDaemonWithRestartingContainer
23:33:19 [2022-10-04T23:33:19.881Z] --- PASS: TestRenameAnonymousContainer (1.52s)
23:33:19 [2022-10-04T23:33:19.881Z] === RUN   TestRenameContainerWithSameName
23:33:19 [2022-10-04T23:33:19.881Z] --- PASS: TestRenameContainerWithSameName (0.42s)
23:33:19 [2022-10-04T23:33:19.881Z] === RUN   TestRenameContainerWithLinkedContainer
23:33:20 [2022-10-04T23:33:20.807Z] --- PASS: TestRenameContainerWithLinkedContainer (0.86s)
23:33:20 [2022-10-04T23:33:20.807Z] === RUN   TestResize
23:33:21 [2022-10-04T23:33:21.368Z] --- PASS: TestResize (0.42s)
23:33:21 [2022-10-04T23:33:21.368Z] === RUN   TestResizeWithInvalidSize
23:33:21 [2022-10-04T23:33:21.624Z] --- PASS: TestResizeWithInvalidSize (0.40s)
23:33:21 [2022-10-04T23:33:21.624Z] === RUN   TestResizeWhenContainerNotStarted
23:33:22 [2022-10-04T23:33:22.198Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s)
23:33:22 [2022-10-04T23:33:22.198Z] === RUN   TestDaemonRestartKillContainers
23:33:22 [2022-10-04T23:33:22.198Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:33:22 [2022-10-04T23:33:22.198Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:33:22 [2022-10-04T23:33:22.909Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.19s)
23:33:23 [2022-10-04T23:33:23.170Z] --- PASS: TestDaemonRestartIpcMode (4.56s)
23:33:23 [2022-10-04T23:33:23.170Z] PASS
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === Skipped
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
23:33:23 [2022-10-04T23:33:23.170Z]     mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestPause (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
23:33:23 [2022-10-04T23:33:23.170Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
23:33:23 [2022-10-04T23:33:23.170Z]     run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestStats (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
23:33:23 [2022-10-04T23:33:23.170Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
23:33:23 [2022-10-04T23:33:23.170Z] 
23:33:23 [2022-10-04T23:33:23.170Z] DONE 178 tests, 27 skipped in 84.067s
23:33:23 [2022-10-04T23:33:23.170Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
23:33:23 [2022-10-04T23:33:23.170Z] INFO: Testing against a local daemon
23:33:23 [2022-10-04T23:33:23.170Z] === RUN   TestLiveRestore
23:33:23 [2022-10-04T23:33:23.170Z] === RUN   TestLiveRestore/volume_references
23:33:23 [2022-10-04T23:33:23.170Z] === PAUSE TestLiveRestore/volume_references
23:33:23 [2022-10-04T23:33:23.170Z] === CONT  TestLiveRestore/volume_references
23:33:24 [2022-10-04T23:33:24.108Z] === RUN   TestLiveRestore/volume_references/restartPolicy
23:33:24 [2022-10-04T23:33:24.108Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
23:33:24 [2022-10-04T23:33:24.126Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:33:24 [2022-10-04T23:33:24.126Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:33:25 [2022-10-04T23:33:25.053Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:33:25 [2022-10-04T23:33:25.053Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:33:26 [2022-10-04T23:33:26.014Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
23:33:26 [2022-10-04T23:33:26.417Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:33:26 [2022-10-04T23:33:26.417Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:33:27 [2022-10-04T23:33:27.851Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:33:28 [2022-10-04T23:33:28.100Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
23:33:28 [2022-10-04T23:33:28.107Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:33:29 [2022-10-04T23:33:29.994Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:33:29 [2022-10-04T23:33:29.994Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:33:30 [2022-10-04T23:33:30.664Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
23:33:31 [2022-10-04T23:33:31.882Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
23:33:31 [2022-10-04T23:33:31.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.68s)
23:33:31 [2022-10-04T23:33:31.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.83s)
23:33:31 [2022-10-04T23:33:31.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.21s)
23:33:31 [2022-10-04T23:33:31.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.27s)
23:33:31 [2022-10-04T23:33:31.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.21s)
23:33:31 [2022-10-04T23:33:31.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.25s)
23:33:31 [2022-10-04T23:33:31.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.65s)
23:33:31 [2022-10-04T23:33:31.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.69s)
23:33:31 [2022-10-04T23:33:31.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.81s)
23:33:31 [2022-10-04T23:33:31.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.93s)
23:33:31 [2022-10-04T23:33:31.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.73s)
23:33:31 [2022-10-04T23:33:31.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.66s)
23:33:31 [2022-10-04T23:33:31.882Z] === RUN   TestCgroupNamespacesRun
23:33:32 [2022-10-04T23:33:32.809Z] --- PASS: TestCgroupNamespacesRun (1.13s)
23:33:32 [2022-10-04T23:33:32.809Z] === RUN   TestCgroupNamespacesRunPrivileged
23:33:33 [2022-10-04T23:33:33.201Z] --- PASS: TestLiveRestore (0.00s)
23:33:33 [2022-10-04T23:33:33.201Z]     --- PASS: TestLiveRestore/volume_references (9.89s)
23:33:33 [2022-10-04T23:33:33.201Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (8.20s)
23:33:33 [2022-10-04T23:33:33.201Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (2.15s)
23:33:33 [2022-10-04T23:33:33.201Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (2.10s)
23:33:33 [2022-10-04T23:33:33.201Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (2.15s)
23:33:33 [2022-10-04T23:33:33.201Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (1.79s)
23:33:33 [2022-10-04T23:33:33.201Z] PASS
23:33:33 [2022-10-04T23:33:33.201Z] 
23:33:33 [2022-10-04T23:33:33.201Z] DONE 7 tests in 9.991s
23:33:33 [2022-10-04T23:33:33.201Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
23:33:33 [2022-10-04T23:33:33.201Z] INFO: Testing against a local daemon
23:33:33 [2022-10-04T23:33:33.201Z] === RUN   TestCommitInheritsEnv
23:33:34 [2022-10-04T23:33:34.174Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.15s)
23:33:34 [2022-10-04T23:33:34.174Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
23:33:35 [2022-10-04T23:33:35.101Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.11s)
23:33:35 [2022-10-04T23:33:35.101Z] === RUN   TestCgroupNamespacesRunHostMode
23:33:35 [2022-10-04T23:33:35.107Z] --- PASS: TestCommitInheritsEnv (1.90s)
23:33:35 [2022-10-04T23:33:35.107Z] === RUN   TestImportExtremelyLargeImageWorks
23:33:35 [2022-10-04T23:33:35.107Z] === PAUSE TestImportExtremelyLargeImageWorks
23:33:35 [2022-10-04T23:33:35.107Z] === RUN   TestImagesFilterMultiReference
23:33:35 [2022-10-04T23:33:35.366Z] --- PASS: TestImagesFilterMultiReference (0.06s)
23:33:35 [2022-10-04T23:33:35.366Z] === RUN   TestImagePullPlatformInvalid
23:33:35 [2022-10-04T23:33:35.366Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
23:33:35 [2022-10-04T23:33:35.366Z] === RUN   TestRemoveImageOrphaning
23:33:36 [2022-10-04T23:33:36.465Z] --- PASS: TestCgroupNamespacesRunHostMode (1.09s)
23:33:36 [2022-10-04T23:33:36.465Z] === RUN   TestCgroupNamespacesRunPrivateMode
23:33:37 [2022-10-04T23:33:37.273Z] --- PASS: TestRemoveImageOrphaning (1.91s)
23:33:37 [2022-10-04T23:33:37.273Z] === RUN   TestRemoveImageGarbageCollector
23:33:37 [2022-10-04T23:33:37.273Z]     remove_unix_test.go:38: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
23:33:37 [2022-10-04T23:33:37.273Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
23:33:37 [2022-10-04T23:33:37.273Z] === RUN   TestTagUnprefixedRepoByNameOrName
23:33:37 [2022-10-04T23:33:37.273Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
23:33:37 [2022-10-04T23:33:37.273Z] === RUN   TestTagInvalidReference
23:33:37 [2022-10-04T23:33:37.273Z] --- PASS: TestTagInvalidReference (0.01s)
23:33:37 [2022-10-04T23:33:37.273Z] === RUN   TestTagValidPrefixedRepo
23:33:37 [2022-10-04T23:33:37.273Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
23:33:37 [2022-10-04T23:33:37.273Z] === RUN   TestTagExistedNameWithoutForce
23:33:37 [2022-10-04T23:33:37.273Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
23:33:37 [2022-10-04T23:33:37.273Z] === RUN   TestTagOfficialNames
23:33:37 [2022-10-04T23:33:37.273Z] --- PASS: TestTagOfficialNames (0.05s)
23:33:37 [2022-10-04T23:33:37.273Z] === RUN   TestTagMatchesDigest
23:33:37 [2022-10-04T23:33:37.273Z] --- PASS: TestTagMatchesDigest (0.01s)
23:33:37 [2022-10-04T23:33:37.273Z] === CONT  TestImportExtremelyLargeImageWorks
23:33:37 [2022-10-04T23:33:37.391Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.10s)
23:33:37 [2022-10-04T23:33:37.391Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
23:33:38 [2022-10-04T23:33:38.318Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.10s)
23:33:38 [2022-10-04T23:33:38.319Z] === RUN   TestCgroupNamespacesRunInvalidMode
23:33:39 [2022-10-04T23:33:39.245Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s)
23:33:39 [2022-10-04T23:33:39.245Z] === RUN   TestCgroupNamespacesRunOlderClient
23:33:40 [2022-10-04T23:33:40.172Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.11s)
23:33:40 [2022-10-04T23:33:40.172Z] === RUN   TestNISDomainname
23:33:40 [2022-10-04T23:33:40.734Z] --- PASS: TestNISDomainname (0.50s)
23:33:40 [2022-10-04T23:33:40.734Z] === RUN   TestHostnameDnsResolution
23:33:41 [2022-10-04T23:33:41.295Z] --- PASS: TestHostnameDnsResolution (0.67s)
23:33:41 [2022-10-04T23:33:41.295Z] === RUN   TestUnprivilegedPortsAndPing
23:33:41 [2022-10-04T23:33:41.856Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s)
23:33:41 [2022-10-04T23:33:41.856Z] === RUN   TestStats
23:33:44 [2022-10-04T23:33:44.370Z] --- PASS: TestStats (2.44s)
23:33:44 [2022-10-04T23:33:44.370Z] === RUN   TestStopContainerWithTimeout
23:33:44 [2022-10-04T23:33:44.370Z] === RUN   TestStopContainerWithTimeout/0
23:33:44 [2022-10-04T23:33:44.370Z] === PAUSE TestStopContainerWithTimeout/0
23:33:44 [2022-10-04T23:33:44.370Z] === RUN   TestStopContainerWithTimeout/1
23:33:44 [2022-10-04T23:33:44.370Z] === PAUSE TestStopContainerWithTimeout/1
23:33:44 [2022-10-04T23:33:44.370Z] === RUN   TestStopContainerWithTimeout/3
23:33:44 [2022-10-04T23:33:44.370Z] === PAUSE TestStopContainerWithTimeout/3
23:33:44 [2022-10-04T23:33:44.370Z] === RUN   TestStopContainerWithTimeout/-1
23:33:44 [2022-10-04T23:33:44.370Z] === PAUSE TestStopContainerWithTimeout/-1
23:33:44 [2022-10-04T23:33:44.370Z] === CONT  TestStopContainerWithTimeout/0
23:33:44 [2022-10-04T23:33:44.370Z] === CONT  TestStopContainerWithTimeout/-1
23:33:44 [2022-10-04T23:33:44.931Z] === CONT  TestStopContainerWithTimeout/3
23:33:47 [2022-10-04T23:33:47.443Z] === CONT  TestStopContainerWithTimeout/1
23:33:48 [2022-10-04T23:33:48.369Z] --- PASS: TestStopContainerWithTimeout (0.01s)
23:33:48 [2022-10-04T23:33:48.369Z]     --- PASS: TestStopContainerWithTimeout/0 (0.65s)
23:33:48 [2022-10-04T23:33:48.369Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.64s)
23:33:48 [2022-10-04T23:33:48.369Z]     --- PASS: TestStopContainerWithTimeout/3 (2.40s)
23:33:48 [2022-10-04T23:33:48.369Z]     --- PASS: TestStopContainerWithTimeout/1 (1.41s)
23:33:48 [2022-10-04T23:33:48.369Z] === RUN   TestDeleteDevicemapper
23:33:48 [2022-10-04T23:33:48.369Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:33:48 [2022-10-04T23:33:48.369Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:33:48 [2022-10-04T23:33:48.369Z] === RUN   TestStopContainerWithRestartPolicyAlways
23:33:49 [2022-10-04T23:33:49.733Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.32s)
23:33:49 [2022-10-04T23:33:49.733Z] === RUN   TestUpdateMemory
23:33:50 [2022-10-04T23:33:50.294Z] --- PASS: TestUpdateMemory (0.52s)
23:33:50 [2022-10-04T23:33:50.294Z] === RUN   TestUpdateCPUQuota
23:33:50 [2022-10-04T23:33:50.856Z] --- PASS: TestUpdateCPUQuota (0.74s)
23:33:50 [2022-10-04T23:33:50.856Z] === RUN   TestUpdatePidsLimit
23:33:50 [2022-10-04T23:33:50.856Z] === RUN   TestUpdatePidsLimit/update_from_none
23:33:51 [2022-10-04T23:33:51.111Z] === RUN   TestUpdatePidsLimit/no_change
23:33:51 [2022-10-04T23:33:51.367Z] === RUN   TestUpdatePidsLimit/update_lower
23:33:51 [2022-10-04T23:33:51.623Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
23:33:51 [2022-10-04T23:33:51.878Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
23:33:52 [2022-10-04T23:33:52.134Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
23:33:52 [2022-10-04T23:33:52.134Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
23:33:53 [2022-10-04T23:33:53.060Z] --- PASS: TestUpdatePidsLimit (1.89s)
23:33:53 [2022-10-04T23:33:53.060Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.19s)
23:33:53 [2022-10-04T23:33:53.060Z]     --- PASS: TestUpdatePidsLimit/no_change (0.19s)
23:33:53 [2022-10-04T23:33:53.060Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.20s)
23:33:53 [2022-10-04T23:33:53.060Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.28s)
23:33:53 [2022-10-04T23:33:53.060Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s)
23:33:53 [2022-10-04T23:33:53.060Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.19s)
23:33:53 [2022-10-04T23:33:53.060Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s)
23:33:53 [2022-10-04T23:33:53.060Z] === RUN   TestUpdateRestartPolicy
23:34:01 [2022-10-04T23:34:01.756Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
23:34:01 [2022-10-04T23:34:01.756Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
23:34:01 [2022-10-04T23:34:01.756Z] remote: Enumerating objects: 23, done.
23:34:01 [2022-10-04T23:34:01.756Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
23:34:01 [2022-10-04T23:34:01.756Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
23:34:01 [2022-10-04T23:34:01.756Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
23:34:01 [2022-10-04T23:34:01.756Z] Receiving objects:   4% (1/23)
Receiving objects:   8% (2/23)
Receiving objects:  13% (3/23)
Receiving objects:  17% (4/23)
Receiving objects:  21% (5/23)
Receiving objects:  26% (6/23)
Receiving objects:  30% (7/23)
Receiving objects:  34% (8/23)
Receiving objects:  39% (9/23)
Receiving objects:  43% (10/23)
Receiving objects:  47% (11/23)
Receiving objects:  52% (12/23)
Receiving objects:  56% (13/23)
Receiving objects:  60% (14/23)
Receiving objects:  65% (15/23)
Receiving objects:  69% (16/23)
Receiving objects:  73% (17/23)
Receiving objects:  78% (18/23)
Receiving objects:  82% (19/23)
Receiving objects:  86% (20/23)
Receiving objects:  91% (21/23)
Receiving objects:  95% (22/23)
Receiving objects: 100% (23/23)
Receiving objects: 100% (23/23), 10.17 KiB | 5.08 MiB/s, done.
23:34:01 [2022-10-04T23:34:01.756Z] Resolving deltas:   0% (0/2)
Resolving deltas:  50% (1/2)
Resolving deltas: 100% (2/2)
Resolving deltas: 100% (2/2), done.
23:34:01 [2022-10-04T23:34:01.756Z] Building: bundles/cross/windows/amd64/containerutility.exe
23:34:01 [2022-10-04T23:34:01.756Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
23:34:02 [2022-10-04T23:34:02.082Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44247/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 hack/test/unit
23:34:04 [2022-10-04T23:34:04.626Z] ?   	github.com/docker/docker/api	[no test files]
23:34:05 [2022-10-04T23:34:05.223Z] --- PASS: TestUpdateRestartPolicy (10.80s)
23:34:05 [2022-10-04T23:34:05.223Z] === RUN   TestUpdateRestartWithAutoRemove
23:34:05 [2022-10-04T23:34:05.223Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s)
23:34:05 [2022-10-04T23:34:05.223Z] === RUN   TestWaitNonBlocked
23:34:05 [2022-10-04T23:34:05.223Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
23:34:05 [2022-10-04T23:34:05.223Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
23:34:05 [2022-10-04T23:34:05.223Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
23:34:05 [2022-10-04T23:34:05.223Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
23:34:05 [2022-10-04T23:34:05.223Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
23:34:05 [2022-10-04T23:34:05.223Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
23:34:05 [2022-10-04T23:34:05.223Z] --- PASS: TestWaitNonBlocked (0.01s)
23:34:05 [2022-10-04T23:34:05.223Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.66s)
23:34:05 [2022-10-04T23:34:05.223Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.70s)
23:34:05 [2022-10-04T23:34:05.223Z] === RUN   TestWaitBlocked
23:34:05 [2022-10-04T23:34:05.223Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
23:34:05 [2022-10-04T23:34:05.223Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
23:34:05 [2022-10-04T23:34:05.223Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
23:34:05 [2022-10-04T23:34:05.223Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
23:34:05 [2022-10-04T23:34:05.223Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
23:34:05 [2022-10-04T23:34:05.223Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
23:34:05 [2022-10-04T23:34:05.479Z] --- PASS: TestWaitBlocked (0.01s)
23:34:05 [2022-10-04T23:34:05.479Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.65s)
23:34:05 [2022-10-04T23:34:05.479Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.68s)
23:34:05 [2022-10-04T23:34:05.479Z] === CONT  TestContainerStartOnDaemonRestart
23:34:05 [2022-10-04T23:34:05.479Z] === CONT  TestRestartDaemonWithRestartingContainer
23:34:07 [2022-10-04T23:34:07.367Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.99s)
23:34:07 [2022-10-04T23:34:07.367Z] === CONT  TestIpcModeOlderClient
23:34:07 [2022-10-04T23:34:07.623Z] --- PASS: TestContainerStartOnDaemonRestart (2.05s)
23:34:07 [2022-10-04T23:34:07.623Z] === CONT  TestContainerKillOnDaemonStart
23:34:07 [2022-10-04T23:34:07.623Z] --- PASS: TestIpcModeOlderClient (0.08s)
23:34:07 [2022-10-04T23:34:07.623Z] === CONT  TestDaemonHostGatewayIP
23:34:10 [2022-10-04T23:34:10.152Z] --- PASS: TestDaemonHostGatewayIP (2.46s)
23:34:10 [2022-10-04T23:34:10.152Z] === CONT  TestDaemonRestartIpcMode
23:34:12 [2022-10-04T23:34:12.669Z] --- PASS: TestDaemonRestartIpcMode (2.19s)
23:34:19 [2022-10-04T23:34:19.205Z] --- PASS: TestContainerKillOnDaemonStart (11.72s)
23:34:19 [2022-10-04T23:34:19.205Z] PASS
23:34:19 [2022-10-04T23:34:19.205Z] 
23:34:19 [2022-10-04T23:34:19.205Z] === Skipped
23:34:19 [2022-10-04T23:34:19.205Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
23:34:19 [2022-10-04T23:34:19.205Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:34:19 [2022-10-04T23:34:19.205Z] 
23:34:19 [2022-10-04T23:34:19.205Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
23:34:19 [2022-10-04T23:34:19.205Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:34:19 [2022-10-04T23:34:19.205Z] 
23:34:19 [2022-10-04T23:34:19.205Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
23:34:19 [2022-10-04T23:34:19.205Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:34:19 [2022-10-04T23:34:19.205Z] 
23:34:19 [2022-10-04T23:34:19.205Z] DONE 197 tests, 3 skipped in 104.495s
23:34:19 [2022-10-04T23:34:19.205Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
23:34:19 [2022-10-04T23:34:19.205Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
23:34:19 [2022-10-04T23:34:19.205Z] ++ set -e
23:34:19 [2022-10-04T23:34:19.205Z] ++ '[' -n 0 ']'
23:34:19 [2022-10-04T23:34:19.205Z] ++ set -x
23:34:19 [2022-10-04T23:34:19.205Z] ++ 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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
23:34:19 [2022-10-04T23:34:19.461Z] INFO: Testing against a local daemon
23:34:19 [2022-10-04T23:34:19.461Z] === RUN   TestLiveRestore
23:34:19 [2022-10-04T23:34:19.461Z] === RUN   TestLiveRestore/volume_references
23:34:19 [2022-10-04T23:34:19.461Z] === PAUSE TestLiveRestore/volume_references
23:34:19 [2022-10-04T23:34:19.461Z] === CONT  TestLiveRestore/volume_references
23:34:19 [2022-10-04T23:34:19.524Z] ok  	github.com/docker/docker/api/server	0.004s	coverage: 7.9% of statements
23:34:20 [2022-10-04T23:34:20.031Z] === RUN   TestLiveRestore/volume_references/restartPolicy
23:34:20 [2022-10-04T23:34:20.031Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
23:34:20 [2022-10-04T23:34:20.978Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
23:34:22 [2022-10-04T23:34:22.868Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
23:34:23 [2022-10-04T23:34:23.430Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
23:34:24 [2022-10-04T23:34:24.796Z] --- PASS: TestLiveRestore (0.00s)
23:34:24 [2022-10-04T23:34:24.796Z]     --- PASS: TestLiveRestore/volume_references (5.19s)
23:34:24 [2022-10-04T23:34:24.796Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (4.52s)
23:34:24 [2022-10-04T23:34:24.796Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.08s)
23:34:24 [2022-10-04T23:34:24.796Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.52s)
23:34:24 [2022-10-04T23:34:24.796Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.93s)
23:34:24 [2022-10-04T23:34:24.796Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.99s)
23:34:24 [2022-10-04T23:34:24.796Z] PASS
23:34:24 [2022-10-04T23:34:24.796Z] 
23:34:24 [2022-10-04T23:34:24.796Z] DONE 7 tests in 5.286s
23:34:24 [2022-10-04T23:34:24.796Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
23:34:24 [2022-10-04T23:34:24.796Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
23:34:24 [2022-10-04T23:34:24.796Z] ++ set -e
23:34:24 [2022-10-04T23:34:24.796Z] ++ '[' -n 0 ']'
23:34:24 [2022-10-04T23:34:24.796Z] ++ set -x
23:34:24 [2022-10-04T23:34:24.796Z] ++ 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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
23:34:24 [2022-10-04T23:34:24.796Z] INFO: Testing against a local daemon
23:34:24 [2022-10-04T23:34:24.796Z] === RUN   TestCommitInheritsEnv
23:34:25 [2022-10-04T23:34:25.052Z] --- PASS: TestCommitInheritsEnv (0.30s)
23:34:25 [2022-10-04T23:34:25.052Z] === RUN   TestImportExtremelyLargeImageWorks
23:34:25 [2022-10-04T23:34:25.052Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
23:34:25 [2022-10-04T23:34:25.052Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
23:34:25 [2022-10-04T23:34:25.052Z] === RUN   TestImagesFilterMultiReference
23:34:25 [2022-10-04T23:34:25.052Z] --- PASS: TestImagesFilterMultiReference (0.06s)
23:34:25 [2022-10-04T23:34:25.052Z] === RUN   TestImagePullPlatformInvalid
23:34:25 [2022-10-04T23:34:25.052Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
23:34:25 [2022-10-04T23:34:25.052Z] === RUN   TestRemoveImageOrphaning
23:34:25 [2022-10-04T23:34:25.308Z] --- PASS: TestRemoveImageOrphaning (0.30s)
23:34:25 [2022-10-04T23:34:25.308Z] === RUN   TestRemoveImageGarbageCollector
23:34:25 [2022-10-04T23:34:25.308Z]     remove_unix_test.go:37: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:34:25 [2022-10-04T23:34:25.308Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
23:34:25 [2022-10-04T23:34:25.308Z] === RUN   TestTagUnprefixedRepoByNameOrName
23:34:25 [2022-10-04T23:34:25.565Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
23:34:25 [2022-10-04T23:34:25.565Z] === RUN   TestTagInvalidReference
23:34:25 [2022-10-04T23:34:25.565Z] --- PASS: TestTagInvalidReference (0.01s)
23:34:25 [2022-10-04T23:34:25.565Z] === RUN   TestTagValidPrefixedRepo
23:34:25 [2022-10-04T23:34:25.565Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
23:34:25 [2022-10-04T23:34:25.565Z] === RUN   TestTagExistedNameWithoutForce
23:34:25 [2022-10-04T23:34:25.565Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
23:34:25 [2022-10-04T23:34:25.565Z] === RUN   TestTagOfficialNames
23:34:25 [2022-10-04T23:34:25.565Z] --- PASS: TestTagOfficialNames (0.05s)
23:34:25 [2022-10-04T23:34:25.565Z] === RUN   TestTagMatchesDigest
23:34:25 [2022-10-04T23:34:25.565Z] --- PASS: TestTagMatchesDigest (0.02s)
23:34:25 [2022-10-04T23:34:25.565Z] PASS
23:34:25 [2022-10-04T23:34:25.565Z] 
23:34:25 [2022-10-04T23:34:25.565Z] === Skipped
23:34:25 [2022-10-04T23:34:25.565Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
23:34:25 [2022-10-04T23:34:25.565Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
23:34:25 [2022-10-04T23:34:25.565Z] 
23:34:25 [2022-10-04T23:34:25.565Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
23:34:25 [2022-10-04T23:34:25.565Z]     remove_unix_test.go:37: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:34:25 [2022-10-04T23:34:25.565Z] 
23:34:25 [2022-10-04T23:34:25.565Z] DONE 12 tests, 2 skipped in 1.022s
23:34:25 [2022-10-04T23:34:25.565Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
23:34:25 [2022-10-04T23:34:25.565Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
23:34:25 [2022-10-04T23:34:25.565Z] ++ set -e
23:34:25 [2022-10-04T23:34:25.565Z] ++ '[' -n 0 ']'
23:34:25 [2022-10-04T23:34:25.565Z] ++ set -x
23:34:25 [2022-10-04T23:34:25.565Z] ++ 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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
23:34:25 [2022-10-04T23:34:25.821Z] INFO: Testing against a local daemon
23:34:25 [2022-10-04T23:34:25.821Z] === RUN   TestNetworkCreateDelete
23:34:25 [2022-10-04T23:34:25.821Z] --- PASS: TestNetworkCreateDelete (0.17s)
23:34:25 [2022-10-04T23:34:25.821Z] === RUN   TestDockerNetworkDeletePreferID
23:34:26 [2022-10-04T23:34:26.383Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s)
23:34:26 [2022-10-04T23:34:26.383Z] === RUN   TestDaemonDNSFallback
23:34:32 [2022-10-04T23:34:32.923Z] --- PASS: TestDaemonDNSFallback (6.56s)
23:34:32 [2022-10-04T23:34:32.923Z] === RUN   TestInspectNetwork
23:34:36 [2022-10-04T23:34:36.199Z] === RUN   TestInspectNetwork/full_network_id
23:34:36 [2022-10-04T23:34:36.199Z] === RUN   TestInspectNetwork/partial_network_id
23:34:36 [2022-10-04T23:34:36.199Z] === RUN   TestInspectNetwork/network_name
23:34:36 [2022-10-04T23:34:36.199Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
23:34:40 [2022-10-04T23:34:40.370Z] --- PASS: TestInspectNetwork (7.61s)
23:34:40 [2022-10-04T23:34:40.370Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
23:34:40 [2022-10-04T23:34:40.370Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
23:34:40 [2022-10-04T23:34:40.370Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
23:34:40 [2022-10-04T23:34:40.370Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
23:34:40 [2022-10-04T23:34:40.370Z] === RUN   TestRunContainerWithBridgeNone
23:34:42 [2022-10-04T23:34:42.259Z] --- PASS: TestRunContainerWithBridgeNone (1.47s)
23:34:42 [2022-10-04T23:34:42.259Z] === RUN   TestNetworkInvalidJSON
23:34:42 [2022-10-04T23:34:42.259Z] === RUN   TestNetworkInvalidJSON//networks/create
23:34:42 [2022-10-04T23:34:42.259Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:34:42 [2022-10-04T23:34:42.259Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:34:42 [2022-10-04T23:34:42.259Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:34:42 [2022-10-04T23:34:42.259Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:34:42 [2022-10-04T23:34:42.259Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:34:42 [2022-10-04T23:34:42.259Z] === CONT  TestNetworkInvalidJSON//networks/create
23:34:42 [2022-10-04T23:34:42.259Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:34:42 [2022-10-04T23:34:42.259Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:34:42 [2022-10-04T23:34:42.259Z] --- PASS: TestNetworkInvalidJSON (0.02s)
23:34:42 [2022-10-04T23:34:42.259Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
23:34:42 [2022-10-04T23:34:42.259Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
23:34:42 [2022-10-04T23:34:42.259Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:34:42 [2022-10-04T23:34:42.259Z] === RUN   TestNetworkList
23:34:42 [2022-10-04T23:34:42.259Z] === RUN   TestNetworkList//networks
23:34:42 [2022-10-04T23:34:42.259Z] === PAUSE TestNetworkList//networks
23:34:42 [2022-10-04T23:34:42.259Z] === RUN   TestNetworkList//networks/
23:34:42 [2022-10-04T23:34:42.259Z] === PAUSE TestNetworkList//networks/
23:34:42 [2022-10-04T23:34:42.259Z] === CONT  TestNetworkList//networks
23:34:42 [2022-10-04T23:34:42.259Z] === CONT  TestNetworkList//networks/
23:34:42 [2022-10-04T23:34:42.259Z] --- PASS: TestNetworkList (0.01s)
23:34:42 [2022-10-04T23:34:42.259Z]     --- PASS: TestNetworkList//networks (0.00s)
23:34:42 [2022-10-04T23:34:42.259Z]     --- PASS: TestNetworkList//networks/ (0.00s)
23:34:42 [2022-10-04T23:34:42.259Z] === RUN   TestHostIPv4BridgeLabel
23:34:42 [2022-10-04T23:34:42.515Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
23:34:42 [2022-10-04T23:34:42.515Z] === RUN   TestDaemonRestartWithLiveRestore
23:34:42 [2022-10-04T23:34:42.807Z] --- PASS: TestImportExtremelyLargeImageWorks (92.51s)
23:34:42 [2022-10-04T23:34:42.807Z] PASS
23:34:42 [2022-10-04T23:34:42.807Z] 
23:34:42 [2022-10-04T23:34:42.807Z] DONE 12 tests in 95.406s
23:34:42 [2022-10-04T23:34:42.807Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
23:34:42 [2022-10-04T23:34:42.807Z] INFO: Testing against a local daemon
23:34:42 [2022-10-04T23:34:42.807Z] === RUN   TestNetworkCreateDelete
23:34:42 [2022-10-04T23:34:42.807Z] --- PASS: TestNetworkCreateDelete (0.13s)
23:34:42 [2022-10-04T23:34:42.807Z] === RUN   TestDockerNetworkDeletePreferID
23:34:42 [2022-10-04T23:34:42.807Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s)
23:34:42 [2022-10-04T23:34:42.807Z] === RUN   TestDaemonDNSFallback
23:34:43 [2022-10-04T23:34:43.442Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
23:34:43 [2022-10-04T23:34:43.442Z] === RUN   TestDaemonDefaultNetworkPools
23:34:44 [2022-10-04T23:34:44.369Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s)
23:34:44 [2022-10-04T23:34:44.369Z] === RUN   TestDaemonRestartWithExistingNetwork
23:34:45 [2022-10-04T23:34:45.733Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s)
23:34:45 [2022-10-04T23:34:45.733Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:34:46 [2022-10-04T23:34:46.093Z] --- PASS: TestDaemonDNSFallback (6.37s)
23:34:46 [2022-10-04T23:34:46.093Z] === RUN   TestInspectNetwork
23:34:46 [2022-10-04T23:34:46.660Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
23:34:46 [2022-10-04T23:34:46.660Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
23:34:47 [2022-10-04T23:34:47.221Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
23:34:47 [2022-10-04T23:34:47.221Z] === RUN   TestServiceWithPredefinedNetwork
23:34:49 [2022-10-04T23:34:49.384Z] === RUN   TestInspectNetwork/full_network_id
23:34:49 [2022-10-04T23:34:49.384Z] === RUN   TestInspectNetwork/partial_network_id
23:34:49 [2022-10-04T23:34:49.384Z] === RUN   TestInspectNetwork/network_name
23:34:49 [2022-10-04T23:34:49.384Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
23:34:49 [2022-10-04T23:34:49.735Z] --- PASS: TestServiceWithPredefinedNetwork (2.20s)
23:34:49 [2022-10-04T23:34:49.735Z] === RUN   TestServiceRemoveKeepsIngressNetwork
23:34:49 [2022-10-04T23:34:49.735Z]     service_test.go:242: FLAKY_TEST
23:34:49 [2022-10-04T23:34:49.735Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
23:34:49 [2022-10-04T23:34:49.735Z] === RUN   TestServiceWithDataPathPortInit
23:34:53 [2022-10-04T23:34:53.528Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
23:34:53 [2022-10-04T23:34:53.528Z] Using test binary docker
23:34:53 [2022-10-04T23:34:53.528Z] +++ /etc/init.d/apparmor start
23:34:53 [2022-10-04T23:34:53.528Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
23:34:53 [2022-10-04T23:34:53.528Z] INFO: Waiting for daemon to start...
23:34:53 [2022-10-04T23:34:53.528Z] Starting dockerd
23:34:53 [2022-10-04T23:34:53.528Z] +++ 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
23:34:53 [2022-10-04T23:34:53.528Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
23:34:53 [2022-10-04T23:34:53.528Z] Using test binary docker
23:34:53 [2022-10-04T23:34:53.528Z] +++ /etc/init.d/apparmor start
23:34:53 [2022-10-04T23:34:53.528Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
23:34:53 [2022-10-04T23:34:53.528Z] INFO: Waiting for daemon to start...
23:34:53 [2022-10-04T23:34:53.528Z] Starting dockerd
23:34:53 [2022-10-04T23:34:53.528Z] +++ 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
23:34:53 [2022-10-04T23:34:53.575Z] --- PASS: TestInspectNetwork (7.30s)
23:34:53 [2022-10-04T23:34:53.575Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
23:34:53 [2022-10-04T23:34:53.575Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
23:34:53 [2022-10-04T23:34:53.575Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
23:34:53 [2022-10-04T23:34:53.575Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
23:34:53 [2022-10-04T23:34:53.575Z] === RUN   TestRunContainerWithBridgeNone
23:34:54 [2022-10-04T23:34:54.956Z] --- PASS: TestRunContainerWithBridgeNone (1.60s)
23:34:54 [2022-10-04T23:34:54.956Z] === RUN   TestNetworkInvalidJSON
23:34:54 [2022-10-04T23:34:54.956Z] === RUN   TestNetworkInvalidJSON//networks/create
23:34:54 [2022-10-04T23:34:54.956Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:34:54 [2022-10-04T23:34:54.956Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:34:54 [2022-10-04T23:34:54.956Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:34:54 [2022-10-04T23:34:54.956Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:34:54 [2022-10-04T23:34:54.956Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:34:54 [2022-10-04T23:34:54.956Z] === CONT  TestNetworkInvalidJSON//networks/create
23:34:54 [2022-10-04T23:34:54.956Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:34:54 [2022-10-04T23:34:54.956Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:34:54 [2022-10-04T23:34:54.956Z] --- PASS: TestNetworkInvalidJSON (0.01s)
23:34:54 [2022-10-04T23:34:54.956Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:34:54 [2022-10-04T23:34:54.956Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:34:54 [2022-10-04T23:34:54.956Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:34:54 [2022-10-04T23:34:54.956Z] === RUN   TestNetworkList
23:34:54 [2022-10-04T23:34:54.956Z] === RUN   TestNetworkList//networks
23:34:54 [2022-10-04T23:34:54.956Z] === PAUSE TestNetworkList//networks
23:34:54 [2022-10-04T23:34:54.956Z] === RUN   TestNetworkList//networks/
23:34:54 [2022-10-04T23:34:54.956Z] === PAUSE TestNetworkList//networks/
23:34:54 [2022-10-04T23:34:54.956Z] === CONT  TestNetworkList//networks
23:34:54 [2022-10-04T23:34:54.956Z] === CONT  TestNetworkList//networks/
23:34:54 [2022-10-04T23:34:54.956Z] --- PASS: TestNetworkList (0.01s)
23:34:54 [2022-10-04T23:34:54.956Z]     --- PASS: TestNetworkList//networks/ (0.00s)
23:34:54 [2022-10-04T23:34:54.956Z]     --- PASS: TestNetworkList//networks (0.00s)
23:34:54 [2022-10-04T23:34:54.956Z] === RUN   TestHostIPv4BridgeLabel
23:34:55 [2022-10-04T23:34:55.215Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
23:34:55 [2022-10-04T23:34:55.215Z] === RUN   TestDaemonRestartWithLiveRestore
23:34:55 [2022-10-04T23:34:55.429Z] .
23:34:55 [2022-10-04T23:34:55.430Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
23:34:55 [2022-10-04T23:34:55.430Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
23:34:55 [2022-10-04T23:34:55.430Z] Error: No such image: emptyfs
23:34:55 [2022-10-04T23:34:55.430Z] ++++ tar -cC bundles/test-integration/emptyfs .
23:34:55 [2022-10-04T23:34:55.430Z] ++++ docker load
23:34:55 [2022-10-04T23:34:55.430Z] 
23:34:55 [2022-10-04T23:34:55.430Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
23:34:55 [2022-10-04T23:34:55.687Z] Running integration-test (iteration 1)
23:34:55 [2022-10-04T23:34:55.688Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
23:34:55 [2022-10-04T23:34:55.688Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
23:34:55 [2022-10-04T23:34:55.688Z] ++ set -e
23:34:55 [2022-10-04T23:34:55.688Z] ++ '[' -n 0 ']'
23:34:55 [2022-10-04T23:34:55.688Z] ++ set -x
23:34:55 [2022-10-04T23:34:55.688Z] ++ 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=amd64 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 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/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
23:34:55 [2022-10-04T23:34:55.688Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
23:34:55 [2022-10-04T23:34:55.688Z] Error: No such image: emptyfs
23:34:55 [2022-10-04T23:34:55.688Z] ++++ tar -cC bundles/test-integration/emptyfs .
23:34:55 [2022-10-04T23:34:55.688Z] ++++ docker load
23:34:55 [2022-10-04T23:34:55.945Z] Running integration-test (iteration 1)
23:34:55 [2022-10-04T23:34:55.945Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
23:34:55 [2022-10-04T23:34:55.945Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
23:34:55 [2022-10-04T23:34:55.945Z] ++ set -e
23:34:55 [2022-10-04T23:34:55.945Z] ++ '[' -n 0 ']'
23:34:55 [2022-10-04T23:34:55.945Z] ++ set -x
23:34:55 [2022-10-04T23:34:55.945Z] ++ 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=amd64 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 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/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
23:34:56 [2022-10-04T23:34:56.512Z] Loaded image: busybox:latest
23:34:56 [2022-10-04T23:34:56.592Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
23:34:56 [2022-10-04T23:34:56.592Z] === RUN   TestDaemonDefaultNetworkPools
23:34:56 [2022-10-04T23:34:56.778Z] Loaded image: busybox:glibc
23:34:56 [2022-10-04T23:34:56.778Z] Loaded image: busybox:latest
23:34:57 [2022-10-04T23:34:57.160Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
23:34:57 [2022-10-04T23:34:57.160Z] === RUN   TestDaemonRestartWithExistingNetwork
23:34:57 [2022-10-04T23:34:57.346Z] Loaded image: busybox:glibc
23:34:58 [2022-10-04T23:34:58.098Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
23:34:58 [2022-10-04T23:34:58.098Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:34:59 [2022-10-04T23:34:59.477Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
23:34:59 [2022-10-04T23:34:59.477Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
23:35:00 [2022-10-04T23:35:00.044Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
23:35:00 [2022-10-04T23:35:00.044Z] === RUN   TestServiceWithPredefinedNetwork
23:35:01 [2022-10-04T23:35:01.532Z] Loaded image: debian:bullseye-slim
23:35:01 [2022-10-04T23:35:01.532Z] Loaded image: hello-world:latest
23:35:01 [2022-10-04T23:35:01.532Z] Loaded image: arm32v7/hello-world:latest
23:35:01 [2022-10-04T23:35:01.532Z] INFO: Testing against a local daemon
23:35:01 [2022-10-04T23:35:01.532Z] === RUN   TestDockerSuite
23:35:01 [2022-10-04T23:35:01.532Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
23:35:01 [2022-10-04T23:35:01.532Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
23:35:01 [2022-10-04T23:35:01.532Z] === RUN   TestDockerSuite/TestAPIErrorJSON
23:35:01 [2022-10-04T23:35:01.532Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
23:35:01 [2022-10-04T23:35:01.532Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
23:35:01 [2022-10-04T23:35:01.532Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
23:35:01 [2022-10-04T23:35:01.532Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
23:35:01 [2022-10-04T23:35:01.532Z] === RUN   TestDockerSuite/TestAPIImagesDelete
23:35:01 [2022-10-04T23:35:01.532Z] Loaded image: debian:bullseye-slim
23:35:01 [2022-10-04T23:35:01.791Z] Loaded image: hello-world:latest
23:35:01 [2022-10-04T23:35:01.791Z] Loaded image: arm32v7/hello-world:latest
23:35:01 [2022-10-04T23:35:01.791Z] INFO: Testing against a local daemon
23:35:01 [2022-10-04T23:35:01.791Z] === RUN   TestDockerDaemonSuite
23:35:01 [2022-10-04T23:35:01.791Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
23:35:02 [2022-10-04T23:35:02.581Z] --- PASS: TestServiceWithPredefinedNetwork (2.30s)
23:35:02 [2022-10-04T23:35:02.581Z] === RUN   TestServiceRemoveKeepsIngressNetwork
23:35:02 [2022-10-04T23:35:02.581Z]     service_test.go:242: FLAKY_TEST
23:35:02 [2022-10-04T23:35:02.581Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
23:35:02 [2022-10-04T23:35:02.581Z] === RUN   TestServiceWithDataPathPortInit
23:35:04 [2022-10-04T23:35:04.571Z] --- PASS: TestServiceWithDataPathPortInit (13.59s)
23:35:04 [2022-10-04T23:35:04.571Z] === RUN   TestServiceWithDefaultAddressPoolInit
23:35:05 [2022-10-04T23:35:05.075Z] === RUN   TestDockerSuite/TestAPIImagesFilter
23:35:05 [2022-10-04T23:35:05.075Z] === RUN   TestDockerSuite/TestAPIImagesHistory
23:35:05 [2022-10-04T23:35:05.498Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:fdmgptrr8x5y1iilru8yzaxzh Created:2022-10-04 23:35:04.317547633 +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[9f5d8bd72e27d1188f883514fba839c8f8ffd91f85b9502ff63ed42bf18279a5:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.hq1udjrzyps89xo4o247u1qik EndpointID:edc64dc7ccfb8ff8f0cd64bbec37d8b1745ccadc823806ba1683ef1bb66bfffb MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:1fe39b0aeab7707289fae357b190b21c4467c6fcf04976a8b289cec1a6d744d5 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:9707a4c58a66 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.hq1udjrzyps89xo4o247u1qik EndpointID:edc64dc7ccfb8ff8f0cd64bbec37d8b1745ccadc823806ba1683ef1bb66bfffb EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
23:35:05 [2022-10-04T23:35:05.641Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
23:35:06 [2022-10-04T23:35:06.208Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
23:35:07 [2022-10-04T23:35:07.144Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
23:35:07 [2022-10-04T23:35:07.712Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
23:35:07 [2022-10-04T23:35:07.712Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
23:35:09 [2022-10-04T23:35:09.090Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
23:35:09 [2022-10-04T23:35:09.658Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
23:35:09 [2022-10-04T23:35:09.916Z] === RUN   TestDockerSuite/TestAPINetworkFilter
23:35:09 [2022-10-04T23:35:09.916Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
23:35:09 [2022-10-04T23:35:09.916Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
23:35:10 [2022-10-04T23:35:10.484Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
23:35:10 [2022-10-04T23:35:10.741Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.77s)
23:35:10 [2022-10-04T23:35:10.741Z] PASS
23:35:10 [2022-10-04T23:35:10.741Z] 
23:35:10 [2022-10-04T23:35:10.741Z] === Skipped
23:35:10 [2022-10-04T23:35:10.741Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
23:35:10 [2022-10-04T23:35:10.741Z]     service_test.go:242: FLAKY_TEST
23:35:10 [2022-10-04T23:35:10.741Z] 
23:35:10 [2022-10-04T23:35:10.741Z] DONE 26 tests, 1 skipped in 44.188s
23:35:10 [2022-10-04T23:35:10.741Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
23:35:10 [2022-10-04T23:35:10.741Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
23:35:10 [2022-10-04T23:35:10.741Z] ++ set -e
23:35:10 [2022-10-04T23:35:10.741Z] ++ '[' -n 0 ']'
23:35:10 [2022-10-04T23:35:10.741Z] ++ set -x
23:35:10 [2022-10-04T23:35:10.741Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
23:35:10 [2022-10-04T23:35:10.741Z] INFO: Testing against a local daemon
23:35:10 [2022-10-04T23:35:10.741Z] === RUN   TestDockerNetworkIpvlanPersistance
23:35:10 [2022-10-04T23:35:10.741Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:35:10 [2022-10-04T23:35:10.741Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
23:35:10 [2022-10-04T23:35:10.741Z] === RUN   TestDockerNetworkIpvlan
23:35:10 [2022-10-04T23:35:10.741Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:35:10 [2022-10-04T23:35:10.741Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
23:35:10 [2022-10-04T23:35:10.741Z] PASS
23:35:10 [2022-10-04T23:35:10.741Z] 
23:35:10 [2022-10-04T23:35:10.741Z] === Skipped
23:35:10 [2022-10-04T23:35:10.741Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
23:35:10 [2022-10-04T23:35:10.741Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:35:10 [2022-10-04T23:35:10.741Z] 
23:35:10 [2022-10-04T23:35:10.741Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
23:35:10 [2022-10-04T23:35:10.741Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:35:10 [2022-10-04T23:35:10.741Z] 
23:35:10 [2022-10-04T23:35:10.741Z] DONE 2 tests, 2 skipped in 0.109s
23:35:10 [2022-10-04T23:35:10.741Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
23:35:10 [2022-10-04T23:35:10.741Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
23:35:10 [2022-10-04T23:35:10.741Z] ++ set -e
23:35:10 [2022-10-04T23:35:10.741Z] ++ '[' -n 0 ']'
23:35:10 [2022-10-04T23:35:10.741Z] ++ set -x
23:35:10 [2022-10-04T23:35:10.741Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
23:35:10 [2022-10-04T23:35:10.741Z] INFO: Testing against a local daemon
23:35:10 [2022-10-04T23:35:10.741Z] === RUN   TestDockerNetworkMacvlanPersistance
23:35:11 [2022-10-04T23:35:11.051Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
23:35:11 [2022-10-04T23:35:11.306Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.29s)
23:35:11 [2022-10-04T23:35:11.306Z] === RUN   TestDockerNetworkMacvlan
23:35:11 [2022-10-04T23:35:11.868Z] === RUN   TestDockerNetworkMacvlan/Subinterface
23:35:11 [2022-10-04T23:35:11.987Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
23:35:11 [2022-10-04T23:35:11.987Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
23:35:11 [2022-10-04T23:35:11.987Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
23:35:11 [2022-10-04T23:35:11.987Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
23:35:12 [2022-10-04T23:35:12.801Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
23:35:13 [2022-10-04T23:35:13.728Z] === RUN   TestDockerNetworkMacvlan/NilParent
23:35:13 [2022-10-04T23:35:13.742Z] --- PASS: TestImportExtremelyLargeImageWorks (94.95s)
23:35:13 [2022-10-04T23:35:13.742Z] PASS
23:35:13 [2022-10-04T23:35:13.742Z] 
23:35:13 [2022-10-04T23:35:13.742Z] === Skipped
23:35:13 [2022-10-04T23:35:13.742Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
23:35:13 [2022-10-04T23:35:13.742Z]     remove_unix_test.go:38: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
23:35:13 [2022-10-04T23:35:13.742Z] 
23:35:13 [2022-10-04T23:35:13.742Z] DONE 12 tests, 1 skipped in 99.181s
23:35:13 [2022-10-04T23:35:13.742Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
23:35:13 [2022-10-04T23:35:13.742Z] INFO: Testing against a local daemon
23:35:13 [2022-10-04T23:35:13.742Z] === RUN   TestNetworkCreateDelete
23:35:13 [2022-10-04T23:35:13.742Z] --- PASS: TestNetworkCreateDelete (0.16s)
23:35:13 [2022-10-04T23:35:13.742Z] === RUN   TestDockerNetworkDeletePreferID
23:35:13 [2022-10-04T23:35:13.742Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s)
23:35:13 [2022-10-04T23:35:13.742Z] === RUN   TestDaemonDNSFallback
23:35:15 [2022-10-04T23:35:15.093Z] === RUN   TestDockerNetworkMacvlan/InternalMode
23:35:16 [2022-10-04T23:35:16.981Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
23:35:17 [2022-10-04T23:35:17.470Z] --- PASS: TestServiceWithDataPathPortInit (13.87s)
23:35:17 [2022-10-04T23:35:17.470Z] === RUN   TestServiceWithDefaultAddressPoolInit
23:35:18 [2022-10-04T23:35:18.544Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
23:35:18 [2022-10-04T23:35:18.544Z] --- PASS: TestBuildWithHugeFile (121.61s)
23:35:18 [2022-10-04T23:35:18.544Z] === RUN   TestBuildWithEmptyDockerfile
23:35:18 [2022-10-04T23:35:18.544Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:35:18 [2022-10-04T23:35:18.544Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:35:18 [2022-10-04T23:35:18.544Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:35:18 [2022-10-04T23:35:18.544Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:35:18 [2022-10-04T23:35:18.544Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:35:18 [2022-10-04T23:35:18.544Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:35:18 [2022-10-04T23:35:18.544Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:35:18 [2022-10-04T23:35:18.544Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:35:18 [2022-10-04T23:35:18.788Z] b111c3320c94: Pull complete
23:35:18 [2022-10-04T23:35:18.802Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:35:18 [2022-10-04T23:35:18.802Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
23:35:18 [2022-10-04T23:35:18.802Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s)
23:35:18 [2022-10-04T23:35:18.802Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s)
23:35:18 [2022-10-04T23:35:18.802Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
23:35:18 [2022-10-04T23:35:18.802Z] === RUN   TestBuildPreserveOwnership
23:35:18 [2022-10-04T23:35:18.802Z] === RUN   TestBuildPreserveOwnership/copy_from
23:35:18 [2022-10-04T23:35:18.848Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:zdjn7f85rzfiwc3azc7ek6nkr Created:2022-10-04 23:35:17.395514183 +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[5e135c3a249b975f1184b92ec38ddb5ba6022319f9e93e5556c5bbc47ff746b0:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l63eae02vcp8httqk0dm53k9v EndpointID:6f7dd59d5f9e6afb02670b9a715b997a5a8d125f2ed8b4b2753172a7c1d6c9b9 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d25c703d90a06c9eb6ec3439ec24cc02bea440caeccb5915da161717166a35e3 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:43feb0edb0bb IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l63eae02vcp8httqk0dm53k9v EndpointID:6f7dd59d5f9e6afb02670b9a715b997a5a8d125f2ed8b4b2753172a7c1d6c9b9 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
23:35:19 [2022-10-04T23:35:19.369Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
23:35:20 [2022-10-04T23:35:20.251Z] === RUN   TestDockerNetworkMacvlan/Addressing
23:35:20 [2022-10-04T23:35:20.311Z] --- PASS: TestDaemonDNSFallback (7.31s)
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestInspectNetwork
23:35:20 [2022-10-04T23:35:20.311Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:20 [2022-10-04T23:35:20.311Z] --- SKIP: TestInspectNetwork (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestRunContainerWithBridgeNone
23:35:20 [2022-10-04T23:35:20.311Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.311Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestNetworkInvalidJSON
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestNetworkInvalidJSON//networks/create
23:35:20 [2022-10-04T23:35:20.311Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:35:20 [2022-10-04T23:35:20.311Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:35:20 [2022-10-04T23:35:20.311Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:35:20 [2022-10-04T23:35:20.311Z] === CONT  TestNetworkInvalidJSON//networks/create
23:35:20 [2022-10-04T23:35:20.311Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:35:20 [2022-10-04T23:35:20.311Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:35:20 [2022-10-04T23:35:20.311Z] --- PASS: TestNetworkInvalidJSON (0.02s)
23:35:20 [2022-10-04T23:35:20.311Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestNetworkList
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestNetworkList//networks
23:35:20 [2022-10-04T23:35:20.311Z] === PAUSE TestNetworkList//networks
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestNetworkList//networks/
23:35:20 [2022-10-04T23:35:20.311Z] === PAUSE TestNetworkList//networks/
23:35:20 [2022-10-04T23:35:20.311Z] === CONT  TestNetworkList//networks
23:35:20 [2022-10-04T23:35:20.311Z] === CONT  TestNetworkList//networks/
23:35:20 [2022-10-04T23:35:20.311Z] --- PASS: TestNetworkList (0.02s)
23:35:20 [2022-10-04T23:35:20.311Z]     --- PASS: TestNetworkList//networks/ (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z]     --- PASS: TestNetworkList//networks (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestHostIPv4BridgeLabel
23:35:20 [2022-10-04T23:35:20.311Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.311Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestDaemonRestartWithLiveRestore
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.311Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s)
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestDaemonDefaultNetworkPools
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.311Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s)
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestDaemonRestartWithExistingNetwork
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.311Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s)
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.311Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.311Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s)
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestServiceWithPredefinedNetwork
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:20 [2022-10-04T23:35:20.311Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestServiceRemoveKeepsIngressNetwork
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:242: FLAKY_TEST
23:35:20 [2022-10-04T23:35:20.311Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestServiceWithDataPathPortInit
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:20 [2022-10-04T23:35:20.311Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s)
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestServiceWithDefaultAddressPoolInit
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:20 [2022-10-04T23:35:20.311Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z] PASS
23:35:20 [2022-10-04T23:35:20.311Z] 
23:35:20 [2022-10-04T23:35:20.311Z] === Skipped
23:35:20 [2022-10-04T23:35:20.311Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:20 [2022-10-04T23:35:20.311Z] 
23:35:20 [2022-10-04T23:35:20.311Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.311Z] 
23:35:20 [2022-10-04T23:35:20.311Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.311Z] 
23:35:20 [2022-10-04T23:35:20.311Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s)
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.311Z] 
23:35:20 [2022-10-04T23:35:20.311Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s)
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.311Z] 
23:35:20 [2022-10-04T23:35:20.311Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s)
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.311Z] 
23:35:20 [2022-10-04T23:35:20.311Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.311Z] 
23:35:20 [2022-10-04T23:35:20.311Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s)
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.311Z] 
23:35:20 [2022-10-04T23:35:20.311Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:20 [2022-10-04T23:35:20.311Z] 
23:35:20 [2022-10-04T23:35:20.311Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:242: FLAKY_TEST
23:35:20 [2022-10-04T23:35:20.311Z] 
23:35:20 [2022-10-04T23:35:20.311Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s)
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:20 [2022-10-04T23:35:20.311Z] 
23:35:20 [2022-10-04T23:35:20.311Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z]     service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:20 [2022-10-04T23:35:20.311Z] 
23:35:20 [2022-10-04T23:35:20.311Z] DONE 22 tests, 12 skipped in 7.992s
23:35:20 [2022-10-04T23:35:20.311Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
23:35:20 [2022-10-04T23:35:20.311Z] INFO: Testing against a local daemon
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestDockerNetworkIpvlanPersistance
23:35:20 [2022-10-04T23:35:20.311Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:35:20 [2022-10-04T23:35:20.311Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z] === RUN   TestDockerNetworkIpvlan
23:35:20 [2022-10-04T23:35:20.311Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:35:20 [2022-10-04T23:35:20.311Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z] PASS
23:35:20 [2022-10-04T23:35:20.311Z] 
23:35:20 [2022-10-04T23:35:20.311Z] === Skipped
23:35:20 [2022-10-04T23:35:20.311Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:35:20 [2022-10-04T23:35:20.311Z] 
23:35:20 [2022-10-04T23:35:20.311Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
23:35:20 [2022-10-04T23:35:20.311Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:35:20 [2022-10-04T23:35:20.311Z] 
23:35:20 [2022-10-04T23:35:20.311Z] DONE 2 tests, 2 skipped in 0.105s
23:35:20 [2022-10-04T23:35:20.311Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
23:35:20 [2022-10-04T23:35:20.507Z] --- PASS: TestDockerNetworkMacvlan (9.28s)
23:35:20 [2022-10-04T23:35:20.507Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s)
23:35:20 [2022-10-04T23:35:20.507Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
23:35:20 [2022-10-04T23:35:20.507Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.80s)
23:35:20 [2022-10-04T23:35:20.507Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.77s)
23:35:20 [2022-10-04T23:35:20.507Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.05s)
23:35:20 [2022-10-04T23:35:20.507Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.55s)
23:35:20 [2022-10-04T23:35:20.507Z] PASS
23:35:20 [2022-10-04T23:35:20.507Z] 
23:35:20 [2022-10-04T23:35:20.507Z] DONE 8 tests in 10.672s
23:35:20 [2022-10-04T23:35:20.507Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
23:35:20 [2022-10-04T23:35:20.507Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
23:35:20 [2022-10-04T23:35:20.507Z] ++ set -e
23:35:20 [2022-10-04T23:35:20.507Z] ++ '[' -n 0 ']'
23:35:20 [2022-10-04T23:35:20.571Z] INFO: Testing against a local daemon
23:35:20 [2022-10-04T23:35:20.571Z] === RUN   TestDockerNetworkMacvlanPersistance
23:35:20 [2022-10-04T23:35:20.571Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.571Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
23:35:20 [2022-10-04T23:35:20.571Z] === RUN   TestDockerNetworkMacvlan
23:35:20 [2022-10-04T23:35:20.571Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.571Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
23:35:20 [2022-10-04T23:35:20.571Z] PASS
23:35:20 [2022-10-04T23:35:20.571Z] 
23:35:20 [2022-10-04T23:35:20.571Z] === Skipped
23:35:20 [2022-10-04T23:35:20.571Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
23:35:20 [2022-10-04T23:35:20.571Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.571Z] 
23:35:20 [2022-10-04T23:35:20.571Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
23:35:20 [2022-10-04T23:35:20.571Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:20 [2022-10-04T23:35:20.571Z] 
23:35:20 [2022-10-04T23:35:20.571Z] DONE 2 tests, 2 skipped in 0.103s
23:35:20 [2022-10-04T23:35:20.571Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
23:35:20 [2022-10-04T23:35:20.571Z] testing: warning: no tests to run
23:35:20 [2022-10-04T23:35:20.571Z] PASS
23:35:20 [2022-10-04T23:35:20.571Z] 
23:35:20 [2022-10-04T23:35:20.571Z] DONE 0 tests in 0.024s
23:35:20 [2022-10-04T23:35:20.571Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
23:35:20 [2022-10-04T23:35:20.571Z] INFO: Testing against a local daemon
23:35:20 [2022-10-04T23:35:20.571Z] === RUN   TestAuthZPluginAllowRequest
23:35:20 [2022-10-04T23:35:20.571Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:20 [2022-10-04T23:35:20.571Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
23:35:20 [2022-10-04T23:35:20.571Z] === RUN   TestAuthZPluginTLS
23:35:20 [2022-10-04T23:35:20.571Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:20 [2022-10-04T23:35:20.571Z] --- SKIP: TestAuthZPluginTLS (0.00s)
23:35:20 [2022-10-04T23:35:20.571Z] === RUN   TestAuthZPluginDenyRequest
23:35:20 [2022-10-04T23:35:20.571Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:20 [2022-10-04T23:35:20.571Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
23:35:20 [2022-10-04T23:35:20.571Z] === RUN   TestAuthZPluginAPIDenyResponse
23:35:20 [2022-10-04T23:35:20.571Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:20 [2022-10-04T23:35:20.571Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
23:35:20 [2022-10-04T23:35:20.571Z] === RUN   TestAuthZPluginDenyResponse
23:35:20 [2022-10-04T23:35:20.571Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:20 [2022-10-04T23:35:20.571Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
23:35:20 [2022-10-04T23:35:20.571Z] === RUN   TestAuthZPluginAllowEventStream
23:35:20 [2022-10-04T23:35:20.571Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:20 [2022-10-04T23:35:20.571Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
23:35:20 [2022-10-04T23:35:20.571Z] === RUN   TestAuthZPluginErrorResponse
23:35:20 [2022-10-04T23:35:20.571Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:20 [2022-10-04T23:35:20.571Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
23:35:20 [2022-10-04T23:35:20.571Z] === RUN   TestAuthZPluginErrorRequest
23:35:20 [2022-10-04T23:35:20.571Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:20 [2022-10-04T23:35:20.571Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
23:35:20 [2022-10-04T23:35:20.571Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:35:20 [2022-10-04T23:35:20.571Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:20 [2022-10-04T23:35:20.571Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
23:35:20 [2022-10-04T23:35:20.571Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
23:35:20 [2022-10-04T23:35:20.571Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:20 [2022-10-04T23:35:20.571Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
23:35:20 [2022-10-04T23:35:20.571Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
23:35:20 [2022-10-04T23:35:20.571Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:20 [2022-10-04T23:35:20.571Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
23:35:20 [2022-10-04T23:35:20.571Z] === RUN   TestAuthZPluginHeader
23:35:20 [2022-10-04T23:35:20.571Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:20 [2022-10-04T23:35:20.571Z] --- SKIP: TestAuthZPluginHeader (0.00s)
23:35:20 [2022-10-04T23:35:20.571Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
23:35:20 [2022-10-04T23:35:20.744Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
23:35:20 [2022-10-04T23:35:20.763Z] ++ set -x
23:35:20 [2022-10-04T23:35:20.763Z] ++ 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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
23:35:20 [2022-10-04T23:35:20.763Z] testing: warning: no tests to run
23:35:20 [2022-10-04T23:35:20.763Z] PASS
23:35:20 [2022-10-04T23:35:20.763Z] 
23:35:20 [2022-10-04T23:35:20.763Z] DONE 0 tests in 0.024s
23:35:20 [2022-10-04T23:35:20.763Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
23:35:20 [2022-10-04T23:35:20.763Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
23:35:20 [2022-10-04T23:35:20.763Z] ++ set -e
23:35:20 [2022-10-04T23:35:20.763Z] ++ '[' -n 0 ']'
23:35:20 [2022-10-04T23:35:20.763Z] ++ set -x
23:35:20 [2022-10-04T23:35:20.763Z] ++ 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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
23:35:20 [2022-10-04T23:35:20.763Z] INFO: Testing against a local daemon
23:35:20 [2022-10-04T23:35:20.763Z] === RUN   TestAuthZPluginAllowRequest
23:35:21 [2022-10-04T23:35:21.140Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:21 [2022-10-04T23:35:21.140Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.41s)
23:35:21 [2022-10-04T23:35:21.140Z] === RUN   TestAuthZPluginV2Disable
23:35:21 [2022-10-04T23:35:21.311Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
23:35:21 [2022-10-04T23:35:21.399Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:21 [2022-10-04T23:35:21.399Z] --- SKIP: TestAuthZPluginV2Disable (0.32s)
23:35:21 [2022-10-04T23:35:21.399Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
23:35:21 [2022-10-04T23:35:21.658Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:21 [2022-10-04T23:35:21.658Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.32s)
23:35:21 [2022-10-04T23:35:21.658Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
23:35:21 [2022-10-04T23:35:21.885Z] --- PASS: TestBuildPreserveOwnership (3.20s)
23:35:21 [2022-10-04T23:35:21.885Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.04s)
23:35:21 [2022-10-04T23:35:21.885Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.15s)
23:35:21 [2022-10-04T23:35:21.885Z] === RUN   TestBuildPlatformInvalid
23:35:22 [2022-10-04T23:35:22.127Z] --- PASS: TestAuthZPluginAllowRequest (1.08s)
23:35:22 [2022-10-04T23:35:22.127Z] === RUN   TestAuthZPluginTLS
23:35:22 [2022-10-04T23:35:22.143Z] --- PASS: TestBuildPlatformInvalid (0.09s)
23:35:22 [2022-10-04T23:35:22.143Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
23:35:22 [2022-10-04T23:35:22.225Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.226Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s)
23:35:22 [2022-10-04T23:35:22.226Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
23:35:22 [2022-10-04T23:35:22.382Z] --- PASS: TestAuthZPluginTLS (0.55s)
23:35:22 [2022-10-04T23:35:22.382Z] === RUN   TestAuthZPluginDenyRequest
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s)
23:35:22 [2022-10-04T23:35:22.485Z] PASS
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === Skipped
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.41s)
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.32s)
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.32s)
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s)
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s)
23:35:22 [2022-10-04T23:35:22.485Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] DONE 17 tests, 17 skipped in 1.800s
23:35:22 [2022-10-04T23:35:22.485Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
23:35:22 [2022-10-04T23:35:22.485Z] INFO: Testing against a local daemon
23:35:22 [2022-10-04T23:35:22.485Z] === RUN   TestPluginInvalidJSON
23:35:22 [2022-10-04T23:35:22.485Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:35:22 [2022-10-04T23:35:22.485Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:35:22 [2022-10-04T23:35:22.485Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:35:22 [2022-10-04T23:35:22.485Z] --- PASS: TestPluginInvalidJSON (0.01s)
23:35:22 [2022-10-04T23:35:22.485Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z] === RUN   TestPluginInstall
23:35:22 [2022-10-04T23:35:22.485Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] --- SKIP: TestPluginInstall (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z] === RUN   TestPluginsWithRuntimes
23:35:22 [2022-10-04T23:35:22.485Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
23:35:22 [2022-10-04T23:35:22.485Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z] === RUN   TestPluginBackCompatMediaTypes
23:35:22 [2022-10-04T23:35:22.485Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
23:35:22 [2022-10-04T23:35:22.485Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z] PASS
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === Skipped
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s)
23:35:22 [2022-10-04T23:35:22.485Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
23:35:22 [2022-10-04T23:35:22.485Z] 
23:35:22 [2022-10-04T23:35:22.485Z] DONE 5 tests, 3 skipped in 0.125s
23:35:22 [2022-10-04T23:35:22.485Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
23:35:22 [2022-10-04T23:35:22.744Z] INFO: Testing against a local daemon
23:35:22 [2022-10-04T23:35:22.744Z] === RUN   TestExternalGraphDriver
23:35:22 [2022-10-04T23:35:22.944Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
23:35:22 [2022-10-04T23:35:22.944Z] === RUN   TestAuthZPluginAPIDenyResponse
23:35:23 [2022-10-04T23:35:23.004Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
23:35:23 [2022-10-04T23:35:23.004Z] --- SKIP: TestExternalGraphDriver (0.34s)
23:35:23 [2022-10-04T23:35:23.004Z] === RUN   TestGraphdriverPluginV2
23:35:23 [2022-10-04T23:35:23.042Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.88s)
23:35:23 [2022-10-04T23:35:23.042Z] PASS
23:35:23 [2022-10-04T23:35:23.042Z] 
23:35:23 [2022-10-04T23:35:23.042Z] === Skipped
23:35:23 [2022-10-04T23:35:23.042Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
23:35:23 [2022-10-04T23:35:23.042Z]     service_test.go:242: FLAKY_TEST
23:35:23 [2022-10-04T23:35:23.042Z] 
23:35:23 [2022-10-04T23:35:23.042Z] DONE 26 tests, 1 skipped in 44.142s
23:35:23 [2022-10-04T23:35:23.042Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
23:35:23 [2022-10-04T23:35:23.042Z] INFO: Testing against a local daemon
23:35:23 [2022-10-04T23:35:23.042Z] === RUN   TestDockerNetworkIpvlanPersistance
23:35:23 [2022-10-04T23:35:23.042Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:35:23 [2022-10-04T23:35:23.042Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
23:35:23 [2022-10-04T23:35:23.042Z] === RUN   TestDockerNetworkIpvlan
23:35:23 [2022-10-04T23:35:23.042Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:35:23 [2022-10-04T23:35:23.042Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
23:35:23 [2022-10-04T23:35:23.042Z] PASS
23:35:23 [2022-10-04T23:35:23.042Z] 
23:35:23 [2022-10-04T23:35:23.042Z] === Skipped
23:35:23 [2022-10-04T23:35:23.042Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
23:35:23 [2022-10-04T23:35:23.042Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:35:23 [2022-10-04T23:35:23.042Z] 
23:35:23 [2022-10-04T23:35:23.042Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
23:35:23 [2022-10-04T23:35:23.042Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:35:23 [2022-10-04T23:35:23.042Z] 
23:35:23 [2022-10-04T23:35:23.042Z] DONE 2 tests, 2 skipped in 0.039s
23:35:23 [2022-10-04T23:35:23.042Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
23:35:23 [2022-10-04T23:35:23.042Z] INFO: Testing against a local daemon
23:35:23 [2022-10-04T23:35:23.042Z] === RUN   TestDockerNetworkMacvlanPersistance
23:35:23 [2022-10-04T23:35:23.077Z] Loaded image: busybox:latest
23:35:23 [2022-10-04T23:35:23.077Z] Loaded image: busybox:glibc
23:35:23 [2022-10-04T23:35:23.335Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
23:35:23 [2022-10-04T23:35:23.505Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
23:35:23 [2022-10-04T23:35:23.505Z] === RUN   TestAuthZPluginDenyResponse
23:35:24 [2022-10-04T23:35:24.066Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
23:35:24 [2022-10-04T23:35:24.066Z] === RUN   TestAuthZPluginAllowEventStream
23:35:24 [2022-10-04T23:35:24.269Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
23:35:24 [2022-10-04T23:35:24.419Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s)
23:35:24 [2022-10-04T23:35:24.419Z] === RUN   TestDockerNetworkMacvlan
23:35:24 [2022-10-04T23:35:24.838Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
23:35:24 [2022-10-04T23:35:24.986Z] === RUN   TestDockerNetworkMacvlan/Subinterface
23:35:25 [2022-10-04T23:35:25.002Z] --- PASS: TestAuthZPluginAllowEventStream (1.09s)
23:35:25 [2022-10-04T23:35:25.002Z] === RUN   TestAuthZPluginErrorResponse
23:35:25 [2022-10-04T23:35:25.405Z] Loaded image: debian:bullseye-slim
23:35:25 [2022-10-04T23:35:25.405Z] Loaded image: hello-world:latest
23:35:25 [2022-10-04T23:35:25.405Z] Loaded image: arm32v7/hello-world:latest
23:35:25 [2022-10-04T23:35:25.405Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
23:35:25 [2022-10-04T23:35:25.627Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
23:35:25 [2022-10-04T23:35:25.628Z] === RUN   TestAuthZPluginErrorRequest
23:35:25 [2022-10-04T23:35:25.924Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
23:35:25 [2022-10-04T23:35:25.971Z] === RUN   TestDockerSuite/TestAttachAfterDetach
23:35:26 [2022-10-04T23:35:26.197Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
23:35:26 [2022-10-04T23:35:26.197Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:35:26 [2022-10-04T23:35:26.493Z] === RUN   TestDockerNetworkMacvlan/NilParent
23:35:26 [2022-10-04T23:35:26.758Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
23:35:26 [2022-10-04T23:35:26.758Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
23:35:26 [2022-10-04T23:35:26.905Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
23:35:27 [2022-10-04T23:35:27.840Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
23:35:28 [2022-10-04T23:35:28.123Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.30s)
23:35:28 [2022-10-04T23:35:28.123Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
23:35:28 [2022-10-04T23:35:28.398Z] === RUN   TestDockerNetworkMacvlan/InternalMode
23:35:28 [2022-10-04T23:35:28.773Z]     docker_cli_daemon_test.go:1456: [d8ab82d9e8b9b] daemon is not started
23:35:29 [2022-10-04T23:35:29.032Z]     check_test.go:309: [d4c6e3d423d5e] daemon is not started
23:35:29 [2022-10-04T23:35:29.032Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
23:35:29 [2022-10-04T23:35:29.486Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.32s)
23:35:29 [2022-10-04T23:35:29.486Z] === RUN   TestAuthZPluginHeader
23:35:29 [2022-10-04T23:35:29.582Z] --- PASS: TestGraphdriverPluginV2 (5.85s)
23:35:29 [2022-10-04T23:35:29.582Z] PASS
23:35:29 [2022-10-04T23:35:29.582Z] 
23:35:29 [2022-10-04T23:35:29.582Z] === Skipped
23:35:29 [2022-10-04T23:35:29.582Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.34s)
23:35:29 [2022-10-04T23:35:29.582Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
23:35:29 [2022-10-04T23:35:29.582Z] 
23:35:29 [2022-10-04T23:35:29.582Z] DONE 2 tests, 1 skipped in 6.298s
23:35:29 [2022-10-04T23:35:29.582Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
23:35:29 [2022-10-04T23:35:29.582Z] INFO: Testing against a local daemon
23:35:29 [2022-10-04T23:35:29.582Z] === RUN   TestContinueAfterPluginCrash
23:35:29 [2022-10-04T23:35:29.582Z] === PAUSE TestContinueAfterPluginCrash
23:35:29 [2022-10-04T23:35:29.582Z] === RUN   TestReadPluginNoRead
23:35:29 [2022-10-04T23:35:29.582Z] === PAUSE TestReadPluginNoRead
23:35:29 [2022-10-04T23:35:29.582Z] === RUN   TestDaemonStartWithLogOpt
23:35:29 [2022-10-04T23:35:29.582Z] === PAUSE TestDaemonStartWithLogOpt
23:35:29 [2022-10-04T23:35:29.582Z] === CONT  TestContinueAfterPluginCrash
23:35:29 [2022-10-04T23:35:29.582Z] === CONT  TestDaemonStartWithLogOpt
23:35:29 [2022-10-04T23:35:29.598Z] === RUN   TestDockerSuite/TestAttachDetach
23:35:30 [2022-10-04T23:35:30.047Z] --- PASS: TestAuthZPluginHeader (0.68s)
23:35:30 [2022-10-04T23:35:30.047Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
23:35:30 [2022-10-04T23:35:30.047Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:35:30 [2022-10-04T23:35:30.047Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
23:35:30 [2022-10-04T23:35:30.047Z] === RUN   TestAuthZPluginV2Disable
23:35:30 [2022-10-04T23:35:30.047Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:35:30 [2022-10-04T23:35:30.047Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
23:35:30 [2022-10-04T23:35:30.047Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
23:35:30 [2022-10-04T23:35:30.047Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:35:30 [2022-10-04T23:35:30.047Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
23:35:30 [2022-10-04T23:35:30.047Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
23:35:30 [2022-10-04T23:35:30.047Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:35:30 [2022-10-04T23:35:30.047Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
23:35:30 [2022-10-04T23:35:30.047Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
23:35:30 [2022-10-04T23:35:30.305Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
23:35:30 [2022-10-04T23:35:30.533Z] === RUN   TestDockerSuite/TestAttachDisconnect
23:35:31 [2022-10-04T23:35:31.470Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
23:35:31 [2022-10-04T23:35:31.470Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
23:35:32 [2022-10-04T23:35:32.846Z]     check_test.go:309: [dac06ebd5f998] daemon is not started
23:35:32 [2022-10-04T23:35:32.846Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
23:35:33 [2022-10-04T23:35:33.104Z] === RUN   TestDockerSuite/TestAttachPausedContainer
23:35:33 [2022-10-04T23:35:33.596Z] === RUN   TestDockerNetworkMacvlan/Addressing
23:35:33 [2022-10-04T23:35:33.674Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
23:35:34 [2022-10-04T23:35:34.165Z] --- PASS: TestDockerNetworkMacvlan (9.68s)
23:35:34 [2022-10-04T23:35:34.165Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
23:35:34 [2022-10-04T23:35:34.165Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
23:35:34 [2022-10-04T23:35:34.165Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.90s)
23:35:34 [2022-10-04T23:35:34.165Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.84s)
23:35:34 [2022-10-04T23:35:34.165Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.05s)
23:35:34 [2022-10-04T23:35:34.165Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.62s)
23:35:34 [2022-10-04T23:35:34.165Z] PASS
23:35:34 [2022-10-04T23:35:34.165Z] 
23:35:34 [2022-10-04T23:35:34.165Z] DONE 8 tests in 10.999s
23:35:34 [2022-10-04T23:35:34.165Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
23:35:34 [2022-10-04T23:35:34.165Z] testing: warning: no tests to run
23:35:34 [2022-10-04T23:35:34.165Z] PASS
23:35:34 [2022-10-04T23:35:34.165Z] 
23:35:34 [2022-10-04T23:35:34.165Z] DONE 0 tests in 0.008s
23:35:34 [2022-10-04T23:35:34.165Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
23:35:34 [2022-10-04T23:35:34.165Z] INFO: Testing against a local daemon
23:35:34 [2022-10-04T23:35:34.165Z] === RUN   TestAuthZPluginAllowRequest
23:35:34 [2022-10-04T23:35:34.609Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
23:35:35 [2022-10-04T23:35:35.543Z] --- PASS: TestAuthZPluginAllowRequest (1.23s)
23:35:35 [2022-10-04T23:35:35.543Z] === RUN   TestAuthZPluginTLS
23:35:35 [2022-10-04T23:35:35.806Z] --- PASS: TestAuthZPluginTLS (0.54s)
23:35:35 [2022-10-04T23:35:35.806Z] === RUN   TestAuthZPluginDenyRequest
23:35:35 [2022-10-04T23:35:35.984Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
23:35:36 [2022-10-04T23:35:36.157Z] --- PASS: TestDaemonStartWithLogOpt (6.23s)
23:35:36 [2022-10-04T23:35:36.157Z] === CONT  TestReadPluginNoRead
23:35:36 [2022-10-04T23:35:36.393Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
23:35:36 [2022-10-04T23:35:36.393Z] === RUN   TestAuthZPluginAPIDenyResponse
23:35:36 [2022-10-04T23:35:36.919Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (14.70s)
23:35:36 [2022-10-04T23:35:36.919Z] PASS
23:35:36 [2022-10-04T23:35:36.919Z] 
23:35:36 [2022-10-04T23:35:36.919Z] === Skipped
23:35:36 [2022-10-04T23:35:36.919Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
23:35:36 [2022-10-04T23:35:36.919Z]     build_session_test.go:25: TODO: BuildKit
23:35:36 [2022-10-04T23:35:36.919Z] 
23:35:36 [2022-10-04T23:35:36.919Z] DONE 33 tests, 1 skipped in 184.020s
23:35:36 [2022-10-04T23:35:36.919Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
23:35:36 [2022-10-04T23:35:36.919Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m
23:35:36 [2022-10-04T23:35:36.919Z] ++ set -e
23:35:36 [2022-10-04T23:35:36.919Z] ++ '[' -n 0 ']'
23:35:36 [2022-10-04T23:35:36.919Z] ++ set -x
23:35:36 [2022-10-04T23:35:36.919Z] ++ 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=amd64 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 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/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m
23:35:36 [2022-10-04T23:35:36.919Z] INFO: Testing against a local daemon
23:35:36 [2022-10-04T23:35:36.919Z] === RUN   TestConfigInspect
23:35:36 [2022-10-04T23:35:36.969Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
23:35:36 [2022-10-04T23:35:36.969Z] === RUN   TestAuthZPluginDenyResponse
23:35:37 [2022-10-04T23:35:37.177Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
23:35:37 [2022-10-04T23:35:37.177Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
23:35:37 [2022-10-04T23:35:37.548Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
23:35:37 [2022-10-04T23:35:37.548Z] === RUN   TestAuthZPluginAllowEventStream
23:35:38 [2022-10-04T23:35:38.112Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
23:35:38 [2022-10-04T23:35:38.694Z] === RUN   TestReadPluginNoRead/default
23:35:38 [2022-10-04T23:35:38.694Z] --- PASS: TestContinueAfterPluginCrash (9.85s)
23:35:38 [2022-10-04T23:35:38.926Z] --- PASS: TestAuthZPluginAllowEventStream (1.22s)
23:35:38 [2022-10-04T23:35:38.926Z] === RUN   TestAuthZPluginErrorResponse
23:35:39 [2022-10-04T23:35:39.047Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
23:35:39 [2022-10-04T23:35:39.047Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
23:35:39 [2022-10-04T23:35:39.185Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
23:35:39 [2022-10-04T23:35:39.185Z] === RUN   TestAuthZPluginErrorRequest
23:35:39 [2022-10-04T23:35:39.752Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
23:35:39 [2022-10-04T23:35:39.752Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:35:39 [2022-10-04T23:35:39.981Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
23:35:39 [2022-10-04T23:35:39.981Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
23:35:39 [2022-10-04T23:35:39.981Z] --- PASS: TestConfigInspect (2.98s)
23:35:39 [2022-10-04T23:35:39.981Z] === RUN   TestConfigList
23:35:40 [2022-10-04T23:35:40.239Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
23:35:40 [2022-10-04T23:35:40.320Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
23:35:40 [2022-10-04T23:35:40.320Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
23:35:40 [2022-10-04T23:35:40.600Z] === RUN   TestReadPluginNoRead/disabled_caching
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ok  	github.com/docker/docker/api/server/httputils	0.017s	coverage: 16.2% of statements
23:35:41 [2022-10-04T23:35:41.002Z] ok  	github.com/docker/docker/api/server/middleware	0.006s	coverage: 37.7% of statements
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/server/router	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ok  	github.com/docker/docker/api/server/router/swarm	0.003s	coverage: 5.7% of statements
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/types	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/types/container	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/types/events	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ok  	github.com/docker/docker/api/types/strslice	0.020s	coverage: 90.0% of statements
23:35:41 [2022-10-04T23:35:41.002Z] ok  	github.com/docker/docker/api/types/filters	0.003s	coverage: 92.2% of statements
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/types/image	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/types/network	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ok  	github.com/docker/docker/api/types/time	0.007s	coverage: 100.0% of statements
23:35:41 [2022-10-04T23:35:41.002Z] ok  	github.com/docker/docker/api/types/versions	0.008s	coverage: 75.0% of statements
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/builder	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
23:35:41 [2022-10-04T23:35:41.002Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
23:35:41 [2022-10-04T23:35:41.699Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.39s)
23:35:41 [2022-10-04T23:35:41.699Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
23:35:42 [2022-10-04T23:35:42.142Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
23:35:42 [2022-10-04T23:35:42.708Z] --- PASS: TestConfigList (2.80s)
23:35:42 [2022-10-04T23:35:42.708Z] === RUN   TestConfigsCreateAndDelete
23:35:42 [2022-10-04T23:35:42.937Z] ok  	github.com/docker/docker/builder/remotecontext	0.089s	coverage: 13.7% of statements
23:35:42 [2022-10-04T23:35:42.937Z] ok  	github.com/docker/docker/builder/dockerfile	0.183s	coverage: 48.5% of statements
23:35:42 [2022-10-04T23:35:42.937Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
23:35:43 [2022-10-04T23:35:43.078Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.47s)
23:35:43 [2022-10-04T23:35:43.078Z] === RUN   TestAuthZPluginHeader
23:35:43 [2022-10-04T23:35:43.136Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
23:35:43 [2022-10-04T23:35:43.877Z] ok  	github.com/docker/docker/cli/debug	0.004s	coverage: 100.0% of statements
23:35:44 [2022-10-04T23:35:44.014Z] --- PASS: TestAuthZPluginHeader (0.69s)
23:35:44 [2022-10-04T23:35:44.015Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
23:35:45 [2022-10-04T23:35:45.042Z] === CONT  TestReadPluginNoRead
23:35:45 [2022-10-04T23:35:45.042Z]     read_test.go:92: [dc665b8200e7f] daemon is not started
23:35:45 [2022-10-04T23:35:45.042Z] --- PASS: TestReadPluginNoRead (9.91s)
23:35:45 [2022-10-04T23:35:45.042Z]     --- PASS: TestReadPluginNoRead/default (2.21s)
23:35:45 [2022-10-04T23:35:45.042Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.23s)
23:35:45 [2022-10-04T23:35:45.042Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.24s)
23:35:45 [2022-10-04T23:35:45.042Z] PASS
23:35:45 [2022-10-04T23:35:45.042Z] 
23:35:45 [2022-10-04T23:35:45.042Z] DONE 6 tests in 16.247s
23:35:45 [2022-10-04T23:35:45.042Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
23:35:45 [2022-10-04T23:35:45.042Z] testing: warning: no tests to run
23:35:45 [2022-10-04T23:35:45.042Z] PASS
23:35:45 [2022-10-04T23:35:45.042Z] 
23:35:45 [2022-10-04T23:35:45.042Z] DONE 0 tests in 0.031s
23:35:45 [2022-10-04T23:35:45.042Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
23:35:45 [2022-10-04T23:35:45.260Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.588s	coverage: 86.3% of statements
23:35:45 [2022-10-04T23:35:45.260Z] ?   	github.com/docker/docker/cli	[no test files]
23:35:45 [2022-10-04T23:35:45.260Z] ?   	github.com/docker/docker/cli/config	[no test files]
23:35:45 [2022-10-04T23:35:45.292Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
23:35:45 [2022-10-04T23:35:45.302Z] INFO: Testing against a local daemon
23:35:45 [2022-10-04T23:35:45.302Z] === RUN   TestPluginWithDevMounts
23:35:45 [2022-10-04T23:35:45.302Z]     mounts_test.go:21: (*Execution).IsRootless-fm
23:35:45 [2022-10-04T23:35:45.302Z] --- SKIP: TestPluginWithDevMounts (0.00s)
23:35:45 [2022-10-04T23:35:45.302Z] PASS
23:35:45 [2022-10-04T23:35:45.302Z] 
23:35:45 [2022-10-04T23:35:45.302Z] === Skipped
23:35:45 [2022-10-04T23:35:45.302Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
23:35:45 [2022-10-04T23:35:45.302Z]     mounts_test.go:21: (*Execution).IsRootless-fm
23:35:45 [2022-10-04T23:35:45.302Z] 
23:35:45 [2022-10-04T23:35:45.302Z] DONE 1 tests, 1 skipped in 0.102s
23:35:45 [2022-10-04T23:35:45.302Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
23:35:45 [2022-10-04T23:35:45.302Z] INFO: Testing against a local daemon
23:35:45 [2022-10-04T23:35:45.302Z] === RUN   TestSecretInspect
23:35:45 [2022-10-04T23:35:45.302Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.302Z] --- SKIP: TestSecretInspect (0.02s)
23:35:45 [2022-10-04T23:35:45.302Z] === RUN   TestSecretList
23:35:45 [2022-10-04T23:35:45.302Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.302Z] --- SKIP: TestSecretList (0.02s)
23:35:45 [2022-10-04T23:35:45.302Z] === RUN   TestSecretsCreateAndDelete
23:35:45 [2022-10-04T23:35:45.302Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.302Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
23:35:45 [2022-10-04T23:35:45.302Z] === RUN   TestSecretsUpdate
23:35:45 [2022-10-04T23:35:45.302Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.552Z] --- PASS: TestConfigsCreateAndDelete (2.84s)
23:35:45 [2022-10-04T23:35:45.552Z] === RUN   TestConfigsUpdate
23:35:45 [2022-10-04T23:35:45.563Z] --- SKIP: TestSecretsUpdate (0.02s)
23:35:45 [2022-10-04T23:35:45.563Z] === RUN   TestTemplatedSecret
23:35:45 [2022-10-04T23:35:45.563Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.563Z] --- SKIP: TestTemplatedSecret (0.00s)
23:35:45 [2022-10-04T23:35:45.563Z] === RUN   TestSecretCreateResolve
23:35:45 [2022-10-04T23:35:45.563Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.563Z] --- SKIP: TestSecretCreateResolve (0.01s)
23:35:45 [2022-10-04T23:35:45.563Z] PASS
23:35:45 [2022-10-04T23:35:45.563Z] 
23:35:45 [2022-10-04T23:35:45.563Z] === Skipped
23:35:45 [2022-10-04T23:35:45.563Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s)
23:35:45 [2022-10-04T23:35:45.563Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.563Z] 
23:35:45 [2022-10-04T23:35:45.563Z] === SKIP: amd64.integration.secret TestSecretList (0.02s)
23:35:45 [2022-10-04T23:35:45.563Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.563Z] 
23:35:45 [2022-10-04T23:35:45.563Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
23:35:45 [2022-10-04T23:35:45.563Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.563Z] 
23:35:45 [2022-10-04T23:35:45.563Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s)
23:35:45 [2022-10-04T23:35:45.563Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.563Z] 
23:35:45 [2022-10-04T23:35:45.563Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
23:35:45 [2022-10-04T23:35:45.563Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.563Z] 
23:35:45 [2022-10-04T23:35:45.563Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
23:35:45 [2022-10-04T23:35:45.563Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.563Z] 
23:35:45 [2022-10-04T23:35:45.563Z] DONE 6 tests, 6 skipped in 0.173s
23:35:45 [2022-10-04T23:35:45.563Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
23:35:45 [2022-10-04T23:35:45.563Z] INFO: Testing against a local daemon
23:35:45 [2022-10-04T23:35:45.563Z] === RUN   TestServiceCreateInit
23:35:45 [2022-10-04T23:35:45.563Z] === RUN   TestServiceCreateInit/daemonInitDisabled
23:35:45 [2022-10-04T23:35:45.563Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.563Z] === RUN   TestServiceCreateInit/daemonInitEnabled
23:35:45 [2022-10-04T23:35:45.563Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.563Z] --- PASS: TestServiceCreateInit (0.02s)
23:35:45 [2022-10-04T23:35:45.563Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
23:35:45 [2022-10-04T23:35:45.563Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
23:35:45 [2022-10-04T23:35:45.563Z] === RUN   TestCreateServiceMultipleTimes
23:35:45 [2022-10-04T23:35:45.563Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.563Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
23:35:45 [2022-10-04T23:35:45.563Z] === RUN   TestCreateServiceConflict
23:35:45 [2022-10-04T23:35:45.563Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.563Z] --- SKIP: TestCreateServiceConflict (0.01s)
23:35:45 [2022-10-04T23:35:45.563Z] === RUN   TestCreateServiceMaxReplicas
23:35:45 [2022-10-04T23:35:45.563Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.563Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
23:35:45 [2022-10-04T23:35:45.563Z] === RUN   TestCreateWithDuplicateNetworkNames
23:35:45 [2022-10-04T23:35:45.563Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.563Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.02s)
23:35:45 [2022-10-04T23:35:45.563Z] === RUN   TestCreateServiceSecretFileMode
23:35:45 [2022-10-04T23:35:45.563Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.563Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
23:35:45 [2022-10-04T23:35:45.563Z] === RUN   TestCreateServiceConfigFileMode
23:35:45 [2022-10-04T23:35:45.563Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.563Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
23:35:45 [2022-10-04T23:35:45.563Z] === RUN   TestCreateServiceSysctls
23:35:45 [2022-10-04T23:35:45.563Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.823Z] --- SKIP: TestCreateServiceSysctls (0.02s)
23:35:45 [2022-10-04T23:35:45.823Z] === RUN   TestCreateServiceCapabilities
23:35:45 [2022-10-04T23:35:45.823Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.823Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
23:35:45 [2022-10-04T23:35:45.823Z] === RUN   TestInspect
23:35:45 [2022-10-04T23:35:45.823Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.823Z] --- SKIP: TestInspect (0.02s)
23:35:45 [2022-10-04T23:35:45.823Z] === RUN   TestCreateJob
23:35:45 [2022-10-04T23:35:45.823Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.823Z] --- SKIP: TestCreateJob (0.01s)
23:35:45 [2022-10-04T23:35:45.823Z] === RUN   TestReplicatedJob
23:35:45 [2022-10-04T23:35:45.823Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.823Z] --- SKIP: TestReplicatedJob (0.01s)
23:35:45 [2022-10-04T23:35:45.823Z] === RUN   TestUpdateReplicatedJob
23:35:45 [2022-10-04T23:35:45.823Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.823Z] --- SKIP: TestUpdateReplicatedJob (0.03s)
23:35:45 [2022-10-04T23:35:45.823Z] === RUN   TestServiceListWithStatuses
23:35:45 [2022-10-04T23:35:45.823Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:35:45 [2022-10-04T23:35:45.823Z] --- SKIP: TestServiceListWithStatuses (0.00s)
23:35:45 [2022-10-04T23:35:45.823Z] === RUN   TestDockerNetworkConnectAlias
23:35:45 [2022-10-04T23:35:45.823Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.823Z] --- SKIP: TestDockerNetworkConnectAlias (0.03s)
23:35:45 [2022-10-04T23:35:45.823Z] === RUN   TestDockerNetworkReConnect
23:35:45 [2022-10-04T23:35:45.823Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:45 [2022-10-04T23:35:45.823Z] --- SKIP: TestDockerNetworkReConnect (0.01s)
23:35:45 [2022-10-04T23:35:45.823Z] === RUN   TestServicePlugin
23:35:48 [2022-10-04T23:35:48.085Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
23:35:48 [2022-10-04T23:35:48.085Z] PASS
23:35:48 [2022-10-04T23:35:48.085Z] 
23:35:48 [2022-10-04T23:35:48.085Z] === Skipped
23:35:48 [2022-10-04T23:35:48.085Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
23:35:48 [2022-10-04T23:35:48.085Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:35:48 [2022-10-04T23:35:48.085Z] 
23:35:48 [2022-10-04T23:35:48.085Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
23:35:48 [2022-10-04T23:35:48.085Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:35:48 [2022-10-04T23:35:48.085Z] 
23:35:48 [2022-10-04T23:35:48.085Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
23:35:48 [2022-10-04T23:35:48.085Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:35:48 [2022-10-04T23:35:48.085Z] 
23:35:48 [2022-10-04T23:35:48.085Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
23:35:48 [2022-10-04T23:35:48.085Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:35:48 [2022-10-04T23:35:48.085Z] 
23:35:48 [2022-10-04T23:35:48.085Z] DONE 17 tests, 4 skipped in 26.211s
23:35:48 [2022-10-04T23:35:48.085Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
23:35:48 [2022-10-04T23:35:48.085Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
23:35:48 [2022-10-04T23:35:48.085Z] ++ set -e
23:35:48 [2022-10-04T23:35:48.085Z] ++ '[' -n 0 ']'
23:35:48 [2022-10-04T23:35:48.085Z] ++ set -x
23:35:48 [2022-10-04T23:35:48.085Z] ++ 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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
23:35:48 [2022-10-04T23:35:48.085Z] INFO: Testing against a local daemon
23:35:48 [2022-10-04T23:35:48.085Z] === RUN   TestPluginInvalidJSON
23:35:48 [2022-10-04T23:35:48.085Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:35:48 [2022-10-04T23:35:48.085Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:35:48 [2022-10-04T23:35:48.085Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:35:48 [2022-10-04T23:35:48.085Z] --- PASS: TestPluginInvalidJSON (0.01s)
23:35:48 [2022-10-04T23:35:48.085Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:35:48 [2022-10-04T23:35:48.085Z] === RUN   TestPluginInstall
23:35:48 [2022-10-04T23:35:48.085Z] === RUN   TestPluginInstall/no_auth
23:35:48 [2022-10-04T23:35:48.085Z] time="2022-10-04T23:35:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:35:48 [2022-10-04T23:35:48.085Z] time="2022-10-04T23:35:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4381a4a9391c47adf25a06131cb195993c96548afe4851dd398392ca513487c1" mediatype=application/vnd.docker.plugin.v1+json size=522
23:35:48 [2022-10-04T23:35:48.085Z] time="2022-10-04T23:35:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:35:48 [2022-10-04T23:35:48.085Z] time="2022-10-04T23:35:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4381a4a9391c47adf25a06131cb195993c96548afe4851dd398392ca513487c1" mediatype=application/vnd.docker.plugin.v1+json size=522
23:35:48 [2022-10-04T23:35:48.085Z] === RUN   TestPluginInstall/with_htpasswd
23:35:48 [2022-10-04T23:35:48.093Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
23:35:48 [2022-10-04T23:35:48.206Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.26s)
23:35:48 [2022-10-04T23:35:48.206Z] === RUN   TestAuthZPluginV2Disable
23:35:48 [2022-10-04T23:35:48.341Z] time="2022-10-04T23:35:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:35:48 [2022-10-04T23:35:48.341Z] time="2022-10-04T23:35:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4381a4a9391c47adf25a06131cb195993c96548afe4851dd398392ca513487c1" mediatype=application/vnd.docker.plugin.v1+json size=522
23:35:48 [2022-10-04T23:35:48.341Z] time="2022-10-04T23:35:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:35:48 [2022-10-04T23:35:48.341Z] time="2022-10-04T23:35:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4381a4a9391c47adf25a06131cb195993c96548afe4851dd398392ca513487c1" mediatype=application/vnd.docker.plugin.v1+json size=522
23:35:48 [2022-10-04T23:35:48.351Z] --- PASS: TestConfigsUpdate (2.66s)
23:35:48 [2022-10-04T23:35:48.351Z] === RUN   TestTemplatedConfig
23:35:48 [2022-10-04T23:35:48.596Z] === RUN   TestPluginInstall/with_insecure
23:35:49 [2022-10-04T23:35:49.117Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] --- SKIP: TestServicePlugin (3.00s)
23:35:49 [2022-10-04T23:35:49.117Z] === RUN   TestServiceUpdateLabel
23:35:49 [2022-10-04T23:35:49.117Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] --- SKIP: TestServiceUpdateLabel (0.02s)
23:35:49 [2022-10-04T23:35:49.117Z] === RUN   TestServiceUpdateSecrets
23:35:49 [2022-10-04T23:35:49.117Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
23:35:49 [2022-10-04T23:35:49.117Z] === RUN   TestServiceUpdateConfigs
23:35:49 [2022-10-04T23:35:49.117Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
23:35:49 [2022-10-04T23:35:49.117Z] === RUN   TestServiceUpdateNetwork
23:35:49 [2022-10-04T23:35:49.117Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
23:35:49 [2022-10-04T23:35:49.117Z] === RUN   TestServiceUpdatePidsLimit
23:35:49 [2022-10-04T23:35:49.117Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s)
23:35:49 [2022-10-04T23:35:49.117Z] PASS
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === Skipped
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
23:35:49 [2022-10-04T23:35:49.117Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
23:35:49 [2022-10-04T23:35:49.117Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
23:35:49 [2022-10-04T23:35:49.117Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
23:35:49 [2022-10-04T23:35:49.117Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
23:35:49 [2022-10-04T23:35:49.117Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.02s)
23:35:49 [2022-10-04T23:35:49.117Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
23:35:49 [2022-10-04T23:35:49.117Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
23:35:49 [2022-10-04T23:35:49.117Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s)
23:35:49 [2022-10-04T23:35:49.117Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s)
23:35:49 [2022-10-04T23:35:49.117Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestInspect (0.02s)
23:35:49 [2022-10-04T23:35:49.117Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
23:35:49 [2022-10-04T23:35:49.117Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
23:35:49 [2022-10-04T23:35:49.117Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.03s)
23:35:49 [2022-10-04T23:35:49.117Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
23:35:49 [2022-10-04T23:35:49.117Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.03s)
23:35:49 [2022-10-04T23:35:49.117Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s)
23:35:49 [2022-10-04T23:35:49.117Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestServicePlugin (3.00s)
23:35:49 [2022-10-04T23:35:49.117Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.02s)
23:35:49 [2022-10-04T23:35:49.117Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
23:35:49 [2022-10-04T23:35:49.117Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
23:35:49 [2022-10-04T23:35:49.117Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
23:35:49 [2022-10-04T23:35:49.117Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s)
23:35:49 [2022-10-04T23:35:49.117Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] DONE 24 tests, 23 skipped in 3.456s
23:35:49 [2022-10-04T23:35:49.117Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
23:35:49 [2022-10-04T23:35:49.117Z] INFO: Testing against a local daemon
23:35:49 [2022-10-04T23:35:49.117Z] === RUN   TestSessionCreate
23:35:49 [2022-10-04T23:35:49.117Z] --- PASS: TestSessionCreate (0.02s)
23:35:49 [2022-10-04T23:35:49.117Z] === RUN   TestSessionCreateWithBadUpgrade
23:35:49 [2022-10-04T23:35:49.117Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
23:35:49 [2022-10-04T23:35:49.117Z] PASS
23:35:49 [2022-10-04T23:35:49.117Z] 
23:35:49 [2022-10-04T23:35:49.117Z] DONE 2 tests in 0.131s
23:35:49 [2022-10-04T23:35:49.117Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
23:35:49 [2022-10-04T23:35:49.117Z] INFO: Testing against a local daemon
23:35:49 [2022-10-04T23:35:49.117Z] === RUN   TestCgroupDriverSystemdMemoryLimit
23:35:49 [2022-10-04T23:35:49.117Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
23:35:49 [2022-10-04T23:35:49.117Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
23:35:49 [2022-10-04T23:35:49.117Z] === RUN   TestEventsExecDie
23:35:49 [2022-10-04T23:35:49.461Z] ok  	github.com/docker/docker/client	0.110s	coverage: 75.4% of statements
23:35:49 [2022-10-04T23:35:49.523Z] time="2022-10-04T23:35:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:35:49 [2022-10-04T23:35:49.523Z] time="2022-10-04T23:35:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9f8bc10c03cfa2ddc227a011854f0f49e371e643a58c375b98762da2488f6432" mediatype=application/vnd.docker.plugin.v1+json size=522
23:35:49 [2022-10-04T23:35:49.523Z] time="2022-10-04T23:35:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:35:49 [2022-10-04T23:35:49.523Z] time="2022-10-04T23:35:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9f8bc10c03cfa2ddc227a011854f0f49e371e643a58c375b98762da2488f6432" mediatype=application/vnd.docker.plugin.v1+json size=522
23:35:49 [2022-10-04T23:35:49.523Z]     plugin_test.go:165: [ded2f50428013] daemon is not started
23:35:49 [2022-10-04T23:35:49.523Z] --- PASS: TestPluginInstall (2.53s)
23:35:49 [2022-10-04T23:35:49.523Z]     --- PASS: TestPluginInstall/no_auth (0.95s)
23:35:49 [2022-10-04T23:35:49.523Z]     --- PASS: TestPluginInstall/with_htpasswd (0.56s)
23:35:49 [2022-10-04T23:35:49.523Z]     --- PASS: TestPluginInstall/with_insecure (1.02s)
23:35:49 [2022-10-04T23:35:49.523Z] === RUN   TestPluginsWithRuntimes
23:35:49 [2022-10-04T23:35:49.688Z] --- PASS: TestEventsExecDie (0.52s)
23:35:49 [2022-10-04T23:35:49.688Z] === RUN   TestEventsBackwardsCompatible
23:35:49 [2022-10-04T23:35:49.688Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
23:35:49 [2022-10-04T23:35:49.688Z] === RUN   TestInfoBinaryCommits
23:35:49 [2022-10-04T23:35:49.688Z] --- PASS: TestInfoBinaryCommits (0.02s)
23:35:49 [2022-10-04T23:35:49.688Z] === RUN   TestInfoAPIVersioned
23:35:49 [2022-10-04T23:35:49.688Z] --- PASS: TestInfoAPIVersioned (0.01s)
23:35:49 [2022-10-04T23:35:49.688Z] === RUN   TestInfoDiscoveryBackend
23:35:50 [2022-10-04T23:35:50.251Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
23:35:51 [2022-10-04T23:35:51.410Z] === RUN   TestPluginsWithRuntimes/No_Args
23:35:51 [2022-10-04T23:35:51.595Z] --- PASS: TestInfoDiscoveryBackend (1.54s)
23:35:51 [2022-10-04T23:35:51.596Z] === RUN   TestInfoDiscoveryInvalidAdvertise
23:35:51 [2022-10-04T23:35:51.625Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
23:35:51 [2022-10-04T23:35:51.625Z] --- PASS: TestTemplatedConfig (3.48s)
23:35:51 [2022-10-04T23:35:51.625Z] === RUN   TestConfigCreateResolve
23:35:51 [2022-10-04T23:35:51.972Z] === RUN   TestPluginsWithRuntimes/With_Args
23:35:52 [2022-10-04T23:35:52.399Z] --- PASS: TestAuthZPluginV2Disable (3.74s)
23:35:52 [2022-10-04T23:35:52.399Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
23:35:52 [2022-10-04T23:35:52.898Z] --- PASS: TestPluginsWithRuntimes (3.37s)
23:35:52 [2022-10-04T23:35:52.898Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.85s)
23:35:52 [2022-10-04T23:35:52.898Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.88s)
23:35:52 [2022-10-04T23:35:52.898Z] === RUN   TestPluginBackCompatMediaTypes
23:35:53 [2022-10-04T23:35:53.459Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s)
23:35:53 [2022-10-04T23:35:53.459Z] PASS
23:35:53 [2022-10-04T23:35:53.459Z] 
23:35:53 [2022-10-04T23:35:53.459Z] DONE 10 tests in 6.584s
23:35:53 [2022-10-04T23:35:53.459Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
23:35:53 [2022-10-04T23:35:53.459Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
23:35:53 [2022-10-04T23:35:53.459Z] ++ set -e
23:35:53 [2022-10-04T23:35:53.459Z] ++ '[' -n 0 ']'
23:35:53 [2022-10-04T23:35:53.459Z] ++ set -x
23:35:53 [2022-10-04T23:35:53.459Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
23:35:53 [2022-10-04T23:35:53.714Z] INFO: Testing against a local daemon
23:35:53 [2022-10-04T23:35:53.714Z] === RUN   TestExternalGraphDriver
23:35:53 [2022-10-04T23:35:53.970Z] === RUN   TestExternalGraphDriver/json
23:35:54 [2022-10-04T23:35:54.156Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
23:35:54 [2022-10-04T23:35:54.156Z]     check_test.go:309: [d16db5ede309c] daemon is not started
23:35:54 [2022-10-04T23:35:54.156Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
23:35:54 [2022-10-04T23:35:54.416Z] --- PASS: TestConfigCreateResolve (2.82s)
23:35:54 [2022-10-04T23:35:54.416Z] === RUN   TestConfigDaemonLibtrustID
23:35:54 [2022-10-04T23:35:54.886Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.37s)
23:35:54 [2022-10-04T23:35:54.886Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
23:35:54 [2022-10-04T23:35:54.886Z]     info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network
23:35:54 [2022-10-04T23:35:54.886Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
23:35:54 [2022-10-04T23:35:54.886Z] === RUN   TestInfoAPI
23:35:54 [2022-10-04T23:35:54.886Z] --- PASS: TestInfoAPI (0.02s)
23:35:54 [2022-10-04T23:35:54.886Z] === RUN   TestInfoAPIWarnings
23:35:54 [2022-10-04T23:35:54.983Z]     check_test.go:309: [d3418a8cc3503] daemon is not started
23:35:54 [2022-10-04T23:35:54.983Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
23:35:54 [2022-10-04T23:35:54.983Z] --- PASS: TestConfigDaemonLibtrustID (0.57s)
23:35:54 [2022-10-04T23:35:54.983Z] PASS
23:35:55 [2022-10-04T23:35:55.241Z] 
23:35:55 [2022-10-04T23:35:55.241Z] DONE 7 tests in 18.348s
23:35:55 [2022-10-04T23:35:55.241Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
23:35:55 [2022-10-04T23:35:55.241Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m
23:35:55 [2022-10-04T23:35:55.241Z] ++ set -e
23:35:55 [2022-10-04T23:35:55.241Z] ++ '[' -n 0 ']'
23:35:55 [2022-10-04T23:35:55.241Z] ++ set -x
23:35:55 [2022-10-04T23:35:55.241Z] ++ 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=amd64 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 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/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m
23:35:55 [2022-10-04T23:35:55.241Z] INFO: Testing against a local daemon
23:35:55 [2022-10-04T23:35:55.241Z] === RUN   TestCheckpoint
23:35:55 [2022-10-04T23:35:55.241Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:35:55 [2022-10-04T23:35:55.241Z] --- SKIP: TestCheckpoint (0.00s)
23:35:55 [2022-10-04T23:35:55.241Z] === RUN   TestContainerInvalidJSON
23:35:55 [2022-10-04T23:35:55.241Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:35:55 [2022-10-04T23:35:55.241Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:35:55 [2022-10-04T23:35:55.241Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:35:55 [2022-10-04T23:35:55.241Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:35:55 [2022-10-04T23:35:55.241Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:35:55 [2022-10-04T23:35:55.241Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:35:55 [2022-10-04T23:35:55.241Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:35:55 [2022-10-04T23:35:55.241Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:35:55 [2022-10-04T23:35:55.241Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:35:55 [2022-10-04T23:35:55.499Z] --- PASS: TestContainerInvalidJSON (0.02s)
23:35:55 [2022-10-04T23:35:55.499Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
23:35:55 [2022-10-04T23:35:55.499Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
23:35:55 [2022-10-04T23:35:55.499Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
23:35:55 [2022-10-04T23:35:55.499Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:35:55 [2022-10-04T23:35:55.499Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
23:35:55 [2022-10-04T23:35:55.499Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s)
23:35:55 [2022-10-04T23:35:55.499Z] === RUN   TestCopyFromContainerPathIsNotDir
23:35:55 [2022-10-04T23:35:55.499Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
23:35:55 [2022-10-04T23:35:55.499Z] === RUN   TestCopyToContainerPathDoesNotExist
23:35:55 [2022-10-04T23:35:55.499Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
23:35:55 [2022-10-04T23:35:55.499Z] === RUN   TestCopyToContainerPathIsNotDir
23:35:55 [2022-10-04T23:35:55.686Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.66s)
23:35:55 [2022-10-04T23:35:55.686Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
23:35:55 [2022-10-04T23:35:55.757Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
23:35:55 [2022-10-04T23:35:55.757Z] === RUN   TestCopyFromContainer
23:35:55 [2022-10-04T23:35:55.857Z] === RUN   TestExternalGraphDriver/spec
23:35:56 [2022-10-04T23:35:56.015Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
23:35:56 [2022-10-04T23:35:56.273Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
23:35:56 [2022-10-04T23:35:56.840Z]     check_test.go:309: [d1ed1e9dca371] daemon is not started
23:35:56 [2022-10-04T23:35:56.840Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
23:35:57 [2022-10-04T23:35:57.226Z] === RUN   TestExternalGraphDriver/pull
23:35:57 [2022-10-04T23:35:57.407Z] === RUN   TestCopyFromContainer//
23:35:57 [2022-10-04T23:35:57.407Z] === RUN   TestCopyFromContainer//bar/root
23:35:57 [2022-10-04T23:35:57.407Z] === RUN   TestCopyFromContainer//bar/root/
23:35:57 [2022-10-04T23:35:57.407Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
23:35:57 [2022-10-04T23:35:57.665Z] === RUN   TestCopyFromContainer/bar/quux
23:35:57 [2022-10-04T23:35:57.665Z] === RUN   TestCopyFromContainer/bar/quux/
23:35:57 [2022-10-04T23:35:57.924Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
23:35:57 [2022-10-04T23:35:57.924Z] === RUN   TestCopyFromContainer/bar/quux/baz
23:35:57 [2022-10-04T23:35:57.924Z] === RUN   TestCopyFromContainer/bar/filesymlink
23:35:58 [2022-10-04T23:35:58.183Z] === RUN   TestCopyFromContainer/bar/dirsymlink
23:35:58 [2022-10-04T23:35:58.183Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
23:35:58 [2022-10-04T23:35:58.183Z] === RUN   TestCopyFromContainer/bar/notarget
23:35:58 [2022-10-04T23:35:58.442Z] --- PASS: TestCopyFromContainer (2.77s)
23:35:58 [2022-10-04T23:35:58.442Z]     --- PASS: TestCopyFromContainer// (0.10s)
23:35:58 [2022-10-04T23:35:58.442Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
23:35:58 [2022-10-04T23:35:58.442Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.14s)
23:35:58 [2022-10-04T23:35:58.442Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
23:35:58 [2022-10-04T23:35:58.442Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.10s)
23:35:58 [2022-10-04T23:35:58.442Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s)
23:35:58 [2022-10-04T23:35:58.442Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.13s)
23:35:58 [2022-10-04T23:35:58.442Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
23:35:58 [2022-10-04T23:35:58.442Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s)
23:35:58 [2022-10-04T23:35:58.442Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.11s)
23:35:58 [2022-10-04T23:35:58.442Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
23:35:58 [2022-10-04T23:35:58.442Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:35:58 [2022-10-04T23:35:58.442Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:35:58 [2022-10-04T23:35:58.442Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:35:58 [2022-10-04T23:35:58.442Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:35:58 [2022-10-04T23:35:58.442Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
23:35:58 [2022-10-04T23:35:58.442Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
23:35:58 [2022-10-04T23:35:58.442Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:35:58 [2022-10-04T23:35:58.442Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
23:35:58 [2022-10-04T23:35:58.442Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:35:58 [2022-10-04T23:35:58.442Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
23:35:58 [2022-10-04T23:35:58.442Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
23:35:58 [2022-10-04T23:35:58.442Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.04s)
23:35:58 [2022-10-04T23:35:58.442Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.03s)
23:35:58 [2022-10-04T23:35:58.442Z] === RUN   TestCreateLinkToNonExistingContainer
23:35:58 [2022-10-04T23:35:58.700Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
23:35:58 [2022-10-04T23:35:58.700Z] === RUN   TestCreateWithInvalidEnv
23:35:58 [2022-10-04T23:35:58.700Z] === RUN   TestCreateWithInvalidEnv/0
23:35:58 [2022-10-04T23:35:58.700Z] === PAUSE TestCreateWithInvalidEnv/0
23:35:58 [2022-10-04T23:35:58.700Z] === RUN   TestCreateWithInvalidEnv/1
23:35:58 [2022-10-04T23:35:58.700Z] === PAUSE TestCreateWithInvalidEnv/1
23:35:58 [2022-10-04T23:35:58.700Z] === RUN   TestCreateWithInvalidEnv/2
23:35:58 [2022-10-04T23:35:58.700Z] === PAUSE TestCreateWithInvalidEnv/2
23:35:58 [2022-10-04T23:35:58.700Z] === CONT  TestCreateWithInvalidEnv/0
23:35:58 [2022-10-04T23:35:58.700Z] === CONT  TestCreateWithInvalidEnv/2
23:35:58 [2022-10-04T23:35:58.700Z] === CONT  TestCreateWithInvalidEnv/1
23:35:58 [2022-10-04T23:35:58.700Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
23:35:58 [2022-10-04T23:35:58.700Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
23:35:58 [2022-10-04T23:35:58.700Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
23:35:58 [2022-10-04T23:35:58.700Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
23:35:58 [2022-10-04T23:35:58.700Z] === RUN   TestCreateTmpfsMountsTarget
23:35:58 [2022-10-04T23:35:58.700Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
23:35:58 [2022-10-04T23:35:58.700Z] === RUN   TestCreateWithCustomMaskedPaths
23:35:58 [2022-10-04T23:35:58.700Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
23:35:59 [2022-10-04T23:35:59.115Z] --- PASS: TestExternalGraphDriver (5.17s)
23:35:59 [2022-10-04T23:35:59.115Z]     --- PASS: TestExternalGraphDriver/json (1.57s)
23:35:59 [2022-10-04T23:35:59.115Z]     --- PASS: TestExternalGraphDriver/spec (1.58s)
23:35:59 [2022-10-04T23:35:59.115Z]     --- PASS: TestExternalGraphDriver/pull (1.68s)
23:35:59 [2022-10-04T23:35:59.115Z] === RUN   TestGraphdriverPluginV2
23:35:59 [2022-10-04T23:35:59.115Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:35:59 [2022-10-04T23:35:59.115Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
23:35:59 [2022-10-04T23:35:59.115Z] PASS
23:35:59 [2022-10-04T23:35:59.115Z] 
23:35:59 [2022-10-04T23:35:59.115Z] === Skipped
23:35:59 [2022-10-04T23:35:59.115Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
23:35:59 [2022-10-04T23:35:59.115Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:35:59 [2022-10-04T23:35:59.115Z] 
23:35:59 [2022-10-04T23:35:59.115Z] DONE 5 tests, 1 skipped in 5.609s
23:35:59 [2022-10-04T23:35:59.115Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
23:35:59 [2022-10-04T23:35:59.115Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
23:35:59 [2022-10-04T23:35:59.115Z] ++ set -e
23:35:59 [2022-10-04T23:35:59.115Z] ++ '[' -n 0 ']'
23:35:59 [2022-10-04T23:35:59.115Z] ++ set -x
23:35:59 [2022-10-04T23:35:59.115Z] ++ 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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
23:35:59 [2022-10-04T23:35:59.268Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
23:35:59 [2022-10-04T23:35:59.371Z] INFO: Testing against a local daemon
23:35:59 [2022-10-04T23:35:59.371Z] === RUN   TestContinueAfterPluginCrash
23:35:59 [2022-10-04T23:35:59.371Z] === PAUSE TestContinueAfterPluginCrash
23:35:59 [2022-10-04T23:35:59.371Z] === RUN   TestReadPluginNoRead
23:35:59 [2022-10-04T23:35:59.371Z] === PAUSE TestReadPluginNoRead
23:35:59 [2022-10-04T23:35:59.371Z] === RUN   TestDaemonStartWithLogOpt
23:35:59 [2022-10-04T23:35:59.371Z] === PAUSE TestDaemonStartWithLogOpt
23:35:59 [2022-10-04T23:35:59.371Z] === CONT  TestContinueAfterPluginCrash
23:35:59 [2022-10-04T23:35:59.371Z] === CONT  TestDaemonStartWithLogOpt
23:36:00 [2022-10-04T23:36:00.643Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
23:36:00 [2022-10-04T23:36:00.643Z] --- PASS: TestCreateWithCustomMaskedPaths (2.15s)
23:36:00 [2022-10-04T23:36:00.643Z] === RUN   TestCreateWithCustomReadonlyPaths
23:36:00 [2022-10-04T23:36:00.901Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
23:36:02 [2022-10-04T23:36:02.640Z] --- PASS: TestDaemonStartWithLogOpt (3.04s)
23:36:02 [2022-10-04T23:36:02.640Z] === CONT  TestReadPluginNoRead
23:36:02 [2022-10-04T23:36:02.801Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.86s)
23:36:02 [2022-10-04T23:36:02.801Z] === RUN   TestCreateWithInvalidHealthcheckParams
23:36:02 [2022-10-04T23:36:02.801Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:36:02 [2022-10-04T23:36:02.801Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:36:02 [2022-10-04T23:36:02.801Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:36:02 [2022-10-04T23:36:02.801Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:36:02 [2022-10-04T23:36:02.801Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:36:02 [2022-10-04T23:36:02.801Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:36:02 [2022-10-04T23:36:02.801Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:36:02 [2022-10-04T23:36:02.801Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:36:02 [2022-10-04T23:36:02.801Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:36:02 [2022-10-04T23:36:02.801Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:36:02 [2022-10-04T23:36:02.801Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:36:02 [2022-10-04T23:36:02.801Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:36:02 [2022-10-04T23:36:02.801Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:36:02 [2022-10-04T23:36:02.801Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:36:02 [2022-10-04T23:36:02.801Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:36:02 [2022-10-04T23:36:02.801Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
23:36:02 [2022-10-04T23:36:02.801Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
23:36:02 [2022-10-04T23:36:02.801Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
23:36:02 [2022-10-04T23:36:02.801Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
23:36:02 [2022-10-04T23:36:02.801Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
23:36:02 [2022-10-04T23:36:02.801Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
23:36:02 [2022-10-04T23:36:02.801Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
23:36:03 [2022-10-04T23:36:03.060Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
23:36:03 [2022-10-04T23:36:03.060Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
23:36:03 [2022-10-04T23:36:03.320Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.59s)
23:36:03 [2022-10-04T23:36:03.320Z] === RUN   TestCreateDifferentPlatform
23:36:03 [2022-10-04T23:36:03.320Z] === RUN   TestCreateDifferentPlatform/different_os
23:36:03 [2022-10-04T23:36:03.320Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
23:36:03 [2022-10-04T23:36:03.320Z] --- PASS: TestCreateDifferentPlatform (0.07s)
23:36:03 [2022-10-04T23:36:03.320Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.02s)
23:36:03 [2022-10-04T23:36:03.320Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s)
23:36:03 [2022-10-04T23:36:03.320Z] === RUN   TestCreateVolumesFromNonExistingContainer
23:36:03 [2022-10-04T23:36:03.320Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s)
23:36:03 [2022-10-04T23:36:03.320Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
23:36:03 [2022-10-04T23:36:03.579Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s)
23:36:03 [2022-10-04T23:36:03.579Z] === RUN   TestContainerStartOnDaemonRestart
23:36:03 [2022-10-04T23:36:03.579Z] === PAUSE TestContainerStartOnDaemonRestart
23:36:03 [2022-10-04T23:36:03.579Z] === RUN   TestDaemonRestartIpcMode
23:36:03 [2022-10-04T23:36:03.579Z] === PAUSE TestDaemonRestartIpcMode
23:36:03 [2022-10-04T23:36:03.579Z] === RUN   TestDaemonHostGatewayIP
23:36:03 [2022-10-04T23:36:03.579Z] === PAUSE TestDaemonHostGatewayIP
23:36:03 [2022-10-04T23:36:03.579Z] === RUN   TestRestartDaemonWithRestartingContainer
23:36:03 [2022-10-04T23:36:03.579Z] === PAUSE TestRestartDaemonWithRestartingContainer
23:36:03 [2022-10-04T23:36:03.579Z] === RUN   TestContainerKillOnDaemonStart
23:36:03 [2022-10-04T23:36:03.579Z] === PAUSE TestContainerKillOnDaemonStart
23:36:03 [2022-10-04T23:36:03.579Z] === RUN   TestDiff
23:36:04 [2022-10-04T23:36:04.147Z] --- PASS: TestDiff (0.70s)
23:36:04 [2022-10-04T23:36:04.147Z] === RUN   TestExecWithCloseStdin
23:36:04 [2022-10-04T23:36:04.147Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
23:36:04 [2022-10-04T23:36:04.147Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
23:36:04 [2022-10-04T23:36:04.528Z] === RUN   TestReadPluginNoRead/default
23:36:04 [2022-10-04T23:36:04.713Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
23:36:04 [2022-10-04T23:36:04.973Z] --- PASS: TestExecWithCloseStdin (0.85s)
23:36:04 [2022-10-04T23:36:04.973Z] === RUN   TestExec
23:36:05 [2022-10-04T23:36:05.456Z] === RUN   TestReadPluginNoRead/disabled_caching
23:36:05 [2022-10-04T23:36:05.908Z] --- PASS: TestExec (0.66s)
23:36:05 [2022-10-04T23:36:05.908Z] === RUN   TestExecUser
23:36:06 [2022-10-04T23:36:06.474Z] --- PASS: TestExecUser (0.66s)
23:36:06 [2022-10-04T23:36:06.474Z] === RUN   TestExportContainerAndImportImage
23:36:06 [2022-10-04T23:36:06.820Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
23:36:07 [2022-10-04T23:36:07.381Z] --- PASS: TestContinueAfterPluginCrash (8.23s)
23:36:07 [2022-10-04T23:36:07.409Z] --- PASS: TestExportContainerAndImportImage (0.84s)
23:36:07 [2022-10-04T23:36:07.409Z] === RUN   TestExportContainerAfterDaemonRestart
23:36:07 [2022-10-04T23:36:07.895Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.59s)
23:36:07 [2022-10-04T23:36:07.895Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
23:36:07 [2022-10-04T23:36:07.941Z] === CONT  TestReadPluginNoRead
23:36:07 [2022-10-04T23:36:07.941Z]     read_test.go:92: [d93fbe6ffb157] daemon is not started
23:36:07 [2022-10-04T23:36:07.941Z] --- PASS: TestReadPluginNoRead (5.60s)
23:36:07 [2022-10-04T23:36:07.941Z]     --- PASS: TestReadPluginNoRead/default (1.17s)
23:36:07 [2022-10-04T23:36:07.941Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.13s)
23:36:07 [2022-10-04T23:36:07.941Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.18s)
23:36:07 [2022-10-04T23:36:07.941Z] PASS
23:36:07 [2022-10-04T23:36:07.941Z] 
23:36:07 [2022-10-04T23:36:07.941Z] DONE 6 tests in 8.753s
23:36:07 [2022-10-04T23:36:07.941Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
23:36:07 [2022-10-04T23:36:07.941Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
23:36:07 [2022-10-04T23:36:07.941Z] ++ set -e
23:36:07 [2022-10-04T23:36:07.941Z] ++ '[' -n 0 ']'
23:36:07 [2022-10-04T23:36:07.941Z] ++ set -x
23:36:07 [2022-10-04T23:36:07.941Z] ++ 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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
23:36:07 [2022-10-04T23:36:07.941Z] testing: warning: no tests to run
23:36:07 [2022-10-04T23:36:07.941Z] PASS
23:36:07 [2022-10-04T23:36:07.941Z] 
23:36:07 [2022-10-04T23:36:07.941Z] DONE 0 tests in 0.032s
23:36:07 [2022-10-04T23:36:07.941Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
23:36:07 [2022-10-04T23:36:07.941Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
23:36:07 [2022-10-04T23:36:07.941Z] ++ set -e
23:36:07 [2022-10-04T23:36:07.941Z] ++ '[' -n 0 ']'
23:36:07 [2022-10-04T23:36:07.941Z] ++ set -x
23:36:07 [2022-10-04T23:36:07.941Z] ++ 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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
23:36:07 [2022-10-04T23:36:07.941Z] INFO: Testing against a local daemon
23:36:07 [2022-10-04T23:36:07.941Z] === RUN   TestPluginWithDevMounts
23:36:07 [2022-10-04T23:36:07.941Z] === PAUSE TestPluginWithDevMounts
23:36:07 [2022-10-04T23:36:07.941Z] === CONT  TestPluginWithDevMounts
23:36:08 [2022-10-04T23:36:08.343Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
23:36:08 [2022-10-04T23:36:08.603Z] --- PASS: TestExportContainerAfterDaemonRestart (1.38s)
23:36:08 [2022-10-04T23:36:08.603Z] === RUN   TestHealthCheckWorkdir
23:36:09 [2022-10-04T23:36:09.538Z] --- PASS: TestHealthCheckWorkdir (0.93s)
23:36:09 [2022-10-04T23:36:09.538Z] === RUN   TestHealthKillContainer
23:36:09 [2022-10-04T23:36:09.796Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
23:36:09 [2022-10-04T23:36:09.829Z] --- PASS: TestPluginWithDevMounts (1.51s)
23:36:09 [2022-10-04T23:36:09.829Z] PASS
23:36:09 [2022-10-04T23:36:09.829Z] 
23:36:09 [2022-10-04T23:36:09.829Z] DONE 1 tests in 1.612s
23:36:09 [2022-10-04T23:36:09.829Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
23:36:09 [2022-10-04T23:36:09.829Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
23:36:09 [2022-10-04T23:36:09.829Z] ++ set -e
23:36:09 [2022-10-04T23:36:09.829Z] ++ '[' -n 0 ']'
23:36:09 [2022-10-04T23:36:09.829Z] ++ set -x
23:36:09 [2022-10-04T23:36:09.829Z] ++ 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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
23:36:09 [2022-10-04T23:36:09.829Z] INFO: Testing against a local daemon
23:36:09 [2022-10-04T23:36:09.829Z] === RUN   TestSecretInspect
23:36:11 [2022-10-04T23:36:11.716Z] --- PASS: TestSecretInspect (2.11s)
23:36:11 [2022-10-04T23:36:11.716Z] === RUN   TestSecretList
23:36:12 [2022-10-04T23:36:12.326Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
23:36:12 [2022-10-04T23:36:12.326Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
23:36:12 [2022-10-04T23:36:12.326Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
23:36:12 [2022-10-04T23:36:12.584Z]     check_test.go:309: [d02148505638c] daemon is not started
23:36:12 [2022-10-04T23:36:12.584Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
23:36:12 [2022-10-04T23:36:12.983Z] --- PASS: TestInfoAPIWarnings (17.35s)
23:36:12 [2022-10-04T23:36:12.983Z] === RUN   TestInfoDebug
23:36:13 [2022-10-04T23:36:13.152Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
23:36:13 [2022-10-04T23:36:13.152Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
23:36:13 [2022-10-04T23:36:13.552Z] --- PASS: TestInfoDebug (1.55s)
23:36:13 [2022-10-04T23:36:13.552Z] === RUN   TestInfoInsecureRegistries
23:36:13 [2022-10-04T23:36:13.717Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
23:36:13 [2022-10-04T23:36:13.975Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
23:36:14 [2022-10-04T23:36:14.229Z] --- PASS: TestSecretList (2.11s)
23:36:14 [2022-10-04T23:36:14.229Z] === RUN   TestSecretsCreateAndDelete
23:36:15 [2022-10-04T23:36:15.458Z] --- PASS: TestInfoInsecureRegistries (1.54s)
23:36:15 [2022-10-04T23:36:15.458Z] === RUN   TestInfoRegistryMirrors
23:36:15 [2022-10-04T23:36:15.876Z] === RUN   TestDockerSuite/TestBuildAddNonTar
23:36:16 [2022-10-04T23:36:16.117Z] --- PASS: TestSecretsCreateAndDelete (2.19s)
23:36:16 [2022-10-04T23:36:16.117Z] === RUN   TestSecretsUpdate
23:36:16 [2022-10-04T23:36:16.811Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
23:36:16 [2022-10-04T23:36:16.812Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
23:36:16 [2022-10-04T23:36:16.836Z] --- PASS: TestInfoRegistryMirrors (1.55s)
23:36:16 [2022-10-04T23:36:16.836Z] === RUN   TestLoginFailsWithBadCredentials
23:36:17 [2022-10-04T23:36:17.069Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
23:36:17 [2022-10-04T23:36:17.096Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
23:36:17 [2022-10-04T23:36:17.096Z] === RUN   TestPingCacheHeaders
23:36:17 [2022-10-04T23:36:17.096Z] --- PASS: TestPingCacheHeaders (0.03s)
23:36:17 [2022-10-04T23:36:17.096Z] === RUN   TestPingGet
23:36:17 [2022-10-04T23:36:17.096Z] --- PASS: TestPingGet (0.02s)
23:36:17 [2022-10-04T23:36:17.096Z] === RUN   TestPingHead
23:36:17 [2022-10-04T23:36:17.096Z] --- PASS: TestPingHead (0.02s)
23:36:17 [2022-10-04T23:36:17.096Z] === RUN   TestVersion
23:36:17 [2022-10-04T23:36:17.096Z] --- PASS: TestVersion (0.02s)
23:36:17 [2022-10-04T23:36:17.096Z] PASS
23:36:17 [2022-10-04T23:36:17.096Z] 
23:36:17 [2022-10-04T23:36:17.096Z] === Skipped
23:36:17 [2022-10-04T23:36:17.096Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
23:36:17 [2022-10-04T23:36:17.096Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
23:36:17 [2022-10-04T23:36:17.096Z] 
23:36:17 [2022-10-04T23:36:17.096Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
23:36:17 [2022-10-04T23:36:17.096Z]     info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network
23:36:17 [2022-10-04T23:36:17.096Z] 
23:36:17 [2022-10-04T23:36:17.096Z] DONE 18 tests, 2 skipped in 28.076s
23:36:17 [2022-10-04T23:36:17.096Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
23:36:17 [2022-10-04T23:36:17.355Z] INFO: Testing against a local daemon
23:36:17 [2022-10-04T23:36:17.355Z] === RUN   TestVolumesCreateAndList
23:36:17 [2022-10-04T23:36:17.355Z] --- PASS: TestVolumesCreateAndList (0.02s)
23:36:17 [2022-10-04T23:36:17.355Z] === RUN   TestVolumesRemove
23:36:17 [2022-10-04T23:36:17.355Z] --- PASS: TestVolumesRemove (0.05s)
23:36:17 [2022-10-04T23:36:17.355Z] === RUN   TestVolumesInspect
23:36:17 [2022-10-04T23:36:17.355Z] --- PASS: TestVolumesInspect (0.02s)
23:36:17 [2022-10-04T23:36:17.355Z] === RUN   TestVolumesInvalidJSON
23:36:17 [2022-10-04T23:36:17.355Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:36:17 [2022-10-04T23:36:17.355Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:36:17 [2022-10-04T23:36:17.355Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:36:17 [2022-10-04T23:36:17.355Z] --- PASS: TestVolumesInvalidJSON (0.02s)
23:36:17 [2022-10-04T23:36:17.355Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:36:17 [2022-10-04T23:36:17.355Z] PASS
23:36:17 [2022-10-04T23:36:17.355Z] 
23:36:17 [2022-10-04T23:36:17.355Z] DONE 5 tests in 0.195s
23:36:17 [2022-10-04T23:36:17.355Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
23:36:17 [2022-10-04T23:36:17.355Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12444 is not a child of this shell
23:36:17 [2022-10-04T23:36:17.355Z] warning: PID 12444 from bundles/test-integration/docker.pid had a nonzero exit code
23:36:17 [2022-10-04T23:36:17.355Z] Leaving: AppArmorNo profiles have been unloaded.
23:36:17 [2022-10-04T23:36:17.355Z] 
23:36:17 [2022-10-04T23:36:17.355Z] Unloading profiles will leave already running processes permanently
23:36:17 [2022-10-04T23:36:17.355Z] unconfined, which can lead to unexpected situations.
23:36:17 [2022-10-04T23:36:17.355Z] 
23:36:17 [2022-10-04T23:36:17.355Z] To set a process to complain mode, use the command line tool
23:36:17 [2022-10-04T23:36:17.355Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
23:36:17 [2022-10-04T23:36:17.355Z] Removing test suite binaries
23:36:17 [2022-10-04T23:36:17.355Z] exiting test-integration
23:36:17 [2022-10-04T23:36:17.355Z] ++ exit 0
23:36:18 [2022-10-04T23:36:18.004Z] --- PASS: TestHealthKillContainer (8.35s)
23:36:18 [2022-10-04T23:36:18.004Z] === RUN   TestHealthCheckProcessKilled
23:36:18 [2022-10-04T23:36:18.630Z] --- PASS: TestSecretsUpdate (2.20s)
23:36:18 [2022-10-04T23:36:18.630Z] === RUN   TestTemplatedSecret
23:36:18 [2022-10-04T23:36:18.735Z] 
23:36:18 [2022-10-04T23:36:18.938Z] --- PASS: TestHealthCheckProcessKilled (0.92s)
23:36:18 [2022-10-04T23:36:18.938Z] === RUN   TestInspectCpusetInConfigPre120
Post stage
[Pipeline] junit
23:36:19 [2022-10-04T23:36:19.370Z] Recording test results
23:36:19 [2022-10-04T23:36:19.504Z] --- PASS: TestInspectCpusetInConfigPre120 (0.57s)
23:36:19 [2022-10-04T23:36:19.504Z] === RUN   TestIpcModeNone
23:36:19 [2022-10-04T23:36:19.504Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
23:36:20 [2022-10-04T23:36:20.070Z] --- PASS: TestIpcModeNone (0.75s)
23:36:20 [2022-10-04T23:36:20.070Z] === RUN   TestIpcModePrivate
23:36:20 [2022-10-04T23:36:20.636Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:94, shared: false, mustBeShared: false
23:36:20 [2022-10-04T23:36:20.890Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
23:36:20 [2022-10-04T23:36:20.896Z] --- PASS: TestIpcModePrivate (0.68s)
23:36:20 [2022-10-04T23:36:20.896Z] === RUN   TestIpcModeShareable
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
23:36:21 [2022-10-04T23:36:21.144Z] --- PASS: TestTemplatedSecret (2.47s)
23:36:21 [2022-10-04T23:36:21.144Z] === RUN   TestSecretCreateResolve
23:36:21 [2022-10-04T23:36:21.154Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true
23:36:21 [2022-10-04T23:36:21.231Z] + echo Ensuring container killed.
23:36:21 [2022-10-04T23:36:21.231Z] Ensuring container killed.
23:36:21 [2022-10-04T23:36:21.231Z] + docker rm -vf docker-pr5
23:36:21 [2022-10-04T23:36:21.413Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
23:36:21 [2022-10-04T23:36:21.413Z] --- PASS: TestIpcModeShareable (0.61s)
23:36:21 [2022-10-04T23:36:21.413Z] === RUN   TestAPIIpcModeShareableAndContainer
23:36:21 [2022-10-04T23:36:21.491Z] Error response from daemon: No such container: docker-pr5
[Pipeline] sh
23:36:21 [2022-10-04T23:36:21.774Z] + echo Chowning /workspace to jenkins user
23:36:21 [2022-10-04T23:36:21.774Z] Chowning /workspace to jenkins user
23:36:21 [2022-10-04T23:36:21.774Z] + id -u
23:36:21 [2022-10-04T23:36:21.774Z] + id -g
23:36:21 [2022-10-04T23:36:21.774Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44247:/workspace busybox chown -R 1000:1000 /workspace
23:36:21 [2022-10-04T23:36:21.774Z] Unable to find image 'busybox:latest' locally
23:36:21 [2022-10-04T23:36:21.774Z] latest: Pulling from library/busybox
23:36:22 [2022-10-04T23:36:22.034Z] f5b7ce95afea: Pulling fs layer
23:36:22 [2022-10-04T23:36:22.034Z] f5b7ce95afea: Download complete
23:36:22 [2022-10-04T23:36:22.034Z] f5b7ce95afea: Pull complete
23:36:22 [2022-10-04T23:36:22.293Z] Digest: sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698
23:36:22 [2022-10-04T23:36:22.293Z] Status: Downloaded newer image for busybox:latest
23:36:22 [2022-10-04T23:36:22.349Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
23:36:23 [2022-10-04T23:36:23.031Z] --- PASS: TestSecretCreateResolve (2.09s)
23:36:23 [2022-10-04T23:36:23.031Z] PASS
23:36:23 [2022-10-04T23:36:23.031Z] 
23:36:23 [2022-10-04T23:36:23.031Z] DONE 6 tests in 13.279s
23:36:23 [2022-10-04T23:36:23.031Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
23:36:23 [2022-10-04T23:36:23.031Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
23:36:23 [2022-10-04T23:36:23.031Z] ++ set -e
23:36:23 [2022-10-04T23:36:23.031Z] ++ '[' -n 0 ']'
23:36:23 [2022-10-04T23:36:23.031Z] ++ set -x
23:36:23 [2022-10-04T23:36:23.031Z] ++ 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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
23:36:23 [2022-10-04T23:36:23.031Z] INFO: Testing against a local daemon
23:36:23 [2022-10-04T23:36:23.031Z] === RUN   TestServiceCreateInit
23:36:23 [2022-10-04T23:36:23.031Z] === RUN   TestServiceCreateInit/daemonInitDisabled
23:36:23 [2022-10-04T23:36:23.284Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
23:36:23 [2022-10-04T23:36:23.548Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.20s)
23:36:23 [2022-10-04T23:36:23.548Z] === RUN   TestAPIIpcModeHost
23:36:23 [2022-10-04T23:36:23.548Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
23:36:23 [2022-10-04T23:36:23.548Z]     docker_cli_daemon_test.go:364: unmatched requirement IPv6
23:36:23 [2022-10-04T23:36:23.548Z]     check_test.go:309: [d858c570e6d65] daemon is not started
23:36:23 [2022-10-04T23:36:23.548Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
23:36:23 [2022-10-04T23:36:23.972Z] + bundleName=amd64-rootless
23:36:23 [2022-10-04T23:36:23.972Z] + echo Creating amd64-rootless-bundles.tar.gz
23:36:23 [2022-10-04T23:36:23.972Z] Creating amd64-rootless-bundles.tar.gz
23:36:23 [2022-10-04T23:36:23.972Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
23:36:23 [2022-10-04T23:36:23.972Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
23:36:23 [2022-10-04T23:36:23.985Z] Archiving artifacts
23:36:24 [2022-10-04T23:36:24.116Z] --- PASS: TestAPIIpcModeHost (0.64s)
23:36:24 [2022-10-04T23:36:24.116Z] === RUN   TestDaemonIpcModeShareable
23:36:24 [2022-10-04T23:36:24.374Z] === RUN   TestDockerSuite/TestBuildAddScript
23:36:25 [2022-10-04T23:36:25.750Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
23:36:25 [2022-10-04T23:36:25.750Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: true, mustBeShared: true
23:36:25 [2022-10-04T23:36:25.881Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44247/5/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:36:25 [2022-10-04T23:36:25.981Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s)
23:36:25 [2022-10-04T23:36:25.981Z] PASS
23:36:25 [2022-10-04T23:36:25.981Z] 
23:36:25 [2022-10-04T23:36:25.981Z] DONE 17 tests in 49.865s
23:36:25 [2022-10-04T23:36:25.981Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
23:36:25 [2022-10-04T23:36:25.981Z] INFO: Testing against a local daemon
23:36:25 [2022-10-04T23:36:25.981Z] === RUN   TestPluginInvalidJSON
23:36:25 [2022-10-04T23:36:25.981Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:36:25 [2022-10-04T23:36:25.981Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:36:25 [2022-10-04T23:36:25.981Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:36:25 [2022-10-04T23:36:25.981Z] --- PASS: TestPluginInvalidJSON (0.01s)
23:36:25 [2022-10-04T23:36:25.981Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:36:25 [2022-10-04T23:36:25.981Z] === RUN   TestPluginInstall
23:36:25 [2022-10-04T23:36:25.981Z] === RUN   TestPluginInstall/no_auth
23:36:25 [2022-10-04T23:36:25.981Z] time="2022-10-04T23:36:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:36:25 [2022-10-04T23:36:25.981Z] time="2022-10-04T23:36:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e034fcb4dfc4daad45f6f992c2d3a7da51cf4c5348b57f464760b782c71fe035" mediatype=application/vnd.docker.plugin.v1+json size=522
23:36:25 [2022-10-04T23:36:25.981Z] time="2022-10-04T23:36:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:36:25 [2022-10-04T23:36:25.981Z] time="2022-10-04T23:36:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e034fcb4dfc4daad45f6f992c2d3a7da51cf4c5348b57f464760b782c71fe035" mediatype=application/vnd.docker.plugin.v1+json size=522
23:36:25 [2022-10-04T23:36:25.981Z] === RUN   TestPluginInstall/with_htpasswd
23:36:25 [2022-10-04T23:36:25.981Z] time="2022-10-04T23:36:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:36:25 [2022-10-04T23:36:25.981Z] time="2022-10-04T23:36:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e034fcb4dfc4daad45f6f992c2d3a7da51cf4c5348b57f464760b782c71fe035" mediatype=application/vnd.docker.plugin.v1+json size=522
23:36:25 [2022-10-04T23:36:25.981Z] time="2022-10-04T23:36:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:36:25 [2022-10-04T23:36:25.981Z] time="2022-10-04T23:36:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e034fcb4dfc4daad45f6f992c2d3a7da51cf4c5348b57f464760b782c71fe035" mediatype=application/vnd.docker.plugin.v1+json size=522
23:36:25 [2022-10-04T23:36:25.981Z] === RUN   TestPluginInstall/with_insecure
23:36:26 [2022-10-04T23:36:26.010Z] --- PASS: TestDaemonIpcModeShareable (1.66s)
23:36:26 [2022-10-04T23:36:26.010Z] === RUN   TestDaemonIpcModePrivate
23:36:26 [2022-10-04T23:36:26.189Z] + make clean
23:36:26 [2022-10-04T23:36:26.450Z] docker volume rm -f docker-dev-cache
23:36:26 [2022-10-04T23:36:26.550Z] time="2022-10-04T23:36:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:36:26 [2022-10-04T23:36:26.550Z] time="2022-10-04T23:36:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:90d7f32f2f6bfe122048e5326d1706a4069405ecdea68ce2b948a81ae52c3c51" mediatype=application/vnd.docker.plugin.v1+json size=522
23:36:26 [2022-10-04T23:36:26.550Z] time="2022-10-04T23:36:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:36:26 [2022-10-04T23:36:26.550Z] time="2022-10-04T23:36:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:90d7f32f2f6bfe122048e5326d1706a4069405ecdea68ce2b948a81ae52c3c51" mediatype=application/vnd.docker.plugin.v1+json size=522
23:36:26 [2022-10-04T23:36:26.709Z] docker-dev-cache
[Pipeline] deleteDir
23:36:26 [2022-10-04T23:36:26.810Z]     plugin_test.go:165: [d3e581dcb62cd] daemon is not started
23:36:26 [2022-10-04T23:36:26.810Z] --- PASS: TestPluginInstall (2.82s)
23:36:26 [2022-10-04T23:36:26.810Z]     --- PASS: TestPluginInstall/no_auth (1.08s)
23:36:26 [2022-10-04T23:36:26.810Z]     --- PASS: TestPluginInstall/with_htpasswd (0.65s)
23:36:26 [2022-10-04T23:36:26.810Z]     --- PASS: TestPluginInstall/with_insecure (1.09s)
23:36:26 [2022-10-04T23:36:26.810Z] === RUN   TestPluginsWithRuntimes
23:36:27 [2022-10-04T23:36:27.194Z] === RUN   TestServiceCreateInit/daemonInitEnabled
23:36:27 [2022-10-04T23:36:27.387Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
23:36:27 [2022-10-04T23:36:27.387Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:92, shared: false, mustBeShared: false
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
23:36:27 [2022-10-04T23:36:27.646Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
23:36:27 [2022-10-04T23:36:27.646Z] --- PASS: TestDaemonIpcModePrivate (1.70s)
23:36:27 [2022-10-04T23:36:27.646Z] === RUN   TestDaemonIpcModePrivateFromConfig
23:36:28 [2022-10-04T23:36:28.204Z] ok  	github.com/docker/docker/cmd/dockerd	0.075s	coverage: 29.1% of statements
23:36:28 [2022-10-04T23:36:28.204Z] ok  	github.com/docker/docker/container	0.143s	coverage: 34.5% of statements
23:36:28 [2022-10-04T23:36:28.204Z] ?   	github.com/docker/docker/container/stream	[no test files]
23:36:28 [2022-10-04T23:36:28.204Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
23:36:28 [2022-10-04T23:36:28.204Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
23:36:28 [2022-10-04T23:36:28.204Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
23:36:28 [2022-10-04T23:36:28.716Z] === RUN   TestPluginsWithRuntimes/No_Args
23:36:29 [2022-10-04T23:36:29.284Z] === RUN   TestPluginsWithRuntimes/With_Args
23:36:29 [2022-10-04T23:36:29.545Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
23:36:29 [2022-10-04T23:36:29.545Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false
23:36:29 [2022-10-04T23:36:29.545Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.83s)
23:36:29 [2022-10-04T23:36:29.545Z] === RUN   TestDaemonIpcModeShareableFromConfig
23:36:30 [2022-10-04T23:36:30.222Z] --- PASS: TestPluginsWithRuntimes (3.37s)
23:36:30 [2022-10-04T23:36:30.222Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.88s)
23:36:30 [2022-10-04T23:36:30.222Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.88s)
23:36:30 [2022-10-04T23:36:30.222Z] === RUN   TestPluginBackCompatMediaTypes
23:36:30 [2022-10-04T23:36:30.459Z] --- PASS: TestServiceCreateInit (7.03s)
23:36:30 [2022-10-04T23:36:30.459Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.61s)
23:36:30 [2022-10-04T23:36:30.459Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.40s)
23:36:30 [2022-10-04T23:36:30.459Z] === RUN   TestCreateServiceMultipleTimes
23:36:30 [2022-10-04T23:36:30.790Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s)
23:36:30 [2022-10-04T23:36:30.790Z] PASS
23:36:30 [2022-10-04T23:36:30.790Z] 
23:36:30 [2022-10-04T23:36:30.790Z] DONE 10 tests in 6.815s
23:36:30 [2022-10-04T23:36:30.790Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
23:36:30 [2022-10-04T23:36:30.790Z] INFO: Testing against a local daemon
23:36:30 [2022-10-04T23:36:30.790Z] === RUN   TestExternalGraphDriver
23:36:30 [2022-10-04T23:36:30.919Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: true, mustBeShared: true
23:36:30 [2022-10-04T23:36:30.919Z]     check_test.go:309: [d6bcb7efb1ad0] daemon is not started
23:36:30 [2022-10-04T23:36:30.919Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
23:36:30 [2022-10-04T23:36:30.919Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.52s)
23:36:30 [2022-10-04T23:36:30.920Z] === RUN   TestIpcModeOlderClient
23:36:30 [2022-10-04T23:36:30.920Z] === PAUSE TestIpcModeOlderClient
23:36:30 [2022-10-04T23:36:30.920Z] === RUN   TestKillContainerInvalidSignal
23:36:31 [2022-10-04T23:36:31.358Z] === RUN   TestExternalGraphDriver/json
23:36:31 [2022-10-04T23:36:31.855Z] --- PASS: TestKillContainerInvalidSignal (0.66s)
23:36:31 [2022-10-04T23:36:31.855Z] === RUN   TestKillContainer
23:36:31 [2022-10-04T23:36:31.855Z] === RUN   TestKillContainer/no_signal
23:36:32 [2022-10-04T23:36:32.422Z] === RUN   TestKillContainer/non_killing_signal
23:36:32 [2022-10-04T23:36:32.990Z] === RUN   TestKillContainer/killing_signal
23:36:33 [2022-10-04T23:36:33.265Z] === RUN   TestExternalGraphDriver/spec
23:36:33 [2022-10-04T23:36:33.926Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
23:36:33 [2022-10-04T23:36:33.926Z] --- PASS: TestKillContainer (2.21s)
23:36:33 [2022-10-04T23:36:33.926Z]     --- PASS: TestKillContainer/no_signal (0.68s)
23:36:33 [2022-10-04T23:36:33.926Z]     --- PASS: TestKillContainer/non_killing_signal (0.54s)
23:36:33 [2022-10-04T23:36:33.926Z]     --- PASS: TestKillContainer/killing_signal (0.74s)
23:36:33 [2022-10-04T23:36:33.926Z] === RUN   TestKillWithStopSignalAndRestartPolicies
23:36:33 [2022-10-04T23:36:33.926Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
23:36:33 [2022-10-04T23:36:33.926Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
23:36:34 [2022-10-04T23:36:34.491Z]     check_test.go:309: [de4efeb79a2f5] daemon is not started
23:36:34 [2022-10-04T23:36:34.491Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
23:36:34 [2022-10-04T23:36:34.491Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
23:36:34 [2022-10-04T23:36:34.644Z] === RUN   TestExternalGraphDriver/pull
23:36:34 [2022-10-04T23:36:34.787Z] ok  	github.com/docker/docker/daemon/cluster	0.070s	coverage: 0.5% of statements
23:36:35 [2022-10-04T23:36:35.425Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.36s)
23:36:35 [2022-10-04T23:36:35.425Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.68s)
23:36:35 [2022-10-04T23:36:35.425Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.48s)
23:36:35 [2022-10-04T23:36:35.425Z] === RUN   TestKillStoppedContainer
23:36:35 [2022-10-04T23:36:35.425Z] --- PASS: TestKillStoppedContainer (0.05s)
23:36:35 [2022-10-04T23:36:35.425Z] === RUN   TestKillStoppedContainerAPIPre120
23:36:35 [2022-10-04T23:36:35.425Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s)
23:36:35 [2022-10-04T23:36:35.425Z] === RUN   TestKillDifferentUserContainer
23:36:35 [2022-10-04T23:36:35.993Z] --- PASS: TestKillDifferentUserContainer (0.61s)
23:36:35 [2022-10-04T23:36:35.993Z] === RUN   TestInspectOomKilledTrue
23:36:35 [2022-10-04T23:36:35.993Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
23:36:35 [2022-10-04T23:36:35.993Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
23:36:35 [2022-10-04T23:36:35.993Z] === RUN   TestInspectOomKilledFalse
23:36:35 [2022-10-04T23:36:35.993Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
23:36:35 [2022-10-04T23:36:35.993Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
23:36:35 [2022-10-04T23:36:35.993Z] === RUN   TestLinksEtcHostsContentMatch
23:36:36 [2022-10-04T23:36:36.170Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.012s	coverage: 65.3% of statements
23:36:36 [2022-10-04T23:36:36.251Z] --- PASS: TestLinksEtcHostsContentMatch (0.40s)
23:36:36 [2022-10-04T23:36:36.251Z] === RUN   TestLinksContainerNames
23:36:36 [2022-10-04T23:36:36.549Z] --- PASS: TestExternalGraphDriver (5.35s)
23:36:36 [2022-10-04T23:36:36.549Z]     --- PASS: TestExternalGraphDriver/json (1.68s)
23:36:36 [2022-10-04T23:36:36.549Z]     --- PASS: TestExternalGraphDriver/spec (1.65s)
23:36:36 [2022-10-04T23:36:36.549Z]     --- PASS: TestExternalGraphDriver/pull (1.67s)
23:36:36 [2022-10-04T23:36:36.549Z] === RUN   TestGraphdriverPluginV2
23:36:37 [2022-10-04T23:36:37.553Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.010s	coverage: 35.9% of statements
23:36:37 [2022-10-04T23:36:37.657Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
23:36:37 [2022-10-04T23:36:37.950Z] --- PASS: TestLinksContainerNames (1.49s)
23:36:37 [2022-10-04T23:36:37.950Z] === RUN   TestLogsFollowTailEmpty
23:36:37 [2022-10-04T23:36:37.950Z]     docker_cli_daemon_plugins_test.go:80: [dfb6fe7337950] daemon is not started
23:36:38 [2022-10-04T23:36:38.523Z] --- PASS: TestLogsFollowTailEmpty (0.63s)
23:36:38 [2022-10-04T23:36:38.523Z] === RUN   TestContainerNetworkMountsNoChown
23:36:39 [2022-10-04T23:36:39.109Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
23:36:39 [2022-10-04T23:36:39.375Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s)
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/default
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/default
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/private
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/private
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/rprivate
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/rprivate
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/slave
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/slave
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/rslave
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/rslave
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/shared
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/shared
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/rshared
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/rshared
23:36:39 [2022-10-04T23:36:39.375Z] === CONT  TestMountDaemonRoot/default
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/default/bind_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/default/mount_root
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/default/mount_root
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/default/mount_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/default/bind_root
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/default/bind_root
23:36:39 [2022-10-04T23:36:39.375Z] === CONT  TestMountDaemonRoot/default/bind_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === CONT  TestMountDaemonRoot/rshared
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/rshared/bind_root
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/rshared/mount_root
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === CONT  TestMountDaemonRoot/rshared/bind_root
23:36:39 [2022-10-04T23:36:39.375Z] === CONT  TestMountDaemonRoot/shared
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/shared/mount_root
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/shared/mount_root
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/shared/bind_root
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/shared/bind_root
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === CONT  TestMountDaemonRoot/rslave
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/rslave/bind_root
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/rslave/mount_root
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === CONT  TestMountDaemonRoot/slave
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/slave/bind_root
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/slave/bind_root
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/slave/mount_root
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/slave/mount_root
23:36:39 [2022-10-04T23:36:39.375Z] === CONT  TestMountDaemonRoot/rprivate
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === CONT  TestMountDaemonRoot/private
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/private/bind_root
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/private/bind_root
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/private/bind_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/private/mount_root
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/private/mount_root
23:36:39 [2022-10-04T23:36:39.375Z] === RUN   TestMountDaemonRoot/private/mount_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === CONT  TestMountDaemonRoot/default/bind_root
23:36:39 [2022-10-04T23:36:39.375Z] === CONT  TestMountDaemonRoot/default/mount_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === CONT  TestMountDaemonRoot/default/mount_root
23:36:39 [2022-10-04T23:36:39.375Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === CONT  TestMountDaemonRoot/rshared/mount_root
23:36:39 [2022-10-04T23:36:39.375Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
23:36:39 [2022-10-04T23:36:39.375Z] === CONT  TestMountDaemonRoot/shared/mount_root
23:36:39 [2022-10-04T23:36:39.375Z] === CONT  TestMountDaemonRoot/rslave/bind_root
23:36:39 [2022-10-04T23:36:39.633Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
23:36:39 [2022-10-04T23:36:39.633Z] === CONT  TestMountDaemonRoot/shared/bind_root
23:36:39 [2022-10-04T23:36:39.633Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
23:36:39 [2022-10-04T23:36:39.633Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
23:36:39 [2022-10-04T23:36:39.633Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
23:36:39 [2022-10-04T23:36:39.633Z] === CONT  TestMountDaemonRoot/rslave/mount_root
23:36:39 [2022-10-04T23:36:39.633Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
23:36:39 [2022-10-04T23:36:39.633Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
23:36:39 [2022-10-04T23:36:39.633Z] === CONT  TestMountDaemonRoot/slave/mount_root
23:36:39 [2022-10-04T23:36:39.633Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
23:36:39 [2022-10-04T23:36:39.633Z] === CONT  TestMountDaemonRoot/slave/bind_root
23:36:39 [2022-10-04T23:36:39.891Z] === CONT  TestMountDaemonRoot/private/bind_root
23:36:39 [2022-10-04T23:36:39.891Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
23:36:39 [2022-10-04T23:36:39.891Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
23:36:39 [2022-10-04T23:36:39.891Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
23:36:39 [2022-10-04T23:36:39.891Z] === CONT  TestMountDaemonRoot/private/mount_subpath
23:36:39 [2022-10-04T23:36:39.891Z] === CONT  TestMountDaemonRoot/private/mount_root
23:36:39 [2022-10-04T23:36:39.891Z] === CONT  TestMountDaemonRoot/private/bind_subpath
23:36:39 [2022-10-04T23:36:39.891Z] --- PASS: TestMountDaemonRoot (0.03s)
23:36:39 [2022-10-04T23:36:39.891Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
23:36:39 [2022-10-04T23:36:39.891Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
23:36:39 [2022-10-04T23:36:39.891Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
23:36:39 [2022-10-04T23:36:39.891Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
23:36:39 [2022-10-04T23:36:39.891Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
23:36:39 [2022-10-04T23:36:39.891Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s)
23:36:39 [2022-10-04T23:36:39.891Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
23:36:39 [2022-10-04T23:36:39.891Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
23:36:39 [2022-10-04T23:36:39.891Z] === RUN   TestContainerBindMountNonRecursive
23:36:40 [2022-10-04T23:36:40.460Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
23:36:40 [2022-10-04T23:36:40.718Z] === RUN   TestDockerSuite/TestBuildAddTar
23:36:40 [2022-10-04T23:36:40.739Z] --- PASS: TestGraphdriverPluginV2 (4.22s)
23:36:40 [2022-10-04T23:36:40.739Z] PASS
23:36:40 [2022-10-04T23:36:40.739Z] 
23:36:40 [2022-10-04T23:36:40.739Z] DONE 5 tests in 9.622s
23:36:40 [2022-10-04T23:36:40.739Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
23:36:40 [2022-10-04T23:36:40.739Z] INFO: Testing against a local daemon
23:36:40 [2022-10-04T23:36:40.739Z] === RUN   TestContinueAfterPluginCrash
23:36:40 [2022-10-04T23:36:40.739Z] === PAUSE TestContinueAfterPluginCrash
23:36:40 [2022-10-04T23:36:40.739Z] === RUN   TestReadPluginNoRead
23:36:40 [2022-10-04T23:36:40.739Z] === PAUSE TestReadPluginNoRead
23:36:40 [2022-10-04T23:36:40.739Z] === RUN   TestDaemonStartWithLogOpt
23:36:40 [2022-10-04T23:36:40.739Z] === PAUSE TestDaemonStartWithLogOpt
23:36:40 [2022-10-04T23:36:40.739Z] === CONT  TestContinueAfterPluginCrash
23:36:40 [2022-10-04T23:36:40.739Z] === CONT  TestDaemonStartWithLogOpt
23:36:41 [2022-10-04T23:36:41.652Z] --- PASS: TestContainerBindMountNonRecursive (1.82s)
23:36:41 [2022-10-04T23:36:41.652Z] === RUN   TestContainerVolumesMountedAsShared
23:36:42 [2022-10-04T23:36:42.218Z]     docker_cli_daemon_plugins_test.go:170: [d242abc695afe] daemon is not started
23:36:42 [2022-10-04T23:36:42.218Z] --- PASS: TestContainerVolumesMountedAsShared (0.55s)
23:36:42 [2022-10-04T23:36:42.218Z] === RUN   TestContainerVolumesMountedAsSlave
23:36:42 [2022-10-04T23:36:42.784Z] --- PASS: TestContainerVolumesMountedAsSlave (0.48s)
23:36:42 [2022-10-04T23:36:42.784Z] === RUN   TestNetworkNat
23:36:43 [2022-10-04T23:36:43.357Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
23:36:43 [2022-10-04T23:36:43.615Z] --- PASS: TestNetworkNat (0.79s)
23:36:43 [2022-10-04T23:36:43.615Z] === RUN   TestNetworkLocalhostTCPNat
23:36:44 [2022-10-04T23:36:44.031Z] --- PASS: TestDaemonStartWithLogOpt (3.51s)
23:36:44 [2022-10-04T23:36:44.031Z] === CONT  TestReadPluginNoRead
23:36:44 [2022-10-04T23:36:44.130Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.439s	coverage: 13.8% of statements
23:36:44 [2022-10-04T23:36:44.181Z] --- PASS: TestNetworkLocalhostTCPNat (0.67s)
23:36:44 [2022-10-04T23:36:44.181Z] === RUN   TestNetworkLoopbackNat
23:36:45 [2022-10-04T23:36:45.070Z] ok  	github.com/docker/docker/daemon/config	0.028s	coverage: 81.8% of statements
23:36:45 [2022-10-04T23:36:45.314Z] --- PASS: TestCreateServiceMultipleTimes (15.06s)
23:36:45 [2022-10-04T23:36:45.314Z] === RUN   TestCreateServiceConflict
23:36:45 [2022-10-04T23:36:45.331Z] ok  	github.com/docker/docker/daemon/discovery	0.003s	coverage: 30.0% of statements
23:36:45 [2022-10-04T23:36:45.901Z] ok  	github.com/docker/docker/daemon/events	0.056s	coverage: 50.0% of statements
23:36:46 [2022-10-04T23:36:46.473Z] ok  	github.com/docker/docker/daemon/graphdriver	0.004s	coverage: 2.2% of statements
23:36:46 [2022-10-04T23:36:46.566Z] === RUN   TestReadPluginNoRead/default
23:36:46 [2022-10-04T23:36:46.710Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
23:36:46 [2022-10-04T23:36:46.968Z] === RUN   TestDockerSuite/TestBuildAddTarXz
23:36:47 [2022-10-04T23:36:47.200Z] --- PASS: TestCreateServiceConflict (2.17s)
23:36:47 [2022-10-04T23:36:47.200Z] === RUN   TestCreateServiceMaxReplicas
23:36:47 [2022-10-04T23:36:47.228Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
23:36:47 [2022-10-04T23:36:47.228Z] --- PASS: TestNetworkLoopbackNat (2.99s)
23:36:47 [2022-10-04T23:36:47.228Z] === RUN   TestPause
23:36:47 [2022-10-04T23:36:47.413Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.456s	coverage: 74.6% of statements
23:36:47 [2022-10-04T23:36:47.503Z] === RUN   TestReadPluginNoRead/disabled_caching
23:36:47 [2022-10-04T23:36:47.793Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
23:36:47 [2022-10-04T23:36:47.793Z] --- PASS: TestPause (0.71s)
23:36:47 [2022-10-04T23:36:47.793Z] === RUN   TestPauseFailsOnWindowsServerContainers
23:36:47 [2022-10-04T23:36:47.793Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:36:47 [2022-10-04T23:36:47.793Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
23:36:47 [2022-10-04T23:36:47.793Z] === RUN   TestPauseStopPausedContainer
23:36:48 [2022-10-04T23:36:48.051Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
23:36:48 [2022-10-04T23:36:48.309Z]     check_test.go:309: [dc97789edae93] daemon is not started
23:36:48 [2022-10-04T23:36:48.309Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
23:36:48 [2022-10-04T23:36:48.567Z] --- PASS: TestPauseStopPausedContainer (0.68s)
23:36:48 [2022-10-04T23:36:48.567Z] === RUN   TestPsFilter
23:36:48 [2022-10-04T23:36:48.824Z] ok  	github.com/docker/docker/daemon	12.120s	coverage: 17.1% of statements
23:36:48 [2022-10-04T23:36:48.824Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
23:36:48 [2022-10-04T23:36:48.824Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
23:36:48 [2022-10-04T23:36:48.824Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
23:36:48 [2022-10-04T23:36:48.824Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
23:36:48 [2022-10-04T23:36:48.825Z] --- PASS: TestPsFilter (0.16s)
23:36:48 [2022-10-04T23:36:48.825Z] === RUN   TestRemoveContainerWithRemovedVolume
23:36:48 [2022-10-04T23:36:48.883Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
23:36:48 [2022-10-04T23:36:48.883Z] --- PASS: TestContinueAfterPluginCrash (8.39s)
23:36:49 [2022-10-04T23:36:49.083Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.009s	coverage: 2.9% of statements
23:36:49 [2022-10-04T23:36:49.084Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
23:36:49 [2022-10-04T23:36:49.343Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.66s)
23:36:49 [2022-10-04T23:36:49.343Z] === RUN   TestRemoveContainerWithVolume
23:36:49 [2022-10-04T23:36:49.715Z] --- PASS: TestCreateServiceMaxReplicas (2.54s)
23:36:49 [2022-10-04T23:36:49.715Z] === RUN   TestCreateWithDuplicateNetworkNames
23:36:49 [2022-10-04T23:36:49.819Z] === CONT  TestReadPluginNoRead
23:36:49 [2022-10-04T23:36:49.819Z]     read_test.go:92: [d2bbca78fb634] daemon is not started
23:36:49 [2022-10-04T23:36:49.819Z] --- PASS: TestReadPluginNoRead (5.95s)
23:36:49 [2022-10-04T23:36:49.819Z]     --- PASS: TestReadPluginNoRead/default (1.25s)
23:36:49 [2022-10-04T23:36:49.819Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.21s)
23:36:49 [2022-10-04T23:36:49.819Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.28s)
23:36:49 [2022-10-04T23:36:49.819Z] PASS
23:36:49 [2022-10-04T23:36:49.819Z] 
23:36:49 [2022-10-04T23:36:49.819Z] DONE 6 tests in 9.504s
23:36:49 [2022-10-04T23:36:49.911Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
23:36:50 [2022-10-04T23:36:50.035Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.496s	coverage: 60.7% of statements
23:36:50 [2022-10-04T23:36:50.078Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
23:36:50 [2022-10-04T23:36:50.078Z] testing: warning: no tests to run
23:36:50 [2022-10-04T23:36:50.078Z] PASS
23:36:50 [2022-10-04T23:36:50.078Z] 
23:36:50 [2022-10-04T23:36:50.078Z] DONE 0 tests in 0.008s
23:36:50 [2022-10-04T23:36:50.078Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
23:36:50 [2022-10-04T23:36:50.078Z] INFO: Testing against a local daemon
23:36:50 [2022-10-04T23:36:50.078Z] === RUN   TestPluginWithDevMounts
23:36:50 [2022-10-04T23:36:50.078Z] === PAUSE TestPluginWithDevMounts
23:36:50 [2022-10-04T23:36:50.078Z] === CONT  TestPluginWithDevMounts
23:36:50 [2022-10-04T23:36:50.170Z] --- PASS: TestRemoveContainerWithVolume (0.72s)
23:36:50 [2022-10-04T23:36:50.170Z] === RUN   TestRemoveContainerRunning
23:36:50 [2022-10-04T23:36:50.995Z] --- PASS: TestRemoveContainerRunning (0.74s)
23:36:50 [2022-10-04T23:36:50.995Z] === RUN   TestRemoveContainerForceRemoveRunning
23:36:51 [2022-10-04T23:36:51.421Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.017s	coverage: 1.8% of statements
23:36:51 [2022-10-04T23:36:51.561Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
23:36:51 [2022-10-04T23:36:51.561Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.73s)
23:36:51 [2022-10-04T23:36:51.561Z] === RUN   TestRemoveInvalidContainer
23:36:51 [2022-10-04T23:36:51.561Z] --- PASS: TestRemoveInvalidContainer (0.03s)
23:36:51 [2022-10-04T23:36:51.561Z] === RUN   TestRenameLinkedContainer
23:36:51 [2022-10-04T23:36:51.982Z] --- PASS: TestPluginWithDevMounts (1.58s)
23:36:51 [2022-10-04T23:36:51.982Z] PASS
23:36:51 [2022-10-04T23:36:51.982Z] 
23:36:51 [2022-10-04T23:36:51.982Z] DONE 1 tests in 1.617s
23:36:51 [2022-10-04T23:36:51.982Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
23:36:51 [2022-10-04T23:36:51.982Z] INFO: Testing against a local daemon
23:36:51 [2022-10-04T23:36:51.982Z] === RUN   TestSecretInspect
23:36:52 [2022-10-04T23:36:52.936Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
23:36:53 [2022-10-04T23:36:53.195Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
23:36:53 [2022-10-04T23:36:53.363Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.356s	coverage: 50.5% of statements
23:36:53 [2022-10-04T23:36:53.363Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.355s	coverage: 45.9% of statements
23:36:53 [2022-10-04T23:36:53.363Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
23:36:53 [2022-10-04T23:36:53.926Z] --- PASS: TestSecretInspect (2.15s)
23:36:53 [2022-10-04T23:36:53.926Z] === RUN   TestSecretList
23:36:54 [2022-10-04T23:36:54.569Z] --- PASS: TestRenameLinkedContainer (2.84s)
23:36:54 [2022-10-04T23:36:54.569Z] === RUN   TestRenameStoppedContainer
23:36:54 [2022-10-04T23:36:54.745Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.009s	coverage: 58.8% of statements
23:36:54 [2022-10-04T23:36:54.828Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
23:36:55 [2022-10-04T23:36:55.005Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.582s	coverage: 58.0% of statements
23:36:55 [2022-10-04T23:36:55.005Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
23:36:55 [2022-10-04T23:36:55.005Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
23:36:55 [2022-10-04T23:36:55.085Z] --- PASS: TestRenameStoppedContainer (0.74s)
23:36:55 [2022-10-04T23:36:55.085Z] === RUN   TestRenameRunningContainerAndReuse
23:36:55 [2022-10-04T23:36:55.576Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.007s	coverage: 3.0% of statements
23:36:55 [2022-10-04T23:36:55.833Z] --- PASS: TestSecretList (2.16s)
23:36:55 [2022-10-04T23:36:55.833Z] === RUN   TestSecretsCreateAndDelete
23:36:56 [2022-10-04T23:36:56.459Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
23:36:56 [2022-10-04T23:36:56.515Z] ok  	github.com/docker/docker/daemon/links	0.007s	coverage: 93.0% of statements
23:36:56 [2022-10-04T23:36:56.718Z] --- PASS: TestRenameRunningContainerAndReuse (1.44s)
23:36:56 [2022-10-04T23:36:56.718Z] === RUN   TestRenameInvalidName
23:36:57 [2022-10-04T23:36:57.284Z] --- PASS: TestRenameInvalidName (0.61s)
23:36:57 [2022-10-04T23:36:57.284Z] === RUN   TestRenameAnonymousContainer
23:36:57 [2022-10-04T23:36:57.454Z] ok  	github.com/docker/docker/daemon/images	0.018s	coverage: 6.6% of statements
23:36:57 [2022-10-04T23:36:57.454Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
23:36:57 [2022-10-04T23:36:57.454Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
23:36:57 [2022-10-04T23:36:57.715Z] ok  	github.com/docker/docker/daemon/logger	0.227s	coverage: 43.2% of statements
23:36:58 [2022-10-04T23:36:58.219Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
23:36:58 [2022-10-04T23:36:58.368Z] --- PASS: TestSecretsCreateAndDelete (2.14s)
23:36:58 [2022-10-04T23:36:58.368Z] === RUN   TestSecretsUpdate
23:36:58 [2022-10-04T23:36:58.656Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.014s	coverage: 67.0% of statements
23:36:58 [2022-10-04T23:36:58.656Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.165s	coverage: 77.8% of statements
23:36:58 [2022-10-04T23:36:58.656Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
23:36:58 [2022-10-04T23:36:58.656Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
23:36:58 [2022-10-04T23:36:58.786Z] === RUN   TestDockerSuite/TestBuildBlankName
23:36:59 [2022-10-04T23:36:59.044Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
23:36:59 [2022-10-04T23:36:59.227Z] ok  	github.com/docker/docker/daemon/logger/journald	0.004s	coverage: 23.9% of statements
23:36:59 [2022-10-04T23:36:59.799Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.007s	coverage: 69.9% of statements
23:36:59 [2022-10-04T23:36:59.799Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.007s	coverage: 87.2% of statements
23:36:59 [2022-10-04T23:36:59.977Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
23:37:00 [2022-10-04T23:37:00.235Z] --- PASS: TestRenameAnonymousContainer (2.88s)
23:37:00 [2022-10-04T23:37:00.235Z] === RUN   TestRenameContainerWithSameName
23:37:00 [2022-10-04T23:37:00.273Z] --- PASS: TestSecretsUpdate (2.14s)
23:37:00 [2022-10-04T23:37:00.273Z] === RUN   TestTemplatedSecret
23:37:00 [2022-10-04T23:37:00.369Z] ok  	github.com/docker/docker/daemon/logger/local	0.016s	coverage: 78.7% of statements
23:37:00 [2022-10-04T23:37:00.369Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
23:37:00 [2022-10-04T23:37:00.494Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
23:37:00 [2022-10-04T23:37:00.752Z] --- PASS: TestRenameContainerWithSameName (0.65s)
23:37:00 [2022-10-04T23:37:00.752Z] === RUN   TestRenameContainerWithLinkedContainer
23:37:00 [2022-10-04T23:37:00.938Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.050s	coverage: 58.9% of statements
23:37:01 [2022-10-04T23:37:01.010Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
23:37:01 [2022-10-04T23:37:01.181Z] cee64bf279e2: Pull complete
23:37:01 [2022-10-04T23:37:01.181Z] Digest: sha256:7450aeee8739b486e1493c44014e9c211cea8391aae7ec25416584b8f4301938
23:37:01 [2022-10-04T23:37:01.181Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
23:37:01 [2022-10-04T23:37:01.181Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
23:37:01 [2022-10-04T23:37:01.181Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
23:37:01 [2022-10-04T23:37:01.181Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.3406'
23:37:01 [2022-10-04T23:37:01.181Z] WARN: Skipping validation tests
23:37:01 [2022-10-04T23:37:01.181Z] INFO: Running unit tests at 10/04/2022 23:36:55...
23:37:01 [2022-10-04T23:37:01.198Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.021s	coverage: 31.5% of statements
23:37:01 [2022-10-04T23:37:01.945Z] --- PASS: TestRenameContainerWithLinkedContainer (1.28s)
23:37:01 [2022-10-04T23:37:01.945Z] === RUN   TestResize
23:37:02 [2022-10-04T23:37:02.138Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.009s	coverage: 46.8% of statements
23:37:02 [2022-10-04T23:37:02.242Z] INFO: make.ps1 starting at 10/04/2022 23:37:01
23:37:02 [2022-10-04T23:37:02.242Z] INFO: Git commit (11bdbf40b9) assumed from DOCKER_GITCOMMIT environment variable
23:37:02 [2022-10-04T23:37:02.242Z] INFO: Invoking autogen...
23:37:02 [2022-10-04T23:37:02.397Z] ok  	github.com/docker/docker/daemon/logger/templates	0.013s	coverage: 8.3% of statements
23:37:02 [2022-10-04T23:37:02.512Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
23:37:02 [2022-10-04T23:37:02.770Z] --- PASS: TestResize (0.61s)
23:37:02 [2022-10-04T23:37:02.770Z] === RUN   TestResizeWithInvalidSize
23:37:02 [2022-10-04T23:37:02.807Z] --- PASS: TestTemplatedSecret (2.56s)
23:37:02 [2022-10-04T23:37:02.807Z] === RUN   TestSecretCreateResolve
23:37:02 [2022-10-04T23:37:02.968Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
23:37:03 [2022-10-04T23:37:03.303Z] INFO: Running unit tests...
23:37:03 [2022-10-04T23:37:03.336Z] --- PASS: TestResizeWithInvalidSize (0.58s)
23:37:03 [2022-10-04T23:37:03.336Z] === RUN   TestResizeWhenContainerNotStarted
23:37:03 [2022-10-04T23:37:03.336Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
23:37:03 [2022-10-04T23:37:03.538Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.577s	coverage: 82.5% of statements
23:37:03 [2022-10-04T23:37:03.538Z] ?   	github.com/docker/docker/daemon/names	[no test files]
23:37:03 [2022-10-04T23:37:03.538Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
23:37:03 [2022-10-04T23:37:03.903Z] --- PASS: TestResizeWhenContainerNotStarted (0.54s)
23:37:03 [2022-10-04T23:37:03.903Z] === RUN   TestDaemonRestartKillContainers
23:37:03 [2022-10-04T23:37:03.903Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
23:37:03 [2022-10-04T23:37:03.903Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
23:37:04 [2022-10-04T23:37:04.547Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.28s)
23:37:04 [2022-10-04T23:37:04.547Z] === RUN   TestCreateServiceSecretFileMode
23:37:04 [2022-10-04T23:37:04.919Z] ok  	github.com/docker/docker/distribution/metadata	0.022s	coverage: 48.2% of statements
23:37:05 [2022-10-04T23:37:05.278Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
23:37:05 [2022-10-04T23:37:05.348Z] --- PASS: TestSecretCreateResolve (2.13s)
23:37:05 [2022-10-04T23:37:05.348Z] PASS
23:37:05 [2022-10-04T23:37:05.348Z] 
23:37:05 [2022-10-04T23:37:05.348Z] DONE 6 tests in 13.308s
23:37:05 [2022-10-04T23:37:05.348Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
23:37:05 [2022-10-04T23:37:05.348Z] INFO: Testing against a local daemon
23:37:05 [2022-10-04T23:37:05.348Z] === RUN   TestServiceCreateInit
23:37:05 [2022-10-04T23:37:05.348Z] === RUN   TestServiceCreateInit/daemonInitDisabled
23:37:05 [2022-10-04T23:37:05.845Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
23:37:06 [2022-10-04T23:37:06.103Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
23:37:06 [2022-10-04T23:37:06.299Z] ok  	github.com/docker/docker/distribution	1.494s	coverage: 27.6% of statements
23:37:06 [2022-10-04T23:37:06.299Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
23:37:06 [2022-10-04T23:37:06.299Z] ok  	github.com/docker/docker/errdefs	0.003s	coverage: 77.0% of statements
23:37:06 [2022-10-04T23:37:06.870Z] ok  	github.com/docker/docker/image	0.015s	coverage: 86.8% of statements
23:37:07 [2022-10-04T23:37:07.037Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
23:37:07 [2022-10-04T23:37:07.037Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
23:37:07 [2022-10-04T23:37:07.130Z] ok  	github.com/docker/docker/distribution/xfer	1.887s	coverage: 84.6% of statements
23:37:07 [2022-10-04T23:37:07.130Z] ?   	github.com/docker/docker/dockerversion	[no test files]
23:37:07 [2022-10-04T23:37:07.390Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
23:37:07 [2022-10-04T23:37:07.390Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
23:37:07 [2022-10-04T23:37:07.603Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
23:37:07 [2022-10-04T23:37:07.650Z] ok  	github.com/docker/docker/image/v1	0.010s	coverage: 25.0% of statements
23:37:07 [2022-10-04T23:37:07.650Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
23:37:08 [2022-10-04T23:37:08.221Z] ok  	github.com/docker/docker/libcontainerd/queue	0.036s	coverage: 100.0% of statements
23:37:08 [2022-10-04T23:37:08.536Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
23:37:08 [2022-10-04T23:37:08.536Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
23:37:08 [2022-10-04T23:37:08.794Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
23:37:09 [2022-10-04T23:37:09.162Z] ok  	github.com/docker/docker/oci	0.020s	coverage: 40.6% of statements
23:37:09 [2022-10-04T23:37:09.360Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
23:37:09 [2022-10-04T23:37:09.541Z] === RUN   TestServiceCreateInit/daemonInitEnabled
23:37:09 [2022-10-04T23:37:09.732Z] ok  	github.com/docker/docker/opts	0.019s	coverage: 67.1% of statements
23:37:09 [2022-10-04T23:37:09.732Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
23:37:10 [2022-10-04T23:37:10.294Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
23:37:10 [2022-10-04T23:37:10.553Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
23:37:10 [2022-10-04T23:37:10.799Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml --  -cover -ldflags -w -a "-test.timeout=10m" 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/autogen/winresources/dockerd 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/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd 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/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs 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/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows 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/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/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/local 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/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator 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/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink 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/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/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/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
23:37:10 [2022-10-04T23:37:10.811Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
23:37:11 [2022-10-04T23:37:11.643Z] ok  	github.com/docker/docker/pkg/archive	0.287s	coverage: 82.3% of statements
23:37:12 [2022-10-04T23:37:12.184Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
23:37:12 [2022-10-04T23:37:12.228Z] ok  	github.com/docker/docker/pkg/authorization	0.331s	coverage: 68.3% of statements
23:37:12 [2022-10-04T23:37:12.518Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
23:37:12 [2022-10-04T23:37:12.518Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
23:37:12 [2022-10-04T23:37:12.831Z] --- PASS: TestServiceCreateInit (7.65s)
23:37:12 [2022-10-04T23:37:12.831Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.89s)
23:37:12 [2022-10-04T23:37:12.831Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.75s)
23:37:12 [2022-10-04T23:37:12.831Z] === RUN   TestCreateServiceMultipleTimes
23:37:13 [2022-10-04T23:37:13.559Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
23:37:13 [2022-10-04T23:37:13.818Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
23:37:15 [2022-10-04T23:37:15.809Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.474s	coverage: 43.5% of statements
23:37:15 [2022-10-04T23:37:15.809Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
23:37:16 [2022-10-04T23:37:16.069Z] ok  	github.com/docker/docker/pkg/discovery	0.003s	coverage: 58.3% of statements
23:37:16 [2022-10-04T23:37:16.329Z] ok  	github.com/docker/docker/pkg/discovery/file	0.003s	coverage: 97.6% of statements
23:37:16 [2022-10-04T23:37:16.709Z] --- PASS: TestCreateServiceSecretFileMode (12.36s)
23:37:16 [2022-10-04T23:37:16.709Z] === RUN   TestCreateServiceConfigFileMode
23:37:17 [2022-10-04T23:37:17.101Z]     check_test.go:309: [ded49ee7cb4e0] daemon is not started
23:37:17 [2022-10-04T23:37:17.101Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
23:37:17 [2022-10-04T23:37:17.101Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
23:37:17 [2022-10-04T23:37:17.101Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.01s)
23:37:17 [2022-10-04T23:37:17.101Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.28s)
23:37:17 [2022-10-04T23:37:17.101Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.30s)
23:37:17 [2022-10-04T23:37:17.101Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.39s)
23:37:17 [2022-10-04T23:37:17.101Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.35s)
23:37:17 [2022-10-04T23:37:17.101Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.39s)
23:37:17 [2022-10-04T23:37:17.101Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.97s)
23:37:17 [2022-10-04T23:37:17.101Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.94s)
23:37:17 [2022-10-04T23:37:17.101Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.23s)
23:37:17 [2022-10-04T23:37:17.101Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.16s)
23:37:17 [2022-10-04T23:37:17.101Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.72s)
23:37:17 [2022-10-04T23:37:17.101Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.82s)
23:37:17 [2022-10-04T23:37:17.101Z] === RUN   TestCgroupNamespacesRun
23:37:17 [2022-10-04T23:37:17.269Z] ok  	github.com/docker/docker/layer	7.770s	coverage: 68.8% of statements
23:37:17 [2022-10-04T23:37:17.269Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
23:37:17 [2022-10-04T23:37:17.269Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
23:37:17 [2022-10-04T23:37:17.269Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
23:37:17 [2022-10-04T23:37:17.269Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
23:37:17 [2022-10-04T23:37:17.269Z] ?   	github.com/docker/docker/oci/caps	[no test files]
23:37:17 [2022-10-04T23:37:17.269Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
23:37:17 [2022-10-04T23:37:17.269Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
23:37:17 [2022-10-04T23:37:17.529Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.006s	coverage: 92.3% of statements
23:37:17 [2022-10-04T23:37:17.788Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.003s	coverage: 93.8% of statements
23:37:18 [2022-10-04T23:37:18.359Z] ok  	github.com/docker/docker/pkg/dmesg	0.008s	coverage: 83.3% of statements
23:37:18 [2022-10-04T23:37:18.476Z] --- PASS: TestCgroupNamespacesRun (1.73s)
23:37:18 [2022-10-04T23:37:18.476Z] === RUN   TestCgroupNamespacesRunPrivileged
23:37:19 [2022-10-04T23:37:19.042Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
23:37:19 [2022-10-04T23:37:19.298Z] ok  	github.com/docker/docker/pkg/filenotify	0.603s	coverage: 67.0% of statements
23:37:19 [2022-10-04T23:37:19.869Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.018s	coverage: 84.1% of statements
23:37:19 [2022-10-04T23:37:19.869Z] ok  	github.com/docker/docker/pkg/fileutils	0.006s	coverage: 86.5% of statements
23:37:20 [2022-10-04T23:37:20.129Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
23:37:20 [2022-10-04T23:37:20.129Z] ok  	github.com/docker/docker/pkg/fsutils	0.154s	coverage: 85.1% of statements
23:37:20 [2022-10-04T23:37:20.419Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.64s)
23:37:20 [2022-10-04T23:37:20.419Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
23:37:21 [2022-10-04T23:37:21.069Z] ok  	github.com/docker/docker/pkg/idtools	0.392s	coverage: 69.5% of statements
23:37:21 [2022-10-04T23:37:21.639Z] ok  	github.com/docker/docker/pkg/ioutils	0.498s	coverage: 69.3% of statements
23:37:21 [2022-10-04T23:37:21.639Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.011s	coverage: 91.7% of statements
23:37:21 [2022-10-04T23:37:21.639Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
23:37:21 [2022-10-04T23:37:21.675Z] ?   	github.com/docker/docker/api	[no test files]
23:37:21 [2022-10-04T23:37:21.900Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
23:37:21 [2022-10-04T23:37:21.900Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
23:37:21 [2022-10-04T23:37:21.900Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
23:37:21 [2022-10-04T23:37:21.900Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.010s	coverage: 85.7% of statements
23:37:21 [2022-10-04T23:37:21.900Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
23:37:22 [2022-10-04T23:37:22.160Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
23:37:22 [2022-10-04T23:37:22.320Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.26s)
23:37:22 [2022-10-04T23:37:22.320Z] === RUN   TestCgroupNamespacesRunHostMode
23:37:22 [2022-10-04T23:37:22.420Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.003s	coverage: 60.0% of statements
23:37:22 [2022-10-04T23:37:22.420Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 86.7% of statements
23:37:22 [2022-10-04T23:37:22.680Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
23:37:22 [2022-10-04T23:37:22.680Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
23:37:22 [2022-10-04T23:37:22.680Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
23:37:23 [2022-10-04T23:37:23.251Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.013s	coverage: 56.8% of statements
23:37:23 [2022-10-04T23:37:23.254Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
23:37:23 [2022-10-04T23:37:23.822Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
23:37:23 [2022-10-04T23:37:23.822Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
23:37:24 [2022-10-04T23:37:24.082Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
23:37:24 [2022-10-04T23:37:24.188Z] --- PASS: TestCgroupNamespacesRunHostMode (1.78s)
23:37:24 [2022-10-04T23:37:24.188Z] === RUN   TestCgroupNamespacesRunPrivateMode
23:37:25 [2022-10-04T23:37:25.461Z] ok  	github.com/docker/docker/pkg/pubsub	1.038s	coverage: 75.0% of statements
23:37:25 [2022-10-04T23:37:25.461Z] ok  	github.com/docker/docker/pkg/reexec	0.007s	coverage: 82.4% of statements
23:37:26 [2022-10-04T23:37:26.718Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.10s)
23:37:26 [2022-10-04T23:37:26.718Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
23:37:26 [2022-10-04T23:37:26.718Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
23:37:28 [2022-10-04T23:37:28.095Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.91s)
23:37:28 [2022-10-04T23:37:28.095Z] === RUN   TestCgroupNamespacesRunInvalidMode
23:37:28 [2022-10-04T23:37:28.880Z] --- PASS: TestCreateServiceConfigFileMode (12.37s)
23:37:28 [2022-10-04T23:37:28.880Z] === RUN   TestCreateServiceSysctls
23:37:29 [2022-10-04T23:37:29.030Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
23:37:29 [2022-10-04T23:37:29.030Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.99s)
23:37:29 [2022-10-04T23:37:29.030Z] === RUN   TestCgroupNamespacesRunOlderClient
23:37:29 [2022-10-04T23:37:29.597Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
23:37:29 [2022-10-04T23:37:29.657Z] ok  	github.com/docker/docker/pkg/signal	3.303s	coverage: 62.3% of statements
23:37:29 [2022-10-04T23:37:29.657Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
23:37:29 [2022-10-04T23:37:29.657Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
23:37:29 [2022-10-04T23:37:29.916Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
23:37:30 [2022-10-04T23:37:30.486Z] ok  	github.com/docker/docker/pkg/sysinfo	0.007s	coverage: 52.9% of statements
23:37:30 [2022-10-04T23:37:30.746Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 36.9% of statements
23:37:30 [2022-10-04T23:37:30.767Z] --- PASS: TestCreateServiceSysctls (2.96s)
23:37:30 [2022-10-04T23:37:30.767Z] === RUN   TestCreateServiceCapabilities
23:37:30 [2022-10-04T23:37:30.922Z] --- PASS: TestCreateServiceMultipleTimes (15.99s)
23:37:30 [2022-10-04T23:37:30.922Z] === RUN   TestCreateServiceConflict
23:37:30 [2022-10-04T23:37:30.922Z] --- PASS: TestCreateServiceConflict (2.14s)
23:37:30 [2022-10-04T23:37:30.922Z] === RUN   TestCreateServiceMaxReplicas
23:37:31 [2022-10-04T23:37:31.007Z] ok  	github.com/docker/docker/pkg/tailfile	0.058s	coverage: 88.6% of statements
23:37:31 [2022-10-04T23:37:31.023Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.93s)
23:37:31 [2022-10-04T23:37:31.023Z] === RUN   TestNISDomainname
23:37:31 [2022-10-04T23:37:31.576Z] ok  	github.com/docker/docker/pkg/tarsum	0.039s	coverage: 89.3% of statements
23:37:31 [2022-10-04T23:37:31.576Z] coverage: [no statements]
23:37:31 [2022-10-04T23:37:31.576Z] ok  	github.com/docker/docker/pkg/term/windows	0.002s	coverage: [no statements] [no tests to run]
23:37:31 [2022-10-04T23:37:31.836Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
23:37:31 [2022-10-04T23:37:31.963Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
23:37:32 [2022-10-04T23:37:32.096Z] ok  	github.com/docker/docker/pkg/urlutil	0.002s	coverage: 100.0% of statements
23:37:32 [2022-10-04T23:37:32.232Z] --- PASS: TestNISDomainname (1.06s)
23:37:32 [2022-10-04T23:37:32.232Z] === RUN   TestHostnameDnsResolution
23:37:32 [2022-10-04T23:37:32.356Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
23:37:33 [2022-10-04T23:37:33.280Z] --- PASS: TestCreateServiceCapabilities (2.33s)
23:37:33 [2022-10-04T23:37:33.280Z] === RUN   TestInspect
23:37:33 [2022-10-04T23:37:33.458Z] --- PASS: TestCreateServiceMaxReplicas (2.64s)
23:37:33 [2022-10-04T23:37:33.458Z] === RUN   TestCreateWithDuplicateNetworkNames
23:37:33 [2022-10-04T23:37:33.614Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
23:37:33 [2022-10-04T23:37:33.614Z] --- PASS: TestHostnameDnsResolution (1.37s)
23:37:33 [2022-10-04T23:37:33.614Z] === RUN   TestUnprivilegedPortsAndPing
23:37:33 [2022-10-04T23:37:33.736Z] ok  	github.com/docker/docker/plugin	0.515s	coverage: 23.2% of statements
23:37:34 [2022-10-04T23:37:34.306Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.4% of statements
23:37:34 [2022-10-04T23:37:34.549Z] --- PASS: TestUnprivilegedPortsAndPing (0.88s)
23:37:34 [2022-10-04T23:37:34.549Z] === RUN   TestStats
23:37:34 [2022-10-04T23:37:34.549Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
23:37:34 [2022-10-04T23:37:34.566Z] ok  	github.com/docker/docker/profiles/seccomp	0.007s	coverage: 85.6% of statements
23:37:35 [2022-10-04T23:37:35.483Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
23:37:35 [2022-10-04T23:37:35.794Z] --- PASS: TestInspect (2.56s)
23:37:35 [2022-10-04T23:37:35.794Z] === RUN   TestCreateJob
23:37:35 [2022-10-04T23:37:35.949Z] ok  	github.com/docker/docker/quota	0.260s	coverage: 71.4% of statements
23:37:35 [2022-10-04T23:37:35.949Z] ok  	github.com/docker/docker/reference	0.005s	coverage: 84.4% of statements
23:37:36 [2022-10-04T23:37:36.856Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
23:37:37 [2022-10-04T23:37:37.114Z] --- PASS: TestStats (2.70s)
23:37:37 [2022-10-04T23:37:37.114Z] === RUN   TestStopContainerWithTimeout
23:37:37 [2022-10-04T23:37:37.114Z] === RUN   TestStopContainerWithTimeout/0
23:37:37 [2022-10-04T23:37:37.114Z] === PAUSE TestStopContainerWithTimeout/0
23:37:37 [2022-10-04T23:37:37.114Z] === RUN   TestStopContainerWithTimeout/1
23:37:37 [2022-10-04T23:37:37.114Z] === PAUSE TestStopContainerWithTimeout/1
23:37:37 [2022-10-04T23:37:37.114Z] === RUN   TestStopContainerWithTimeout/3
23:37:37 [2022-10-04T23:37:37.114Z] === PAUSE TestStopContainerWithTimeout/3
23:37:37 [2022-10-04T23:37:37.114Z] === RUN   TestStopContainerWithTimeout/-1
23:37:37 [2022-10-04T23:37:37.114Z] === PAUSE TestStopContainerWithTimeout/-1
23:37:37 [2022-10-04T23:37:37.114Z] === CONT  TestStopContainerWithTimeout/0
23:37:37 [2022-10-04T23:37:37.114Z] === CONT  TestStopContainerWithTimeout/-1
23:37:37 [2022-10-04T23:37:37.343Z] ok  	github.com/docker/docker/registry	0.052s	coverage: 57.1% of statements
23:37:37 [2022-10-04T23:37:37.343Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
23:37:37 [2022-10-04T23:37:37.611Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
23:37:38 [2022-10-04T23:37:38.182Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 66.1% of statements
23:37:38 [2022-10-04T23:37:38.182Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
23:37:38 [2022-10-04T23:37:38.490Z] === CONT  TestStopContainerWithTimeout/3
23:37:38 [2022-10-04T23:37:38.490Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
23:37:39 [2022-10-04T23:37:39.058Z] --- PASS: TestCreateJob (2.90s)
23:37:39 [2022-10-04T23:37:39.058Z] === RUN   TestReplicatedJob
23:37:39 [2022-10-04T23:37:39.863Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
23:37:39 [2022-10-04T23:37:39.863Z] === CONT  TestStopContainerWithTimeout/1
23:37:40 [2022-10-04T23:37:40.089Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
23:37:40 [2022-10-04T23:37:40.142Z] === RUN   TestMiddlewares
23:37:40 [2022-10-04T23:37:40.142Z] --- PASS: TestMiddlewares (0.00s)
23:37:40 [2022-10-04T23:37:40.142Z] PASS
23:37:40 [2022-10-04T23:37:40.142Z] coverage: 7.9% of statements
23:37:40 [2022-10-04T23:37:40.142Z] ok  	github.com/docker/docker/api/server	0.062s	coverage: 7.9% of statements
23:37:40 [2022-10-04T23:37:40.429Z] === RUN   TestDockerSuite/TestBuildCacheAdd
23:37:40 [2022-10-04T23:37:40.658Z] ok  	github.com/docker/docker/volume/local	0.100s	coverage: 76.4% of statements
23:37:40 [2022-10-04T23:37:40.918Z] ok  	github.com/docker/docker/volume/mounts	0.020s	coverage: 67.0% of statements
23:37:40 [2022-10-04T23:37:40.996Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
23:37:41 [2022-10-04T23:37:41.254Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
23:37:41 [2022-10-04T23:37:41.512Z] === RUN   TestDockerSuite/TestBuildCacheFrom
23:37:41 [2022-10-04T23:37:41.770Z] --- PASS: TestStopContainerWithTimeout (0.02s)
23:37:41 [2022-10-04T23:37:41.770Z]     --- PASS: TestStopContainerWithTimeout/0 (1.08s)
23:37:41 [2022-10-04T23:37:41.770Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.88s)
23:37:41 [2022-10-04T23:37:41.770Z]     --- PASS: TestStopContainerWithTimeout/3 (2.71s)
23:37:41 [2022-10-04T23:37:41.770Z]     --- PASS: TestStopContainerWithTimeout/1 (1.82s)
23:37:41 [2022-10-04T23:37:41.770Z] === RUN   TestDeleteDevicemapper
23:37:41 [2022-10-04T23:37:41.770Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:37:41 [2022-10-04T23:37:41.770Z] --- SKIP: TestDeleteDevicemapper (0.00s)
23:37:41 [2022-10-04T23:37:41.770Z] === RUN   TestStopContainerWithRestartPolicyAlways
23:37:42 [2022-10-04T23:37:42.298Z] ok  	github.com/docker/docker/volume/service	0.014s	coverage: 73.1% of statements
23:37:44 [2022-10-04T23:37:44.299Z] --- PASS: TestReplicatedJob (5.22s)
23:37:44 [2022-10-04T23:37:44.300Z] === RUN   TestUpdateReplicatedJob
23:37:44 [2022-10-04T23:37:44.305Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
23:37:45 [2022-10-04T23:37:45.240Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.53s)
23:37:45 [2022-10-04T23:37:45.240Z] === RUN   TestUpdateMemory
23:37:45 [2022-10-04T23:37:45.240Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
23:37:45 [2022-10-04T23:37:45.240Z] --- SKIP: TestUpdateMemory (0.00s)
23:37:45 [2022-10-04T23:37:45.240Z] === RUN   TestUpdateCPUQuota
23:37:46 [2022-10-04T23:37:46.616Z] --- PASS: TestUpdateCPUQuota (1.39s)
23:37:46 [2022-10-04T23:37:46.616Z] === RUN   TestUpdatePidsLimit
23:37:46 [2022-10-04T23:37:46.616Z] === RUN   TestUpdatePidsLimit/update_from_none
23:37:46 [2022-10-04T23:37:46.814Z] --- PASS: TestUpdateReplicatedJob (2.99s)
23:37:46 [2022-10-04T23:37:46.814Z] === RUN   TestServiceListWithStatuses
23:37:46 [2022-10-04T23:37:46.814Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:37:46 [2022-10-04T23:37:46.814Z] --- SKIP: TestServiceListWithStatuses (0.00s)
23:37:46 [2022-10-04T23:37:46.814Z] === RUN   TestDockerNetworkConnectAlias
23:37:47 [2022-10-04T23:37:47.182Z] === RUN   TestUpdatePidsLimit/no_change
23:37:47 [2022-10-04T23:37:47.440Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
23:37:47 [2022-10-04T23:37:47.440Z] === RUN   TestUpdatePidsLimit/update_lower
23:37:48 [2022-10-04T23:37:48.007Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
23:37:48 [2022-10-04T23:37:48.265Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
23:37:48 [2022-10-04T23:37:48.340Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.22s)
23:37:48 [2022-10-04T23:37:48.340Z] === RUN   TestCreateServiceSecretFileMode
23:37:48 [2022-10-04T23:37:48.525Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
23:37:48 [2022-10-04T23:37:48.784Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
23:37:49 [2022-10-04T23:37:49.045Z]     check_test.go:309: [d160ccb64cb62] daemon is not started
23:37:49 [2022-10-04T23:37:49.045Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
23:37:49 [2022-10-04T23:37:49.045Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
23:37:49 [2022-10-04T23:37:49.611Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
23:37:50 [2022-10-04T23:37:50.547Z] --- PASS: TestUpdatePidsLimit (3.63s)
23:37:50 [2022-10-04T23:37:50.547Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.37s)
23:37:50 [2022-10-04T23:37:50.547Z]     --- PASS: TestUpdatePidsLimit/no_change (0.40s)
23:37:50 [2022-10-04T23:37:50.547Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.41s)
23:37:50 [2022-10-04T23:37:50.547Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s)
23:37:50 [2022-10-04T23:37:50.547Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.34s)
23:37:50 [2022-10-04T23:37:50.547Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s)
23:37:50 [2022-10-04T23:37:50.547Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s)
23:37:50 [2022-10-04T23:37:50.547Z] === RUN   TestUpdateRestartPolicy
23:37:50 [2022-10-04T23:37:50.547Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
23:37:50 [2022-10-04T23:37:50.547Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
23:37:50 [2022-10-04T23:37:50.977Z] --- PASS: TestDockerNetworkConnectAlias (3.86s)
23:37:50 [2022-10-04T23:37:50.977Z] === RUN   TestDockerNetworkReConnect
23:37:52 [2022-10-04T23:37:52.450Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
23:37:54 [2022-10-04T23:37:54.242Z] --- PASS: TestDockerNetworkReConnect (3.19s)
23:37:54 [2022-10-04T23:37:54.242Z] === RUN   TestServicePlugin
23:37:54 [2022-10-04T23:37:54.242Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:37:54 [2022-10-04T23:37:54.242Z] --- SKIP: TestServicePlugin (0.00s)
23:37:54 [2022-10-04T23:37:54.242Z] === RUN   TestServiceUpdateLabel
23:37:54 [2022-10-04T23:37:54.981Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
23:37:56 [2022-10-04T23:37:56.129Z] --- PASS: TestServiceUpdateLabel (2.23s)
23:37:56 [2022-10-04T23:37:56.129Z] === RUN   TestServiceUpdateSecrets
23:37:56 [2022-10-04T23:37:56.881Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
23:37:57 [2022-10-04T23:37:57.139Z] === RUN   TestDockerSuite/TestBuildClearCmd
23:37:57 [2022-10-04T23:37:57.184Z] ok  	github.com/docker/docker/pkg/plugins	33.627s	coverage: 76.6% of statements
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/pkg/term	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/rootless	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/testutil/request	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/volume	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === Skipped
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     exec_linux_test.go:19: requires AppArmor to be enabled
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     exec_linux_test.go:39: requires AppArmor to be enabled
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:47: Driver btrfs not supported
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:47: Driver btrfs not supported
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:47: Driver btrfs not supported
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:47: Driver btrfs not supported
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:47: Driver btrfs not supported
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:74: No driver to put!
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.01s)
23:37:57 [2022-10-04T23:37:57.185Z] time="2022-10-04T23:36:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:45: graphdriver: driver not supported
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:47: Driver fuse-overlayfs not supported
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z] time="2022-10-04T23:36:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:45: graphdriver: driver not supported
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:47: Driver fuse-overlayfs not supported
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z] time="2022-10-04T23:36:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:45: graphdriver: driver not supported
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:47: Driver fuse-overlayfs not supported
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z] time="2022-10-04T23:36:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:45: graphdriver: driver not supported
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:47: Driver fuse-overlayfs not supported
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z] time="2022-10-04T23:36:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:45: graphdriver: driver not supported
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:47: Driver fuse-overlayfs not supported
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:74: No driver to put!
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     overlay_test.go:50: Fails to compute changes intermittently
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     overlay_test.go:66: Cannot run test with naive change algorithm
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:325: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:47: Driver zfs not supported
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:47: Driver zfs not supported
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:47: Driver zfs not supported
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:47: Driver zfs not supported
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:45: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:47: Driver zfs not supported
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     graphtest_unix.go:74: No driver to put!
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
23:37:57 [2022-10-04T23:37:57.185Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
23:37:57 [2022-10-04T23:37:57.185Z] 
23:37:57 [2022-10-04T23:37:57.185Z] DONE 2251 tests, 26 skipped in 233.910s
23:37:57 [2022-10-04T23:37:57.704Z] === RUN   TestDockerSuite/TestBuildCmd
Post stage
[Pipeline] junit
23:37:57 [2022-10-04T23:37:57.771Z] Recording test results
23:37:57 [2022-10-04T23:37:57.963Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
23:37:58 [2022-10-04T23:37:58.022Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
23:37:58 [2022-10-04T23:37:58.222Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
23:37:58 [2022-10-04T23:37:58.356Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44247/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=11bdbf40b9720592c28b3d28c0bcdae0eca3b052 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:11bdbf40b9720592c28b3d28c0bcdae0eca3b052 hack/validate/vendor
23:37:58 [2022-10-04T23:37:58.789Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
23:37:58 [2022-10-04T23:37:58.789Z]     docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
23:37:58 [2022-10-04T23:37:58.789Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
23:37:58 [2022-10-04T23:37:58.926Z] update vendored copy of archive/tar
23:37:58 [2022-10-04T23:37:58.926Z] downloading: https://golang.org/dl/go1.18.7.src.tar.gz
23:38:00 [2022-10-04T23:38:00.163Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
23:38:00 [2022-10-04T23:38:00.163Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
23:38:00 [2022-10-04T23:38:00.547Z] --- PASS: TestCreateServiceSecretFileMode (12.55s)
23:38:00 [2022-10-04T23:38:00.547Z] === RUN   TestCreateServiceConfigFileMode
23:38:00 [2022-10-04T23:38:00.834Z] patching file stat_unix.go
23:38:00 [2022-10-04T23:38:00.834Z] 2022/10/04 23:38:00 Collecting initial packages
23:38:00 [2022-10-04T23:38:00.834Z] 2022/10/04 23:38:00 Download dependencies
23:38:02 [2022-10-04T23:38:02.692Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
23:38:02 [2022-10-04T23:38:02.950Z] --- PASS: TestUpdateRestartPolicy (12.49s)
23:38:02 [2022-10-04T23:38:02.950Z] === RUN   TestUpdateRestartWithAutoRemove
23:38:03 [2022-10-04T23:38:03.887Z] --- PASS: TestUpdateRestartWithAutoRemove (0.88s)
23:38:03 [2022-10-04T23:38:03.887Z] === RUN   TestWaitNonBlocked
23:38:03 [2022-10-04T23:38:03.887Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
23:38:03 [2022-10-04T23:38:03.887Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
23:38:03 [2022-10-04T23:38:03.887Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
23:38:03 [2022-10-04T23:38:03.887Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
23:38:03 [2022-10-04T23:38:03.887Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
23:38:03 [2022-10-04T23:38:03.887Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:03 Starting whole vndr cycle because no package specified
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:03 	Ignoring paths matching "^archive/tar"
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:04 	Clone github.com/Microsoft/hcsshim, revision a11a2c44e8a4aa9d66314b1d759ef582df5ab5e8, attempt 1/20
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:04 	Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:04 	Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:04 	Clone github.com/Microsoft/go-winio, revision 7e149e8c70409f36773c1b2cf3447a7ab7697368, attempt 1/20
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:04 	Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:04 	Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:04 	Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:04 	Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:04 	Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:04 	Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:04 	Clone github.com/moby/term, revision bea5bbe245bf407372d477f1361d2ff042d2f556, attempt 1/20
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:04 	Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:04 	Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:04 	Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:04 	Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20
23:38:04 [2022-10-04T23:38:04.125Z] 2022/10/04 23:38:04 	Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20
23:38:04 [2022-10-04T23:38:04.145Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
23:38:04 [2022-10-04T23:38:04.145Z] === RUN   TestDockerSuite/TestBuildConditionalCache
23:38:05 [2022-10-04T23:38:05.081Z] --- PASS: TestWaitNonBlocked (0.03s)
23:38:05 [2022-10-04T23:38:05.081Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.08s)
23:38:05 [2022-10-04T23:38:05.081Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.19s)
23:38:05 [2022-10-04T23:38:05.081Z] === RUN   TestWaitBlocked
23:38:05 [2022-10-04T23:38:05.081Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
23:38:05 [2022-10-04T23:38:05.081Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
23:38:05 [2022-10-04T23:38:05.081Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
23:38:05 [2022-10-04T23:38:05.081Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
23:38:05 [2022-10-04T23:38:05.081Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
23:38:05 [2022-10-04T23:38:05.081Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
23:38:05 [2022-10-04T23:38:05.081Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
23:38:05 [2022-10-04T23:38:05.506Z] 2022/10/04 23:38:05 	Finished clone github.com/Azure/go-ansiterm
23:38:05 [2022-10-04T23:38:05.506Z] 2022/10/04 23:38:05 	Clone golang.org/x/sys, revision 33da011f77ade50ff5b6a6fb4a9a1e6d6b285809, attempt 1/20
23:38:05 [2022-10-04T23:38:05.506Z] 2022/10/04 23:38:05 	Finished clone github.com/google/uuid
23:38:05 [2022-10-04T23:38:05.506Z] 2022/10/04 23:38:05 	Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20
23:38:05 [2022-10-04T23:38:05.506Z] 2022/10/04 23:38:05 	Finished clone github.com/tchap/go-patricia
23:38:05 [2022-10-04T23:38:05.506Z] 2022/10/04 23:38:05 	Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20
23:38:05 [2022-10-04T23:38:05.506Z] 2022/10/04 23:38:05 	Finished clone github.com/docker/libtrust
23:38:05 [2022-10-04T23:38:05.506Z] 2022/10/04 23:38:05 	Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20
23:38:05 [2022-10-04T23:38:05.506Z] 2022/10/04 23:38:05 	Finished clone github.com/moby/locker
23:38:05 [2022-10-04T23:38:05.506Z] 2022/10/04 23:38:05 	Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20
23:38:05 [2022-10-04T23:38:05.506Z] 2022/10/04 23:38:05 	Finished clone github.com/willf/bitset
23:38:05 [2022-10-04T23:38:05.506Z] 2022/10/04 23:38:05 	Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20
23:38:05 [2022-10-04T23:38:05.767Z] 2022/10/04 23:38:05 	Finished clone github.com/creack/pty
23:38:05 [2022-10-04T23:38:05.767Z] 2022/10/04 23:38:05 	Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20
23:38:05 [2022-10-04T23:38:05.767Z] 2022/10/04 23:38:05 	Finished clone github.com/moby/term
23:38:05 [2022-10-04T23:38:05.767Z] 2022/10/04 23:38:05 	Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20
23:38:05 [2022-10-04T23:38:05.767Z] 2022/10/04 23:38:05 	Finished clone github.com/gorilla/mux
23:38:05 [2022-10-04T23:38:05.767Z] 2022/10/04 23:38:05 	Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20
23:38:06 [2022-10-04T23:38:06.029Z] 2022/10/04 23:38:05 	Finished clone github.com/moby/sys
23:38:06 [2022-10-04T23:38:06.029Z] 2022/10/04 23:38:05 	Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20
23:38:06 [2022-10-04T23:38:06.029Z] 2022/10/04 23:38:05 	Finished clone github.com/Microsoft/go-winio
23:38:06 [2022-10-04T23:38:06.029Z] 2022/10/04 23:38:05 	Clone github.com/moby/buildkit, revision bc07b2b81b1c6a62d29981ac564b16a15ce2bfa7, attempt 1/20
23:38:06 [2022-10-04T23:38:06.290Z] 2022/10/04 23:38:06 	Finished clone github.com/sirupsen/logrus
23:38:06 [2022-10-04T23:38:06.290Z] 2022/10/04 23:38:06 	Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20
23:38:06 [2022-10-04T23:38:06.459Z] === RUN   TestDockerSuite/TestBuildContextCleanup
23:38:06 [2022-10-04T23:38:06.459Z] --- PASS: TestWaitBlocked (0.02s)
23:38:06 [2022-10-04T23:38:06.459Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.07s)
23:38:06 [2022-10-04T23:38:06.459Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.27s)
23:38:06 [2022-10-04T23:38:06.459Z] === CONT  TestContainerStartOnDaemonRestart
23:38:06 [2022-10-04T23:38:06.459Z] === CONT  TestRestartDaemonWithRestartingContainer
23:38:06 [2022-10-04T23:38:06.459Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
23:38:06 [2022-10-04T23:38:06.459Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
23:38:06 [2022-10-04T23:38:06.884Z] 2022/10/04 23:38:06 	Finished clone github.com/docker/go-units
23:38:06 [2022-10-04T23:38:06.884Z] 2022/10/04 23:38:06 	Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20
23:38:06 [2022-10-04T23:38:06.884Z] 2022/10/04 23:38:06 	Finished clone github.com/syndtr/gocapability
23:38:06 [2022-10-04T23:38:06.884Z] 2022/10/04 23:38:06 	Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20
23:38:07 [2022-10-04T23:38:07.144Z] 2022/10/04 23:38:07 	Finished clone github.com/RackSec/srslog
23:38:07 [2022-10-04T23:38:07.144Z] 2022/10/04 23:38:07 	Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20
23:38:07 [2022-10-04T23:38:07.400Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
23:38:07 [2022-10-04T23:38:07.407Z] 2022/10/04 23:38:07 	Finished clone github.com/imdario/mergo
23:38:07 [2022-10-04T23:38:07.407Z] 2022/10/04 23:38:07 	Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20
23:38:07 [2022-10-04T23:38:07.667Z] 2022/10/04 23:38:07 	Finished clone golang.org/x/sync
23:38:07 [2022-10-04T23:38:07.668Z] 2022/10/04 23:38:07 	Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20
23:38:07 [2022-10-04T23:38:07.668Z] 2022/10/04 23:38:07 	Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20
23:38:07 [2022-10-04T23:38:07.668Z] 2022/10/04 23:38:07 	Finished clone gotest.tools/v3
23:38:07 [2022-10-04T23:38:07.668Z] 2022/10/04 23:38:07 	Finished clone github.com/google/go-cmp
23:38:07 [2022-10-04T23:38:07.668Z] 2022/10/04 23:38:07 	Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20
23:38:07 [2022-10-04T23:38:07.966Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
23:38:08 [2022-10-04T23:38:08.224Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
23:38:08 [2022-10-04T23:38:08.238Z] 2022/10/04 23:38:07 	Finished clone github.com/tonistiigi/units
23:38:08 [2022-10-04T23:38:08.238Z] 2022/10/04 23:38:07 	Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20
23:38:08 [2022-10-04T23:38:08.238Z] 2022/10/04 23:38:08 	Finished clone github.com/docker/go-connections
23:38:08 [2022-10-04T23:38:08.238Z] 2022/10/04 23:38:08 	Clone github.com/docker/libnetwork, revision 0dde5c895075df6e3630e76f750a447cf63f4789, attempt 1/20
23:38:08 [2022-10-04T23:38:08.499Z] 2022/10/04 23:38:08 	Finished clone github.com/grpc-ecosystem/grpc-opentracing
23:38:08 [2022-10-04T23:38:08.499Z] 2022/10/04 23:38:08 	Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20
23:38:08 [2022-10-04T23:38:08.760Z] 2022/10/04 23:38:08 	Finished clone github.com/google/shlex
23:38:08 [2022-10-04T23:38:08.760Z] 2022/10/04 23:38:08 	Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20
23:38:09 [2022-10-04T23:38:09.021Z] 2022/10/04 23:38:08 	Finished clone github.com/opentracing/opentracing-go
23:38:09 [2022-10-04T23:38:09.021Z] 2022/10/04 23:38:08 	Clone github.com/armon/go-metrics, revision f0300d1749da6fa982027e449ec0c7a145510c3c, attempt 1/20
23:38:09 [2022-10-04T23:38:09.021Z] 2022/10/04 23:38:08 	Finished clone github.com/opentracing-contrib/go-stdlib
23:38:09 [2022-10-04T23:38:09.021Z] 2022/10/04 23:38:08 	Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20
23:38:09 [2022-10-04T23:38:09.021Z] 2022/10/04 23:38:08 	Finished clone github.com/mitchellh/hashstructure
23:38:09 [2022-10-04T23:38:09.021Z] 2022/10/04 23:38:08 	Clone github.com/hashicorp/memberlist, revision e6ff9b2d87a3f0f3f04abb5672ada3ac2a640223, attempt 1/20
23:38:09 [2022-10-04T23:38:09.282Z] 2022/10/04 23:38:09 	Finished clone github.com/gofrs/flock
23:38:09 [2022-10-04T23:38:09.282Z] 2022/10/04 23:38:09 	Clone github.com/google/btree, revision 4030bb1f1f0c35b30ca7009e9ebd06849dd45306, attempt 1/20
23:38:09 [2022-10-04T23:38:09.598Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
23:38:09 [2022-10-04T23:38:09.598Z]     docker_cli_daemon_test.go:233: unmatched requirement Devicemapper
23:38:09 [2022-10-04T23:38:09.598Z]     check_test.go:309: [dc6000327f17d] daemon is not started
23:38:09 [2022-10-04T23:38:09.598Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
23:38:09 [2022-10-04T23:38:09.598Z]     docker_cli_daemon_test.go:213: unmatched requirement Devicemapper
23:38:09 [2022-10-04T23:38:09.598Z]     check_test.go:309: [d6dcf39e6e1d7] daemon is not started
23:38:09 [2022-10-04T23:38:09.599Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
23:38:09 [2022-10-04T23:38:09.855Z] 2022/10/04 23:38:09 	Finished clone github.com/docker/go-events
23:38:09 [2022-10-04T23:38:09.855Z] 2022/10/04 23:38:09 	Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20
23:38:10 [2022-10-04T23:38:10.165Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.92s)
23:38:10 [2022-10-04T23:38:10.165Z] === CONT  TestDaemonHostGatewayIP
23:38:10 [2022-10-04T23:38:10.165Z] --- PASS: TestContainerStartOnDaemonRestart (3.94s)
23:38:10 [2022-10-04T23:38:10.165Z] === CONT  TestDaemonRestartIpcMode
23:38:10 [2022-10-04T23:38:10.428Z] 2022/10/04 23:38:10 	Finished clone github.com/armon/go-radix
23:38:10 [2022-10-04T23:38:10.428Z] 2022/10/04 23:38:10 	Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20
23:38:10 [2022-10-04T23:38:10.428Z] 2022/10/04 23:38:10 	Finished clone github.com/armon/go-metrics
23:38:10 [2022-10-04T23:38:10.428Z] 2022/10/04 23:38:10 	Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20
23:38:10 [2022-10-04T23:38:10.691Z] 2022/10/04 23:38:10 	Finished clone github.com/google/btree
23:38:10 [2022-10-04T23:38:10.691Z] 2022/10/04 23:38:10 	Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20
23:38:10 [2022-10-04T23:38:10.691Z] 2022/10/04 23:38:10 	Finished clone github.com/tonistiigi/fsutil
23:38:10 [2022-10-04T23:38:10.691Z] 2022/10/04 23:38:10 	Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20
23:38:10 [2022-10-04T23:38:10.962Z] --- PASS: TestServiceUpdateSecrets (14.25s)
23:38:10 [2022-10-04T23:38:10.962Z] === RUN   TestServiceUpdateConfigs
23:38:11 [2022-10-04T23:38:11.261Z] 2022/10/04 23:38:11 	Finished clone github.com/sean-/seed
23:38:11 [2022-10-04T23:38:11.261Z] 2022/10/04 23:38:11 	Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20
23:38:11 [2022-10-04T23:38:11.834Z] 2022/10/04 23:38:11 	Finished clone github.com/hashicorp/errwrap
23:38:11 [2022-10-04T23:38:11.834Z] 2022/10/04 23:38:11 	Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20
23:38:12 [2022-10-04T23:38:12.094Z] 2022/10/04 23:38:11 	Finished clone github.com/hashicorp/memberlist
23:38:12 [2022-10-04T23:38:12.095Z] 2022/10/04 23:38:11 	Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20
23:38:12 [2022-10-04T23:38:12.095Z] 2022/10/04 23:38:11 	Finished clone github.com/golang/gddo
23:38:12 [2022-10-04T23:38:12.095Z] 2022/10/04 23:38:11 	Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20
23:38:12 [2022-10-04T23:38:12.095Z] 2022/10/04 23:38:12 	Finished clone github.com/hashicorp/go-multierror
23:38:12 [2022-10-04T23:38:12.095Z] 2022/10/04 23:38:12 	Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20
23:38:12 [2022-10-04T23:38:12.752Z] --- PASS: TestCreateServiceConfigFileMode (12.54s)
23:38:12 [2022-10-04T23:38:12.752Z] === RUN   TestCreateServiceSysctls
23:38:13 [2022-10-04T23:38:13.040Z] 2022/10/04 23:38:12 	Finished clone github.com/docker/libkv
23:38:13 [2022-10-04T23:38:13.040Z] 2022/10/04 23:38:12 	Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20
23:38:13 [2022-10-04T23:38:13.300Z] 2022/10/04 23:38:13 	Finished clone github.com/vishvananda/netns
23:38:13 [2022-10-04T23:38:13.300Z] 2022/10/04 23:38:13 	Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20
23:38:13 [2022-10-04T23:38:13.448Z]     check_test.go:309: [d19b73958d58c] daemon is not started
23:38:13 [2022-10-04T23:38:13.448Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
23:38:13 [2022-10-04T23:38:13.560Z] 2022/10/04 23:38:13 	Clone github.com/coreos/etcd, revision 973882f697a8db3d59815bf132c6c506434334bd, attempt 1/20
23:38:13 [2022-10-04T23:38:13.560Z] 2022/10/04 23:38:13 	Finished clone github.com/hashicorp/go-sockaddr
23:38:14 [2022-10-04T23:38:14.385Z] --- PASS: TestDaemonRestartIpcMode (4.17s)
23:38:14 [2022-10-04T23:38:14.385Z] === CONT  TestIpcModeOlderClient
23:38:14 [2022-10-04T23:38:14.385Z] --- PASS: TestIpcModeOlderClient (0.14s)
23:38:14 [2022-10-04T23:38:14.385Z] === CONT  TestContainerKillOnDaemonStart
23:38:14 [2022-10-04T23:38:14.642Z] --- PASS: TestDaemonHostGatewayIP (4.42s)
23:38:14 [2022-10-04T23:38:14.944Z] 2022/10/04 23:38:14 	Finished clone github.com/moby/ipvs
23:38:14 [2022-10-04T23:38:14.944Z] 2022/10/04 23:38:14 	Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20
23:38:14 [2022-10-04T23:38:14.944Z] 2022/10/04 23:38:14 	Finished clone github.com/samuel/go-zookeeper
23:38:14 [2022-10-04T23:38:14.944Z] 2022/10/04 23:38:14 	Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20
23:38:15 [2022-10-04T23:38:15.288Z] --- PASS: TestCreateServiceSysctls (3.11s)
23:38:15 [2022-10-04T23:38:15.288Z] === RUN   TestCreateServiceCapabilities
23:38:15 [2022-10-04T23:38:15.517Z] 2022/10/04 23:38:15 	Finished clone github.com/deckarep/golang-set
23:38:15 [2022-10-04T23:38:15.517Z] 2022/10/04 23:38:15 	Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20
23:38:15 [2022-10-04T23:38:15.517Z] 2022/10/04 23:38:15 	Finished clone github.com/vishvananda/netlink
23:38:15 [2022-10-04T23:38:15.517Z] 2022/10/04 23:38:15 	Clone github.com/ishidawataru/sctp, revision f2269e66cdee387bd321445d5d300893449805be, attempt 1/20
23:38:15 [2022-10-04T23:38:15.777Z] 2022/10/04 23:38:15 	Finished clone github.com/hashicorp/go-msgpack
23:38:15 [2022-10-04T23:38:15.777Z] 2022/10/04 23:38:15 	Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20
23:38:15 [2022-10-04T23:38:15.777Z] 2022/10/04 23:38:15 	Finished clone github.com/BurntSushi/toml
23:38:15 [2022-10-04T23:38:15.777Z] 2022/10/04 23:38:15 	Clone github.com/json-iterator/go, revision a1ca0830781e007c66b225121d2cdb3a649421f6, attempt 1/20
23:38:16 [2022-10-04T23:38:16.351Z] 2022/10/04 23:38:16 	Finished clone github.com/coreos/go-semver
23:38:16 [2022-10-04T23:38:16.351Z] 2022/10/04 23:38:16 	Clone github.com/modern-go/concurrent, revision bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94, attempt 1/20
23:38:16 [2022-10-04T23:38:16.924Z] 2022/10/04 23:38:16 	Finished clone github.com/ishidawataru/sctp
23:38:16 [2022-10-04T23:38:16.924Z] 2022/10/04 23:38:16 	Clone github.com/modern-go/reflect2, revision 94122c33edd36123c84d5368cfb2b69df93a0ec8, attempt 1/20
23:38:17 [2022-10-04T23:38:17.194Z] --- PASS: TestCreateServiceCapabilities (2.48s)
23:38:17 [2022-10-04T23:38:17.194Z] === RUN   TestInspect
23:38:17 [2022-10-04T23:38:17.865Z] 2022/10/04 23:38:17 	Finished clone github.com/modern-go/concurrent
23:38:17 [2022-10-04T23:38:17.865Z] 2022/10/04 23:38:17 	Clone github.com/docker/distribution, revision b5ca020cfbe998e5af3457fda087444cf5116496, attempt 1/20
23:38:17 [2022-10-04T23:38:17.925Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
23:38:18 [2022-10-04T23:38:18.436Z] 2022/10/04 23:38:18 	Finished clone golang.org/x/net
23:38:18 [2022-10-04T23:38:18.436Z] 2022/10/04 23:38:18 	Clone github.com/vbatts/tar-split, revision 80a436fd6164c557b131f7c59ed69bd81af69761, attempt 1/20
23:38:18 [2022-10-04T23:38:18.491Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
23:38:18 [2022-10-04T23:38:18.696Z] 2022/10/04 23:38:18 	Finished clone github.com/json-iterator/go
23:38:18 [2022-10-04T23:38:18.696Z] 2022/10/04 23:38:18 	Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20
23:38:18 [2022-10-04T23:38:18.696Z] 2022/10/04 23:38:18 	Finished clone github.com/modern-go/reflect2
23:38:18 [2022-10-04T23:38:18.696Z] 2022/10/04 23:38:18 	Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20
23:38:18 [2022-10-04T23:38:18.696Z] 2022/10/04 23:38:18 	Finished clone go.etcd.io/bbolt
23:38:18 [2022-10-04T23:38:18.697Z] 2022/10/04 23:38:18 	Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20
23:38:18 [2022-10-04T23:38:18.697Z] 2022/10/04 23:38:18 	Finished clone github.com/hashicorp/serf
23:38:18 [2022-10-04T23:38:18.697Z] 2022/10/04 23:38:18 	Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20
23:38:18 [2022-10-04T23:38:18.957Z] 2022/10/04 23:38:18 	Finished clone github.com/grpc-ecosystem/go-grpc-middleware
23:38:18 [2022-10-04T23:38:18.957Z] 2022/10/04 23:38:18 	Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20
23:38:19 [2022-10-04T23:38:19.057Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
23:38:19 [2022-10-04T23:38:19.218Z] 2022/10/04 23:38:19 	Finished clone github.com/Microsoft/opengcs
23:38:19 [2022-10-04T23:38:19.218Z] 2022/10/04 23:38:19 	Clone github.com/opencontainers/image-spec, revision 67d2d5658fe0476ab9bf414cec164077ebff3920, attempt 1/20
23:38:19 [2022-10-04T23:38:19.315Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
23:38:19 [2022-10-04T23:38:19.882Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
23:38:20 [2022-10-04T23:38:20.160Z] 2022/10/04 23:38:20 	Finished clone github.com/opencontainers/go-digest
23:38:20 [2022-10-04T23:38:20.160Z] 2022/10/04 23:38:20 	Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20
23:38:20 [2022-10-04T23:38:20.160Z] 2022/10/04 23:38:20 	Finished clone github.com/mistifyio/go-zfs
23:38:20 [2022-10-04T23:38:20.160Z] 2022/10/04 23:38:20 	Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20
23:38:20 [2022-10-04T23:38:20.485Z] --- PASS: TestInspect (2.78s)
23:38:20 [2022-10-04T23:38:20.485Z] === RUN   TestCreateJob
23:38:21 [2022-10-04T23:38:21.782Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
23:38:22 [2022-10-04T23:38:22.071Z] 2022/10/04 23:38:21 	Finished clone github.com/cyphar/filepath-securejoin
23:38:22 [2022-10-04T23:38:22.071Z] 2022/10/04 23:38:21 	Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20
23:38:22 [2022-10-04T23:38:22.332Z] 2022/10/04 23:38:22 	Finished clone github.com/opencontainers/runtime-spec
23:38:22 [2022-10-04T23:38:22.332Z] 2022/10/04 23:38:22 	Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20
23:38:22 [2022-10-04T23:38:22.349Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
23:38:22 [2022-10-04T23:38:22.902Z] 2022/10/04 23:38:22 	Finished clone github.com/coreos/go-systemd
23:38:22 [2022-10-04T23:38:22.902Z] 2022/10/04 23:38:22 	Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20
23:38:23 [2022-10-04T23:38:23.473Z] 2022/10/04 23:38:23 	Finished clone github.com/opencontainers/image-spec
23:38:23 [2022-10-04T23:38:23.473Z] 2022/10/04 23:38:23 	Clone github.com/fluent/fluent-logger-golang, revision 0b652e850a9140d0b1db6390d8925d0601e952db, attempt 1/20
23:38:23 [2022-10-04T23:38:23.734Z] 2022/10/04 23:38:23 	Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20
23:38:23 [2022-10-04T23:38:23.734Z] 2022/10/04 23:38:23 	Finished clone github.com/vbatts/tar-split
23:38:23 [2022-10-04T23:38:23.774Z] --- PASS: TestCreateJob (3.20s)
23:38:23 [2022-10-04T23:38:23.775Z] === RUN   TestReplicatedJob
23:38:24 [2022-10-04T23:38:24.248Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
23:38:24 [2022-10-04T23:38:24.304Z] 2022/10/04 23:38:24 	Finished clone github.com/coreos/go-systemd/v22
23:38:24 [2022-10-04T23:38:24.304Z] 2022/10/04 23:38:24 	Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20
23:38:24 [2022-10-04T23:38:24.304Z] 2022/10/04 23:38:24 	Finished clone github.com/Graylog2/go-gelf
23:38:24 [2022-10-04T23:38:24.304Z] 2022/10/04 23:38:24 	Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20
23:38:24 [2022-10-04T23:38:24.564Z] 2022/10/04 23:38:24 	Finished clone github.com/godbus/dbus/v5
23:38:24 [2022-10-04T23:38:24.564Z] 2022/10/04 23:38:24 	Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20
23:38:24 [2022-10-04T23:38:24.815Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
23:38:24 [2022-10-04T23:38:24.815Z]     docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
23:38:24 [2022-10-04T23:38:24.815Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
23:38:24 [2022-10-04T23:38:24.815Z]     docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
23:38:24 [2022-10-04T23:38:24.815Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
23:38:24 [2022-10-04T23:38:24.815Z]     docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
23:38:24 [2022-10-04T23:38:24.815Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
23:38:24 [2022-10-04T23:38:24.815Z]     docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
23:38:24 [2022-10-04T23:38:24.815Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
23:38:25 [2022-10-04T23:38:25.073Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
23:38:25 [2022-10-04T23:38:25.135Z] 2022/10/04 23:38:24 	Finished clone github.com/fluent/fluent-logger-golang
23:38:25 [2022-10-04T23:38:25.135Z] 2022/10/04 23:38:24 	Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20
23:38:25 [2022-10-04T23:38:25.135Z] 2022/10/04 23:38:25 	Finished clone github.com/philhofer/fwd
23:38:25 [2022-10-04T23:38:25.135Z] 2022/10/04 23:38:25 	Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20
23:38:25 [2022-10-04T23:38:25.822Z] --- PASS: TestServiceUpdateConfigs (14.38s)
23:38:25 [2022-10-04T23:38:25.822Z] === RUN   TestServiceUpdateNetwork
23:38:26 [2022-10-04T23:38:26.446Z] --- PASS: TestContainerKillOnDaemonStart (11.91s)
23:38:26 [2022-10-04T23:38:26.446Z] PASS
23:38:26 [2022-10-04T23:38:26.446Z] 
23:38:26 [2022-10-04T23:38:26.446Z] === Skipped
23:38:26 [2022-10-04T23:38:26.446Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
23:38:26 [2022-10-04T23:38:26.446Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:38:26 [2022-10-04T23:38:26.446Z] 
23:38:26 [2022-10-04T23:38:26.446Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
23:38:26 [2022-10-04T23:38:26.446Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
23:38:26 [2022-10-04T23:38:26.446Z] 
23:38:26 [2022-10-04T23:38:26.446Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
23:38:26 [2022-10-04T23:38:26.446Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
23:38:26 [2022-10-04T23:38:26.446Z] 
23:38:26 [2022-10-04T23:38:26.446Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
23:38:26 [2022-10-04T23:38:26.446Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
23:38:26 [2022-10-04T23:38:26.446Z] 
23:38:26 [2022-10-04T23:38:26.446Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
23:38:26 [2022-10-04T23:38:26.446Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
23:38:26 [2022-10-04T23:38:26.446Z] 
23:38:26 [2022-10-04T23:38:26.446Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
23:38:26 [2022-10-04T23:38:26.446Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
23:38:26 [2022-10-04T23:38:26.446Z] 
23:38:26 [2022-10-04T23:38:26.446Z] DONE 197 tests, 6 skipped in 151.261s
23:38:26 [2022-10-04T23:38:26.446Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
23:38:26 [2022-10-04T23:38:26.446Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m
23:38:26 [2022-10-04T23:38:26.446Z] ++ set -e
23:38:26 [2022-10-04T23:38:26.446Z] ++ '[' -n 0 ']'
23:38:26 [2022-10-04T23:38:26.446Z] ++ set -x
23:38:26 [2022-10-04T23:38:26.446Z] ++ 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=amd64 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 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/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m
23:38:26 [2022-10-04T23:38:26.446Z] INFO: Testing against a local daemon
23:38:26 [2022-10-04T23:38:26.446Z] === RUN   TestLiveRestore
23:38:26 [2022-10-04T23:38:26.446Z] === RUN   TestLiveRestore/volume_references
23:38:26 [2022-10-04T23:38:26.446Z] === PAUSE TestLiveRestore/volume_references
23:38:26 [2022-10-04T23:38:26.446Z] === CONT  TestLiveRestore/volume_references
23:38:27 [2022-10-04T23:38:27.047Z] 2022/10/04 23:38:26 	Finished clone github.com/fsnotify/fsnotify
23:38:27 [2022-10-04T23:38:27.047Z] 2022/10/04 23:38:26 	Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20
23:38:27 [2022-10-04T23:38:27.047Z] 2022/10/04 23:38:26 	Finished clone github.com/bsphere/le_go
23:38:27 [2022-10-04T23:38:27.047Z] 2022/10/04 23:38:26 	Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20
23:38:27 [2022-10-04T23:38:27.437Z] === RUN   TestLiveRestore/volume_references/restartPolicy
23:38:27 [2022-10-04T23:38:27.437Z] === RUN   TestLiveRestore/volume_references/restartPolicy/always
23:38:27 [2022-10-04T23:38:27.618Z] 2022/10/04 23:38:27 	Finished clone github.com/jmespath/go-jmespath
23:38:27 [2022-10-04T23:38:27.618Z] 2022/10/04 23:38:27 	Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20
23:38:27 [2022-10-04T23:38:27.618Z] 2022/10/04 23:38:27 	Finished clone github.com/docker/libnetwork
23:38:27 [2022-10-04T23:38:27.618Z] 2022/10/04 23:38:27 	Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20
23:38:28 [2022-10-04T23:38:28.010Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
23:38:28 [2022-10-04T23:38:28.966Z] === RUN   TestLiveRestore/volume_references/restartPolicy/unless-stopped
23:38:29 [2022-10-04T23:38:29.002Z] 2022/10/04 23:38:28 	Finished clone github.com/tinylib/msgp
23:38:29 [2022-10-04T23:38:29.002Z] 2022/10/04 23:38:28 	Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20
23:38:29 [2022-10-04T23:38:29.048Z] --- PASS: TestReplicatedJob (5.53s)
23:38:29 [2022-10-04T23:38:29.048Z] === RUN   TestUpdateReplicatedJob
23:38:29 [2022-10-04T23:38:29.262Z] 2022/10/04 23:38:29 	Finished clone github.com/golang/groupcache
23:38:29 [2022-10-04T23:38:29.262Z] 2022/10/04 23:38:29 	Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20
23:38:29 [2022-10-04T23:38:29.531Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
23:38:29 [2022-10-04T23:38:29.788Z] === RUN   TestLiveRestore/volume_references/restartPolicy/on-failure
23:38:29 [2022-10-04T23:38:29.833Z] 2022/10/04 23:38:29 	Finished clone golang.org/x/oauth2
23:38:29 [2022-10-04T23:38:29.833Z] 2022/10/04 23:38:29 	Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20
23:38:31 [2022-10-04T23:38:31.162Z] === RUN   TestLiveRestore/volume_references/restartPolicy/no
23:38:31 [2022-10-04T23:38:31.730Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
23:38:31 [2022-10-04T23:38:31.744Z] 2022/10/04 23:38:31 	Finished clone github.com/googleapis/gax-go
23:38:31 [2022-10-04T23:38:31.744Z] 2022/10/04 23:38:31 	Clone https://github.com/moby/containerd.git to github.com/containerd/containerd, revision 96c5ae04b6784e180aaeee50fba715ac448ddb0d, attempt 1/20
23:38:31 [2022-10-04T23:38:31.744Z] 2022/10/04 23:38:31 	Finished clone go.opencensus.io
23:38:31 [2022-10-04T23:38:31.744Z] 2022/10/04 23:38:31 	Clone github.com/containerd/fifo, revision 0724c46b320cf96bb172a0550c19a4b1fca4dacb, attempt 1/20
23:38:32 [2022-10-04T23:38:32.315Z] 2022/10/04 23:38:32 	Finished clone github.com/miekg/dns
23:38:32 [2022-10-04T23:38:32.315Z] 2022/10/04 23:38:32 	Clone github.com/containerd/continuity, revision 5ad51c7aca47b8e742f5e6e7dc841d50f5f6affd, attempt 1/20
23:38:32 [2022-10-04T23:38:32.390Z] --- PASS: TestUpdateReplicatedJob (3.12s)
23:38:32 [2022-10-04T23:38:32.390Z] === RUN   TestServiceListWithStatuses
23:38:32 [2022-10-04T23:38:32.390Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:38:32 [2022-10-04T23:38:32.390Z] --- SKIP: TestServiceListWithStatuses (0.00s)
23:38:32 [2022-10-04T23:38:32.390Z] === RUN   TestDockerNetworkConnectAlias
23:38:32 [2022-10-04T23:38:32.666Z] --- PASS: TestLiveRestore (0.00s)
23:38:32 [2022-10-04T23:38:32.666Z]     --- PASS: TestLiveRestore/volume_references (5.93s)
23:38:32 [2022-10-04T23:38:32.666Z]         --- PASS: TestLiveRestore/volume_references/restartPolicy (5.01s)
23:38:32 [2022-10-04T23:38:32.666Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.29s)
23:38:32 [2022-10-04T23:38:32.666Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.14s)
23:38:32 [2022-10-04T23:38:32.666Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (1.21s)
23:38:32 [2022-10-04T23:38:32.666Z]             --- PASS: TestLiveRestore/volume_references/restartPolicy/no (1.38s)
23:38:32 [2022-10-04T23:38:32.666Z] PASS
23:38:32 [2022-10-04T23:38:32.666Z] 
23:38:32 [2022-10-04T23:38:32.666Z] DONE 7 tests in 6.086s
23:38:32 [2022-10-04T23:38:32.666Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
23:38:32 [2022-10-04T23:38:32.666Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m
23:38:32 [2022-10-04T23:38:32.666Z] ++ set -e
23:38:32 [2022-10-04T23:38:32.666Z] ++ '[' -n 0 ']'
23:38:32 [2022-10-04T23:38:32.666Z] ++ set -x
23:38:32 [2022-10-04T23:38:32.666Z] ++ 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=amd64 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 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/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m
23:38:32 [2022-10-04T23:38:32.666Z] INFO: Testing against a local daemon
23:38:32 [2022-10-04T23:38:32.666Z] === RUN   TestCommitInheritsEnv
23:38:32 [2022-10-04T23:38:32.924Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
23:38:33 [2022-10-04T23:38:33.185Z] --- PASS: TestCommitInheritsEnv (0.44s)
23:38:33 [2022-10-04T23:38:33.185Z] === RUN   TestImportExtremelyLargeImageWorks
23:38:33 [2022-10-04T23:38:33.185Z] === PAUSE TestImportExtremelyLargeImageWorks
23:38:33 [2022-10-04T23:38:33.185Z] === RUN   TestImagesFilterMultiReference
23:38:33 [2022-10-04T23:38:33.185Z] --- PASS: TestImagesFilterMultiReference (0.08s)
23:38:33 [2022-10-04T23:38:33.185Z] === RUN   TestImagePullPlatformInvalid
23:38:33 [2022-10-04T23:38:33.443Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
23:38:33 [2022-10-04T23:38:33.443Z] === RUN   TestRemoveImageOrphaning
23:38:33 [2022-10-04T23:38:33.701Z] --- PASS: TestRemoveImageOrphaning (0.37s)
23:38:33 [2022-10-04T23:38:33.701Z] === RUN   TestRemoveImageGarbageCollector
23:38:33 [2022-10-04T23:38:33.757Z] 2022/10/04 23:38:33 	Finished clone github.com/containerd/fifo
23:38:33 [2022-10-04T23:38:33.757Z] 2022/10/04 23:38:33 	Clone github.com/containerd/cgroups, revision b9de8a2212026c07cec67baf3323f1fc0121e048, attempt 1/20
23:38:34 [2022-10-04T23:38:34.017Z] 2022/10/04 23:38:33 	Finished clone golang.org/x/sys
23:38:34 [2022-10-04T23:38:34.017Z] 2022/10/04 23:38:33 	Clone github.com/containerd/console, revision 2f1e3d2b6afd18e8b2077816c711205a0b4d8769, attempt 1/20
23:38:34 [2022-10-04T23:38:34.267Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
23:38:34 [2022-10-04T23:38:34.527Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
23:38:35 [2022-10-04T23:38:35.901Z] --- PASS: TestRemoveImageGarbageCollector (2.30s)
23:38:35 [2022-10-04T23:38:35.901Z] === RUN   TestTagUnprefixedRepoByNameOrName
23:38:35 [2022-10-04T23:38:35.901Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
23:38:35 [2022-10-04T23:38:35.901Z] === RUN   TestTagInvalidReference
23:38:36 [2022-10-04T23:38:36.160Z] --- PASS: TestTagInvalidReference (0.02s)
23:38:36 [2022-10-04T23:38:36.160Z] === RUN   TestTagValidPrefixedRepo
23:38:36 [2022-10-04T23:38:36.160Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
23:38:36 [2022-10-04T23:38:36.160Z] === RUN   TestTagExistedNameWithoutForce
23:38:36 [2022-10-04T23:38:36.160Z] --- PASS: TestTagExistedNameWithoutForce (0.06s)
23:38:36 [2022-10-04T23:38:36.160Z] === RUN   TestTagOfficialNames
23:38:36 [2022-10-04T23:38:36.160Z] --- PASS: TestTagOfficialNames (0.06s)
23:38:36 [2022-10-04T23:38:36.160Z] === RUN   TestTagMatchesDigest
23:38:36 [2022-10-04T23:38:36.160Z] --- PASS: TestTagMatchesDigest (0.02s)
23:38:36 [2022-10-04T23:38:36.160Z] === CONT  TestImportExtremelyLargeImageWorks
23:38:36 [2022-10-04T23:38:36.561Z] 2022/10/04 23:38:36 	Finished clone github.com/containerd/cgroups
23:38:36 [2022-10-04T23:38:36.561Z] 2022/10/04 23:38:36 	Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20
23:38:36 [2022-10-04T23:38:36.586Z] --- PASS: TestDockerNetworkConnectAlias (4.06s)
23:38:36 [2022-10-04T23:38:36.586Z] === RUN   TestDockerNetworkReConnect
23:38:36 [2022-10-04T23:38:36.726Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
23:38:37 [2022-10-04T23:38:37.503Z] 2022/10/04 23:38:37 	Finished clone github.com/containerd/console
23:38:37 [2022-10-04T23:38:37.503Z] 2022/10/04 23:38:37 	Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20
23:38:37 [2022-10-04T23:38:37.984Z] --- PASS: TestServiceUpdateNetwork (11.96s)
23:38:37 [2022-10-04T23:38:37.984Z] === RUN   TestServiceUpdatePidsLimit
23:38:37 [2022-10-04T23:38:37.984Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
23:38:38 [2022-10-04T23:38:38.075Z] 2022/10/04 23:38:38 	Finished clone golang.org/x/text
23:38:38 [2022-10-04T23:38:38.075Z] 2022/10/04 23:38:38 	Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20
23:38:38 [2022-10-04T23:38:38.545Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
23:38:38 [2022-10-04T23:38:38.644Z] 2022/10/04 23:38:38 	Finished clone github.com/containerd/go-runc
23:38:38 [2022-10-04T23:38:38.644Z] 2022/10/04 23:38:38 	Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20
23:38:38 [2022-10-04T23:38:38.904Z] 2022/10/04 23:38:38 	Finished clone github.com/containerd/typeurl
23:38:38 [2022-10-04T23:38:38.904Z] 2022/10/04 23:38:38 	Clone github.com/cilium/ebpf, revision 32458a752e0bcbc670691625f84e7ef6aef5655d, attempt 1/20
23:38:39 [2022-10-04T23:38:39.253Z]     check_test.go:309: [d5b068cccbffd] daemon is not started
23:38:39 [2022-10-04T23:38:39.253Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
23:38:39 [2022-10-04T23:38:39.473Z] 2022/10/04 23:38:39 	Finished clone github.com/containerd/continuity
23:38:39 [2022-10-04T23:38:39.473Z] 2022/10/04 23:38:39 	Clone github.com/docker/swarmkit, revision cf1e0f8d95ee37ea1f9a5f8a54c73c1e0fa58a54, attempt 1/20
23:38:39 [2022-10-04T23:38:39.511Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
23:38:39 [2022-10-04T23:38:39.873Z] --- PASS: TestDockerNetworkReConnect (3.48s)
23:38:39 [2022-10-04T23:38:39.873Z] === RUN   TestServicePlugin
23:38:40 [2022-10-04T23:38:40.044Z] 2022/10/04 23:38:39 	Finished clone github.com/containerd/ttrpc
23:38:40 [2022-10-04T23:38:40.044Z] 2022/10/04 23:38:39 	Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20
23:38:40 [2022-10-04T23:38:40.987Z] 2022/10/04 23:38:40 	Finished clone github.com/gogo/googleapis
23:38:40 [2022-10-04T23:38:40.988Z] 2022/10/04 23:38:40 	Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20
23:38:41 [2022-10-04T23:38:41.590Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
23:38:41 [2022-10-04T23:38:41.590Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
23:38:41 [2022-10-04T23:38:41.590Z] === RUN   TestBoolValue
23:38:41 [2022-10-04T23:38:41.590Z] --- PASS: TestBoolValue (0.00s)
23:38:41 [2022-10-04T23:38:41.590Z] === RUN   TestBoolValueOrDefault
23:38:41 [2022-10-04T23:38:41.590Z] --- PASS: TestBoolValueOrDefault (0.00s)
23:38:41 [2022-10-04T23:38:41.590Z] === RUN   TestInt64ValueOrZero
23:38:41 [2022-10-04T23:38:41.590Z] --- PASS: TestInt64ValueOrZero (0.00s)
23:38:41 [2022-10-04T23:38:41.590Z] === RUN   TestInt64ValueOrDefault
23:38:41 [2022-10-04T23:38:41.590Z] --- PASS: TestInt64ValueOrDefault (0.00s)
23:38:41 [2022-10-04T23:38:41.590Z] === RUN   TestInt64ValueOrDefaultWithError
23:38:41 [2022-10-04T23:38:41.590Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
23:38:41 [2022-10-04T23:38:41.590Z] === RUN   TestJsonContentType
23:38:41 [2022-10-04T23:38:41.590Z] --- PASS: TestJsonContentType (0.00s)
23:38:41 [2022-10-04T23:38:41.590Z] PASS
23:38:41 [2022-10-04T23:38:41.590Z] coverage: 16.2% of statements
23:38:41 [2022-10-04T23:38:41.590Z] ok  	github.com/docker/docker/api/server/httputils	0.047s	coverage: 16.2% of statements
23:38:41 [2022-10-04T23:38:41.590Z] === RUN   TestMaskSecretKeys
23:38:41 [2022-10-04T23:38:41.590Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
23:38:41 [2022-10-04T23:38:41.590Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
23:38:41 [2022-10-04T23:38:41.590Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
23:38:41 [2022-10-04T23:38:41.590Z] --- PASS: TestMaskSecretKeys (0.00s)
23:38:41 [2022-10-04T23:38:41.590Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
23:38:41 [2022-10-04T23:38:41.590Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
23:38:41 [2022-10-04T23:38:41.590Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
23:38:41 [2022-10-04T23:38:41.590Z] === RUN   TestVersionMiddlewareVersion
23:38:41 [2022-10-04T23:38:41.590Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
23:38:41 [2022-10-04T23:38:41.590Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
23:38:41 [2022-10-04T23:38:41.590Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
23:38:41 [2022-10-04T23:38:41.590Z] PASS
23:38:41 [2022-10-04T23:38:41.590Z] coverage: 37.7% of statements
23:38:41 [2022-10-04T23:38:41.590Z] ok  	github.com/docker/docker/api/server/middleware	0.054s	coverage: 37.7% of statements
23:38:41 [2022-10-04T23:38:41.590Z] ?   	github.com/docker/docker/api/server/router	[no test files]
23:38:41 [2022-10-04T23:38:41.590Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
23:38:41 [2022-10-04T23:38:41.590Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
23:38:41 [2022-10-04T23:38:41.590Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
23:38:41 [2022-10-04T23:38:41.590Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
23:38:41 [2022-10-04T23:38:41.590Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
23:38:41 [2022-10-04T23:38:41.590Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
23:38:41 [2022-10-04T23:38:41.590Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
23:38:41 [2022-10-04T23:38:41.590Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
23:38:41 [2022-10-04T23:38:41.590Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
23:38:41 [2022-10-04T23:38:41.590Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
23:38:41 [2022-10-04T23:38:41.590Z] === RUN   TestStrSliceMarshalJSON
23:38:41 [2022-10-04T23:38:41.590Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
23:38:41 [2022-10-04T23:38:41.590Z] === RUN   TestStrSliceUnmarshalJSON
23:38:41 [2022-10-04T23:38:41.590Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
23:38:41 [2022-10-04T23:38:41.590Z] === RUN   TestStrSliceUnmarshalString
23:38:41 [2022-10-04T23:38:41.590Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
23:38:41 [2022-10-04T23:38:41.590Z] === RUN   TestStrSliceUnmarshalSlice
23:38:41 [2022-10-04T23:38:41.590Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
23:38:41 [2022-10-04T23:38:41.590Z] PASS
23:38:41 [2022-10-04T23:38:41.590Z] coverage: 90.0% of statements
23:38:41 [2022-10-04T23:38:41.590Z] ok  	github.com/docker/docker/api/types/strslice	0.040s	coverage: 90.0% of statements
23:38:41 [2022-10-04T23:38:41.590Z] === RUN   TestToJSON
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestToJSON (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestToParamWithVersion
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestToParamWithVersion (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestFromJSON
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestFromJSON (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestEmpty
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestEmpty (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestArgsMatchKVListEmptySources
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestArgsMatchKVList
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestArgsMatchKVList (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestArgsMatch
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestArgsMatch (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestAdd
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestAdd (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDel
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestDel (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestLen
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestLen (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestExactMatch
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestExactMatch (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestOnlyOneExactMatch
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestOnlyOneExactMatch (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestContains
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestContains (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestValidate
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestValidate (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestWalkValues
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestWalkValues (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestFuzzyMatch
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestFuzzyMatch (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestClone
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestClone (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] PASS
23:38:41 [2022-10-04T23:38:41.591Z] coverage: 92.2% of statements
23:38:41 [2022-10-04T23:38:41.591Z] ok  	github.com/docker/docker/api/types/filters	0.041s	coverage: 92.2% of statements
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDurationToSecondsString
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestDurationToSecondsString (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestGetTimestamp
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestAdjustForAPIVersion
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestAdjustForAPIVersion (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] PASS
23:38:41 [2022-10-04T23:38:41.591Z] coverage: 5.7% of statements
23:38:41 [2022-10-04T23:38:41.591Z] ok  	github.com/docker/docker/api/server/router/swarm	0.050s	coverage: 5.7% of statements
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/api/types	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/api/types/container	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/api/types/events	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/api/types/image	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/api/types/network	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestGetTimestamp (0.16s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestParseTimestamps
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestParseTimestamps (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] PASS
23:38:41 [2022-10-04T23:38:41.591Z] coverage: 100.0% of statements
23:38:41 [2022-10-04T23:38:41.591Z] ok  	github.com/docker/docker/api/types/time	0.218s	coverage: 100.0% of statements
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestCompareVersion
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestCompareVersion (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] PASS
23:38:41 [2022-10-04T23:38:41.591Z] coverage: 75.0% of statements
23:38:41 [2022-10-04T23:38:41.591Z] ok  	github.com/docker/docker/api/types/versions	0.077s	coverage: 75.0% of statements
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/builder	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestParseRemoteURL
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestParseRemoteURL (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestCloneArgsSmartHttp
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestCloneArgsSmartHttp (0.01s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestCloneArgsDumbHttp
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestCloneArgsGit
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestCloneArgsGit (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestCheckoutGit
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestEnable
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestEnable (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDisable
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestDisable (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestEnabled
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestEnabled (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] PASS
23:38:41 [2022-10-04T23:38:41.591Z] coverage: 100.0% of statements
23:38:41 [2022-10-04T23:38:41.591Z] ok  	github.com/docker/docker/cli/debug	0.039s	coverage: 100.0% of statements
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestProcessNoDockerignore
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestProcessNoDockerignore (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestProcessShouldLeaveAllFiles
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDetectContentType
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestDetectContentType (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestSelectAcceptableMIME
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestSelectAcceptableMIME (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestInspectEmptyResponse
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestInspectEmptyResponse (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestInspectResponseBinary
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestInspectResponseBinary (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestResponseUnsupportedContentType
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestInspectResponseTextSimple
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestInspectResponseTextSimple (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestInspectResponseEmptyContentType
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestUnknownContentLength
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestUnknownContentLength (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDownloadRemote
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestDownloadRemote (0.08s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestGetWithStatusError
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestGetWithStatusError (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestCloseRootDirectory
23:38:41 [2022-10-04T23:38:41.591Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
23:38:41 [2022-10-04T23:38:41.591Z] --- SKIP: TestCloseRootDirectory (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestHashFile
23:38:41 [2022-10-04T23:38:41.591Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
23:38:41 [2022-10-04T23:38:41.591Z] --- SKIP: TestHashFile (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestHashSubdir
23:38:41 [2022-10-04T23:38:41.591Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
23:38:41 [2022-10-04T23:38:41.591Z] --- SKIP: TestHashSubdir (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestRemoveDirectory
23:38:41 [2022-10-04T23:38:41.591Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
23:38:41 [2022-10-04T23:38:41.591Z] --- SKIP: TestRemoveDirectory (0.02s)
23:38:41 [2022-10-04T23:38:41.591Z] PASS
23:38:41 [2022-10-04T23:38:41.591Z] coverage: 9.3% of statements
23:38:41 [2022-10-04T23:38:41.591Z] ok  	github.com/docker/docker/builder/remotecontext	0.273s	coverage: 9.3% of statements
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestGetAllAllowed
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestGetAllAllowed (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestGetAllMeta
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestGetAllMeta (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestWarnOnUnusedBuildArgs
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestIsUnreferencedBuiltin
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestIsExistingDirectory
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestIsExistingDirectory (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestGetFilenameForDownload
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestGetFilenameForDownload (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestEnv2Variables
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestEnv2Variables (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestEnvValueWithExistingRunConfigEnv
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestMaintainer
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestMaintainer (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestLabel
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestLabel (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestFromScratch
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestFromScratch (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestFromWithArg
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestFromWithArg (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestFromWithArgButBuildArgsNotGiven
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestFromWithUndefinedArg
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestFromWithUndefinedArg (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestFromMultiStageWithNamedStage
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestOnbuild
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestOnbuild (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestWorkdir
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestWorkdir (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestCmd
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestCmd (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestHealthcheckNone
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestHealthcheckNone (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestHealthcheckCmd
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestHealthcheckCmd (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestEntrypoint
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestEntrypoint (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestExpose
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestExpose (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestUser
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestUser (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestVolume
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestVolume (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestStopSignal
23:38:41 [2022-10-04T23:38:41.591Z]     dispatchers_test.go:377: Windows does not support stopsignal
23:38:41 [2022-10-04T23:38:41.591Z] --- SKIP: TestStopSignal (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestArg
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestArg (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestShell
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestShell (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestPrependEnvOnCmd
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestPrependEnvOnCmd (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestRunWithBuildArgs
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestRunWithBuildArgs (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestRunIgnoresHealthcheck
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDispatchUnsupportedOptions
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDispatchUnsupportedOptions/ADD_with_chmod
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDispatchUnsupportedOptions/COPY_with_chmod
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDispatchUnsupportedOptions/RUN_with_unsupported_options
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestDispatchUnsupportedOptions (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestNormalizeWorkdir
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestNormalizeWorkdir (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDispatch
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDispatch/ADD_multiple_files_to_file
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDispatch/COPY_multiple_files_to_file
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDispatch/COPY_wildcard_no_files
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDispatch/COPY_url
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestDispatch (0.17s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.06s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.09s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z]     --- PASS: TestDispatch/COPY_url (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestAddScratchImageAddsToMounts
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestAddFromScratchPopulatesPlatform
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestImageSourceGetAddsToMounts
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestEmptyDockerfile
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestEmptyDockerfile (0.01s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestSymlinkDockerfile
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestSymlinkDockerfile (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDockerfileOutsideTheBuildContext
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestNonExistingDockerfile
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestNonExistingDockerfile (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestCopyRunConfig
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestCopyRunConfig (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestDeepCopyRunConfig
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestDeepCopyRunConfig (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestExportImage
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestExportImage (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] === RUN   TestNormalizeDest
23:38:41 [2022-10-04T23:38:41.591Z] --- PASS: TestNormalizeDest (0.00s)
23:38:41 [2022-10-04T23:38:41.591Z] PASS
23:38:41 [2022-10-04T23:38:41.591Z] coverage: 46.8% of statements
23:38:41 [2022-10-04T23:38:41.591Z] ok  	github.com/docker/docker/builder/dockerfile	0.371s	coverage: 46.8% of statements
23:38:41 [2022-10-04T23:38:41.591Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
23:38:42 [2022-10-04T23:38:42.793Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
23:38:42 [2022-10-04T23:38:42.902Z] 2022/10/04 23:38:42 	Finished clone google.golang.org/grpc
23:38:42 [2022-10-04T23:38:42.902Z] 2022/10/04 23:38:42 	Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20
23:38:43 [2022-10-04T23:38:43.161Z]     plugin_test.go:62: [d9fabebfef924] joining swarm manager [d6f2106a60e20]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:38:43 [2022-10-04T23:38:43.162Z] 2022/10/04 23:38:42 	Finished clone github.com/opencontainers/runc
23:38:43 [2022-10-04T23:38:43.162Z] 2022/10/04 23:38:42 	Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20
23:38:44 [2022-10-04T23:38:44.097Z]     plugin_test.go:65: [d41aeaea830e0] joining swarm manager [d6f2106a60e20]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:38:45 [2022-10-04T23:38:45.076Z] 2022/10/04 23:38:44 	Finished clone github.com/fernet/fernet-go
23:38:45 [2022-10-04T23:38:45.076Z] 2022/10/04 23:38:44 	Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20
23:38:45 [2022-10-04T23:38:45.321Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
23:38:45 [2022-10-04T23:38:45.579Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
23:38:46 [2022-10-04T23:38:46.462Z] 2022/10/04 23:38:46 	Finished clone github.com/docker/distribution
23:38:46 [2022-10-04T23:38:46.462Z] 2022/10/04 23:38:46 	Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20
23:38:46 [2022-10-04T23:38:46.513Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
23:38:46 [2022-10-04T23:38:46.624Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
23:38:46 [2022-10-04T23:38:46.772Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
23:38:47 [2022-10-04T23:38:47.405Z] 2022/10/04 23:38:47 	Finished clone github.com/Microsoft/hcsshim
23:38:47 [2022-10-04T23:38:47.405Z] 2022/10/04 23:38:47 	Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20
23:38:48 [2022-10-04T23:38:48.150Z]     check_test.go:309: [dfc7c0ebd2267] daemon is not started
23:38:48 [2022-10-04T23:38:48.150Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
23:38:49 [2022-10-04T23:38:49.320Z] 2022/10/04 23:38:48 	Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20
23:38:49 [2022-10-04T23:38:49.320Z] 2022/10/04 23:38:48 	Finished clone github.com/cilium/ebpf
23:38:49 [2022-10-04T23:38:49.320Z] 2022/10/04 23:38:49 	Finished clone github.com/moby/buildkit
23:38:49 [2022-10-04T23:38:49.320Z] 2022/10/04 23:38:49 	Clone https://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20
23:38:49 [2022-10-04T23:38:49.320Z] 2022/10/04 23:38:49 	Finished clone github.com/golang/protobuf
23:38:49 [2022-10-04T23:38:49.320Z] 2022/10/04 23:38:49 	Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20
23:38:49 [2022-10-04T23:38:49.320Z] 2022/10/04 23:38:49 	Finished clone golang.org/x/time
23:38:49 [2022-10-04T23:38:49.320Z] 2022/10/04 23:38:49 	Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20
23:38:50 [2022-10-04T23:38:50.051Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
23:38:50 [2022-10-04T23:38:50.308Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
23:38:50 [2022-10-04T23:38:50.566Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
23:38:51 [2022-10-04T23:38:51.234Z] 2022/10/04 23:38:50 	Finished clone github.com/hashicorp/go-memdb
23:38:51 [2022-10-04T23:38:51.234Z] 2022/10/04 23:38:50 	Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20
23:38:51 [2022-10-04T23:38:51.234Z] 2022/10/04 23:38:50 	Finished clone github.com/hashicorp/go-immutable-radix
23:38:51 [2022-10-04T23:38:51.234Z] 2022/10/04 23:38:50 	Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20
23:38:51 [2022-10-04T23:38:51.234Z] 2022/10/04 23:38:50 	Finished clone github.com/hashicorp/golang-lru
23:38:51 [2022-10-04T23:38:51.234Z] 2022/10/04 23:38:50 	Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20
23:38:51 [2022-10-04T23:38:51.234Z] 2022/10/04 23:38:50 	Finished clone github.com/coreos/pkg
23:38:51 [2022-10-04T23:38:51.234Z] 2022/10/04 23:38:50 	Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20
23:38:51 [2022-10-04T23:38:51.501Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
23:38:51 [2022-10-04T23:38:51.760Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
23:38:52 [2022-10-04T23:38:52.326Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestCheckpointCreateError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestCheckpointCreateError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestCheckpointCreate
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestCheckpointCreate (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestCheckpointDeleteError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestCheckpointDeleteError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestCheckpointDelete
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestCheckpointDelete (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestCheckpointListError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestCheckpointListError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestCheckpointList
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestCheckpointList (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestCheckpointListContainerNotFound
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestNewClientWithOpsFromEnv
23:38:52 [2022-10-04T23:38:52.440Z]     client_test.go:23: runtime.GOOS == "windows"
23:38:52 [2022-10-04T23:38:52.440Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestGetAPIPath
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestGetAPIPath (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestParseHostURL
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestParseHostURL (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestNegotiateAPIVersionEmpty
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestNegotiateAPIVersion
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestNegotiateAPIVersion (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestNegotiateAPVersionOverride
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestNegotiateAPIVersionAutomatic
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestClientRedirect
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestClientRedirect (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigCreateUnsupported
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigCreateUnsupported (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigCreateError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigCreateError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigCreate
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigCreate (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigInspectNotFound
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigInspectNotFound (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigInspectWithEmptyID
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigInspectUnsupported
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigInspectUnsupported (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigInspectError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigInspectError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigInspectConfigNotFound
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigInspect
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigInspect (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigListUnsupported
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigListUnsupported (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigListError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigListError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigList
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigList (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigRemoveUnsupported
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigRemoveError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigRemoveError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigRemove
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigRemove (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigUpdateUnsupported
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigUpdateError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigUpdateError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestConfigUpdate
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestConfigUpdate (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerCommitError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerCommitError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerCommit
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerCommit (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerStatPathError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerStatPathError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerStatPathNotFoundError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerStatPathNoHeaderError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerStatPath
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerStatPath (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestCopyToContainerError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestCopyToContainerError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestCopyToContainerNotFoundError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestCopyToContainerNotStatusOKError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestCopyToContainer
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestCopyToContainer (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestCopyFromContainerError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestCopyFromContainerError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestCopyFromContainerNotFoundError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestCopyFromContainerNotStatusOKError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestCopyFromContainerNoHeaderError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestCopyFromContainer
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestCopyFromContainer (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerCreateError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerCreateError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerCreateImageNotFound
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerCreateWithName
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerCreateWithName (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerCreateAutoRemove
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerDiffError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerDiffError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerDiff
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerDiff (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerExecCreateError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerExecCreateError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerExecCreate
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerExecCreate (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerExecStartError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerExecStartError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerExecStart
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerExecStart (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerExecInspectError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerExecInspectError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerExecInspect
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerExecInspect (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerExportError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerExportError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerExport
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerExport (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerInspectError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerInspectError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerInspectContainerNotFound
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerInspectWithEmptyID
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerInspect
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerInspect (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerInspectNode
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerInspectNode (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerKillError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerKillError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerKill
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerKill (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerListError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerListError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerList
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerList (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerLogsNotFoundError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerLogsError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerLogsError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerLogs
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerLogs (0.17s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerPauseError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerPauseError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerPause
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerPause (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainersPruneError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainersPruneError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainersPrune
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainersPrune (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerRemoveError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerRemoveError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerRemoveNotFoundError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerRemove
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerRemove (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerRenameError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerRenameError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerRename
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerRename (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerResizeError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerResizeError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerExecResizeError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerExecResizeError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerResize
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerResize (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerExecResize
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerExecResize (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerRestartError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerRestartError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerRestart
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerRestart (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerStartError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerStartError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerStart
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerStart (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerStatsError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerStatsError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerStats
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerStats (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerStopError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerStopError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerStop
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerStop (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerTopError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerTopError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerTop
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerTop (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerUnpauseError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerUnpauseError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerUnpause
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerUnpause (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerUpdateError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerUpdateError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerUpdate
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerUpdate (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerWaitError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerWaitError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestContainerWait
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestContainerWait (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestDiskUsageError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestDiskUsageError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestDiskUsage
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestDiskUsage (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestDistributionInspectUnsupported
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestDistributionInspectWithEmptyID
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestEventsErrorInOptions
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestEventsErrorInOptions (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestEventsErrorFromServer
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestEventsErrorFromServer (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestEvents
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestEvents (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestTLSCloseWriter
23:38:52 [2022-10-04T23:38:52.440Z] === PAUSE TestTLSCloseWriter
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImageBuildError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImageBuildError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImageBuild
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImageBuild (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestGetDockerOS
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestGetDockerOS (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImageCreateError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImageCreateError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImageCreate
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImageCreate (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImageHistoryError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImageHistoryError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImageHistory
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImageHistory (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImageImportError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImageImportError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImageImport
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImageImport (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImageInspectError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImageInspectError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImageInspectImageNotFound
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImageInspectImageNotFound (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImageInspectWithEmptyID
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImageInspect
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImageInspect (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImageListError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImageListError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImageList
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImageList (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImageListApiBefore125
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImageListApiBefore125 (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImageLoadError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImageLoadError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImageLoad
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImageLoad (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImagesPruneError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImagesPruneError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImagesPrune
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImagesPrune (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImagePullReferenceParseError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImagePullReferenceParseError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImagePullAnyError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImagePullAnyError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImagePullStatusUnauthorizedError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImagePullWithPrivilegedFuncNoError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImagePullWithoutErrors
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImagePullWithoutErrors (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImagePushReferenceError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImagePushReferenceError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImagePushAnyError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImagePushAnyError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImagePushStatusUnauthorizedError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImagePushWithPrivilegedFuncNoError
23:38:52 [2022-10-04T23:38:52.440Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImagePushWithoutErrors
23:38:52 [2022-10-04T23:38:52.440Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestImagePushWithoutErrors (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImageRemoveError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestImageRemoveError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImageRemoveImageNotFound
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImageRemove
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestImageRemove (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImageSaveError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestImageSaveError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImageSave
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestImageSave (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImageSearchAnyError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestImageSearchAnyError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImageSearchStatusUnauthorizedError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImageSearchWithoutErrors
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImageTagError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestImageTagError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImageTagInvalidReference
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestImageTagInvalidReference (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImageTagInvalidSourceImageName
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImageTagHexSource
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestImageTagHexSource (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestImageTag
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestImageTag (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestInfoServerError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestInfoServerError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestInfoInvalidResponseJSONError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestInfo
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestInfo (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNetworkConnectError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNetworkConnectError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNetworkConnect
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNetworkConnect (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNetworkCreateError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNetworkCreateError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNetworkCreate
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNetworkCreate (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNetworkDisconnectError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNetworkDisconnectError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNetworkDisconnect
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNetworkDisconnect (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNetworkInspectError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNetworkInspectError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNetworkInspectNotFoundError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNetworkInspectWithEmptyID
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNetworkInspect
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNetworkInspect (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNetworkListError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNetworkListError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNetworkList
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNetworkList (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNetworksPruneError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNetworksPruneError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNetworksPrune
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNetworksPrune (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNetworkRemoveError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNetworkRemoveError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNetworkRemove
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNetworkRemove (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNodeInspectError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNodeInspectError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNodeInspectNodeNotFound
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNodeInspectWithEmptyID
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNodeInspect
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNodeInspect (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNodeListError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNodeListError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNodeList
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNodeList (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNodeRemoveError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNodeRemoveError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNodeRemove
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNodeRemove (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNodeUpdateError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNodeUpdateError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestNodeUpdate
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestNodeUpdate (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestOptionWithTimeout
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestOptionWithTimeout (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPingFail
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPingFail (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPingWithError
23:38:52 [2022-10-04T23:38:52.441Z] 2022/10/04 23:38:51 RoundTripper returned a response & error; ignoring response
23:38:52 [2022-10-04T23:38:52.441Z] 2022/10/04 23:38:51 RoundTripper returned a response & error; ignoring response
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPingWithError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPingSuccess
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPingSuccess (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPingHeadFallback
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPingHeadFallback/OK
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPingHeadFallback/Internal_Server_Error
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPingHeadFallback/Not_Found
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPingHeadFallback (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPluginDisableError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPluginDisableError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPluginDisable
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPluginDisable (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPluginEnableError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPluginEnableError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPluginEnable
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPluginEnable (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPluginInspectError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPluginInspectError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPluginInspectWithEmptyID
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPluginInspect
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPluginInspect (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPluginListError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPluginListError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPluginList
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPluginList (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPluginPushError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPluginPushError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPluginPush
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPluginPush (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPluginRemoveError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPluginRemoveError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPluginRemove
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPluginRemove (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPluginSetError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPluginSetError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPluginSet
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPluginSet (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSetHostHeader
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSetHostHeader (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestPlainTextError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestPlainTextError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestInfiniteError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestInfiniteError (0.02s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSecretCreateUnsupported
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSecretCreateUnsupported (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSecretCreateError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSecretCreateError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSecretCreate
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSecretCreate (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSecretInspectUnsupported
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSecretInspectUnsupported (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSecretInspectError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSecretInspectError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSecretInspectSecretNotFound
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSecretInspectWithEmptyID
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSecretInspect
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSecretInspect (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSecretListUnsupported
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSecretListUnsupported (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSecretListError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSecretListError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSecretList
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSecretList (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSecretRemoveUnsupported
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSecretRemoveError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSecretRemoveError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSecretRemove
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSecretRemove (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSecretUpdateUnsupported
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSecretUpdateError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSecretUpdateError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSecretUpdate
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSecretUpdate (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestServiceCreateError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestServiceCreateError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestServiceCreate
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestServiceCreate (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestServiceCreateCompatiblePlatforms
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestServiceCreateDigestPinning
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestServiceInspectError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestServiceInspectError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestServiceInspectServiceNotFound
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestServiceInspectWithEmptyID
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestServiceInspect
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestServiceInspect (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestServiceListError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestServiceListError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestServiceList
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestServiceList (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestServiceLogsError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestServiceLogsError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestServiceLogs
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestServiceLogs (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestServiceRemoveError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestServiceRemoveError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestServiceRemoveNotFoundError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestServiceRemove
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestServiceRemove (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestServiceUpdateError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestServiceUpdateError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestServiceUpdate
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestServiceUpdate (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSwarmGetUnlockKeyError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSwarmGetUnlockKey
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSwarmInitError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSwarmInitError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSwarmInit
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSwarmInit (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSwarmInspectError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSwarmInspectError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSwarmInspect
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSwarmInspect (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSwarmJoinError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSwarmJoinError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSwarmJoin
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSwarmJoin (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSwarmLeaveError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSwarmLeaveError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSwarmLeave
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSwarmLeave (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSwarmUnlockError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSwarmUnlockError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSwarmUnlock
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSwarmUnlock (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSwarmUpdateError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSwarmUpdateError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestSwarmUpdate
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestSwarmUpdate (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestTaskInspectError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestTaskInspectError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestTaskInspectWithEmptyID
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestTaskInspect
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestTaskInspect (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestTaskListError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestTaskListError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestTaskList
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestTaskList (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestVolumeCreateError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestVolumeCreateError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestVolumeCreate
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestVolumeCreate (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestVolumeInspectError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestVolumeInspectError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestVolumeInspectNotFound
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestVolumeInspectNotFound (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestVolumeInspectWithEmptyID
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestVolumeInspect
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestVolumeInspect (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestVolumeListError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestVolumeListError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestVolumeList
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestVolumeList (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestVolumeRemoveError
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestVolumeRemoveError (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === RUN   TestVolumeRemove
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestVolumeRemove (0.00s)
23:38:52 [2022-10-04T23:38:52.441Z] === CONT  TestTLSCloseWriter
23:38:52 [2022-10-04T23:38:52.441Z] --- PASS: TestTLSCloseWriter (0.01s)
23:38:52 [2022-10-04T23:38:52.441Z] PASS
23:38:52 [2022-10-04T23:38:52.441Z] coverage: 74.9% of statements
23:38:52 [2022-10-04T23:38:52.441Z] ok  	github.com/docker/docker/client	0.345s	coverage: 74.9% of statements
23:38:52 [2022-10-04T23:38:52.621Z] 2022/10/04 23:38:52 	Finished clone github.com/beorn7/perks
23:38:52 [2022-10-04T23:38:52.621Z] 2022/10/04 23:38:52 	Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20
23:38:52 [2022-10-04T23:38:52.881Z] 2022/10/04 23:38:52 	Finished clone github.com/prometheus/client_model
23:38:52 [2022-10-04T23:38:52.882Z] 2022/10/04 23:38:52 	Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20
23:38:53 [2022-10-04T23:38:53.155Z] --- PASS: TestServiceUpdatePidsLimit (16.02s)
23:38:53 [2022-10-04T23:38:53.155Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
23:38:53 [2022-10-04T23:38:53.155Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
23:38:53 [2022-10-04T23:38:53.155Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
23:38:53 [2022-10-04T23:38:53.155Z] PASS
23:38:53 [2022-10-04T23:38:53.155Z] 
23:38:53 [2022-10-04T23:38:53.155Z] === Skipped
23:38:53 [2022-10-04T23:38:53.155Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
23:38:53 [2022-10-04T23:38:53.155Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:38:53 [2022-10-04T23:38:53.155Z] 
23:38:53 [2022-10-04T23:38:53.155Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
23:38:53 [2022-10-04T23:38:53.155Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
23:38:53 [2022-10-04T23:38:53.155Z] 
23:38:53 [2022-10-04T23:38:53.155Z] DONE 27 tests, 2 skipped in 149.782s
23:38:53 [2022-10-04T23:38:53.155Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
23:38:53 [2022-10-04T23:38:53.155Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
23:38:53 [2022-10-04T23:38:53.155Z] ++ set -e
23:38:53 [2022-10-04T23:38:53.155Z] ++ '[' -n 0 ']'
23:38:53 [2022-10-04T23:38:53.155Z] ++ set -x
23:38:53 [2022-10-04T23:38:53.156Z] ++ 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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
23:38:53 [2022-10-04T23:38:53.156Z] INFO: Testing against a local daemon
23:38:53 [2022-10-04T23:38:53.156Z] === RUN   TestSessionCreate
23:38:53 [2022-10-04T23:38:53.156Z] --- PASS: TestSessionCreate (0.02s)
23:38:53 [2022-10-04T23:38:53.156Z] === RUN   TestSessionCreateWithBadUpgrade
23:38:53 [2022-10-04T23:38:53.156Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
23:38:53 [2022-10-04T23:38:53.156Z] PASS
23:38:53 [2022-10-04T23:38:53.156Z] 
23:38:53 [2022-10-04T23:38:53.156Z] DONE 2 tests in 0.140s
23:38:53 [2022-10-04T23:38:53.156Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
23:38:53 [2022-10-04T23:38:53.156Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
23:38:53 [2022-10-04T23:38:53.156Z] ++ set -e
23:38:53 [2022-10-04T23:38:53.156Z] ++ '[' -n 0 ']'
23:38:53 [2022-10-04T23:38:53.156Z] ++ set -x
23:38:53 [2022-10-04T23:38:53.156Z] ++ 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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
23:38:53 [2022-10-04T23:38:53.156Z] INFO: Testing against a local daemon
23:38:53 [2022-10-04T23:38:53.156Z] === RUN   TestCgroupDriverSystemdMemoryLimit
23:38:53 [2022-10-04T23:38:53.156Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
23:38:53 [2022-10-04T23:38:53.156Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
23:38:53 [2022-10-04T23:38:53.156Z] === RUN   TestEventsExecDie
23:38:53 [2022-10-04T23:38:53.260Z] === RUN   TestDockerSuite/TestBuildDockerignore
23:38:53 [2022-10-04T23:38:53.412Z] --- PASS: TestEventsExecDie (0.50s)
23:38:53 [2022-10-04T23:38:53.412Z] === RUN   TestEventsBackwardsCompatible
23:38:53 [2022-10-04T23:38:53.412Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
23:38:53 [2022-10-04T23:38:53.412Z] === RUN   TestInfoBinaryCommits
23:38:53 [2022-10-04T23:38:53.412Z] --- PASS: TestInfoBinaryCommits (0.02s)
23:38:53 [2022-10-04T23:38:53.412Z] === RUN   TestInfoAPIVersioned
23:38:53 [2022-10-04T23:38:53.412Z] --- PASS: TestInfoAPIVersioned (0.01s)
23:38:53 [2022-10-04T23:38:53.412Z] === RUN   TestInfoDiscoveryBackend
23:38:53 [2022-10-04T23:38:53.454Z] 2022/10/04 23:38:53 	Finished clone golang.org/x/crypto
23:38:53 [2022-10-04T23:38:53.454Z] 2022/10/04 23:38:53 	Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20
23:38:53 [2022-10-04T23:38:53.973Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
23:38:53 [2022-10-04T23:38:53.973Z] === RUN   TestInfoDiscoveryInvalidAdvertise
23:38:55 [2022-10-04T23:38:55.337Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
23:38:55 [2022-10-04T23:38:55.337Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
23:38:55 [2022-10-04T23:38:55.367Z] 2022/10/04 23:38:55 	Finished clone github.com/matttproud/golang_protobuf_extensions
23:38:55 [2022-10-04T23:38:55.367Z] 2022/10/04 23:38:55 	Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20
23:38:55 [2022-10-04T23:38:55.592Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
23:38:55 [2022-10-04T23:38:55.592Z] === RUN   TestInfoAPI
23:38:55 [2022-10-04T23:38:55.592Z] --- PASS: TestInfoAPI (0.02s)
23:38:55 [2022-10-04T23:38:55.592Z] === RUN   TestInfoAPIWarnings
23:38:55 [2022-10-04T23:38:55.938Z] 2022/10/04 23:38:55 	Finished clone github.com/prometheus/client_golang
23:38:55 [2022-10-04T23:38:55.938Z] 2022/10/04 23:38:55 	Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20
23:38:56 [2022-10-04T23:38:56.199Z] 2022/10/04 23:38:56 	Finished clone github.com/prometheus/common
23:38:56 [2022-10-04T23:38:56.460Z] 2022/10/04 23:38:56 	Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20
23:38:56 [2022-10-04T23:38:56.721Z] 2022/10/04 23:38:56 	Finished clone github.com/pkg/errors
23:38:56 [2022-10-04T23:38:56.721Z] 2022/10/04 23:38:56 	Clone github.com/spf13/cobra, revision 86f8bfd7fef868a174e1b606783bd7f5c82ddf8f, attempt 1/20
23:38:56 [2022-10-04T23:38:56.721Z] 2022/10/04 23:38:56 	Finished clone github.com/prometheus/procfs
23:38:56 [2022-10-04T23:38:56.721Z] 2022/10/04 23:38:56 	Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20
23:38:57 [2022-10-04T23:38:57.292Z] 2022/10/04 23:38:57 	Finished clone code.cloudfoundry.org/clock
23:38:57 [2022-10-04T23:38:57.292Z] 2022/10/04 23:38:57 	Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20
23:38:57 [2022-10-04T23:38:57.449Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
23:38:57 [2022-10-04T23:38:57.569Z] 2022/10/04 23:38:57 	Finished clone github.com/grpc-ecosystem/go-grpc-prometheus
23:38:57 [2022-10-04T23:38:57.569Z] 2022/10/04 23:38:57 	Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20
23:38:58 [2022-10-04T23:38:58.153Z] 2022/10/04 23:38:58 	Finished clone github.com/cespare/xxhash/v2
23:38:58 [2022-10-04T23:38:58.153Z] 2022/10/04 23:38:58 	Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20
23:38:58 [2022-10-04T23:38:58.724Z] 2022/10/04 23:38:58 	Finished clone github.com/spf13/pflag
23:38:58 [2022-10-04T23:38:58.724Z] 2022/10/04 23:38:58 	Clone github.com/opencontainers/selinux, revision 2f45b3796d18f1ab4c9fc0c888a98d0a0fd6e429, attempt 1/20
23:38:58 [2022-10-04T23:38:58.724Z] 2022/10/04 23:38:58 	Finished clone github.com/inconshreveable/mousetrap
23:38:58 [2022-10-04T23:38:58.824Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
23:38:59 [2022-10-04T23:38:59.082Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
23:38:59 [2022-10-04T23:38:59.298Z] 2022/10/04 23:38:59 	Finished clone github.com/morikuni/aec
23:38:59 [2022-10-04T23:38:59.648Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
23:38:59 [2022-10-04T23:38:59.649Z]     docker_cli_daemon_test.go:2888: Checking IpcMode private set from config
23:39:00 [2022-10-04T23:39:00.214Z]     docker_cli_daemon_test.go:2888: Checking IpcMode shareable set from config
23:39:00 [2022-10-04T23:39:00.682Z] 2022/10/04 23:39:00 	Finished clone github.com/google/certificate-transparency-go
23:39:00 [2022-10-04T23:39:00.682Z] 2022/10/04 23:39:00 	Finished clone github.com/spf13/cobra
23:39:00 [2022-10-04T23:39:00.780Z]     docker_cli_daemon_test.go:2888: Checking IpcMode host set from config
23:39:01 [2022-10-04T23:39:01.254Z] 2022/10/04 23:39:00 	Finished clone github.com/docker/go-metrics
23:39:01 [2022-10-04T23:39:01.346Z]     docker_cli_daemon_test.go:2888: Checking IpcMode container:123 set from config
23:39:01 [2022-10-04T23:39:01.913Z]     docker_cli_daemon_test.go:2888: Checking IpcMode nosuchmode set from config
23:39:01 [2022-10-04T23:39:01.913Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
23:39:02 [2022-10-04T23:39:02.171Z]     docker_cli_daemon_test.go:2888: Checking IpcMode private set from cli
23:39:02 [2022-10-04T23:39:02.738Z]     docker_cli_daemon_test.go:2888: Checking IpcMode shareable set from cli
23:39:03 [2022-10-04T23:39:03.304Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
23:39:03 [2022-10-04T23:39:03.304Z]     docker_cli_daemon_test.go:2888: Checking IpcMode host set from cli
23:39:03 [2022-10-04T23:39:03.803Z] 2022/10/04 23:39:03 	Finished clone github.com/opencontainers/selinux
23:39:03 [2022-10-04T23:39:03.871Z]     docker_cli_daemon_test.go:2888: Checking IpcMode container:123 set from cli
23:39:04 [2022-10-04T23:39:04.439Z]     docker_cli_daemon_test.go:2888: Checking IpcMode nosuchmode set from cli
23:39:05 [2022-10-04T23:39:05.005Z]     check_test.go:309: [d53f7ec99dcbc] daemon is not started
23:39:05 [2022-10-04T23:39:05.005Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
23:39:05 [2022-10-04T23:39:05.942Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
23:39:05 [2022-10-04T23:39:05.942Z]     check_test.go:309: [d22d4ea730c66] daemon is not started
23:39:05 [2022-10-04T23:39:05.942Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
23:39:06 [2022-10-04T23:39:06.507Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
23:39:07 [2022-10-04T23:39:07.882Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
23:39:10 [2022-10-04T23:39:10.646Z] --- PASS: TestServicePlugin (29.84s)
23:39:10 [2022-10-04T23:39:10.646Z] === RUN   TestServiceUpdateLabel
23:39:10 [2022-10-04T23:39:10.787Z] --- PASS: TestCheckoutGit (32.74s)
23:39:10 [2022-10-04T23:39:10.788Z] === RUN   TestValidGitTransport
23:39:10 [2022-10-04T23:39:10.788Z] --- PASS: TestValidGitTransport (0.00s)
23:39:10 [2022-10-04T23:39:10.788Z] === RUN   TestGitInvalidRef
23:39:11 [2022-10-04T23:39:11.165Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
23:39:11 [2022-10-04T23:39:11.293Z] --- PASS: TestGitInvalidRef (0.24s)
23:39:11 [2022-10-04T23:39:11.293Z] PASS
23:39:11 [2022-10-04T23:39:11.293Z] coverage: 86.3% of statements
23:39:11 [2022-10-04T23:39:11.293Z] ok  	github.com/docker/docker/builder/remotecontext/git	33.052s	coverage: 86.3% of statements
23:39:11 [2022-10-04T23:39:11.424Z]     check_test.go:309: [d497c99fe890a] daemon is not started
23:39:11 [2022-10-04T23:39:11.424Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
23:39:11 [2022-10-04T23:39:11.583Z] --- PASS: TestServiceUpdateLabel (2.16s)
23:39:11 [2022-10-04T23:39:11.583Z] === RUN   TestServiceUpdateSecrets
23:39:11 [2022-10-04T23:39:11.799Z] ?   	github.com/docker/docker/cli	[no test files]
23:39:11 [2022-10-04T23:39:11.799Z] ?   	github.com/docker/docker/cli/config	[no test files]
23:39:12 [2022-10-04T23:39:12.095Z] 2022/10/04 23:39:10 	Finished clone github.com/cloudflare/cfssl
23:39:13 [2022-10-04T23:39:13.628Z] --- PASS: TestInfoAPIWarnings (16.23s)
23:39:13 [2022-10-04T23:39:13.628Z] === RUN   TestInfoDebug
23:39:13 [2022-10-04T23:39:13.628Z] --- PASS: TestInfoDebug (0.52s)
23:39:13 [2022-10-04T23:39:13.628Z] === RUN   TestInfoInsecureRegistries
23:39:13 [2022-10-04T23:39:13.628Z] --- PASS: TestInfoInsecureRegistries (0.52s)
23:39:13 [2022-10-04T23:39:13.628Z] === RUN   TestInfoRegistryMirrors
23:39:13 [2022-10-04T23:39:13.628Z] --- PASS: TestInfoRegistryMirrors (0.52s)
23:39:13 [2022-10-04T23:39:13.628Z] === RUN   TestLoginFailsWithBadCredentials
23:39:13 [2022-10-04T23:39:13.883Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s)
23:39:13 [2022-10-04T23:39:13.883Z] === RUN   TestPingCacheHeaders
23:39:13 [2022-10-04T23:39:13.883Z] --- PASS: TestPingCacheHeaders (0.02s)
23:39:13 [2022-10-04T23:39:13.883Z] === RUN   TestPingGet
23:39:13 [2022-10-04T23:39:13.883Z] --- PASS: TestPingGet (0.01s)
23:39:13 [2022-10-04T23:39:13.883Z] === RUN   TestPingHead
23:39:13 [2022-10-04T23:39:13.883Z] --- PASS: TestPingHead (0.02s)
23:39:13 [2022-10-04T23:39:13.883Z] === RUN   TestVersion
23:39:13 [2022-10-04T23:39:13.883Z] --- PASS: TestVersion (0.02s)
23:39:13 [2022-10-04T23:39:13.883Z] PASS
23:39:13 [2022-10-04T23:39:13.883Z] 
23:39:13 [2022-10-04T23:39:13.883Z] === Skipped
23:39:13 [2022-10-04T23:39:13.883Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
23:39:13 [2022-10-04T23:39:13.883Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
23:39:13 [2022-10-04T23:39:13.883Z] 
23:39:13 [2022-10-04T23:39:13.883Z] DONE 18 tests, 1 skipped in 21.014s
23:39:13 [2022-10-04T23:39:13.883Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
23:39:13 [2022-10-04T23:39:13.883Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
23:39:13 [2022-10-04T23:39:13.883Z] ++ set -e
23:39:13 [2022-10-04T23:39:13.883Z] ++ '[' -n 0 ']'
23:39:13 [2022-10-04T23:39:13.883Z] ++ set -x
23:39:13 [2022-10-04T23:39:13.883Z] ++ 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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
23:39:13 [2022-10-04T23:39:13.883Z] INFO: Testing against a local daemon
23:39:13 [2022-10-04T23:39:13.883Z] === RUN   TestVolumesCreateAndList
23:39:13 [2022-10-04T23:39:13.883Z] --- PASS: TestVolumesCreateAndList (0.02s)
23:39:13 [2022-10-04T23:39:13.883Z] === RUN   TestVolumesRemove
23:39:14 [2022-10-04T23:39:14.139Z] --- PASS: TestVolumesRemove (0.07s)
23:39:14 [2022-10-04T23:39:14.139Z] === RUN   TestVolumesInspect
23:39:14 [2022-10-04T23:39:14.139Z] --- PASS: TestVolumesInspect (0.02s)
23:39:14 [2022-10-04T23:39:14.139Z] === RUN   TestVolumesInvalidJSON
23:39:14 [2022-10-04T23:39:14.139Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:39:14 [2022-10-04T23:39:14.139Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:39:14 [2022-10-04T23:39:14.139Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:39:14 [2022-10-04T23:39:14.139Z] --- PASS: TestVolumesInvalidJSON (0.01s)
23:39:14 [2022-10-04T23:39:14.139Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:39:14 [2022-10-04T23:39:14.139Z] PASS
23:39:14 [2022-10-04T23:39:14.139Z] 
23:39:14 [2022-10-04T23:39:14.139Z] DONE 5 tests in 0.213s
23:39:14 [2022-10-04T23:39:14.139Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
23:39:14 [2022-10-04T23:39:14.139Z] ++++ cat bundles/test-integration/docker.pid
23:39:14 [2022-10-04T23:39:14.139Z] +++ kill 12458
23:39:14 [2022-10-04T23:39:14.708Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
23:39:15 [2022-10-04T23:39:15.502Z] +++ /etc/init.d/apparmor stop
23:39:15 [2022-10-04T23:39:15.502Z] Leaving: AppArmorNo profiles have been unloaded.
23:39:15 [2022-10-04T23:39:15.502Z] 
23:39:15 [2022-10-04T23:39:15.502Z] Unloading profiles will leave already running processes permanently
23:39:15 [2022-10-04T23:39:15.502Z] unconfined, which can lead to unexpected situations.
23:39:15 [2022-10-04T23:39:15.502Z] 
23:39:15 [2022-10-04T23:39:15.502Z] To set a process to complain mode, use the command line tool
23:39:15 [2022-10-04T23:39:15.502Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
23:39:15 [2022-10-04T23:39:15.502Z] +++ true
23:39:15 [2022-10-04T23:39:15.502Z] exiting test-integration
23:39:15 [2022-10-04T23:39:15.502Z] ++ exit 0
23:39:15 [2022-10-04T23:39:15.502Z] 
Post stage
[Pipeline] junit
23:39:16 [2022-10-04T23:39:16.073Z] Recording test results
23:39:16 [2022-10-04T23:39:16.082Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
23:39:16 [2022-10-04T23:39:16.082Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
23:39:16 [2022-10-04T23:39:16.245Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
23:39:16 [2022-10-04T23:39:16.566Z] + echo Ensuring container killed.
23:39:16 [2022-10-04T23:39:16.567Z] Ensuring container killed.
23:39:16 [2022-10-04T23:39:16.567Z] + docker rm -vf docker-pr5
23:39:16 [2022-10-04T23:39:16.567Z] Error response from daemon: No such container: docker-pr5
[Pipeline] sh
23:39:16 [2022-10-04T23:39:16.884Z] + echo Chowning /workspace to jenkins user
23:39:16 [2022-10-04T23:39:16.884Z] Chowning /workspace to jenkins user
23:39:16 [2022-10-04T23:39:16.884Z] + id -u
23:39:16 [2022-10-04T23:39:16.884Z] + id -g
23:39:16 [2022-10-04T23:39:16.884Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44247:/workspace busybox chown -R 1000:1000 /workspace
23:39:16 [2022-10-04T23:39:16.884Z] Unable to find image 'busybox:latest' locally
23:39:17 [2022-10-04T23:39:17.017Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
23:39:17 [2022-10-04T23:39:17.140Z] latest: Pulling from library/busybox
23:39:17 [2022-10-04T23:39:17.140Z] 89485c9dae0b: Pulling fs layer
23:39:17 [2022-10-04T23:39:17.140Z] 89485c9dae0b: Verifying Checksum
23:39:17 [2022-10-04T23:39:17.140Z] 89485c9dae0b: Download complete
23:39:17 [2022-10-04T23:39:17.140Z] 89485c9dae0b: Pull complete
23:39:17 [2022-10-04T23:39:17.140Z] Digest: sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698
23:39:17 [2022-10-04T23:39:17.140Z] Status: Downloaded newer image for busybox:latest
23:39:17 [2022-10-04T23:39:17.276Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
23:39:17 [2022-10-04T23:39:17.382Z] 2022/10/04 23:39:16 	Finished clone github.com/containerd/containerd
23:39:17 [2022-10-04T23:39:17.970Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
23:39:17 [2022-10-04T23:39:17.970Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
23:39:17 [2022-10-04T23:39:17.970Z] === RUN   TestLoadDaemonCliConfigWithTLS
23:39:17 [2022-10-04T23:39:17.970Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
23:39:17 [2022-10-04T23:39:17.970Z] === RUN   TestLoadDaemonCliConfigWithConflicts
23:39:17 [2022-10-04T23:39:17.970Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
23:39:17 [2022-10-04T23:39:17.970Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
23:39:17 [2022-10-04T23:39:17.970Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
23:39:17 [2022-10-04T23:39:17.970Z] === RUN   TestLoadDaemonCliWithConflictingLabels
23:39:17 [2022-10-04T23:39:17.970Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
23:39:17 [2022-10-04T23:39:17.970Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
23:39:17 [2022-10-04T23:39:17.970Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
23:39:17 [2022-10-04T23:39:17.970Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
23:39:17 [2022-10-04T23:39:17.970Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s)
23:39:17 [2022-10-04T23:39:17.970Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
23:39:17 [2022-10-04T23:39:17.970Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
23:39:17 [2022-10-04T23:39:17.970Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
23:39:17 [2022-10-04T23:39:17.970Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
23:39:17 [2022-10-04T23:39:17.970Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
23:39:17 [2022-10-04T23:39:17.970Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
23:39:17 [2022-10-04T23:39:17.970Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
23:39:17 [2022-10-04T23:39:17.970Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
23:39:17 [2022-10-04T23:39:17.970Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
23:39:17 [2022-10-04T23:39:17.970Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
23:39:17 [2022-10-04T23:39:17.970Z] === RUN   TestConfigureDaemonLogs
23:39:17 [2022-10-04T23:39:17.970Z] --- PASS: TestConfigureDaemonLogs (0.00s)
23:39:17 [2022-10-04T23:39:17.970Z] === RUN   TestCommonOptionsInstallFlags
23:39:17 [2022-10-04T23:39:17.970Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
23:39:17 [2022-10-04T23:39:17.970Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
23:39:17 [2022-10-04T23:39:17.970Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
23:39:17 [2022-10-04T23:39:17.970Z] PASS
23:39:17 [2022-10-04T23:39:17.970Z] coverage: 18.4% of statements
23:39:17 [2022-10-04T23:39:17.970Z] ok  	github.com/docker/docker/cmd/dockerd	0.187s	coverage: 18.4% of statements
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
23:39:18 [2022-10-04T23:39:18.839Z] + bundleName=arm64-integration
23:39:18 [2022-10-04T23:39:18.839Z] + echo Creating arm64-integration-bundles.tar.gz
23:39:18 [2022-10-04T23:39:18.839Z] Creating arm64-integration-bundles.tar.gz
23:39:18 [2022-10-04T23:39:18.839Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
23:39:18 [2022-10-04T23:39:18.839Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
23:39:18 [2022-10-04T23:39:18.848Z] Archiving artifacts
23:39:19 [2022-10-04T23:39:19.032Z] === RUN   TestContainerStopSignal
23:39:19 [2022-10-04T23:39:19.032Z] --- PASS: TestContainerStopSignal (0.00s)
23:39:19 [2022-10-04T23:39:19.032Z] === RUN   TestContainerStopTimeout
23:39:19 [2022-10-04T23:39:19.032Z] --- PASS: TestContainerStopTimeout (0.00s)
23:39:19 [2022-10-04T23:39:19.032Z] === RUN   TestContainerSecretReferenceDestTarget
23:39:19 [2022-10-04T23:39:19.032Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
23:39:19 [2022-10-04T23:39:19.032Z] === RUN   TestContainerLogPathSetForJSONFileLogger
23:39:19 [2022-10-04T23:39:19.032Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
23:39:19 [2022-10-04T23:39:19.032Z] === RUN   TestContainerLogPathSetForRingLogger
23:39:19 [2022-10-04T23:39:19.032Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
23:39:19 [2022-10-04T23:39:19.032Z] === RUN   TestReplaceAndAppendEnvVars
23:39:19 [2022-10-04T23:39:19.032Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
23:39:19 [2022-10-04T23:39:19.032Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
23:39:19 [2022-10-04T23:39:19.032Z] === RUN   TestNewMemoryStore
23:39:19 [2022-10-04T23:39:19.032Z] --- PASS: TestNewMemoryStore (0.00s)
23:39:19 [2022-10-04T23:39:19.032Z] === RUN   TestAddContainers
23:39:19 [2022-10-04T23:39:19.032Z] --- PASS: TestAddContainers (0.00s)
23:39:19 [2022-10-04T23:39:19.032Z] === RUN   TestGetContainer
23:39:19 [2022-10-04T23:39:19.032Z] --- PASS: TestGetContainer (0.00s)
23:39:19 [2022-10-04T23:39:19.032Z] === RUN   TestDeleteContainer
23:39:19 [2022-10-04T23:39:19.032Z] --- PASS: TestDeleteContainer (0.00s)
23:39:19 [2022-10-04T23:39:19.032Z] === RUN   TestListContainers
23:39:19 [2022-10-04T23:39:19.032Z] --- PASS: TestListContainers (0.00s)
23:39:19 [2022-10-04T23:39:19.032Z] === RUN   TestFirstContainer
23:39:19 [2022-10-04T23:39:19.032Z] --- PASS: TestFirstContainer (0.00s)
23:39:19 [2022-10-04T23:39:19.032Z] === RUN   TestApplyAllContainer
23:39:19 [2022-10-04T23:39:19.032Z] --- PASS: TestApplyAllContainer (0.00s)
23:39:19 [2022-10-04T23:39:19.032Z] === RUN   TestIsValidHealthString
23:39:19 [2022-10-04T23:39:19.032Z] --- PASS: TestIsValidHealthString (0.00s)
23:39:19 [2022-10-04T23:39:19.032Z] === RUN   TestStateRunStop
23:39:19 [2022-10-04T23:39:19.032Z] --- PASS: TestStateRunStop (0.00s)
23:39:19 [2022-10-04T23:39:19.032Z] === RUN   TestStateTimeoutWait
23:39:19 [2022-10-04T23:39:19.296Z] 2022/10/04 23:39:19 	Finished clone github.com/coreos/etcd
23:39:19 [2022-10-04T23:39:19.538Z]     state_test.go:141: Stop callback fired
23:39:19 [2022-10-04T23:39:19.539Z]     state_test.go:165: Stop callback fired
23:39:19 [2022-10-04T23:39:19.539Z] --- PASS: TestStateTimeoutWait (0.10s)
23:39:19 [2022-10-04T23:39:19.539Z] === RUN   TestIsValidStateString
23:39:19 [2022-10-04T23:39:19.539Z] --- PASS: TestIsValidStateString (0.00s)
23:39:19 [2022-10-04T23:39:19.539Z] === RUN   TestViewSaveDelete
23:39:19 [2022-10-04T23:39:19.539Z] --- PASS: TestViewSaveDelete (0.01s)
23:39:19 [2022-10-04T23:39:19.539Z] === RUN   TestViewAll
23:39:19 [2022-10-04T23:39:19.539Z] --- PASS: TestViewAll (0.01s)
23:39:19 [2022-10-04T23:39:19.539Z] === RUN   TestViewGet
23:39:19 [2022-10-04T23:39:19.539Z] --- PASS: TestViewGet (0.01s)
23:39:19 [2022-10-04T23:39:19.539Z] === RUN   TestNames
23:39:19 [2022-10-04T23:39:19.539Z] --- PASS: TestNames (0.00s)
23:39:19 [2022-10-04T23:39:19.539Z] === RUN   TestViewWithHealthCheck
23:39:19 [2022-10-04T23:39:19.539Z] --- PASS: TestViewWithHealthCheck (0.01s)
23:39:19 [2022-10-04T23:39:19.539Z] PASS
23:39:19 [2022-10-04T23:39:19.539Z] coverage: 41.4% of statements
23:39:19 [2022-10-04T23:39:19.539Z] ok  	github.com/docker/docker/container	0.242s	coverage: 41.4% of statements
23:39:19 [2022-10-04T23:39:19.539Z] ?   	github.com/docker/docker/container/stream	[no test files]
23:39:19 [2022-10-04T23:39:19.539Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
23:39:19 [2022-10-04T23:39:19.539Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
23:39:19 [2022-10-04T23:39:19.539Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
23:39:19 [2022-10-04T23:39:19.806Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
23:39:20 [2022-10-04T23:39:20.045Z] === RUN   TestPrepare
23:39:20 [2022-10-04T23:39:20.045Z] --- PASS: TestPrepare (0.00s)
23:39:20 [2022-10-04T23:39:20.045Z] === RUN   TestStart
23:39:20 [2022-10-04T23:39:20.045Z] --- PASS: TestStart (0.00s)
23:39:20 [2022-10-04T23:39:20.045Z] === RUN   TestWaitCancel
23:39:20 [2022-10-04T23:39:20.045Z] --- PASS: TestWaitCancel (0.00s)
23:39:20 [2022-10-04T23:39:20.045Z] === RUN   TestWaitDisabled
23:39:20 [2022-10-04T23:39:20.045Z] --- PASS: TestWaitDisabled (0.00s)
23:39:20 [2022-10-04T23:39:20.045Z] === RUN   TestWaitEnabled
23:39:20 [2022-10-04T23:39:20.045Z] --- PASS: TestWaitEnabled (0.00s)
23:39:20 [2022-10-04T23:39:20.045Z] === RUN   TestRemove
23:39:20 [2022-10-04T23:39:20.045Z] --- PASS: TestRemove (0.00s)
23:39:20 [2022-10-04T23:39:20.045Z] PASS
23:39:20 [2022-10-04T23:39:20.045Z] coverage: 65.3% of statements
23:39:20 [2022-10-04T23:39:20.045Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.062s	coverage: 65.3% of statements
23:39:20 [2022-10-04T23:39:20.453Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44247/5/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:39:20 [2022-10-04T23:39:20.756Z] + make clean
23:39:21 [2022-10-04T23:39:21.011Z] docker volume rm -f docker-dev-cache
23:39:21 [2022-10-04T23:39:21.011Z] docker-dev-cache
[Pipeline] deleteDir
23:39:21 [2022-10-04T23:39:21.180Z]     check_test.go:309: [da90c13c04b1d] daemon is not started
23:39:21 [2022-10-04T23:39:21.180Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
23:39:21 [2022-10-04T23:39:21.180Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
23:39:22 [2022-10-04T23:39:22.415Z] === RUN   TestNewListSecretsFilters
23:39:22 [2022-10-04T23:39:22.415Z] --- PASS: TestNewListSecretsFilters (0.00s)
23:39:22 [2022-10-04T23:39:22.415Z] === RUN   TestNewListConfigsFilters
23:39:22 [2022-10-04T23:39:22.415Z] --- PASS: TestNewListConfigsFilters (0.00s)
23:39:22 [2022-10-04T23:39:22.415Z] PASS
23:39:22 [2022-10-04T23:39:22.415Z] coverage: 0.5% of statements
23:39:22 [2022-10-04T23:39:22.415Z] ok  	github.com/docker/docker/daemon/cluster	0.211s	coverage: 0.5% of statements
23:39:22 [2022-10-04T23:39:22.415Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
23:39:22 [2022-10-04T23:39:22.416Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s)
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
23:39:22 [2022-10-04T23:39:22.416Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
23:39:22 [2022-10-04T23:39:22.416Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
23:39:22 [2022-10-04T23:39:22.416Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCContainerRuntime
23:39:22 [2022-10-04T23:39:22.416Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
23:39:22 [2022-10-04T23:39:22.416Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCIsolation
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCIsolation/empty
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCIsolation/default
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCIsolation/process
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
23:39:22 [2022-10-04T23:39:22.416Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertFromGRPCIsolation
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertFromGRPCIsolation/default
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertFromGRPCIsolation/process
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
23:39:22 [2022-10-04T23:39:22.416Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCCredentialSpec
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
23:39:22 [2022-10-04T23:39:22.416Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
23:39:22 [2022-10-04T23:39:22.416Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
23:39:22 [2022-10-04T23:39:22.416Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
23:39:22 [2022-10-04T23:39:22.597Z] 2022/10/04 23:39:21 	Finished clone github.com/docker/swarmkit
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
23:39:22 [2022-10-04T23:39:22.922Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
23:39:22 [2022-10-04T23:39:22.922Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
23:39:22 [2022-10-04T23:39:22.922Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
23:39:22 [2022-10-04T23:39:22.922Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
23:39:22 [2022-10-04T23:39:22.922Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
23:39:22 [2022-10-04T23:39:22.922Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
23:39:22 [2022-10-04T23:39:22.922Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
23:39:22 [2022-10-04T23:39:22.922Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
23:39:22 [2022-10-04T23:39:22.922Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z] === RUN   TestServiceConvertFromGRPCConfigs
23:39:22 [2022-10-04T23:39:22.922Z] === RUN   TestServiceConvertFromGRPCConfigs/file
23:39:22 [2022-10-04T23:39:22.922Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
23:39:22 [2022-10-04T23:39:22.922Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z] === RUN   TestServiceConvertToGRPCConfigs
23:39:22 [2022-10-04T23:39:22.922Z] === RUN   TestServiceConvertToGRPCConfigs/file
23:39:22 [2022-10-04T23:39:22.922Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
23:39:22 [2022-10-04T23:39:22.922Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
23:39:22 [2022-10-04T23:39:22.922Z] === RUN   TestServiceConvertToGRPCConfigs/none
23:39:22 [2022-10-04T23:39:22.922Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
23:39:22 [2022-10-04T23:39:22.922Z] PASS
23:39:22 [2022-10-04T23:39:22.922Z] coverage: 35.9% of statements
23:39:22 [2022-10-04T23:39:22.922Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.238s	coverage: 35.9% of statements
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
23:39:23 [2022-10-04T23:39:23.712Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
23:39:25 [2022-10-04T23:39:25.398Z] === RUN   TestDiscoveryOptsErrors
23:39:25 [2022-10-04T23:39:25.398Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
23:39:25 [2022-10-04T23:39:25.398Z] === RUN   TestDiscoveryOpts
23:39:25 [2022-10-04T23:39:25.398Z] --- PASS: TestDiscoveryOpts (0.00s)
23:39:25 [2022-10-04T23:39:25.398Z] PASS
23:39:25 [2022-10-04T23:39:25.398Z] coverage: 30.0% of statements
23:39:25 [2022-10-04T23:39:25.398Z] ok  	github.com/docker/docker/daemon/discovery	0.039s	coverage: 30.0% of statements
23:39:25 [2022-10-04T23:39:25.398Z] === RUN   TestWaitNodeAttachment
23:39:25 [2022-10-04T23:39:25.627Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
23:39:25 [2022-10-04T23:39:25.627Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
23:39:25 [2022-10-04T23:39:25.904Z] --- PASS: TestWaitNodeAttachment (0.43s)
23:39:25 [2022-10-04T23:39:25.904Z] === RUN   TestIsolationConversion
23:39:25 [2022-10-04T23:39:25.904Z] === RUN   TestIsolationConversion/default
23:39:25 [2022-10-04T23:39:25.904Z] === RUN   TestIsolationConversion/process
23:39:25 [2022-10-04T23:39:25.904Z] === RUN   TestIsolationConversion/hyperv
23:39:25 [2022-10-04T23:39:25.904Z] --- PASS: TestIsolationConversion (0.00s)
23:39:25 [2022-10-04T23:39:25.904Z]     --- PASS: TestIsolationConversion/default (0.00s)
23:39:25 [2022-10-04T23:39:25.904Z]     --- PASS: TestIsolationConversion/process (0.00s)
23:39:25 [2022-10-04T23:39:25.904Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
23:39:25 [2022-10-04T23:39:25.904Z] === RUN   TestContainerLabels
23:39:25 [2022-10-04T23:39:25.904Z] --- PASS: TestContainerLabels (0.00s)
23:39:25 [2022-10-04T23:39:25.904Z] === RUN   TestCredentialSpecConversion
23:39:25 [2022-10-04T23:39:25.904Z] === RUN   TestCredentialSpecConversion/none
23:39:25 [2022-10-04T23:39:25.904Z] === RUN   TestCredentialSpecConversion/config
23:39:25 [2022-10-04T23:39:25.904Z] === RUN   TestCredentialSpecConversion/file
23:39:25 [2022-10-04T23:39:25.904Z] === RUN   TestCredentialSpecConversion/registry
23:39:25 [2022-10-04T23:39:25.904Z] --- PASS: TestCredentialSpecConversion (0.00s)
23:39:25 [2022-10-04T23:39:25.904Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
23:39:25 [2022-10-04T23:39:25.904Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
23:39:25 [2022-10-04T23:39:25.904Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
23:39:25 [2022-10-04T23:39:25.904Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
23:39:25 [2022-10-04T23:39:25.904Z] === RUN   TestControllerValidateMountBind
23:39:25 [2022-10-04T23:39:25.904Z] --- PASS: TestControllerValidateMountBind (0.02s)
23:39:25 [2022-10-04T23:39:25.904Z] === RUN   TestControllerValidateMountVolume
23:39:25 [2022-10-04T23:39:25.904Z] --- PASS: TestControllerValidateMountVolume (0.00s)
23:39:25 [2022-10-04T23:39:25.904Z] === RUN   TestControllerValidateMountTarget
23:39:25 [2022-10-04T23:39:25.904Z] --- PASS: TestControllerValidateMountTarget (0.00s)
23:39:25 [2022-10-04T23:39:25.904Z] === RUN   TestControllerValidateMountTmpfs
23:39:25 [2022-10-04T23:39:25.904Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
23:39:25 [2022-10-04T23:39:25.904Z] === RUN   TestControllerValidateMountInvalidType
23:39:25 [2022-10-04T23:39:25.904Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
23:39:25 [2022-10-04T23:39:25.904Z] === RUN   TestControllerValidateMountNamedPipe
23:39:25 [2022-10-04T23:39:25.904Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
23:39:25 [2022-10-04T23:39:25.904Z] PASS
23:39:25 [2022-10-04T23:39:25.904Z] coverage: 11.0% of statements
23:39:25 [2022-10-04T23:39:25.904Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	0.644s	coverage: 11.0% of statements
23:39:26 [2022-10-04T23:39:26.463Z] --- PASS: TestServiceUpdateSecrets (14.48s)
23:39:26 [2022-10-04T23:39:26.463Z] === RUN   TestServiceUpdateConfigs
23:39:26 [2022-10-04T23:39:26.966Z] === RUN   TestBuilderGC
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestBuilderGC (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestDaemonConfigurationNotFound
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestDaemonBrokenConfiguration
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestParseClusterAdvertiseSettings
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestFindConfigurationConflicts
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestFindConfigurationConflicts (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestDaemonConfigurationMergeConflicts
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestDaemonConfigurationMergeConcurrent
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestDaemonConfigurationMergeConcurrentError
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.07s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestFindConfigurationConflictsWithMergedValues
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfigurationErrors
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestValidateConfigurationErrors (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfiguration
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfiguration/with_label
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfiguration/with_dns
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfiguration/with_dns-search
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfiguration/with_max-download-attempts
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestValidateConfiguration/with_node_generic_resources
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestValidateConfiguration (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestModifiedDiscoverySettings
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestReloadSetConfigFileNotExist
23:39:26 [2022-10-04T23:39:26.967Z] time="2022-10-04T23:39:26Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestReloadSetConfigFileNotExist (0.17s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestReloadDefaultConfigNotExist
23:39:26 [2022-10-04T23:39:26.967Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
23:39:26 [2022-10-04T23:39:26.967Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestReloadBadDefaultConfig
23:39:26 [2022-10-04T23:39:26.967Z] time="2022-10-04T23:39:26Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3457776088"
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestReloadWithConflictingLabels
23:39:26 [2022-10-04T23:39:26.967Z] time="2022-10-04T23:39:26Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3988210059"
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestReloadWithDuplicateLabels
23:39:26 [2022-10-04T23:39:26.967Z] time="2022-10-04T23:39:26Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3915686543"
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] === RUN   TestDaemonConfigurationMerge
23:39:26 [2022-10-04T23:39:26.967Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
23:39:26 [2022-10-04T23:39:26.967Z] PASS
23:39:26 [2022-10-04T23:39:26.967Z] coverage: 79.7% of statements
23:39:26 [2022-10-04T23:39:26.967Z] ok  	github.com/docker/docker/daemon/config	0.361s	coverage: 79.7% of statements
23:39:27 [2022-10-04T23:39:27.474Z] === RUN   TestEventsLog
23:39:27 [2022-10-04T23:39:27.474Z] --- PASS: TestEventsLog (0.00s)
23:39:27 [2022-10-04T23:39:27.474Z] === RUN   TestEventsLogTimeout
23:39:27 [2022-10-04T23:39:27.474Z] --- PASS: TestEventsLogTimeout (0.00s)
23:39:27 [2022-10-04T23:39:27.474Z] === RUN   TestLogEvents
23:39:27 [2022-10-04T23:39:27.475Z] --- PASS: TestLogEvents (0.05s)
23:39:27 [2022-10-04T23:39:27.475Z] === RUN   TestLoadBufferedEvents
23:39:27 [2022-10-04T23:39:27.475Z] --- PASS: TestLoadBufferedEvents (0.15s)
23:39:27 [2022-10-04T23:39:27.475Z] === RUN   TestLoadBufferedEventsOnlyFromPast
23:39:27 [2022-10-04T23:39:27.475Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
23:39:27 [2022-10-04T23:39:27.475Z] === RUN   TestIgnoreBufferedWhenNoTimes
23:39:27 [2022-10-04T23:39:27.475Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
23:39:27 [2022-10-04T23:39:27.475Z] PASS
23:39:27 [2022-10-04T23:39:27.475Z] coverage: 50.0% of statements
23:39:27 [2022-10-04T23:39:27.475Z] ok  	github.com/docker/docker/daemon/events	0.255s	coverage: 50.0% of statements
23:39:28 [2022-10-04T23:39:28.539Z] === RUN   TestIsEmptyDir
23:39:28 [2022-10-04T23:39:28.539Z] --- PASS: TestIsEmptyDir (0.01s)
23:39:28 [2022-10-04T23:39:28.967Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
23:39:29 [2022-10-04T23:39:29.045Z] PASS
23:39:29 [2022-10-04T23:39:29.045Z] coverage: 2.3% of statements
23:39:29 [2022-10-04T23:39:29.045Z] ok  	github.com/docker/docker/daemon/graphdriver	0.065s	coverage: 2.3% of statements
23:39:29 [2022-10-04T23:39:29.045Z] === RUN   TestLinkNaming
23:39:29 [2022-10-04T23:39:29.045Z] --- PASS: TestLinkNaming (0.00s)
23:39:29 [2022-10-04T23:39:29.045Z] === RUN   TestLinkNew
23:39:29 [2022-10-04T23:39:29.045Z] --- PASS: TestLinkNew (0.00s)
23:39:29 [2022-10-04T23:39:29.045Z] === RUN   TestLinkEnv
23:39:29 [2022-10-04T23:39:29.045Z] --- PASS: TestLinkEnv (0.00s)
23:39:29 [2022-10-04T23:39:29.045Z] === RUN   TestLinkMultipleEnv
23:39:29 [2022-10-04T23:39:29.045Z] --- PASS: TestLinkMultipleEnv (0.00s)
23:39:29 [2022-10-04T23:39:29.045Z] === RUN   TestLinkPortRangeEnv
23:39:29 [2022-10-04T23:39:29.045Z] --- PASS: TestLinkPortRangeEnv (0.00s)
23:39:29 [2022-10-04T23:39:29.045Z] PASS
23:39:29 [2022-10-04T23:39:29.045Z] coverage: 93.0% of statements
23:39:29 [2022-10-04T23:39:29.045Z] ok  	github.com/docker/docker/daemon/links	0.047s	coverage: 93.0% of statements
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestVerifyNetworkingConfig
23:39:29 [2022-10-04T23:39:29.551Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestGetContainer
23:39:29 [2022-10-04T23:39:29.551Z] --- PASS: TestGetContainer (0.00s)
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestValidContainerNames
23:39:29 [2022-10-04T23:39:29.551Z] --- PASS: TestValidContainerNames (0.00s)
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestContainerInitDNS
23:39:29 [2022-10-04T23:39:29.551Z]     daemon_test.go:147: root required
23:39:29 [2022-10-04T23:39:29.551Z] --- SKIP: TestContainerInitDNS (0.00s)
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestMerge
23:39:29 [2022-10-04T23:39:29.551Z] --- PASS: TestMerge (0.00s)
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestValidateContainerIsolation
23:39:29 [2022-10-04T23:39:29.551Z] --- PASS: TestValidateContainerIsolation (0.00s)
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestFindNetworkErrorType
23:39:29 [2022-10-04T23:39:29.551Z] --- PASS: TestFindNetworkErrorType (0.00s)
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestEnsureServicesExist
23:39:29 [2022-10-04T23:39:29.551Z] --- PASS: TestEnsureServicesExist (0.00s)
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestEnsureServicesExistErrors
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
23:39:29 [2022-10-04T23:39:29.551Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
23:39:29 [2022-10-04T23:39:29.551Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
23:39:29 [2022-10-04T23:39:29.551Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
23:39:29 [2022-10-04T23:39:29.551Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestContainerDelete
23:39:29 [2022-10-04T23:39:29.551Z] --- PASS: TestContainerDelete (0.00s)
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestContainerDoubleDelete
23:39:29 [2022-10-04T23:39:29.551Z] --- PASS: TestContainerDoubleDelete (0.00s)
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestLogContainerEventCopyLabels
23:39:29 [2022-10-04T23:39:29.551Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestLogContainerEventWithAttributes
23:39:29 [2022-10-04T23:39:29.551Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestNoneHealthcheck
23:39:29 [2022-10-04T23:39:29.551Z] --- PASS: TestNoneHealthcheck (0.00s)
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestHealthStates
23:39:29 [2022-10-04T23:39:29.551Z] time="2022-10-04T23:39:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
23:39:29 [2022-10-04T23:39:29.551Z] time="2022-10-04T23:39:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
23:39:29 [2022-10-04T23:39:29.551Z] time="2022-10-04T23:39:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
23:39:29 [2022-10-04T23:39:29.551Z] time="2022-10-04T23:39:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
23:39:29 [2022-10-04T23:39:29.551Z] time="2022-10-04T23:39:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
23:39:29 [2022-10-04T23:39:29.551Z] time="2022-10-04T23:39:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
23:39:29 [2022-10-04T23:39:29.551Z] time="2022-10-04T23:39:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
23:39:29 [2022-10-04T23:39:29.551Z] time="2022-10-04T23:39:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
23:39:29 [2022-10-04T23:39:29.551Z] time="2022-10-04T23:39:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
23:39:29 [2022-10-04T23:39:29.551Z] time="2022-10-04T23:39:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
23:39:29 [2022-10-04T23:39:29.551Z] --- PASS: TestHealthStates (0.16s)
23:39:29 [2022-10-04T23:39:29.551Z] === RUN   TestMaskURLCredentials
23:39:30 [2022-10-04T23:39:30.068Z] --- PASS: TestMaskURLCredentials (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestGetInspectData
23:39:30 [2022-10-04T23:39:30.068Z] --- PASS: TestGetInspectData (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestFillLicense
23:39:30 [2022-10-04T23:39:30.068Z] --- PASS: TestFillLicense (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestListInvalidFilter
23:39:30 [2022-10-04T23:39:30.068Z] --- PASS: TestListInvalidFilter (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestNameFilter
23:39:30 [2022-10-04T23:39:30.068Z] --- PASS: TestNameFilter (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
23:39:30 [2022-10-04T23:39:30.068Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
23:39:30 [2022-10-04T23:39:30.068Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestDaemonReloadLabels
23:39:30 [2022-10-04T23:39:30.068Z] --- PASS: TestDaemonReloadLabels (0.01s)
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
23:39:30 [2022-10-04T23:39:30.068Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestDaemonReloadMirrors
23:39:30 [2022-10-04T23:39:30.068Z] --- PASS: TestDaemonReloadMirrors (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestDaemonReloadInsecureRegistries
23:39:30 [2022-10-04T23:39:30.068Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestDaemonReloadNotAffectOthers
23:39:30 [2022-10-04T23:39:30.068Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
23:39:30 [2022-10-04T23:39:30.068Z] === RUN   TestDaemonDiscoveryReload
23:39:30 [2022-10-04T23:39:30.575Z] --- PASS: TestDaemonDiscoveryReload (1.01s)
23:39:31 [2022-10-04T23:39:31.081Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
23:39:31 [2022-10-04T23:39:31.081Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s)
23:39:31 [2022-10-04T23:39:31.081Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
23:39:31 [2022-10-04T23:39:31.495Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
23:39:31 [2022-10-04T23:39:31.495Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestAdapterReadLogs
23:39:31 [2022-10-04T23:39:31.586Z] --- PASS: TestAdapterReadLogs (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestCopier
23:39:31 [2022-10-04T23:39:31.586Z] --- PASS: TestCopier (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestCopierLongLines
23:39:31 [2022-10-04T23:39:31.586Z] --- PASS: TestCopierLongLines (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestCopierSlow
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestSearchRegistryForImagesErrors
23:39:31 [2022-10-04T23:39:31.586Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestSearchRegistryForImages
23:39:31 [2022-10-04T23:39:31.586Z] --- PASS: TestSearchRegistryForImages (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestOnlyPlatformWithFallback
23:39:31 [2022-10-04T23:39:31.586Z] --- PASS: TestOnlyPlatformWithFallback (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestImageDelete
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestNewStreamConfig
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestNewStreamConfig/defaults
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestNewStreamConfig/invalid_create_group
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestNewStreamConfig/invalid_flush_interval
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestNewStreamConfig/flush_interval_at_15
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
23:39:31 [2022-10-04T23:39:31.586Z] --- PASS: TestNewStreamConfig (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestNewAWSLogsClientUserAgentHandler
23:39:31 [2022-10-04T23:39:31.586Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
23:39:31 [2022-10-04T23:39:31.586Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestNewAWSLogsClientRegionDetect
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestImageDelete/no_lease
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestImageDelete/lease_exists
23:39:31 [2022-10-04T23:39:31.586Z] --- PASS: TestImageDelete (0.04s)
23:39:31 [2022-10-04T23:39:31.586Z]     --- PASS: TestImageDelete/no_lease (0.01s)
23:39:31 [2022-10-04T23:39:31.586Z]     --- PASS: TestImageDelete/lease_exists (0.01s)
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestContentStoreForPull
23:39:31 [2022-10-04T23:39:31.586Z] --- PASS: TestCopierSlow (0.20s)
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestCopierWithSized
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestCopierWithSized/as_is
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestCopierWithSized/With_RingLogger
23:39:31 [2022-10-04T23:39:31.586Z] --- PASS: TestCopierWithSized (0.01s)
23:39:31 [2022-10-04T23:39:31.586Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.01s)
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestCopierWithPartial
23:39:31 [2022-10-04T23:39:31.586Z] --- PASS: TestCopierWithPartial (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestRingLogger
23:39:31 [2022-10-04T23:39:31.586Z] --- PASS: TestRingLogger (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestRingCap
23:39:31 [2022-10-04T23:39:31.586Z] --- PASS: TestRingCap (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestRingClose
23:39:31 [2022-10-04T23:39:31.586Z] --- PASS: TestRingClose (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z] === RUN   TestRingDrain
23:39:31 [2022-10-04T23:39:31.586Z] --- PASS: TestRingDrain (0.00s)
23:39:31 [2022-10-04T23:39:31.586Z] PASS
23:39:31 [2022-10-04T23:39:31.586Z] coverage: 43.5% of statements
23:39:31 [2022-10-04T23:39:31.587Z] ok  	github.com/docker/docker/daemon/logger	0.268s	coverage: 43.5% of statements
23:39:31 [2022-10-04T23:39:31.587Z] time="2022-10-04T23:39:31Z" level=info msg="Trying to get region from EC2 Metadata"
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.15s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestCreateSuccess
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestCreateSuccess (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestCreateLogGroupSuccess
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestCreateError
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestCreateError (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestCreateAlreadyExists
23:39:31 [2022-10-04T23:39:31.587Z] time="2022-10-04T23:39:31Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestCreateAlreadyExists (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestLogClosed
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestLogClosed (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestLogBlocking
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestLogBlocking (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestLogNonBlockingBufferEmpty
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestLogNonBlockingBufferFull
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestPublishBatchSuccess
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestPublishBatchSuccess (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestPublishBatchError
23:39:31 [2022-10-04T23:39:31.587Z] time="2022-10-04T23:39:31Z" level=error msg=Error
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestPublishBatchError (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestPublishBatchInvalidSeqSuccess
23:39:31 [2022-10-04T23:39:31.587Z] time="2022-10-04T23:39:31Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestPublishBatchAlreadyAccepted
23:39:31 [2022-10-04T23:39:31.587Z] time="2022-10-04T23:39:31Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
23:39:31 [2022-10-04T23:39:31.587Z] time="2022-10-04T23:39:31Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestCollectBatchSimple
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestCollectBatchSimple (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestCollectBatchTicker
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestCollectBatchTicker (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestCollectBatchMultilinePattern
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestCollectBatchClose
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestCollectBatchClose (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestEffectiveLen
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestEffectiveLen/0/Hello
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestEffectiveLen/2/🙃
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestEffectiveLen/3/����
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestEffectiveLen/4/He��o
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestEffectiveLen/5/
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestEffectiveLen (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestFindValidSplit
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestFindValidSplit/0/
23:39:31 [2022-10-04T23:39:31.587Z]     cloudwatchlogs_test.go:1044: 
23:39:31 [2022-10-04T23:39:31.587Z]     cloudwatchlogs_test.go:1045: 
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestFindValidSplit/1/Hello
23:39:31 [2022-10-04T23:39:31.587Z]     cloudwatchlogs_test.go:1044: Hello
23:39:31 [2022-10-04T23:39:31.587Z]     cloudwatchlogs_test.go:1045: 
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestFindValidSplit/2/Hello
23:39:31 [2022-10-04T23:39:31.587Z]     cloudwatchlogs_test.go:1044: He
23:39:31 [2022-10-04T23:39:31.587Z]     cloudwatchlogs_test.go:1045: llo
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestFindValidSplit/3/Hello
23:39:31 [2022-10-04T23:39:31.587Z]     cloudwatchlogs_test.go:1044: 
23:39:31 [2022-10-04T23:39:31.587Z]     cloudwatchlogs_test.go:1045: Hello
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestFindValidSplit/4/🙃
23:39:31 [2022-10-04T23:39:31.587Z]     cloudwatchlogs_test.go:1044: 
23:39:31 [2022-10-04T23:39:31.587Z]     cloudwatchlogs_test.go:1045: 🙃
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestFindValidSplit/5/🙃
23:39:31 [2022-10-04T23:39:31.587Z]     cloudwatchlogs_test.go:1044: 🙃
23:39:31 [2022-10-04T23:39:31.587Z]     cloudwatchlogs_test.go:1045: 
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestFindValidSplit/6/a�
23:39:31 [2022-10-04T23:39:31.587Z]     cloudwatchlogs_test.go:1044: a
23:39:31 [2022-10-04T23:39:31.587Z]     cloudwatchlogs_test.go:1045: �
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestFindValidSplit/7/a�
23:39:31 [2022-10-04T23:39:31.587Z]     cloudwatchlogs_test.go:1044: a�
23:39:31 [2022-10-04T23:39:31.587Z]     cloudwatchlogs_test.go:1045: 
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestFindValidSplit (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestProcessEventEmoji
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestProcessEventEmoji (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestCollectBatchLineSplit
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestCollectBatchLineSplit (0.01s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestCollectBatchLineSplitWithBinary
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestCollectBatchMaxEvents
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestCollectBatchMaxEvents (0.02s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestCollectBatchMaxTotalBytes
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
23:39:31 [2022-10-04T23:39:31.587Z]     reload_test.go:520: root required
23:39:31 [2022-10-04T23:39:31.587Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestCollectBatchWithDuplicateTimestamps
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestContentStoreForPull (0.19s)
23:39:31 [2022-10-04T23:39:31.587Z] PASS
23:39:31 [2022-10-04T23:39:31.587Z] coverage: 6.6% of statements
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
23:39:31 [2022-10-04T23:39:31.587Z] ok  	github.com/docker/docker/daemon/images	0.314s	coverage: 6.6% of statements
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s)
23:39:31 [2022-10-04T23:39:31.587Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
23:39:31 [2022-10-04T23:39:31.587Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s)
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
23:39:32 [2022-10-04T23:39:32.093Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestParseVolumesFrom
23:39:32 [2022-10-04T23:39:32.093Z] --- PASS: TestParseVolumesFrom (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z] PASS
23:39:32 [2022-10-04T23:39:32.093Z] coverage: 9.0% of statements
23:39:32 [2022-10-04T23:39:32.093Z] ok  	github.com/docker/docker/daemon	2.651s	coverage: 9.0% of statements
23:39:32 [2022-10-04T23:39:32.093Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s)
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestParseLogOptionsMultilinePattern
23:39:32 [2022-10-04T23:39:32.093Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestParseLogOptionsDatetimeFormat
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
23:39:32 [2022-10-04T23:39:32.093Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
23:39:32 [2022-10-04T23:39:32.093Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
23:39:32 [2022-10-04T23:39:32.093Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
23:39:32 [2022-10-04T23:39:32.093Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestCreateTagSuccess
23:39:32 [2022-10-04T23:39:32.093Z] --- PASS: TestCreateTagSuccess (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
23:39:32 [2022-10-04T23:39:32.093Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
23:39:32 [2022-10-04T23:39:32.093Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
23:39:32 [2022-10-04T23:39:32.093Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
23:39:32 [2022-10-04T23:39:32.093Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s)
23:39:32 [2022-10-04T23:39:32.093Z] PASS
23:39:32 [2022-10-04T23:39:32.093Z] coverage: 77.8% of statements
23:39:32 [2022-10-04T23:39:32.093Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.355s	coverage: 77.8% of statements
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/graphdriver/lcow	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
23:39:32 [2022-10-04T23:39:32.093Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
23:39:33 [2022-10-04T23:39:33.156Z] === RUN   TestJSONLogsMarshalJSONBuf
23:39:33 [2022-10-04T23:39:33.156Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
23:39:33 [2022-10-04T23:39:33.156Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
23:39:33 [2022-10-04T23:39:33.156Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.14s)
23:39:33 [2022-10-04T23:39:33.156Z] === RUN   TestFastTimeMarshalJSON
23:39:33 [2022-10-04T23:39:33.156Z] --- PASS: TestFastTimeMarshalJSON (0.00s)
23:39:33 [2022-10-04T23:39:33.156Z] PASS
23:39:33 [2022-10-04T23:39:33.156Z] coverage: 87.2% of statements
23:39:33 [2022-10-04T23:39:33.156Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.221s	coverage: 87.2% of statements
23:39:33 [2022-10-04T23:39:33.156Z] === RUN   TestJSONFileLogger
23:39:33 [2022-10-04T23:39:33.156Z] --- PASS: TestJSONFileLogger (0.00s)
23:39:33 [2022-10-04T23:39:33.156Z] === RUN   TestJSONFileLoggerWithTags
23:39:33 [2022-10-04T23:39:33.156Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
23:39:33 [2022-10-04T23:39:33.156Z] === RUN   TestJSONFileLoggerWithOpts
23:39:33 [2022-10-04T23:39:33.156Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
23:39:33 [2022-10-04T23:39:33.156Z] === RUN   TestJSONFileLoggerWithLabelsEnv
23:39:33 [2022-10-04T23:39:33.156Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
23:39:33 [2022-10-04T23:39:33.156Z] === RUN   TestEncodeDecode
23:39:33 [2022-10-04T23:39:33.156Z] === PAUSE TestEncodeDecode
23:39:33 [2022-10-04T23:39:33.156Z] === RUN   TestUnexpectedEOF
23:39:33 [2022-10-04T23:39:33.156Z] time="2022-10-04T23:39:33Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
23:39:33 [2022-10-04T23:39:33.156Z] time="2022-10-04T23:39:33Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
23:39:33 [2022-10-04T23:39:33.156Z] --- PASS: TestUnexpectedEOF (0.14s)
23:39:33 [2022-10-04T23:39:33.156Z] === CONT  TestEncodeDecode
23:39:33 [2022-10-04T23:39:33.156Z] --- PASS: TestEncodeDecode (0.00s)
23:39:33 [2022-10-04T23:39:33.156Z] PASS
23:39:33 [2022-10-04T23:39:33.156Z] coverage: 69.9% of statements
23:39:33 [2022-10-04T23:39:33.394Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
23:39:33 [2022-10-04T23:39:33.662Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.212s	coverage: 69.9% of statements
23:39:33 [2022-10-04T23:39:33.662Z] === RUN   TestWriteLog
23:39:33 [2022-10-04T23:39:33.662Z] === PAUSE TestWriteLog
23:39:33 [2022-10-04T23:39:33.662Z] === RUN   TestReadLog
23:39:33 [2022-10-04T23:39:33.662Z] === PAUSE TestReadLog
23:39:33 [2022-10-04T23:39:33.662Z] === RUN   TestDecode
23:39:33 [2022-10-04T23:39:33.662Z] --- PASS: TestDecode (0.02s)
23:39:33 [2022-10-04T23:39:33.662Z] === CONT  TestWriteLog
23:39:33 [2022-10-04T23:39:33.662Z] --- PASS: TestWriteLog (0.00s)
23:39:33 [2022-10-04T23:39:33.662Z] === CONT  TestReadLog
23:39:33 [2022-10-04T23:39:33.662Z] === RUN   TestReadLog/tail_exact
23:39:33 [2022-10-04T23:39:33.959Z]     check_test.go:309: [d6d4af81b4a76] daemon is not started
23:39:33 [2022-10-04T23:39:33.959Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
23:39:34 [2022-10-04T23:39:34.167Z] === RUN   TestReadLog/tail_less_than_available
23:39:34 [2022-10-04T23:39:34.167Z] === RUN   TestReadLog/tail_more_than_available
23:39:34 [2022-10-04T23:39:34.167Z] --- PASS: TestReadLog (0.17s)
23:39:34 [2022-10-04T23:39:34.167Z]     --- PASS: TestReadLog/tail_exact (0.15s)
23:39:34 [2022-10-04T23:39:34.167Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
23:39:34 [2022-10-04T23:39:34.168Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
23:39:34 [2022-10-04T23:39:34.168Z] PASS
23:39:34 [2022-10-04T23:39:34.168Z] coverage: 78.7% of statements
23:39:34 [2022-10-04T23:39:34.168Z] ok  	github.com/docker/docker/daemon/logger/local	0.296s	coverage: 78.7% of statements
23:39:34 [2022-10-04T23:39:34.168Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
23:39:34 [2022-10-04T23:39:34.168Z] === RUN   TestOpenFileDelete
23:39:34 [2022-10-04T23:39:34.168Z] --- PASS: TestOpenFileDelete (0.00s)
23:39:34 [2022-10-04T23:39:34.168Z] === RUN   TestOpenFileRename
23:39:34 [2022-10-04T23:39:34.168Z] --- PASS: TestOpenFileRename (0.00s)
23:39:34 [2022-10-04T23:39:34.168Z] === RUN   TestHandleDecoderErr
23:39:34 [2022-10-04T23:39:34.168Z] --- PASS: TestHandleDecoderErr (0.00s)
23:39:34 [2022-10-04T23:39:34.168Z] === RUN   TestParseLogTagDefaultTag
23:39:34 [2022-10-04T23:39:34.168Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
23:39:34 [2022-10-04T23:39:34.168Z] === RUN   TestParseLogTag
23:39:34 [2022-10-04T23:39:34.168Z] --- PASS: TestParseLogTag (0.00s)
23:39:34 [2022-10-04T23:39:34.168Z] === RUN   TestParseLogTagEmptyTag
23:39:34 [2022-10-04T23:39:34.168Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
23:39:34 [2022-10-04T23:39:34.168Z] === RUN   TestTailFiles
23:39:34 [2022-10-04T23:39:34.168Z] --- PASS: TestTailFiles (0.00s)
23:39:34 [2022-10-04T23:39:34.168Z] === RUN   TestFollowLogsConsumerGone
23:39:34 [2022-10-04T23:39:34.168Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
23:39:34 [2022-10-04T23:39:34.168Z] === RUN   TestFollowLogsProducerGone
23:39:34 [2022-10-04T23:39:34.168Z]     logfile_test.go:234: messages sent: 4098, received: 4098
23:39:34 [2022-10-04T23:39:34.168Z]     logfile_test.go:181: logDecode() closed after sending 4098 messages
23:39:34 [2022-10-04T23:39:34.168Z] --- PASS: TestFollowLogsProducerGone (0.00s)
23:39:34 [2022-10-04T23:39:34.168Z] === RUN   TestCheckCapacityAndRotate
23:39:34 [2022-10-04T23:39:34.168Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
23:39:34 [2022-10-04T23:39:34.168Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
23:39:34 [2022-10-04T23:39:34.168Z] --- PASS: TestCheckCapacityAndRotate (0.15s)
23:39:34 [2022-10-04T23:39:34.168Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s)
23:39:34 [2022-10-04T23:39:34.168Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s)
23:39:34 [2022-10-04T23:39:34.168Z] PASS
23:39:34 [2022-10-04T23:39:34.168Z] coverage: 54.9% of statements
23:39:34 [2022-10-04T23:39:34.168Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.342s	coverage: 54.9% of statements
23:39:34 [2022-10-04T23:39:34.525Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
23:39:34 [2022-10-04T23:39:34.673Z] === RUN   TestLog
23:39:34 [2022-10-04T23:39:34.673Z] --- PASS: TestLog (0.01s)
23:39:34 [2022-10-04T23:39:34.673Z] PASS
23:39:34 [2022-10-04T23:39:34.673Z] coverage: 31.5% of statements
23:39:34 [2022-10-04T23:39:34.673Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.055s	coverage: 31.5% of statements
23:39:35 [2022-10-04T23:39:35.091Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
23:39:35 [2022-10-04T23:39:35.190Z] === RUN   TestNewParse
23:39:35 [2022-10-04T23:39:35.190Z] --- PASS: TestNewParse (0.00s)
23:39:35 [2022-10-04T23:39:35.190Z] PASS
23:39:35 [2022-10-04T23:39:35.190Z] coverage: 8.3% of statements
23:39:35 [2022-10-04T23:39:35.190Z] ok  	github.com/docker/docker/daemon/logger/templates	0.060s	coverage: 8.3% of statements
23:39:35 [2022-10-04T23:39:35.190Z] === RUN   TestValidateLogOpt
23:39:35 [2022-10-04T23:39:35.190Z] --- PASS: TestValidateLogOpt (0.00s)
23:39:35 [2022-10-04T23:39:35.190Z] === RUN   TestNewMissedConfig
23:39:35 [2022-10-04T23:39:35.190Z] --- PASS: TestNewMissedConfig (0.00s)
23:39:35 [2022-10-04T23:39:35.190Z] === RUN   TestNewMissedUrl
23:39:35 [2022-10-04T23:39:35.190Z] --- PASS: TestNewMissedUrl (0.00s)
23:39:35 [2022-10-04T23:39:35.190Z] === RUN   TestNewMissedToken
23:39:35 [2022-10-04T23:39:35.190Z] --- PASS: TestNewMissedToken (0.00s)
23:39:35 [2022-10-04T23:39:35.190Z] === RUN   TestNewWithProxy
23:39:35 [2022-10-04T23:39:35.190Z] --- PASS: TestNewWithProxy (0.00s)
23:39:35 [2022-10-04T23:39:35.190Z] === RUN   TestDefault
23:39:35 [2022-10-04T23:39:35.190Z] --- PASS: TestDefault (0.01s)
23:39:35 [2022-10-04T23:39:35.190Z] === RUN   TestInlineFormatWithNonDefaultOptions
23:39:35 [2022-10-04T23:39:35.190Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
23:39:35 [2022-10-04T23:39:35.190Z] === RUN   TestJsonFormat
23:39:35 [2022-10-04T23:39:35.190Z] --- PASS: TestJsonFormat (0.01s)
23:39:35 [2022-10-04T23:39:35.190Z] === RUN   TestRawFormat
23:39:35 [2022-10-04T23:39:35.190Z] --- PASS: TestRawFormat (0.00s)
23:39:35 [2022-10-04T23:39:35.190Z] === RUN   TestRawFormatWithLabels
23:39:35 [2022-10-04T23:39:35.190Z] --- PASS: TestRawFormatWithLabels (0.00s)
23:39:35 [2022-10-04T23:39:35.190Z] === RUN   TestRawFormatWithoutTag
23:39:35 [2022-10-04T23:39:35.190Z] --- PASS: TestRawFormatWithoutTag (0.00s)
23:39:35 [2022-10-04T23:39:35.190Z] === RUN   TestBatching
23:39:35 [2022-10-04T23:39:35.349Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
23:39:35 [2022-10-04T23:39:35.606Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
23:39:35 [2022-10-04T23:39:35.696Z] --- PASS: TestBatching (0.26s)
23:39:35 [2022-10-04T23:39:35.696Z] === RUN   TestFrequency
23:39:35 [2022-10-04T23:39:35.696Z] === RUN   TestParseLogFormat
23:39:35 [2022-10-04T23:39:35.696Z] --- PASS: TestParseLogFormat (0.00s)
23:39:35 [2022-10-04T23:39:35.696Z] === RUN   TestValidateLogOptEmpty
23:39:35 [2022-10-04T23:39:35.696Z] --- PASS: TestValidateLogOptEmpty (0.00s)
23:39:35 [2022-10-04T23:39:35.696Z] === RUN   TestValidateSyslogAddress
23:39:35 [2022-10-04T23:39:35.696Z] --- PASS: TestValidateSyslogAddress (0.00s)
23:39:35 [2022-10-04T23:39:35.696Z] === RUN   TestParseAddressDefaultPort
23:39:35 [2022-10-04T23:39:35.696Z] --- PASS: TestParseAddressDefaultPort (0.00s)
23:39:35 [2022-10-04T23:39:35.696Z] === RUN   TestValidateSyslogFacility
23:39:35 [2022-10-04T23:39:35.696Z] --- PASS: TestValidateSyslogFacility (0.00s)
23:39:35 [2022-10-04T23:39:35.696Z] === RUN   TestValidateLogOptSyslogFormat
23:39:35 [2022-10-04T23:39:35.696Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
23:39:35 [2022-10-04T23:39:35.696Z] === RUN   TestValidateLogOpt
23:39:35 [2022-10-04T23:39:35.696Z] --- PASS: TestValidateLogOpt (0.00s)
23:39:35 [2022-10-04T23:39:35.696Z] PASS
23:39:35 [2022-10-04T23:39:35.696Z] coverage: 46.8% of statements
23:39:35 [2022-10-04T23:39:35.696Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.059s	coverage: 46.8% of statements
23:39:35 [2022-10-04T23:39:35.696Z] --- PASS: TestFrequency (0.17s)
23:39:35 [2022-10-04T23:39:35.696Z] === RUN   TestOneMessagePerRequest
23:39:35 [2022-10-04T23:39:35.696Z] --- PASS: TestOneMessagePerRequest (0.00s)
23:39:35 [2022-10-04T23:39:35.696Z] === RUN   TestVerify
23:39:35 [2022-10-04T23:39:35.696Z] --- PASS: TestVerify (0.00s)
23:39:35 [2022-10-04T23:39:35.696Z] === RUN   TestSkipVerify
23:39:35 [2022-10-04T23:39:35.696Z] time="2022-10-04T23:39:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
23:39:35 [2022-10-04T23:39:35.696Z] time="2022-10-04T23:39:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
23:39:35 [2022-10-04T23:39:35.696Z] time="2022-10-04T23:39:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
23:39:36 [2022-10-04T23:39:36.202Z] --- PASS: TestSkipVerify (0.72s)
23:39:36 [2022-10-04T23:39:36.202Z] === RUN   TestBufferMaximum
23:39:36 [2022-10-04T23:39:36.710Z] time="2022-10-04T23:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
23:39:36 [2022-10-04T23:39:36.710Z] time="2022-10-04T23:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
23:39:36 [2022-10-04T23:39:36.710Z] time="2022-10-04T23:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
23:39:36 [2022-10-04T23:39:36.710Z] time="2022-10-04T23:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
23:39:36 [2022-10-04T23:39:36.710Z] time="2022-10-04T23:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
23:39:36 [2022-10-04T23:39:36.710Z] time="2022-10-04T23:39:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1664926776.093967\",\"host\":\"80c1ab1f4a27\"}'"
23:39:36 [2022-10-04T23:39:36.710Z] time="2022-10-04T23:39:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1664926776.093967\",\"host\":\"80c1ab1f4a27\"}'"
23:39:36 [2022-10-04T23:39:36.710Z] --- PASS: TestBufferMaximum (0.00s)
23:39:36 [2022-10-04T23:39:36.710Z] === RUN   TestServerAlwaysDown
23:39:36 [2022-10-04T23:39:36.710Z] time="2022-10-04T23:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
23:39:36 [2022-10-04T23:39:36.710Z] time="2022-10-04T23:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
23:39:36 [2022-10-04T23:39:36.710Z] time="2022-10-04T23:39:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1664926776.097950\",\"host\":\"80c1ab1f4a27\"}'"
23:39:36 [2022-10-04T23:39:36.710Z] time="2022-10-04T23:39:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1664926776.097950\",\"host\":\"80c1ab1f4a27\"}'"
23:39:36 [2022-10-04T23:39:36.710Z] time="2022-10-04T23:39:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
23:39:36 [2022-10-04T23:39:36.710Z] time="2022-10-04T23:39:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1664926776.097950\",\"host\":\"80c1ab1f4a27\"}'"
23:39:36 [2022-10-04T23:39:36.710Z] time="2022-10-04T23:39:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1664926776.098953\",\"host\":\"80c1ab1f4a27\"}'"
23:39:36 [2022-10-04T23:39:36.710Z] time="2022-10-04T23:39:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1664926776.098953\",\"host\":\"80c1ab1f4a27\"}'"
23:39:36 [2022-10-04T23:39:36.710Z] --- PASS: TestServerAlwaysDown (0.00s)
23:39:36 [2022-10-04T23:39:36.710Z] === RUN   TestCannotSendAfterClose
23:39:36 [2022-10-04T23:39:36.710Z] --- PASS: TestCannotSendAfterClose (0.00s)
23:39:36 [2022-10-04T23:39:36.711Z] === RUN   TestDeadlockOnBlockedEndpoint
23:39:36 [2022-10-04T23:39:36.711Z] === RUN   TestV1IDService
23:39:36 [2022-10-04T23:39:36.711Z] --- PASS: TestV1IDService (0.02s)
23:39:36 [2022-10-04T23:39:36.711Z] === RUN   TestV2MetadataService
23:39:37 [2022-10-04T23:39:37.216Z] time="2022-10-04T23:39:37Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49200/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk
23:39:37 [2022-10-04T23:39:37.216Z] time="2022-10-04T23:39:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"80c1ab1f4a27\"}'"
23:39:37 [2022-10-04T23:39:37.216Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s)
23:39:37 [2022-10-04T23:39:37.216Z] PASS
23:39:37 [2022-10-04T23:39:37.216Z] coverage: 82.5% of statements
23:39:37 [2022-10-04T23:39:37.216Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.259s	coverage: 82.5% of statements
23:39:37 [2022-10-04T23:39:37.216Z] ?   	github.com/docker/docker/daemon/names	[no test files]
23:39:37 [2022-10-04T23:39:37.216Z] ?   	github.com/docker/docker/daemon/network	[no test files]
23:39:37 [2022-10-04T23:39:37.216Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
23:39:37 [2022-10-04T23:39:37.508Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
23:39:37 [2022-10-04T23:39:37.508Z]     check_test.go:309: [d7067c0c80e19] daemon is not started
23:39:37 [2022-10-04T23:39:37.508Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
23:39:37 [2022-10-04T23:39:37.722Z] === RUN   TestSuccessfulDownload
23:39:37 [2022-10-04T23:39:37.722Z]     download_test.go:268: Needs fixing on Windows
23:39:37 [2022-10-04T23:39:37.722Z] --- SKIP: TestSuccessfulDownload (0.00s)
23:39:37 [2022-10-04T23:39:37.722Z] === RUN   TestCancelledDownload
23:39:37 [2022-10-04T23:39:37.722Z] --- PASS: TestCancelledDownload (0.00s)
23:39:37 [2022-10-04T23:39:37.722Z] === RUN   TestMaxDownloadAttempts
23:39:37 [2022-10-04T23:39:37.722Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
23:39:37 [2022-10-04T23:39:37.722Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
23:39:37 [2022-10-04T23:39:37.722Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
23:39:37 [2022-10-04T23:39:37.722Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
23:39:37 [2022-10-04T23:39:37.722Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
23:39:37 [2022-10-04T23:39:37.722Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
23:39:37 [2022-10-04T23:39:37.722Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
23:39:37 [2022-10-04T23:39:37.722Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
23:39:37 [2022-10-04T23:39:37.722Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
23:39:37 [2022-10-04T23:39:37.722Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
23:39:37 [2022-10-04T23:39:37.722Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
23:39:37 [2022-10-04T23:39:37.722Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
23:39:37 [2022-10-04T23:39:37.722Z] --- PASS: TestV2MetadataService (0.97s)
23:39:37 [2022-10-04T23:39:37.722Z] PASS
23:39:37 [2022-10-04T23:39:37.722Z] coverage: 48.2% of statements
23:39:37 [2022-10-04T23:39:37.722Z] ok  	github.com/docker/docker/distribution/metadata	1.064s	coverage: 48.2% of statements
23:39:37 [2022-10-04T23:39:37.722Z] === RUN   TestContinueOnError_NonMirrorEndpoint
23:39:37 [2022-10-04T23:39:37.722Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
23:39:37 [2022-10-04T23:39:37.722Z] === RUN   TestContinueOnError_MirrorEndpoint
23:39:37 [2022-10-04T23:39:37.722Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
23:39:37 [2022-10-04T23:39:37.722Z] === RUN   TestContinueOnError_NeverContinue
23:39:37 [2022-10-04T23:39:37.722Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
23:39:37 [2022-10-04T23:39:37.722Z] === RUN   TestContinueOnError_UnnestsErrors
23:39:37 [2022-10-04T23:39:37.722Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s)
23:39:37 [2022-10-04T23:39:37.722Z] === RUN   TestManifestStore
23:39:37 [2022-10-04T23:39:37.722Z] === RUN   TestManifestStore/no_remote_or_local
23:39:38 [2022-10-04T23:39:38.228Z] time="2022-10-04T23:39:37Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
23:39:38 [2022-10-04T23:39:38.228Z] time="2022-10-04T23:39:37Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
23:39:38 [2022-10-04T23:39:38.228Z] time="2022-10-04T23:39:37Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
23:39:38 [2022-10-04T23:39:38.228Z] time="2022-10-04T23:39:37Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
23:39:38 [2022-10-04T23:39:38.228Z] --- PASS: TestMaxDownloadAttempts (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.45s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.45s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.45s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.45s)
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestTransfer
23:39:38 [2022-10-04T23:39:38.228Z] time="2022-10-04T23:39:37Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local4064488256\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestManifestStore/no_local_cache
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestManifestStore/with_local_cache
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestManifestStore/unknown_media_type
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestManifestStore/unknown_media_type/no_cache
23:39:38 [2022-10-04T23:39:38.228Z] time="2022-10-04T23:39:37Z" level=warning msg="reference for unknown type: "
23:39:38 [2022-10-04T23:39:38.228Z] time="2022-10-04T23:39:37Z" level=warning msg="reference for unknown type: "
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestManifestStore/unknown_media_type/with_cache
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
23:39:38 [2022-10-04T23:39:38.228Z] time="2022-10-04T23:39:37Z" level=warning msg="reference for unknown type: "
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
23:39:38 [2022-10-04T23:39:38.228Z] time="2022-10-04T23:39:37Z" level=warning msg="reference for unknown type: "
23:39:38 [2022-10-04T23:39:38.228Z] time="2022-10-04T23:39:37Z" level=warning msg="reference for unknown type: "
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestManifestStore/error_persisting_manifest
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
23:39:38 [2022-10-04T23:39:38.228Z] --- PASS: TestTransfer (0.12s)
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestConcurrencyLimit
23:39:38 [2022-10-04T23:39:38.228Z] time="2022-10-04T23:39:37Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
23:39:38 [2022-10-04T23:39:38.228Z] --- PASS: TestManifestStore (0.36s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestManifestStore/no_remote_or_local (0.24s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestManifestStore/no_local_cache (0.01s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestManifestStore/with_local_cache (0.02s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestManifestStore/unknown_media_type (0.06s)
23:39:38 [2022-10-04T23:39:38.228Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s)
23:39:38 [2022-10-04T23:39:38.228Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s)
23:39:38 [2022-10-04T23:39:38.228Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s)
23:39:38 [2022-10-04T23:39:38.228Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.02s)
23:39:38 [2022-10-04T23:39:38.228Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s)
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaType
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaType/schema1
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
23:39:38 [2022-10-04T23:39:38.228Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaTypeInvalid
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/config_and_manifests
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers
23:39:38 [2022-10-04T23:39:38.228Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestFixManifestLayers
23:39:38 [2022-10-04T23:39:38.228Z] --- PASS: TestFixManifestLayers (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestFixManifestLayersBaseLayerParent
23:39:38 [2022-10-04T23:39:38.228Z]     pull_v2_test.go:82: Needs fixing on Windows
23:39:38 [2022-10-04T23:39:38.228Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestFixManifestLayersBadParent
23:39:38 [2022-10-04T23:39:38.228Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestValidateManifest
23:39:38 [2022-10-04T23:39:38.228Z]     pull_v2_test.go:127: Needs fixing on Windows
23:39:38 [2022-10-04T23:39:38.228Z] --- SKIP: TestValidateManifest (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestFormatPlatform
23:39:38 [2022-10-04T23:39:38.228Z] --- PASS: TestFormatPlatform (0.00s)
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestPullSchema2Config
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestPullSchema2Config/success_first_time
23:39:38 [2022-10-04T23:39:38.228Z]     pull_v2_test.go:284: HTTP GET /v2/
23:39:38 [2022-10-04T23:39:38.228Z]     pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b
23:39:38 [2022-10-04T23:39:38.228Z] === RUN   TestPullSchema2Config/500_status
23:39:38 [2022-10-04T23:39:38.228Z]     pull_v2_test.go:284: HTTP GET /v2/
23:39:38 [2022-10-04T23:39:38.228Z]     pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b
23:39:38 [2022-10-04T23:39:38.734Z]     pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestPullSchema2Config/EOF
23:39:38 [2022-10-04T23:39:38.734Z]     pull_v2_test.go:284: HTTP GET /v2/
23:39:38 [2022-10-04T23:39:38.734Z]     pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b
23:39:38 [2022-10-04T23:39:38.734Z] 2022/10/04 23:39:38 http: panic serving 127.0.0.1:49211: intentional panic
23:39:38 [2022-10-04T23:39:38.734Z] goroutine 91 [running]:
23:39:38 [2022-10-04T23:39:38.734Z] net/http.(*conn).serve.func1()
23:39:38 [2022-10-04T23:39:38.734Z] 	c:/go/src/net/http/server.go:1825 +0xbf
23:39:38 [2022-10-04T23:39:38.734Z] panic({0x1573ba0, 0x17190f0})
23:39:38 [2022-10-04T23:39:38.734Z] 	c:/go/src/runtime/panic.go:844 +0x258
23:39:38 [2022-10-04T23:39:38.734Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000384680?, {0x171ffc0?, 0xc0000141c0?})
23:39:38 [2022-10-04T23:39:38.734Z] 	C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4
23:39:38 [2022-10-04T23:39:38.734Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x171ffc0, 0xc0000141c0}, 0xc0000e8f00)
23:39:38 [2022-10-04T23:39:38.734Z] 	C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x286
23:39:38 [2022-10-04T23:39:38.734Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0x171ffc0?, 0xc0000141c0?}, 0x1a94180?)
23:39:38 [2022-10-04T23:39:38.734Z] 	c:/go/src/net/http/server.go:2084 +0x2f
23:39:38 [2022-10-04T23:39:38.734Z] net/http.serverHandler.ServeHTTP({0xc0001d4090?}, {0x171ffc0, 0xc0000141c0}, 0xc0000e8f00)
23:39:38 [2022-10-04T23:39:38.734Z] 	c:/go/src/net/http/server.go:2916 +0x43b
23:39:38 [2022-10-04T23:39:38.734Z] net/http.(*conn).serve(0xc00016ce60, {0x17206d8, 0xc0004c2630})
23:39:38 [2022-10-04T23:39:38.734Z] 	c:/go/src/net/http/server.go:1966 +0x5d7
23:39:38 [2022-10-04T23:39:38.734Z] created by net/http.(*Server).Serve
23:39:38 [2022-10-04T23:39:38.734Z] 	c:/go/src/net/http/server.go:3071 +0x4db
23:39:38 [2022-10-04T23:39:38.734Z] --- PASS: TestConcurrencyLimit (0.39s)
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestInactiveJobs
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestNotFound
23:39:38 [2022-10-04T23:39:38.734Z] --- PASS: TestNotFound (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestConflict
23:39:38 [2022-10-04T23:39:38.734Z] --- PASS: TestConflict (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestForbidden
23:39:38 [2022-10-04T23:39:38.734Z] --- PASS: TestForbidden (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestInvalidParameter
23:39:38 [2022-10-04T23:39:38.734Z] --- PASS: TestInvalidParameter (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestNotImplemented
23:39:38 [2022-10-04T23:39:38.734Z] --- PASS: TestNotImplemented (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestNotModified
23:39:38 [2022-10-04T23:39:38.734Z] --- PASS: TestNotModified (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestUnauthorized
23:39:38 [2022-10-04T23:39:38.734Z] --- PASS: TestUnauthorized (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestUnknown
23:39:38 [2022-10-04T23:39:38.734Z] --- PASS: TestUnknown (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestCancelled
23:39:38 [2022-10-04T23:39:38.734Z] --- PASS: TestCancelled (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestDeadline
23:39:38 [2022-10-04T23:39:38.734Z] --- PASS: TestDeadline (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestDataLoss
23:39:38 [2022-10-04T23:39:38.734Z] --- PASS: TestDataLoss (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestUnavailable
23:39:38 [2022-10-04T23:39:38.734Z] --- PASS: TestUnavailable (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestSystem
23:39:38 [2022-10-04T23:39:38.734Z] --- PASS: TestSystem (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestFromStatusCode
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestFromStatusCode/Not_Found
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestFromStatusCode/Bad_Request
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestFromStatusCode/Conflict
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestFromStatusCode/Unauthorized
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestFromStatusCode/Service_Unavailable
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestFromStatusCode/Forbidden
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestFromStatusCode/Not_Modified
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestFromStatusCode/Not_Implemented
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestFromStatusCode/Internal_Server_Error
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
23:39:38 [2022-10-04T23:39:38.734Z] --- PASS: TestFromStatusCode (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z] PASS
23:39:38 [2022-10-04T23:39:38.734Z] coverage: 77.0% of statements
23:39:38 [2022-10-04T23:39:38.734Z] ok  	github.com/docker/docker/errdefs	0.040s	coverage: 77.0% of statements
23:39:38 [2022-10-04T23:39:38.734Z]     pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestPullSchema2Config/unauthorized
23:39:38 [2022-10-04T23:39:38.734Z]     pull_v2_test.go:284: HTTP GET /v2/
23:39:38 [2022-10-04T23:39:38.734Z]     pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b
23:39:38 [2022-10-04T23:39:38.734Z] --- PASS: TestPullSchema2Config (0.54s)
23:39:38 [2022-10-04T23:39:38.734Z]     --- PASS: TestPullSchema2Config/success_first_time (0.02s)
23:39:38 [2022-10-04T23:39:38.734Z]     --- PASS: TestPullSchema2Config/500_status (0.26s)
23:39:38 [2022-10-04T23:39:38.734Z]     --- PASS: TestPullSchema2Config/EOF (0.26s)
23:39:38 [2022-10-04T23:39:38.734Z]     --- PASS: TestPullSchema2Config/unauthorized (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestGetRepositoryMountCandidates
23:39:38 [2022-10-04T23:39:38.734Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
23:39:38 [2022-10-04T23:39:38.734Z] === RUN   TestLayerAlreadyExists
23:39:38 [2022-10-04T23:39:38.734Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
23:39:38 [2022-10-04T23:39:38.735Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
23:39:38 [2022-10-04T23:39:38.735Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
23:39:38 [2022-10-04T23:39:38.735Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
23:39:38 [2022-10-04T23:39:38.735Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
23:39:38 [2022-10-04T23:39:38.735Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
23:39:38 [2022-10-04T23:39:38.735Z] --- PASS: TestLayerAlreadyExists (0.00s)
23:39:38 [2022-10-04T23:39:38.735Z] === RUN   TestWhenEmptyAuthConfig
23:39:39 [2022-10-04T23:39:39.240Z] --- PASS: TestInactiveJobs (0.36s)
23:39:39 [2022-10-04T23:39:39.240Z] === RUN   TestWatchRelease
23:39:39 [2022-10-04T23:39:39.240Z] --- PASS: TestWatchRelease (0.04s)
23:39:39 [2022-10-04T23:39:39.240Z] === RUN   TestWatchFinishedTransfer
23:39:39 [2022-10-04T23:39:39.240Z] --- PASS: TestWatchFinishedTransfer (0.00s)
23:39:39 [2022-10-04T23:39:39.240Z] === RUN   TestDuplicateTransfer
23:39:39 [2022-10-04T23:39:39.240Z] --- PASS: TestDuplicateTransfer (0.05s)
23:39:39 [2022-10-04T23:39:39.240Z] === RUN   TestSuccessfulUpload
23:39:39 [2022-10-04T23:39:39.240Z] time="2022-10-04T23:39:39Z" level=error msg="Upload failed, retrying: simulating retry"
23:39:39 [2022-10-04T23:39:39.240Z] === RUN   TestFSGetInvalidData
23:39:39 [2022-10-04T23:39:39.240Z] --- PASS: TestFSGetInvalidData (0.01s)
23:39:39 [2022-10-04T23:39:39.240Z] === RUN   TestFSInvalidSet
23:39:39 [2022-10-04T23:39:39.240Z] --- PASS: TestFSInvalidSet (0.01s)
23:39:39 [2022-10-04T23:39:39.240Z] === RUN   TestFSInvalidRoot
23:39:39 [2022-10-04T23:39:39.240Z] --- PASS: TestFSInvalidRoot (0.00s)
23:39:39 [2022-10-04T23:39:39.240Z] === RUN   TestFSMetadataGetSet
23:39:39 [2022-10-04T23:39:39.240Z] --- PASS: TestFSMetadataGetSet (0.03s)
23:39:39 [2022-10-04T23:39:39.240Z] === RUN   TestFSInvalidWalker
23:39:39 [2022-10-04T23:39:39.240Z] --- PASS: TestSuccessfulUpload (0.36s)
23:39:39 [2022-10-04T23:39:39.240Z] === RUN   TestCancelledUpload
23:39:39 [2022-10-04T23:39:39.240Z] --- PASS: TestCancelledUpload (0.00s)
23:39:39 [2022-10-04T23:39:39.240Z] PASS
23:39:39 [2022-10-04T23:39:39.240Z] coverage: 76.9% of statements
23:39:39 [2022-10-04T23:39:39.240Z] ok  	github.com/docker/docker/distribution/xfer	1.880s	coverage: 76.9% of statements
23:39:39 [2022-10-04T23:39:39.240Z] --- PASS: TestFSInvalidWalker (0.02s)
23:39:39 [2022-10-04T23:39:39.240Z] === RUN   TestFSGetSet
23:39:39 [2022-10-04T23:39:39.240Z] --- PASS: TestFSGetSet (0.01s)
23:39:39 [2022-10-04T23:39:39.240Z] === RUN   TestFSGetUnsetKey
23:39:39 [2022-10-04T23:39:39.240Z] --- PASS: TestFSGetUnsetKey (0.00s)
23:39:39 [2022-10-04T23:39:39.240Z] === RUN   TestFSGetEmptyData
23:39:39 [2022-10-04T23:39:39.240Z] --- PASS: TestFSGetEmptyData (0.00s)
23:39:39 [2022-10-04T23:39:39.240Z] === RUN   TestFSDelete
23:39:39 [2022-10-04T23:39:39.240Z] --- PASS: TestFSDelete (0.01s)
23:39:39 [2022-10-04T23:39:39.240Z] === RUN   TestFSWalker
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestFSWalker (0.02s)
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestFSWalkerStopOnError
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestFSWalkerStopOnError (0.01s)
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestNewFromJSON
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestNewFromJSON (0.00s)
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestNewFromJSONWithInvalidJSON
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestMarshalKeyOrder
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestMarshalKeyOrder (0.00s)
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestImage
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestImage (0.00s)
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestImageOSNotEmpty
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestImageOSNotEmpty (0.00s)
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestNewChildImageFromImageWithRootFS
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestCreate
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestCreate (0.01s)
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestRestore
23:39:39 [2022-10-04T23:39:39.746Z] time="2022-10-04T23:39:39Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestRestore (0.17s)
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestAddDelete
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestAddDelete (0.03s)
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestSearchAfterDelete
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestSearchAfterDelete (0.01s)
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestParentReset
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestParentReset (0.05s)
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestGetAndSetLastUpdated
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestGetAndSetLastUpdated (0.02s)
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestStoreLen
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestStoreLen (0.06s)
23:39:39 [2022-10-04T23:39:39.746Z] PASS
23:39:39 [2022-10-04T23:39:39.746Z] coverage: 86.8% of statements
23:39:39 [2022-10-04T23:39:39.746Z] ok  	github.com/docker/docker/image	0.549s	coverage: 86.8% of statements
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestCompare
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestCompare (0.00s)
23:39:39 [2022-10-04T23:39:39.746Z] PASS
23:39:39 [2022-10-04T23:39:39.746Z] coverage: 19.2% of statements
23:39:39 [2022-10-04T23:39:39.746Z] ok  	github.com/docker/docker/image/cache	0.063s	coverage: 19.2% of statements
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestWhenEmptyAuthConfig (1.18s)
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestTokenPassThru
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestTokenPassThru (0.02s)
23:39:39 [2022-10-04T23:39:39.746Z] === RUN   TestTokenPassThruDifferentHost
23:39:39 [2022-10-04T23:39:39.746Z] --- PASS: TestTokenPassThruDifferentHost (0.00s)
23:39:39 [2022-10-04T23:39:39.746Z] PASS
23:39:39 [2022-10-04T23:39:39.746Z] coverage: 26.0% of statements
23:39:40 [2022-10-04T23:39:40.039Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
23:39:40 [2022-10-04T23:39:40.252Z] ok  	github.com/docker/docker/distribution	2.177s	coverage: 26.0% of statements
23:39:40 [2022-10-04T23:39:40.252Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
23:39:40 [2022-10-04T23:39:40.252Z] ?   	github.com/docker/docker/dockerversion	[no test files]
23:39:40 [2022-10-04T23:39:40.252Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
23:39:40 [2022-10-04T23:39:40.252Z] === RUN   TestMakeV1ConfigFromConfig
23:39:40 [2022-10-04T23:39:40.252Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
23:39:40 [2022-10-04T23:39:40.252Z] PASS
23:39:40 [2022-10-04T23:39:40.252Z] coverage: 25.0% of statements
23:39:40 [2022-10-04T23:39:40.716Z] 2022/10/04 23:39:38 	Finished clone github.com/gogo/protobuf
23:39:40 [2022-10-04T23:39:40.716Z] 2022/10/04 23:39:40 	Finished clone cloud.google.com/go
23:39:40 [2022-10-04T23:39:40.757Z] ok  	github.com/docker/docker/image/v1	0.073s	coverage: 25.0% of statements
23:39:40 [2022-10-04T23:39:40.757Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
23:39:40 [2022-10-04T23:39:40.757Z] === RUN   TestSerialization
23:39:40 [2022-10-04T23:39:40.757Z] --- PASS: TestSerialization (0.02s)
23:39:40 [2022-10-04T23:39:40.757Z] PASS
23:39:40 [2022-10-04T23:39:40.757Z] coverage: 100.0% of statements
23:39:40 [2022-10-04T23:39:40.757Z] ok  	github.com/docker/docker/libcontainerd/queue	0.071s	coverage: 100.0% of statements
23:39:41 [2022-10-04T23:39:41.345Z] --- PASS: TestServiceUpdateConfigs (14.51s)
23:39:41 [2022-10-04T23:39:41.345Z] === RUN   TestServiceUpdateNetwork
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/empty_rule
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/leading_spaces
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/trailing_spaces
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/unknown_device_type
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_type
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_colon
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_major_device
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_minor_device
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_permissions
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_permissions
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/too_many_permissions
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/major_out_of_range
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_minor
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission
23:39:42 [2022-10-04T23:39:42.436Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z] PASS
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestEnvironmentParsing
23:39:42 [2022-10-04T23:39:42.436Z] --- PASS: TestEnvironmentParsing (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z] PASS
23:39:42 [2022-10-04T23:39:42.436Z] coverage: 1.0% of statements
23:39:42 [2022-10-04T23:39:42.436Z] coverage: 45.8% of statements
23:39:42 [2022-10-04T23:39:42.436Z] ok  	github.com/docker/docker/oci	0.049s	coverage: 45.8% of statements
23:39:42 [2022-10-04T23:39:42.436Z] ok  	github.com/docker/docker/libcontainerd/local	0.064s	coverage: 1.0% of statements
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestEmptyLayer
23:39:42 [2022-10-04T23:39:42.436Z] --- PASS: TestEmptyLayer (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestCommitFailure
23:39:42 [2022-10-04T23:39:42.436Z] --- PASS: TestCommitFailure (0.01s)
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestStartTransactionFailure
23:39:42 [2022-10-04T23:39:42.436Z] --- PASS: TestStartTransactionFailure (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestGetOrphan
23:39:42 [2022-10-04T23:39:42.436Z] --- PASS: TestGetOrphan (0.01s)
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestMountAndRegister
23:39:42 [2022-10-04T23:39:42.436Z]     layer_test.go:271: Layer size: 14
23:39:42 [2022-10-04T23:39:42.436Z] --- PASS: TestMountAndRegister (0.06s)
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestLayerRelease
23:39:42 [2022-10-04T23:39:42.436Z]     layer_test.go:304: Failing on Windows
23:39:42 [2022-10-04T23:39:42.436Z] --- SKIP: TestLayerRelease (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestStoreRestore
23:39:42 [2022-10-04T23:39:42.436Z]     layer_test.go:353: Failing on Windows
23:39:42 [2022-10-04T23:39:42.436Z] --- SKIP: TestStoreRestore (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestTarStreamStability
23:39:42 [2022-10-04T23:39:42.436Z]     layer_test.go:468: Failing on Windows
23:39:42 [2022-10-04T23:39:42.436Z] --- SKIP: TestTarStreamStability (0.00s)
23:39:42 [2022-10-04T23:39:42.436Z] === RUN   TestRegisterExistingLayer
23:39:42 [2022-10-04T23:39:42.570Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestRegisterExistingLayer (0.11s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestTarStreamVerification
23:39:42 [2022-10-04T23:39:42.942Z]     layer_test.go:697: Failing on Windows
23:39:42 [2022-10-04T23:39:42.942Z] --- SKIP: TestTarStreamVerification (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestLayerMigration
23:39:42 [2022-10-04T23:39:42.942Z]     migration_test.go:46: Failing on Windows
23:39:42 [2022-10-04T23:39:42.942Z] --- SKIP: TestLayerMigration (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestLayerMigrationNoTarsplit
23:39:42 [2022-10-04T23:39:42.942Z]     migration_test.go:182: Failing on Windows
23:39:42 [2022-10-04T23:39:42.942Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestMountInit
23:39:42 [2022-10-04T23:39:42.942Z]     mount_test.go:17: Failing on Windows
23:39:42 [2022-10-04T23:39:42.942Z] --- SKIP: TestMountInit (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestMountSize
23:39:42 [2022-10-04T23:39:42.942Z]     mount_test.go:76: Failing on Windows
23:39:42 [2022-10-04T23:39:42.942Z] --- SKIP: TestMountSize (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestMountChanges
23:39:42 [2022-10-04T23:39:42.942Z]     mount_test.go:125: Failing on Windows
23:39:42 [2022-10-04T23:39:42.942Z] --- SKIP: TestMountChanges (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestMountApply
23:39:42 [2022-10-04T23:39:42.942Z]     mount_test.go:212: Failing on Windows
23:39:42 [2022-10-04T23:39:42.942Z] --- SKIP: TestMountApply (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] PASS
23:39:42 [2022-10-04T23:39:42.942Z] coverage: 30.1% of statements
23:39:42 [2022-10-04T23:39:42.942Z] ok  	github.com/docker/docker/layer	0.266s	coverage: 30.1% of statements
23:39:42 [2022-10-04T23:39:42.942Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
23:39:42 [2022-10-04T23:39:42.942Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
23:39:42 [2022-10-04T23:39:42.942Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
23:39:42 [2022-10-04T23:39:42.942Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
23:39:42 [2022-10-04T23:39:42.942Z] ?   	github.com/docker/docker/oci/caps	[no test files]
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestParseVersion
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestParseVersion (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] PASS
23:39:42 [2022-10-04T23:39:42.942Z] coverage: 52.9% of statements
23:39:42 [2022-10-04T23:39:42.942Z] ok  	github.com/docker/docker/pkg/aaparser	0.039s	coverage: 52.9% of statements
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestAddressPoolOpt
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestAddressPoolOpt (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/a
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/something
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/_=a
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/env1=value1
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/_env1=value1
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/env2=value2=value3
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/env3=abc!qwe
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/env_4=value_4
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/PATH
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/=a
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/PATH=
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/PATH=something
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/asd!qwe
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/1asd
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/123
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/some_space
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/__some_space_before
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/some_space_after__
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/=
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateEnv/PaTh
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestValidateEnv (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/a (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/something (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/_=a (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/PATH (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/=a (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/1asd (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/123 (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/some_space (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/= (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestParseHost
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestParseHost (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestParseDockerDaemonHost
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestParseDockerDaemonHost (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestParseTCP
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestParseTCP (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestParseInvalidUnixAddrInvalid
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateExtraHosts
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestValidateExtraHosts (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestIpOptString
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestIpOptString (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestNewIpOptInvalidDefaultVal
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestNewIpOptValidDefaultVal
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestIpOptSetInvalidVal
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateIPAddress
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestValidateIPAddress (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestMapOpts
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestMapOpts (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestListOptsWithoutValidator
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestListOptsWithoutValidator (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestListOptsWithValidator
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestListOptsWithValidator (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateDNSSearch
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestValidateDNSSearch (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateLabel
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateLabel/label_with_general_format
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateLabel/label_with_more_than_one_=
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateLabel/label_with_one_more
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestValidateLabel (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestNamedListOpts
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestNamedListOpts (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestNamedMapOpts
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestNamedMapOpts (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestParseLink
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestParseLink (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestQuotedStringSetWithQuotes
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestQuotedStringSetWithNoQuotes
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] === RUN   TestUlimitOpt
23:39:42 [2022-10-04T23:39:42.942Z] --- PASS: TestUlimitOpt (0.00s)
23:39:42 [2022-10-04T23:39:42.942Z] PASS
23:39:42 [2022-10-04T23:39:42.942Z] coverage: 67.1% of statements
23:39:42 [2022-10-04T23:39:42.942Z] ok  	github.com/docker/docker/opts	0.073s	coverage: 67.1% of statements
23:39:44 [2022-10-04T23:39:44.003Z] === RUN   TestUnbuffered
23:39:44 [2022-10-04T23:39:44.003Z] --- PASS: TestUnbuffered (0.00s)
23:39:44 [2022-10-04T23:39:44.003Z] === RUN   TestRaceUnbuffered
23:39:44 [2022-10-04T23:39:44.003Z] --- PASS: TestRaceUnbuffered (0.00s)
23:39:44 [2022-10-04T23:39:44.003Z] PASS
23:39:44 [2022-10-04T23:39:44.003Z] coverage: 100.0% of statements
23:39:44 [2022-10-04T23:39:44.003Z] ok  	github.com/docker/docker/pkg/broadcaster	0.068s	coverage: 100.0% of statements
23:39:44 [2022-10-04T23:39:44.003Z] === RUN   TestMatch
23:39:44 [2022-10-04T23:39:44.003Z] === RUN   TestMatch/[[]]
23:39:44 [2022-10-04T23:39:44.003Z] === RUN   TestMatch/[[foo]]
23:39:44 [2022-10-04T23:39:44.004Z] === RUN   TestMatch/[[bar]_[foo]]
23:39:44 [2022-10-04T23:39:44.004Z] === RUN   TestMatch/[[foo_bar]]
23:39:44 [2022-10-04T23:39:44.004Z] === RUN   TestMatch/[[qux]_[foo]]
23:39:44 [2022-10-04T23:39:44.004Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
23:39:44 [2022-10-04T23:39:44.004Z] === RUN   TestMatch/[]
23:39:44 [2022-10-04T23:39:44.004Z] === RUN   TestMatch/[]#01
23:39:44 [2022-10-04T23:39:44.004Z] === RUN   TestMatch/[[qux]]
23:39:44 [2022-10-04T23:39:44.004Z] === RUN   TestMatch/[[foo_bar_qux]]
23:39:44 [2022-10-04T23:39:44.004Z] === RUN   TestMatch/[[qux]_[baz]]
23:39:44 [2022-10-04T23:39:44.004Z] === RUN   TestMatch/[[foo_baz]]
23:39:44 [2022-10-04T23:39:44.004Z] --- PASS: TestMatch (0.00s)
23:39:44 [2022-10-04T23:39:44.004Z]     --- PASS: TestMatch/[[]] (0.00s)
23:39:44 [2022-10-04T23:39:44.004Z]     --- PASS: TestMatch/[[foo]] (0.00s)
23:39:44 [2022-10-04T23:39:44.004Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
23:39:44 [2022-10-04T23:39:44.004Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
23:39:44 [2022-10-04T23:39:44.004Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
23:39:44 [2022-10-04T23:39:44.004Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
23:39:44 [2022-10-04T23:39:44.004Z]     --- PASS: TestMatch/[] (0.00s)
23:39:44 [2022-10-04T23:39:44.004Z]     --- PASS: TestMatch/[]#01 (0.00s)
23:39:44 [2022-10-04T23:39:44.004Z]     --- PASS: TestMatch/[[qux]] (0.00s)
23:39:44 [2022-10-04T23:39:44.004Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
23:39:44 [2022-10-04T23:39:44.004Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
23:39:44 [2022-10-04T23:39:44.004Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
23:39:44 [2022-10-04T23:39:44.004Z] PASS
23:39:44 [2022-10-04T23:39:44.004Z] coverage: 87.5% of statements
23:39:44 [2022-10-04T23:39:44.004Z] ok  	github.com/docker/docker/pkg/capabilities	0.037s	coverage: 87.5% of statements
23:39:44 [2022-10-04T23:39:44.509Z] === RUN   TestPeerCertificateMarshalJSON
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestIsArchivePathDir
23:39:45 [2022-10-04T23:39:45.014Z] --- PASS: TestIsArchivePathDir (0.07s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestIsArchivePathInvalidFile
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestChrootTarUntar
23:39:45 [2022-10-04T23:39:45.014Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
23:39:45 [2022-10-04T23:39:45.014Z] --- SKIP: TestChrootTarUntar (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestChrootUntarWithHugeExcludesList
23:39:45 [2022-10-04T23:39:45.014Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
23:39:45 [2022-10-04T23:39:45.014Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestChrootUntarEmptyArchive
23:39:45 [2022-10-04T23:39:45.014Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestChrootTarUntarWithSymlink
23:39:45 [2022-10-04T23:39:45.014Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
23:39:45 [2022-10-04T23:39:45.014Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestChrootCopyWithTar
23:39:45 [2022-10-04T23:39:45.014Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
23:39:45 [2022-10-04T23:39:45.014Z] --- SKIP: TestChrootCopyWithTar (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestChrootCopyFileWithTar
23:39:45 [2022-10-04T23:39:45.014Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
23:39:45 [2022-10-04T23:39:45.014Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestChrootUntarPath
23:39:45 [2022-10-04T23:39:45.014Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
23:39:45 [2022-10-04T23:39:45.014Z] --- SKIP: TestChrootUntarPath (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
23:39:45 [2022-10-04T23:39:45.014Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
23:39:45 [2022-10-04T23:39:45.014Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
23:39:45 [2022-10-04T23:39:45.014Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
23:39:45 [2022-10-04T23:39:45.014Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestChrootApplyDotDotFile
23:39:45 [2022-10-04T23:39:45.014Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
23:39:45 [2022-10-04T23:39:45.014Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] PASS
23:39:45 [2022-10-04T23:39:45.014Z] coverage: 15.1% of statements
23:39:45 [2022-10-04T23:39:45.014Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.083s	coverage: 15.1% of statements
23:39:45 [2022-10-04T23:39:45.014Z] --- PASS: TestIsArchivePathInvalidFile (0.13s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestIsArchivePathTar
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestSizeEmpty
23:39:45 [2022-10-04T23:39:45.014Z] --- PASS: TestSizeEmpty (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestSizeEmptyFile
23:39:45 [2022-10-04T23:39:45.014Z] --- PASS: TestSizeEmptyFile (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestSizeNonemptyFile
23:39:45 [2022-10-04T23:39:45.014Z] --- PASS: TestSizeNonemptyFile (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestSizeNestedDirectoryEmpty
23:39:45 [2022-10-04T23:39:45.014Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
23:39:45 [2022-10-04T23:39:45.014Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
23:39:45 [2022-10-04T23:39:45.014Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestMoveToSubdir
23:39:45 [2022-10-04T23:39:45.014Z] --- PASS: TestMoveToSubdir (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestSizeNonExistingDirectory
23:39:45 [2022-10-04T23:39:45.014Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
23:39:45 [2022-10-04T23:39:45.014Z] PASS
23:39:45 [2022-10-04T23:39:45.014Z] coverage: 80.0% of statements
23:39:45 [2022-10-04T23:39:45.014Z] ok  	github.com/docker/docker/pkg/directory	0.047s	coverage: 80.0% of statements
23:39:45 [2022-10-04T23:39:45.014Z] --- PASS: TestIsArchivePathTar (0.16s)
23:39:45 [2022-10-04T23:39:45.014Z] === RUN   TestDecompressStreamGzip
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestDecompressStreamGzip (0.12s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestDecompressStreamBzip2
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestDecompressStreamBzip2 (0.13s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestDecompressStreamXz
23:39:45 [2022-10-04T23:39:45.520Z]     archive_test.go:134: Xz not present in msys2
23:39:45 [2022-10-04T23:39:45.520Z] --- SKIP: TestDecompressStreamXz (0.00s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestCompressStreamXzUnsupported
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestCompressStreamBzip2Unsupported
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestCompressStreamInvalid
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestCompressStreamInvalid (0.00s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestExtensionInvalid
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestExtensionInvalid (0.00s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestExtensionUncompressed
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestExtensionUncompressed (0.00s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestExtensionBzip2
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestExtensionBzip2 (0.00s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestExtensionGzip
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestExtensionGzip (0.00s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestExtensionXz
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestExtensionXz (0.00s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestCmdStreamLargeStderr
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestCmdStreamLargeStderr (0.08s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestCmdStreamBad
23:39:45 [2022-10-04T23:39:45.520Z]     archive_test.go:239: Failing on Windows CI machines
23:39:45 [2022-10-04T23:39:45.520Z] --- SKIP: TestCmdStreamBad (0.00s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestCmdStreamGood
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestPeerCertificateMarshalJSON (1.00s)
23:39:45 [2022-10-04T23:39:45.520Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
23:39:45 [2022-10-04T23:39:45.520Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestMiddleware
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestMiddleware (0.00s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestNewResponseModifier
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestNewResponseModifier (0.00s)
23:39:45 [2022-10-04T23:39:45.520Z] PASS
23:39:45 [2022-10-04T23:39:45.520Z] coverage: 26.8% of statements
23:39:45 [2022-10-04T23:39:45.520Z] ok  	github.com/docker/docker/pkg/authorization	1.044s	coverage: 26.8% of statements
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestCmdStreamGood (0.04s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestUntarPathWithInvalidDest
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestUntarPathWithInvalidDest (0.06s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestUntarPathWithInvalidSrc
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestUntarPath
23:39:45 [2022-10-04T23:39:45.520Z] --- PASS: TestUntarPath (0.09s)
23:39:45 [2022-10-04T23:39:45.520Z] === RUN   TestUntarPathWithDestinationFile
23:39:46 [2022-10-04T23:39:46.026Z] --- PASS: TestUntarPathWithDestinationFile (0.06s)
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
23:39:46 [2022-10-04T23:39:46.026Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s)
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   TestCopyWithTarInvalidSrc
23:39:46 [2022-10-04T23:39:46.026Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
23:39:46 [2022-10-04T23:39:46.026Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   TestCopyWithTarSrcFile
23:39:46 [2022-10-04T23:39:46.026Z] --- PASS: TestCopyWithTarSrcFile (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   TestCopyWithTarSrcFolder
23:39:46 [2022-10-04T23:39:46.026Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   TestCopyFileWithTarInvalidSrc
23:39:46 [2022-10-04T23:39:46.026Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
23:39:46 [2022-10-04T23:39:46.026Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   TestCopyFileWithTarSrcFolder
23:39:46 [2022-10-04T23:39:46.026Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   TestCopyFileWithTarSrcFile
23:39:46 [2022-10-04T23:39:46.026Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s)
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   TestTarFiles
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestContainsEntry
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestCreateEntries
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestEntriesDiff
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestEntriesEquality
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestGeneratorNotGenerate
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestGeneratorWithPort
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestGeneratorWithPortNotGenerate
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestNewEntry
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestParse
23:39:46 [2022-10-04T23:39:46.026Z] --- PASS: Test (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestContainsEntry (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestCreateEntries (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestEntriesDiff (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestEntriesEquality (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestNewEntry (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestParse (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z] PASS
23:39:46 [2022-10-04T23:39:46.026Z] coverage: 58.3% of statements
23:39:46 [2022-10-04T23:39:46.026Z] ok  	github.com/docker/docker/pkg/discovery	0.045s	coverage: 58.3% of statements
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestContent
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestInitialize
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestNew
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestParsingContentsWithComments
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestRegister
23:39:46 [2022-10-04T23:39:46.026Z] === RUN   Test/TestWatch
23:39:46 [2022-10-04T23:39:46.026Z] --- PASS: Test (0.01s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestContent (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestInitialize (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestNew (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestRegister (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z]     --- PASS: Test/TestWatch (0.00s)
23:39:46 [2022-10-04T23:39:46.026Z] PASS
23:39:46 [2022-10-04T23:39:46.026Z] coverage: 97.6% of statements
23:39:46 [2022-10-04T23:39:46.026Z] ok  	github.com/docker/docker/pkg/discovery/file	0.052s	coverage: 97.6% of statements
23:39:47 [2022-10-04T23:39:47.087Z] === RUN   Test
23:39:47 [2022-10-04T23:39:47.087Z] === RUN   Test/TestInitialize
23:39:47 [2022-10-04T23:39:47.087Z] === RUN   Test
23:39:47 [2022-10-04T23:39:47.087Z] === RUN   Test/TestWatch
23:39:47 [2022-10-04T23:39:47.087Z] --- PASS: Test (0.00s)
23:39:47 [2022-10-04T23:39:47.087Z]     --- PASS: Test/TestWatch (0.00s)
23:39:47 [2022-10-04T23:39:47.087Z] PASS
23:39:47 [2022-10-04T23:39:47.087Z] coverage: 92.3% of statements
23:39:47 [2022-10-04T23:39:47.087Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.046s	coverage: 92.3% of statements
23:39:47 [2022-10-04T23:39:47.087Z] === RUN   Test
23:39:47 [2022-10-04T23:39:47.087Z] === RUN   Test/TestInitialize
23:39:47 [2022-10-04T23:39:47.087Z] === RUN   Test/TestInitializeWithPattern
23:39:47 [2022-10-04T23:39:47.087Z] === RUN   Test/TestRegister
23:39:47 [2022-10-04T23:39:47.087Z] === RUN   Test/TestWatch
23:39:47 [2022-10-04T23:39:47.087Z] --- PASS: Test (0.00s)
23:39:47 [2022-10-04T23:39:47.087Z]     --- PASS: Test/TestInitialize (0.00s)
23:39:47 [2022-10-04T23:39:47.087Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
23:39:47 [2022-10-04T23:39:47.087Z]     --- PASS: Test/TestRegister (0.00s)
23:39:47 [2022-10-04T23:39:47.087Z]     --- PASS: Test/TestWatch (0.00s)
23:39:47 [2022-10-04T23:39:47.087Z] PASS
23:39:47 [2022-10-04T23:39:47.087Z] coverage: 93.8% of statements
23:39:47 [2022-10-04T23:39:47.087Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.039s	coverage: 93.8% of statements
23:39:47 [2022-10-04T23:39:47.087Z] time="2022-10-04T23:39:46Z" level=info msg="Initializing discovery without TLS"
23:39:47 [2022-10-04T23:39:47.087Z] time="2022-10-04T23:39:46Z" level=info msg="Initializing discovery without TLS"
23:39:47 [2022-10-04T23:39:47.087Z] time="2022-10-04T23:39:46Z" level=info msg="Initializing discovery without TLS"
23:39:47 [2022-10-04T23:39:47.087Z] === RUN   Test/TestInitializeWithCerts
23:39:47 [2022-10-04T23:39:47.087Z] time="2022-10-04T23:39:46Z" level=info msg="Initializing discovery with TLS"
23:39:47 [2022-10-04T23:39:47.087Z] === RUN   Test/TestWatch
23:39:47 [2022-10-04T23:39:47.087Z] time="2022-10-04T23:39:46Z" level=info msg="Initializing discovery without TLS"
23:39:47 [2022-10-04T23:39:47.836Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestPollerAddRemove
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestPollerAddRemove (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestPollerEvent
23:39:48 [2022-10-04T23:39:48.148Z]     poller_test.go:41: No chmod on Windows
23:39:48 [2022-10-04T23:39:48.148Z] --- SKIP: TestPollerEvent (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestPollerClose
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestPollerClose (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] PASS
23:39:48 [2022-10-04T23:39:48.148Z] coverage: 36.2% of statements
23:39:48 [2022-10-04T23:39:48.148Z] ok  	github.com/docker/docker/pkg/filenotify	0.040s	coverage: 36.2% of statements
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestCopyFileWithInvalidSrc
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestCopyFileWithInvalidDest
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestCopyFileWithSameSrcAndDest
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestCopyFile
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestCopyFile (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
23:39:48 [2022-10-04T23:39:48.148Z]     fileutils_test.go:134: Needs porting to Windows
23:39:48 [2022-10-04T23:39:48.148Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestReadSymlinkedDirectoryToFile
23:39:48 [2022-10-04T23:39:48.148Z]     fileutils_test.go:180: Needs porting to Windows
23:39:48 [2022-10-04T23:39:48.148Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestWildcardMatches
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestWildcardMatches (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestPatternMatches
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestPatternMatches (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestExclusionPatternMatchesPatternBefore
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestPatternMatchesFolderExclusions
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestPatternMatchesFolderWildcardExclusions
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestExclusionPatternMatchesPatternAfter
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestExclusionPatternMatchesWholeDirectory
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestSingleExclamationError
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestSingleExclamationError (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestMatchesWithNoPatterns
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestMatchesWithMalformedPatterns
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestMatches
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestMatches (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestCleanPatterns
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestCleanPatterns (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestCleanPatternsStripEmptyPatterns
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestCleanPatternsExceptionFlag
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestCleanPatternsErrorSingleException
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestCreateIfNotExistsDir
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestCreateIfNotExistsFile
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestCreateIfNotExistsFile (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] === RUN   TestMatch
23:39:48 [2022-10-04T23:39:48.148Z] --- PASS: TestMatch (0.00s)
23:39:48 [2022-10-04T23:39:48.148Z] PASS
23:39:48 [2022-10-04T23:39:48.148Z] coverage: 85.4% of statements
23:39:48 [2022-10-04T23:39:48.148Z] ok  	github.com/docker/docker/pkg/fileutils	0.075s	coverage: 85.4% of statements
23:39:48 [2022-10-04T23:39:48.401Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
23:39:48 [2022-10-04T23:39:48.654Z] === RUN   TestGet
23:39:48 [2022-10-04T23:39:48.654Z] --- PASS: TestGet (0.00s)
23:39:48 [2022-10-04T23:39:48.654Z] === RUN   TestGetShortcutString
23:39:48 [2022-10-04T23:39:48.654Z] --- PASS: TestGetShortcutString (0.00s)
23:39:48 [2022-10-04T23:39:48.654Z] PASS
23:39:48 [2022-10-04T23:39:48.654Z] coverage: 42.9% of statements
23:39:48 [2022-10-04T23:39:48.654Z] ok  	github.com/docker/docker/pkg/homedir	0.037s	coverage: 42.9% of statements
23:39:48 [2022-10-04T23:39:48.967Z] === RUN   TestDockerSuite/TestBuildDotDotFile
23:39:48 [2022-10-04T23:39:48.967Z] === RUN   TestDockerSuite/TestBuildEOLInLine
23:39:49 [2022-10-04T23:39:49.161Z] === RUN   TestCreateIDMapOrder
23:39:49 [2022-10-04T23:39:49.161Z] --- PASS: TestCreateIDMapOrder (0.00s)
23:39:49 [2022-10-04T23:39:49.161Z] PASS
23:39:49 [2022-10-04T23:39:49.161Z] coverage: 7.2% of statements
23:39:49 [2022-10-04T23:39:49.161Z] ok  	github.com/docker/docker/pkg/idtools	0.054s	coverage: 7.2% of statements
23:39:50 [2022-10-04T23:39:50.222Z] === RUN   TestFixedBufferCap
23:39:50 [2022-10-04T23:39:50.222Z] --- PASS: TestFixedBufferCap (0.00s)
23:39:50 [2022-10-04T23:39:50.222Z] === RUN   TestFixedBufferLen
23:39:50 [2022-10-04T23:39:50.222Z] --- PASS: TestFixedBufferLen (0.00s)
23:39:50 [2022-10-04T23:39:50.222Z] === RUN   TestFixedBufferString
23:39:50 [2022-10-04T23:39:50.222Z] --- PASS: TestFixedBufferString (0.00s)
23:39:50 [2022-10-04T23:39:50.222Z] === RUN   TestFixedBufferWrite
23:39:50 [2022-10-04T23:39:50.222Z] --- PASS: TestFixedBufferWrite (0.00s)
23:39:50 [2022-10-04T23:39:50.222Z] === RUN   TestFixedBufferRead
23:39:50 [2022-10-04T23:39:50.222Z] --- PASS: TestFixedBufferRead (0.00s)
23:39:50 [2022-10-04T23:39:50.222Z] === RUN   TestBytesPipeRead
23:39:50 [2022-10-04T23:39:50.222Z] --- PASS: TestBytesPipeRead (0.00s)
23:39:50 [2022-10-04T23:39:50.222Z] === RUN   TestBytesPipeWrite
23:39:50 [2022-10-04T23:39:50.222Z] --- PASS: TestBytesPipeWrite (0.00s)
23:39:50 [2022-10-04T23:39:50.222Z] === RUN   TestBytesPipeWriteRandomChunks
23:39:50 [2022-10-04T23:39:50.222Z] --- PASS: Test (3.19s)
23:39:50 [2022-10-04T23:39:50.222Z]     --- PASS: Test/TestInitialize (0.17s)
23:39:50 [2022-10-04T23:39:50.222Z]     --- PASS: Test/TestInitializeWithCerts (0.01s)
23:39:50 [2022-10-04T23:39:50.222Z]     --- PASS: Test/TestWatch (3.00s)
23:39:50 [2022-10-04T23:39:50.222Z] PASS
23:39:50 [2022-10-04T23:39:50.222Z] coverage: 84.1% of statements
23:39:50 [2022-10-04T23:39:50.222Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.234s	coverage: 84.1% of statements
23:39:50 [2022-10-04T23:39:50.222Z] === RUN   TestError
23:39:50 [2022-10-04T23:39:50.222Z] --- PASS: TestError (0.00s)
23:39:50 [2022-10-04T23:39:50.222Z] === RUN   TestProgressString
23:39:50 [2022-10-04T23:39:50.222Z] === RUN   TestProgressString/no_progress
23:39:50 [2022-10-04T23:39:50.340Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
23:39:50 [2022-10-04T23:39:50.723Z] 2022/10/04 23:39:49 	Finished clone google.golang.org/genproto
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestProgressString/progress_1
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestProgressString/some_progress_with_a_start_time
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestProgressString/some_progress_without_a_start_time
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestProgressString/with_units
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestProgressString/hide_counts
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestProgressString (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z]     --- PASS: TestProgressString/no_progress (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z]     --- PASS: TestProgressString/progress_1 (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z]     --- PASS: TestProgressString/with_units (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z]     --- PASS: TestProgressString/hide_counts (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestJSONMessageDisplay
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestJSONMessageDisplay (0.14s)
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestJSONMessageDisplayWithJSONError
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestDisplayJSONMessagesStream
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z] PASS
23:39:50 [2022-10-04T23:39:50.727Z] coverage: 91.7% of statements
23:39:50 [2022-10-04T23:39:50.727Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.189s	coverage: 91.7% of statements
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestBytesPipeWriteRandomChunks (0.48s)
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestAtomicWriteToFile
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestAtomicWriteToFile (0.01s)
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestAtomicWriteSetCommit
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestAtomicWriteSetCancel
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestReadCloserWrapperClose
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestReadCloserWrapperClose (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestReaderErrWrapperReadOnError
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestReaderErrWrapperRead
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestReaderErrWrapperRead (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestHashData
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestHashData (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestCancelReadCloser
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestCancelReadCloser (0.10s)
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestWriteCloserWrapperClose
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestNopWriteCloser
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestNopWriteCloser (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestNopWriter
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestNopWriter (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z] === RUN   TestWriteCounter
23:39:50 [2022-10-04T23:39:50.727Z] --- PASS: TestWriteCounter (0.00s)
23:39:50 [2022-10-04T23:39:50.727Z] PASS
23:39:50 [2022-10-04T23:39:50.727Z] coverage: 68.4% of statements
23:39:50 [2022-10-04T23:39:50.727Z] ok  	github.com/docker/docker/pkg/ioutils	0.660s	coverage: 68.4% of statements
23:39:51 [2022-10-04T23:39:51.233Z] === RUN   TestStandardLongPath
23:39:51 [2022-10-04T23:39:51.233Z] --- PASS: TestStandardLongPath (0.00s)
23:39:51 [2022-10-04T23:39:51.233Z] === RUN   TestUNCLongPath
23:39:51 [2022-10-04T23:39:51.233Z] --- PASS: TestUNCLongPath (0.00s)
23:39:51 [2022-10-04T23:39:51.233Z] PASS
23:39:51 [2022-10-04T23:39:51.233Z] coverage: 100.0% of statements
23:39:51 [2022-10-04T23:39:51.233Z] ok  	github.com/docker/docker/pkg/longpath	0.038s	coverage: 100.0% of statements
23:39:51 [2022-10-04T23:39:51.233Z] --- PASS: TestTarFiles (5.29s)
23:39:51 [2022-10-04T23:39:51.233Z] === RUN   TestTarUntar
23:39:51 [2022-10-04T23:39:51.233Z] --- PASS: TestTarUntar (0.04s)
23:39:51 [2022-10-04T23:39:51.233Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
23:39:51 [2022-10-04T23:39:51.233Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
23:39:51 [2022-10-04T23:39:51.233Z] === RUN   TestTarWithOptions
23:39:51 [2022-10-04T23:39:51.233Z] --- PASS: TestTarWithOptions (0.02s)
23:39:51 [2022-10-04T23:39:51.233Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
23:39:51 [2022-10-04T23:39:51.233Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
23:39:51 [2022-10-04T23:39:51.233Z] === RUN   TestUntarUstarGnuConflict
23:39:51 [2022-10-04T23:39:51.233Z] --- PASS: TestUntarUstarGnuConflict (0.01s)
23:39:51 [2022-10-04T23:39:51.233Z] === RUN   TestUntarInvalidFilenames
23:39:51 [2022-10-04T23:39:51.233Z] === RUN   TestNameFormat
23:39:51 [2022-10-04T23:39:51.233Z] --- PASS: TestNameFormat (0.00s)
23:39:51 [2022-10-04T23:39:51.233Z] === RUN   TestNameRetries
23:39:51 [2022-10-04T23:39:51.233Z] --- PASS: TestNameRetries (0.00s)
23:39:51 [2022-10-04T23:39:51.233Z] PASS
23:39:51 [2022-10-04T23:39:51.233Z] coverage: 85.7% of statements
23:39:51 [2022-10-04T23:39:51.233Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.040s	coverage: 85.7% of statements
23:39:51 [2022-10-04T23:39:51.233Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2839994807\\dest"
23:39:51 [2022-10-04T23:39:51.233Z] --- PASS: TestUntarInvalidFilenames (0.16s)
23:39:51 [2022-10-04T23:39:51.233Z] === RUN   TestUntarHardlinkToSymlink
23:39:51 [2022-10-04T23:39:51.233Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
23:39:51 [2022-10-04T23:39:51.233Z] === RUN   TestUntarInvalidHardlink
23:39:51 [2022-10-04T23:39:51.233Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink179840677\\victim\\hello" -> "../victim/hello"
23:39:51 [2022-10-04T23:39:51.233Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3236761243\\victim\\hello" -> "/../victim/hello"
23:39:51 [2022-10-04T23:39:51.233Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1155386701\\victim" -> "../victim"
23:39:51 [2022-10-04T23:39:51.233Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4125438775\\victim" -> "../victim"
23:39:51 [2022-10-04T23:39:51.233Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3745102443\\victim" -> "../victim"
23:39:51 [2022-10-04T23:39:51.233Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3280806265\\victim" -> "../victim"
23:39:51 [2022-10-04T23:39:51.233Z] --- PASS: TestUntarInvalidHardlink (0.03s)
23:39:51 [2022-10-04T23:39:51.233Z] === RUN   TestUntarInvalidSymlink
23:39:51 [2022-10-04T23:39:51.233Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2699920514\\dest\\dotdot" -> "../victim/hello"
23:39:51 [2022-10-04T23:39:51.233Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2740386387\\dest\\slash-dotdot" -> "/../victim/hello"
23:39:51 [2022-10-04T23:39:51.233Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1318594740\\dest\\loophole-victim" -> "../victim"
23:39:51 [2022-10-04T23:39:51.233Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1222445958\\dest\\loophole-victim" -> "../victim"
23:39:51 [2022-10-04T23:39:51.740Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink453273381\\dest\\loophole-victim" -> "../victim"
23:39:51 [2022-10-04T23:39:51.740Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2272057832\\dest\\loophole-victim" -> "../victim"
23:39:51 [2022-10-04T23:39:51.740Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3278104145\\dest\\dir\\loophole" -> "../../victim"
23:39:51 [2022-10-04T23:39:51.740Z] --- PASS: TestUntarInvalidSymlink (0.04s)
23:39:51 [2022-10-04T23:39:51.740Z] === RUN   TestTempArchiveCloseMultipleTimes
23:39:51 [2022-10-04T23:39:51.740Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
23:39:51 [2022-10-04T23:39:51.740Z] === RUN   TestXGlobalNoParent
23:39:51 [2022-10-04T23:39:51.740Z] --- PASS: TestXGlobalNoParent (0.00s)
23:39:51 [2022-10-04T23:39:51.740Z] === RUN   TestReplaceFileTarWrapper
23:39:51 [2022-10-04T23:39:51.740Z] --- PASS: TestReplaceFileTarWrapper (0.20s)
23:39:51 [2022-10-04T23:39:51.740Z] === RUN   TestPrefixHeaderReadable
23:39:51 [2022-10-04T23:39:51.740Z] --- PASS: TestPrefixHeaderReadable (0.02s)
23:39:51 [2022-10-04T23:39:51.740Z] === RUN   TestDisablePigz
23:39:51 [2022-10-04T23:39:51.740Z]     archive_test.go:1331: Test will not check full path when Pigz not installed
23:39:51 [2022-10-04T23:39:51.740Z] === RUN   TestParseKeyValueOpt
23:39:51 [2022-10-04T23:39:51.740Z] --- PASS: TestParseKeyValueOpt (0.00s)
23:39:51 [2022-10-04T23:39:51.740Z] === RUN   TestParseUintList
23:39:51 [2022-10-04T23:39:51.740Z] --- PASS: TestParseUintList (0.00s)
23:39:51 [2022-10-04T23:39:51.740Z] === RUN   TestParseUintListMaximumLimits
23:39:51 [2022-10-04T23:39:51.740Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
23:39:51 [2022-10-04T23:39:51.740Z] PASS
23:39:51 [2022-10-04T23:39:51.740Z] coverage: 97.0% of statements
23:39:51 [2022-10-04T23:39:51.740Z] ok  	github.com/docker/docker/pkg/parsers	0.040s	coverage: 97.0% of statements
23:39:51 [2022-10-04T23:39:51.740Z] --- PASS: TestDisablePigz (0.11s)
23:39:51 [2022-10-04T23:39:51.740Z] === RUN   TestPigz
23:39:51 [2022-10-04T23:39:51.740Z] === RUN   TestNewAndRemove
23:39:51 [2022-10-04T23:39:51.740Z] --- PASS: TestNewAndRemove (0.00s)
23:39:51 [2022-10-04T23:39:51.740Z] === RUN   TestRemoveInvalidPath
23:39:51 [2022-10-04T23:39:51.740Z] --- PASS: TestRemoveInvalidPath (0.00s)
23:39:51 [2022-10-04T23:39:51.740Z] PASS
23:39:51 [2022-10-04T23:39:51.740Z] coverage: 82.6% of statements
23:39:51 [2022-10-04T23:39:51.740Z]     archive_test.go:1360: Tested whether Pigz is not used, as it not installed
23:39:51 [2022-10-04T23:39:51.740Z] --- PASS: TestPigz (0.14s)
23:39:51 [2022-10-04T23:39:51.740Z] === RUN   TestCopyFileWithInvalidDest
23:39:51 [2022-10-04T23:39:51.740Z]     archive_windows_test.go:17: Currently fails
23:39:51 [2022-10-04T23:39:51.740Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
23:39:51 [2022-10-04T23:39:51.740Z] === RUN   TestCanonicalTarNameForPath
23:39:51 [2022-10-04T23:39:51.740Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
23:39:51 [2022-10-04T23:39:51.740Z] === RUN   TestCanonicalTarName
23:39:51 [2022-10-04T23:39:51.740Z] --- PASS: TestCanonicalTarName (0.00s)
23:39:51 [2022-10-04T23:39:51.740Z] === RUN   TestChmodTarEntry
23:39:51 [2022-10-04T23:39:51.740Z] --- PASS: TestChmodTarEntry (0.00s)
23:39:52 [2022-10-04T23:39:52.246Z] === RUN   TestHardLinkOrder
23:39:52 [2022-10-04T23:39:52.246Z] ok  	github.com/docker/docker/pkg/pidfile	0.055s	coverage: 82.6% of statements
23:39:52 [2022-10-04T23:39:52.246Z] --- PASS: TestHardLinkOrder (0.22s)
23:39:52 [2022-10-04T23:39:52.246Z] === RUN   TestChangeString
23:39:52 [2022-10-04T23:39:52.246Z] --- PASS: TestChangeString (0.00s)
23:39:52 [2022-10-04T23:39:52.246Z] === RUN   TestChangesWithNoChanges
23:39:52 [2022-10-04T23:39:52.246Z] --- PASS: TestChangesWithNoChanges (0.03s)
23:39:52 [2022-10-04T23:39:52.246Z] === RUN   TestChangesWithChanges
23:39:52 [2022-10-04T23:39:52.246Z] --- PASS: TestChangesWithChanges (0.03s)
23:39:52 [2022-10-04T23:39:52.246Z] === RUN   TestChangesWithChangesGH13590
23:39:52 [2022-10-04T23:39:52.246Z]     changes_test.go:192: needs more investigation
23:39:52 [2022-10-04T23:39:52.246Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
23:39:52 [2022-10-04T23:39:52.246Z] === RUN   TestChangesDirsEmpty
23:39:52 [2022-10-04T23:39:52.246Z] --- PASS: TestChangesDirsEmpty (0.16s)
23:39:52 [2022-10-04T23:39:52.246Z] === RUN   TestChangesDirsMutated
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestChangesDirsMutated (0.12s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestApplyLayer
23:39:52 [2022-10-04T23:39:52.752Z]     changes_test.go:405: needs further investigation
23:39:52 [2022-10-04T23:39:52.752Z] --- SKIP: TestApplyLayer (0.00s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestChangesSizeWithHardlinks
23:39:52 [2022-10-04T23:39:52.752Z]     changes_test.go:441: needs further investigation
23:39:52 [2022-10-04T23:39:52.752Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestChangesSizeWithNoChanges
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestChangesSize
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestChangesSize (0.00s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestApplyLayerInvalidFilenames
23:39:52 [2022-10-04T23:39:52.752Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3048292383\\dest"
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestApplyLayerInvalidHardlink
23:39:52 [2022-10-04T23:39:52.752Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3807604882\\victim\\hello" -> "../victim/hello"
23:39:52 [2022-10-04T23:39:52.752Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2873926807\\victim\\hello" -> "/../victim/hello"
23:39:52 [2022-10-04T23:39:52.752Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink220863516\\victim" -> "../victim"
23:39:52 [2022-10-04T23:39:52.752Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2764794741\\victim" -> "../victim"
23:39:52 [2022-10-04T23:39:52.752Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1938337256\\victim" -> "../victim"
23:39:52 [2022-10-04T23:39:52.752Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3898696126\\victim" -> "../victim"
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestApplyLayerInvalidSymlink
23:39:52 [2022-10-04T23:39:52.752Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2661173414\\dest\\dotdot" -> "../victim/hello"
23:39:52 [2022-10-04T23:39:52.752Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3474375095\\dest\\slash-dotdot" -> "/../victim/hello"
23:39:52 [2022-10-04T23:39:52.752Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink978637905\\dest\\loophole-victim" -> "../victim"
23:39:52 [2022-10-04T23:39:52.752Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3426388619\\dest\\loophole-victim" -> "../victim"
23:39:52 [2022-10-04T23:39:52.752Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink808538472\\dest\\loophole-victim" -> "../victim"
23:39:52 [2022-10-04T23:39:52.752Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1448964022\\dest\\loophole-victim" -> "../victim"
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestApplyLayerWhiteouts
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestApplyLayerWhiteouts (0.06s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestGenerateEmptyFile
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestGenerateEmptyFile (0.00s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestGenerateWithContent
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestGenerateWithContent (0.00s)
23:39:52 [2022-10-04T23:39:52.752Z] PASS
23:39:52 [2022-10-04T23:39:52.752Z] coverage: 62.6% of statements
23:39:52 [2022-10-04T23:39:52.752Z] ok  	github.com/docker/docker/pkg/archive	7.828s	coverage: 62.6% of statements
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestParseEmptyInterface
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestParseEmptyInterface (0.00s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestParseNonInterfaceType
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestParseNonInterfaceType (0.00s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestParseWithOneFunction
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestParseWithOneFunction (0.00s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestParseWithMultipleFuncs
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestParseWithUnnamedReturn
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestEmbeddedInterface
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestEmbeddedInterface (0.00s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestParsedImports
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestParsedImports (0.00s)
23:39:52 [2022-10-04T23:39:52.752Z] === RUN   TestAliasedImports
23:39:52 [2022-10-04T23:39:52.752Z] --- PASS: TestAliasedImports (0.00s)
23:39:52 [2022-10-04T23:39:52.752Z] PASS
23:39:52 [2022-10-04T23:39:52.752Z] coverage: 56.8% of statements
23:39:52 [2022-10-04T23:39:52.752Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.054s	coverage: 56.8% of statements
23:39:53 [2022-10-04T23:39:53.257Z] === RUN   TestFailedConnection
23:39:53 [2022-10-04T23:39:53.257Z] === RUN   TestHTTPTransport
23:39:53 [2022-10-04T23:39:53.257Z] --- PASS: TestHTTPTransport (0.00s)
23:39:53 [2022-10-04T23:39:53.257Z] PASS
23:39:53 [2022-10-04T23:39:53.257Z] coverage: 85.7% of statements
23:39:53 [2022-10-04T23:39:53.257Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.042s	coverage: 85.7% of statements
23:39:53 [2022-10-04T23:39:53.552Z] --- PASS: TestServiceUpdateNetwork (12.33s)
23:39:53 [2022-10-04T23:39:53.552Z] === RUN   TestServiceUpdatePidsLimit
23:39:53 [2022-10-04T23:39:53.621Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
23:39:53 [2022-10-04T23:39:53.621Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
23:39:53 [2022-10-04T23:39:53.621Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
23:39:53 [2022-10-04T23:39:53.763Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
23:39:53 [2022-10-04T23:39:53.763Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
23:39:53 [2022-10-04T23:39:53.763Z] === RUN   TestBufioReaderPoolPutAndGet
23:39:53 [2022-10-04T23:39:53.763Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
23:39:53 [2022-10-04T23:39:53.763Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
23:39:53 [2022-10-04T23:39:53.763Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
23:39:53 [2022-10-04T23:39:53.763Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
23:39:53 [2022-10-04T23:39:53.763Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
23:39:53 [2022-10-04T23:39:53.763Z] === RUN   TestBufioWriterPoolPutAndGet
23:39:53 [2022-10-04T23:39:53.763Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
23:39:53 [2022-10-04T23:39:53.763Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
23:39:53 [2022-10-04T23:39:53.763Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
23:39:53 [2022-10-04T23:39:53.763Z] === RUN   TestBufferPoolPutAndGet
23:39:53 [2022-10-04T23:39:53.763Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
23:39:53 [2022-10-04T23:39:53.763Z] PASS
23:39:53 [2022-10-04T23:39:53.763Z] coverage: 88.2% of statements
23:39:53 [2022-10-04T23:39:53.763Z] ok  	github.com/docker/docker/pkg/pools	0.045s	coverage: 88.2% of statements
23:39:53 [2022-10-04T23:39:53.879Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
23:39:54 [2022-10-04T23:39:54.121Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
23:39:54 [2022-10-04T23:39:54.269Z] === RUN   TestOutputOnPrematureClose
23:39:54 [2022-10-04T23:39:54.269Z] --- PASS: TestOutputOnPrematureClose (0.00s)
23:39:54 [2022-10-04T23:39:54.269Z] === RUN   TestCompleteSilently
23:39:54 [2022-10-04T23:39:54.269Z] --- PASS: TestCompleteSilently (0.00s)
23:39:54 [2022-10-04T23:39:54.269Z] PASS
23:39:54 [2022-10-04T23:39:54.269Z] coverage: 75.9% of statements
23:39:54 [2022-10-04T23:39:54.269Z] ok  	github.com/docker/docker/pkg/progress	0.037s	coverage: 75.9% of statements
23:39:54 [2022-10-04T23:39:54.269Z] === RUN   TestSendToOneSub
23:39:54 [2022-10-04T23:39:54.269Z] --- PASS: TestSendToOneSub (0.00s)
23:39:54 [2022-10-04T23:39:54.269Z] === RUN   TestSendToMultipleSubs
23:39:54 [2022-10-04T23:39:54.269Z] --- PASS: TestSendToMultipleSubs (0.00s)
23:39:54 [2022-10-04T23:39:54.269Z] === RUN   TestEvictOneSub
23:39:54 [2022-10-04T23:39:54.269Z] --- PASS: TestEvictOneSub (0.00s)
23:39:54 [2022-10-04T23:39:54.269Z] === RUN   TestClosePublisher
23:39:54 [2022-10-04T23:39:54.269Z] --- PASS: TestClosePublisher (0.00s)
23:39:54 [2022-10-04T23:39:54.269Z] === RUN   TestPubSubRace
23:39:54 [2022-10-04T23:39:54.269Z] --- PASS: TestFailedConnection (1.24s)
23:39:54 [2022-10-04T23:39:54.269Z] === RUN   TestFailOnce
23:39:54 [2022-10-04T23:39:54.690Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
23:39:54 [2022-10-04T23:39:54.775Z] 2022/10/04 23:39:54 http: panic serving 127.0.0.1:49233: Plugin not ready
23:39:54 [2022-10-04T23:39:54.775Z] goroutine 34 [running]:
23:39:54 [2022-10-04T23:39:54.775Z] net/http.(*conn).serve.func1()
23:39:54 [2022-10-04T23:39:54.775Z] 	c:/go/src/net/http/server.go:1825 +0xbf
23:39:54 [2022-10-04T23:39:54.775Z] panic({0xe259e0, 0xf694f0})
23:39:54 [2022-10-04T23:39:54.775Z] 	c:/go/src/runtime/panic.go:844 +0x258
23:39:54 [2022-10-04T23:39:54.775Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xbd0000000000003b?, 0xffffffffffffffff?}, 0xbd4e446dbfa5b941?)
23:39:54 [2022-10-04T23:39:54.775Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d
23:39:54 [2022-10-04T23:39:54.775Z] net/http.HandlerFunc.ServeHTTP(0x0?, {0xf6ed48?, 0xc000172000?}, 0xc000167a78?)
23:39:54 [2022-10-04T23:39:54.775Z] 	c:/go/src/net/http/server.go:2084 +0x2f
23:39:54 [2022-10-04T23:39:54.775Z] net/http.(*ServeMux).ServeHTTP(0x0?, {0xf6ed48, 0xc000172000}, 0xc00015e100)
23:39:54 [2022-10-04T23:39:54.775Z] 	c:/go/src/net/http/server.go:2462 +0x149
23:39:54 [2022-10-04T23:39:54.775Z] net/http.serverHandler.ServeHTTP({0xf6d278?}, {0xf6ed48, 0xc000172000}, 0xc00015e100)
23:39:54 [2022-10-04T23:39:54.775Z] 	c:/go/src/net/http/server.go:2916 +0x43b
23:39:54 [2022-10-04T23:39:54.775Z] net/http.(*conn).serve(0xc0001a0000, {0xf6f158, 0xc0001820c0})
23:39:54 [2022-10-04T23:39:54.775Z] 	c:/go/src/net/http/server.go:1966 +0x5d7
23:39:54 [2022-10-04T23:39:54.775Z] created by net/http.(*Server).Serve
23:39:54 [2022-10-04T23:39:54.775Z] 	c:/go/src/net/http/server.go:3071 +0x4db
23:39:54 [2022-10-04T23:39:54.775Z] time="2022-10-04T23:39:54Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49232/Test.FailOnce: Post \"http://127.0.0.1:49232/Test.FailOnce\": EOF, retrying in 1s"
23:39:54 [2022-10-04T23:39:54.775Z] === RUN   TestRegister
23:39:54 [2022-10-04T23:39:54.775Z] --- PASS: TestRegister (0.00s)
23:39:54 [2022-10-04T23:39:54.775Z] === RUN   TestCommand
23:39:54 [2022-10-04T23:39:54.775Z] --- PASS: TestCommand (0.03s)
23:39:54 [2022-10-04T23:39:54.775Z] === RUN   TestNaiveSelf
23:39:54 [2022-10-04T23:39:54.775Z] --- PASS: TestNaiveSelf (0.03s)
23:39:54 [2022-10-04T23:39:54.775Z] PASS
23:39:54 [2022-10-04T23:39:54.775Z] coverage: 82.4% of statements
23:39:54 [2022-10-04T23:39:54.813Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
23:39:55 [2022-10-04T23:39:55.070Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
23:39:55 [2022-10-04T23:39:55.284Z] ok  	github.com/docker/docker/pkg/reexec	0.095s	coverage: 82.4% of statements
23:39:55 [2022-10-04T23:39:55.284Z] --- PASS: TestPubSubRace (1.07s)
23:39:55 [2022-10-04T23:39:55.284Z] PASS
23:39:55 [2022-10-04T23:39:55.284Z] coverage: 75.0% of statements
23:39:55 [2022-10-04T23:39:55.284Z] ok  	github.com/docker/docker/pkg/pubsub	1.112s	coverage: 75.0% of statements
23:39:55 [2022-10-04T23:39:55.328Z] === RUN   TestDockerSuite/TestBuildEntrypoint
23:39:55 [2022-10-04T23:39:55.587Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
23:39:55 [2022-10-04T23:39:55.791Z] --- PASS: TestFailOnce (1.16s)
23:39:55 [2022-10-04T23:39:55.791Z] === RUN   TestEchoInputOutput
23:39:55 [2022-10-04T23:39:55.791Z] --- PASS: TestEchoInputOutput (0.00s)
23:39:55 [2022-10-04T23:39:55.791Z] === RUN   TestBackoff
23:39:55 [2022-10-04T23:39:55.791Z] --- PASS: TestBackoff (0.00s)
23:39:55 [2022-10-04T23:39:55.791Z] === RUN   TestAbortRetry
23:39:55 [2022-10-04T23:39:55.791Z] --- PASS: TestAbortRetry (0.00s)
23:39:55 [2022-10-04T23:39:55.791Z] === RUN   TestClientScheme
23:39:55 [2022-10-04T23:39:55.791Z] --- PASS: TestClientScheme (0.00s)
23:39:55 [2022-10-04T23:39:55.791Z] === RUN   TestNewClientWithTimeout
23:39:55 [2022-10-04T23:39:55.791Z] === RUN   TestParseSignal
23:39:55 [2022-10-04T23:39:55.791Z] --- PASS: TestParseSignal (0.00s)
23:39:55 [2022-10-04T23:39:55.791Z] === RUN   TestValidSignalForPlatform
23:39:55 [2022-10-04T23:39:55.791Z] --- PASS: TestValidSignalForPlatform (0.00s)
23:39:55 [2022-10-04T23:39:55.791Z] PASS
23:39:55 [2022-10-04T23:39:55.791Z] coverage: 19.7% of statements
23:39:55 [2022-10-04T23:39:55.791Z] ok  	github.com/docker/docker/pkg/signal	0.052s	coverage: 19.7% of statements
23:39:56 [2022-10-04T23:39:56.296Z] time="2022-10-04T23:39:55Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49237/Test.Echo: Post \"http://127.0.0.1:49237/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
23:39:56 [2022-10-04T23:39:56.296Z] === RUN   TestNewStdWriter
23:39:56 [2022-10-04T23:39:56.296Z] --- PASS: TestNewStdWriter (0.00s)
23:39:56 [2022-10-04T23:39:56.296Z] === RUN   TestWriteWithUninitializedStdWriter
23:39:56 [2022-10-04T23:39:56.296Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
23:39:56 [2022-10-04T23:39:56.296Z] === RUN   TestWriteWithNilBytes
23:39:56 [2022-10-04T23:39:56.296Z] --- PASS: TestWriteWithNilBytes (0.00s)
23:39:56 [2022-10-04T23:39:56.296Z] === RUN   TestWrite
23:39:56 [2022-10-04T23:39:56.296Z] --- PASS: TestWrite (0.00s)
23:39:56 [2022-10-04T23:39:56.296Z] === RUN   TestWriteWithWriterError
23:39:56 [2022-10-04T23:39:56.296Z] --- PASS: TestWriteWithWriterError (0.00s)
23:39:56 [2022-10-04T23:39:56.296Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
23:39:56 [2022-10-04T23:39:56.296Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
23:39:56 [2022-10-04T23:39:56.296Z] === RUN   TestStdCopyWriteAndRead
23:39:56 [2022-10-04T23:39:56.296Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
23:39:56 [2022-10-04T23:39:56.296Z] === RUN   TestStdCopyReturnsErrorReadingHeader
23:39:56 [2022-10-04T23:39:56.296Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
23:39:56 [2022-10-04T23:39:56.296Z] === RUN   TestStdCopyReturnsErrorReadingFrame
23:39:56 [2022-10-04T23:39:56.296Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
23:39:56 [2022-10-04T23:39:56.296Z] === RUN   TestStdCopyDetectsCorruptedFrame
23:39:56 [2022-10-04T23:39:56.296Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
23:39:56 [2022-10-04T23:39:56.296Z] === RUN   TestStdCopyWithInvalidInputHeader
23:39:56 [2022-10-04T23:39:56.296Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
23:39:56 [2022-10-04T23:39:56.296Z] === RUN   TestStdCopyWithCorruptedPrefix
23:39:56 [2022-10-04T23:39:56.296Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
23:39:56 [2022-10-04T23:39:56.296Z] === RUN   TestStdCopyReturnsWriteErrors
23:39:56 [2022-10-04T23:39:56.296Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
23:39:56 [2022-10-04T23:39:56.296Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
23:39:56 [2022-10-04T23:39:56.296Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
23:39:56 [2022-10-04T23:39:56.296Z] === RUN   TestStdCopyReturnsErrorFromSystem
23:39:56 [2022-10-04T23:39:56.296Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
23:39:56 [2022-10-04T23:39:56.296Z] PASS
23:39:56 [2022-10-04T23:39:56.296Z] coverage: 100.0% of statements
23:39:56 [2022-10-04T23:39:56.296Z] ok  	github.com/docker/docker/pkg/stdcopy	0.042s	coverage: 100.0% of statements
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestRawProgressFormatterFormatStatus
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestRawProgressFormatterFormatProgress
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestFormatStatus
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestFormatStatus (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestFormatError
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestFormatError (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestFormatJSONError
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestFormatJSONError (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestJsonProgressFormatterFormatProgress
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestJsonProgressFormatterFormatStatus
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestNewJSONProgressOutput
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestNewJSONProgressOutput (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestAuxFormatterEmit
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestAuxFormatterEmit (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestStreamWriterStdout
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestStreamWriterStdout (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestStreamWriterStderr
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestStreamWriterStderr (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] PASS
23:39:56 [2022-10-04T23:39:56.802Z] coverage: 66.2% of statements
23:39:56 [2022-10-04T23:39:56.802Z] ok  	github.com/docker/docker/pkg/streamformatter	0.040s	coverage: 66.2% of statements
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestGenerateRandomID
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestGenerateRandomID (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestShortenId
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestShortenId (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestShortenSha256Id
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestShortenSha256Id (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestShortenIdEmpty
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestShortenIdEmpty (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestShortenIdInvalid
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestShortenIdInvalid (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestIsShortIDNonHex
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestIsShortIDNonHex (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] === RUN   TestIsShortIDNotCorrectSize
23:39:56 [2022-10-04T23:39:56.802Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
23:39:56 [2022-10-04T23:39:56.802Z] PASS
23:39:56 [2022-10-04T23:39:56.802Z] coverage: 70.6% of statements
23:39:56 [2022-10-04T23:39:56.802Z] ok  	github.com/docker/docker/pkg/stringid	0.036s	coverage: 70.6% of statements
23:39:56 [2022-10-04T23:39:56.961Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
23:39:57 [2022-10-04T23:39:57.864Z] time="2022-10-04T23:39:57Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49237/Test.Echo: Post \"http://127.0.0.1:49237/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
23:39:57 [2022-10-04T23:39:57.864Z] === RUN   TestIsCpusetListAvailable
23:39:57 [2022-10-04T23:39:57.864Z] --- PASS: TestIsCpusetListAvailable (0.00s)
23:39:57 [2022-10-04T23:39:57.864Z] PASS
23:39:57 [2022-10-04T23:39:57.864Z] coverage: 38.2% of statements
23:39:57 [2022-10-04T23:39:57.864Z] ok  	github.com/docker/docker/pkg/sysinfo	0.045s	coverage: 38.2% of statements
23:39:57 [2022-10-04T23:39:57.895Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestTailFile
23:39:58 [2022-10-04T23:39:58.474Z] --- PASS: TestTailFile (0.00s)
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestTailFileManyLines
23:39:58 [2022-10-04T23:39:58.474Z] --- PASS: TestTailFileManyLines (0.00s)
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestTailEmptyFile
23:39:58 [2022-10-04T23:39:58.474Z] --- PASS: TestTailEmptyFile (0.00s)
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestTailNegativeN
23:39:58 [2022-10-04T23:39:58.474Z] --- PASS: TestTailNegativeN (0.00s)
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader
23:39:58 [2022-10-04T23:39:58.474Z] === PAUSE TestNewTailReader
23:39:58 [2022-10-04T23:39:58.474Z] === CONT  TestNewTailReader
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/no_delimiter
23:39:58 [2022-10-04T23:39:58.474Z] === PAUSE TestNewTailReader/no_delimiter
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/single_byte_delimiter
23:39:58 [2022-10-04T23:39:58.474Z] === PAUSE TestNewTailReader/single_byte_delimiter
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/2_byte_delimiter
23:39:58 [2022-10-04T23:39:58.474Z] === PAUSE TestNewTailReader/2_byte_delimiter
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/4_byte_delimiter
23:39:58 [2022-10-04T23:39:58.474Z] === PAUSE TestNewTailReader/4_byte_delimiter
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/8_byte_delimiter
23:39:58 [2022-10-04T23:39:58.474Z] === PAUSE TestNewTailReader/8_byte_delimiter
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/12_byte_delimiter
23:39:58 [2022-10-04T23:39:58.474Z] === PAUSE TestNewTailReader/12_byte_delimiter
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/truncated_last_line
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/truncated_last_line#01
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/truncated_last_line#02
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
23:39:58 [2022-10-04T23:39:58.474Z] === CONT  TestNewTailReader/no_delimiter
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.474Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.474Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.474Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.474Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.474Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.474Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.474Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/no_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.983Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.983Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.983Z] === CONT  TestNewTailReader/12_byte_delimiter
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.983Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.983Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.983Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/8_byte_delimiter
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/2_byte_delimiter
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestChtimes
23:39:58 [2022-10-04T23:39:58.984Z] --- PASS: TestChtimes (0.00s)
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestChtimesWindows
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/no_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/4_byte_delimiter
23:39:58 [2022-10-04T23:39:58.984Z] --- PASS: TestChtimesWindows (0.00s)
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
23:39:58 [2022-10-04T23:39:58.984Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestEnsureRemoveAllNotExist
23:39:58 [2022-10-04T23:39:58.984Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestEnsureRemoveAllWithDir
23:39:58 [2022-10-04T23:39:58.984Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestEnsureRemoveAllWithFile
23:39:58 [2022-10-04T23:39:58.984Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestHasWin32KSupport
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.984Z]     syscall_windows_test.go:8: win32k: true
23:39:58 [2022-10-04T23:39:58.984Z] --- PASS: TestHasWin32KSupport (0.00s)
23:39:58 [2022-10-04T23:39:58.984Z] PASS
23:39:58 [2022-10-04T23:39:58.984Z] coverage: 12.0% of statements
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/single_byte_delimiter
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] ok  	github.com/docker/docker/pkg/system	0.085s	coverage: 12.0% of statements
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.984Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.984Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.984Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.985Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.985Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.986Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.986Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.986Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.987Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.988Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
23:39:58 [2022-10-04T23:39:58.989Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
23:39:58 [2022-10-04T23:39:58.989Z] --- PASS: TestNewTailReader (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.02s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.03s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
23:39:58 [2022-10-04T23:39:58.989Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.495Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.02s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.01s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.01s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.01s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.01s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.01s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.04s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.03s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.03s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.01s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.01s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
23:39:59 [2022-10-04T23:39:59.496Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
23:39:59 [2022-10-04T23:39:59.497Z] PASS
23:39:59 [2022-10-04T23:39:59.497Z] coverage: 88.6% of statements
23:39:59 [2022-10-04T23:39:59.497Z] ok  	github.com/docker/docker/pkg/tailfile	0.348s	coverage: 88.6% of statements
23:39:59 [2022-10-04T23:39:59.815Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
23:40:00 [2022-10-04T23:40:00.003Z] testing: warning: no tests to run
23:40:00 [2022-10-04T23:40:00.003Z] PASS
23:40:00 [2022-10-04T23:40:00.003Z] coverage: [no statements]
23:40:00 [2022-10-04T23:40:00.003Z] ok  	github.com/docker/docker/pkg/term/windows	0.048s	coverage: [no statements] [no tests to run]
23:40:00 [2022-10-04T23:40:00.003Z] === RUN   TestTarSumRemoveNonExistent
23:40:00 [2022-10-04T23:40:00.003Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
23:40:00 [2022-10-04T23:40:00.003Z] === RUN   TestTarSumRemove
23:40:00 [2022-10-04T23:40:00.003Z] --- PASS: TestTarSumRemove (0.00s)
23:40:00 [2022-10-04T23:40:00.003Z] === RUN   TestSortFileInfoSums
23:40:00 [2022-10-04T23:40:00.003Z] --- PASS: TestSortFileInfoSums (0.00s)
23:40:00 [2022-10-04T23:40:00.003Z] === RUN   TestNewTarSumForLabelInvalid
23:40:00 [2022-10-04T23:40:00.003Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
23:40:00 [2022-10-04T23:40:00.003Z] === RUN   TestNewTarSumForLabel
23:40:00 [2022-10-04T23:40:00.003Z] --- PASS: TestNewTarSumForLabel (0.00s)
23:40:00 [2022-10-04T23:40:00.003Z] === RUN   TestEmptyTar
23:40:00 [2022-10-04T23:40:00.003Z] --- PASS: TestEmptyTar (0.00s)
23:40:00 [2022-10-04T23:40:00.003Z] === RUN   TestTarSumsReadSize
23:40:00 [2022-10-04T23:40:00.003Z] --- PASS: TestTarSumsReadSize (0.01s)
23:40:00 [2022-10-04T23:40:00.003Z] === RUN   TestTarSums
23:40:00 [2022-10-04T23:40:00.003Z] time="2022-10-04T23:39:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49237/Test.Echo: Post \"http://127.0.0.1:49237/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
23:40:00 [2022-10-04T23:40:00.003Z] --- PASS: TestTarSums (0.09s)
23:40:00 [2022-10-04T23:40:00.003Z] === RUN   TestIteration
23:40:00 [2022-10-04T23:40:00.003Z] --- PASS: TestIteration (0.00s)
23:40:00 [2022-10-04T23:40:00.003Z] === RUN   TestVersionLabelForChecksum
23:40:00 [2022-10-04T23:40:00.003Z] --- PASS: TestVersionLabelForChecksum (0.00s)
23:40:00 [2022-10-04T23:40:00.003Z] === RUN   TestVersion
23:40:00 [2022-10-04T23:40:00.003Z] --- PASS: TestVersion (0.00s)
23:40:00 [2022-10-04T23:40:00.003Z] === RUN   TestGetVersion
23:40:00 [2022-10-04T23:40:00.003Z] --- PASS: TestGetVersion (0.00s)
23:40:00 [2022-10-04T23:40:00.003Z] === RUN   TestGetVersions
23:40:00 [2022-10-04T23:40:00.003Z] --- PASS: TestGetVersions (0.00s)
23:40:00 [2022-10-04T23:40:00.003Z] PASS
23:40:00 [2022-10-04T23:40:00.003Z] coverage: 89.3% of statements
23:40:00 [2022-10-04T23:40:00.003Z] ok  	github.com/docker/docker/pkg/tarsum	0.158s	coverage: 89.3% of statements
23:40:00 [2022-10-04T23:40:00.513Z] === RUN   TestTruncIndex
23:40:00 [2022-10-04T23:40:00.513Z] --- PASS: TestTruncIndex (0.10s)
23:40:00 [2022-10-04T23:40:00.513Z] PASS
23:40:00 [2022-10-04T23:40:00.513Z] coverage: 91.5% of statements
23:40:00 [2022-10-04T23:40:00.513Z] ok  	github.com/docker/docker/pkg/truncindex	0.143s	coverage: 91.5% of statements
23:40:00 [2022-10-04T23:40:00.750Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
23:40:01 [2022-10-04T23:40:01.008Z] === RUN   TestDockerSuite/TestBuildEnv
23:40:01 [2022-10-04T23:40:01.019Z] === RUN   TestIsGIT
23:40:01 [2022-10-04T23:40:01.019Z] --- PASS: TestIsGIT (0.00s)
23:40:01 [2022-10-04T23:40:01.019Z] === RUN   TestIsTransport
23:40:01 [2022-10-04T23:40:01.019Z] --- PASS: TestIsTransport (0.00s)
23:40:01 [2022-10-04T23:40:01.019Z] PASS
23:40:01 [2022-10-04T23:40:01.019Z] coverage: 100.0% of statements
23:40:01 [2022-10-04T23:40:01.019Z] ok  	github.com/docker/docker/pkg/urlutil	0.044s	coverage: 100.0% of statements
23:40:01 [2022-10-04T23:40:01.526Z] === RUN   TestVersionInfo
23:40:01 [2022-10-04T23:40:01.526Z] --- PASS: TestVersionInfo (0.00s)
23:40:01 [2022-10-04T23:40:01.526Z] === RUN   TestAppendVersions
23:40:01 [2022-10-04T23:40:01.526Z] --- PASS: TestAppendVersions (0.00s)
23:40:01 [2022-10-04T23:40:01.526Z] PASS
23:40:01 [2022-10-04T23:40:01.526Z] coverage: 88.9% of statements
23:40:01 [2022-10-04T23:40:01.526Z] ok  	github.com/docker/docker/pkg/useragent	0.036s	coverage: 88.9% of statements
23:40:02 [2022-10-04T23:40:02.381Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
23:40:02 [2022-10-04T23:40:02.587Z] === RUN   TestValidatePrivileges
23:40:02 [2022-10-04T23:40:02.587Z] --- PASS: TestValidatePrivileges (0.00s)
23:40:02 [2022-10-04T23:40:02.587Z] === RUN   TestFilterByCapNeg
23:40:02 [2022-10-04T23:40:02.587Z] --- PASS: TestFilterByCapNeg (0.00s)
23:40:02 [2022-10-04T23:40:02.587Z] === RUN   TestFilterByCapPos
23:40:02 [2022-10-04T23:40:02.587Z] --- PASS: TestFilterByCapPos (0.00s)
23:40:02 [2022-10-04T23:40:02.587Z] === RUN   TestStoreGetPluginNotMatchCapRefs
23:40:02 [2022-10-04T23:40:02.587Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
23:40:02 [2022-10-04T23:40:02.587Z] PASS
23:40:02 [2022-10-04T23:40:02.587Z] coverage: 12.0% of statements
23:40:02 [2022-10-04T23:40:02.587Z] ok  	github.com/docker/docker/plugin	0.071s	coverage: 12.0% of statements
23:40:02 [2022-10-04T23:40:02.587Z] === RUN   TestNewSettable
23:40:02 [2022-10-04T23:40:02.587Z] --- PASS: TestNewSettable (0.00s)
23:40:02 [2022-10-04T23:40:02.587Z] === RUN   TestIsSettable
23:40:02 [2022-10-04T23:40:02.587Z] --- PASS: TestIsSettable (0.00s)
23:40:02 [2022-10-04T23:40:02.587Z] === RUN   TestUpdateSettingsEnv
23:40:02 [2022-10-04T23:40:02.587Z] --- PASS: TestUpdateSettingsEnv (0.00s)
23:40:02 [2022-10-04T23:40:02.587Z] PASS
23:40:02 [2022-10-04T23:40:02.587Z] coverage: 20.0% of statements
23:40:02 [2022-10-04T23:40:02.587Z] ok  	github.com/docker/docker/plugin/v2	0.040s	coverage: 20.0% of statements
23:40:02 [2022-10-04T23:40:02.640Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
23:40:02 [2022-10-04T23:40:02.808Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
23:40:03 [2022-10-04T23:40:03.575Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
23:40:03 [2022-10-04T23:40:03.665Z] === RUN   TestLoad
23:40:03 [2022-10-04T23:40:03.665Z] --- PASS: TestLoad (0.00s)
23:40:03 [2022-10-04T23:40:03.665Z] === RUN   TestSave
23:40:03 [2022-10-04T23:40:03.665Z] --- PASS: TestSave (0.03s)
23:40:03 [2022-10-04T23:40:03.665Z] === RUN   TestAddDeleteGet
23:40:03 [2022-10-04T23:40:03.665Z] --- PASS: TestAddDeleteGet (0.10s)
23:40:03 [2022-10-04T23:40:03.665Z] === RUN   TestInvalidTags
23:40:03 [2022-10-04T23:40:03.833Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
23:40:04 [2022-10-04T23:40:04.179Z] --- PASS: TestInvalidTags (0.01s)
23:40:04 [2022-10-04T23:40:04.179Z] PASS
23:40:04 [2022-10-04T23:40:04.179Z] coverage: 84.4% of statements
23:40:04 [2022-10-04T23:40:04.179Z] ok  	github.com/docker/docker/reference	0.238s	coverage: 84.4% of statements
23:40:04 [2022-10-04T23:40:04.685Z] time="2022-10-04T23:40:04Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49237/Test.Echo: Post \"http://127.0.0.1:49237/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
23:40:04 [2022-10-04T23:40:04.767Z] === RUN   TestDockerSuite/TestBuildEnvUsage
23:40:05 [2022-10-04T23:40:05.025Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
23:40:05 [2022-10-04T23:40:05.190Z] === RUN   TestResolveAuthConfigIndexServer
23:40:05 [2022-10-04T23:40:05.190Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
23:40:05 [2022-10-04T23:40:05.190Z] === RUN   TestResolveAuthConfigFullURL
23:40:05 [2022-10-04T23:40:05.190Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
23:40:05 [2022-10-04T23:40:05.190Z] === RUN   TestLoadAllowNondistributableArtifacts
23:40:05 [2022-10-04T23:40:05.190Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
23:40:05 [2022-10-04T23:40:05.190Z] === RUN   TestValidateMirror
23:40:05 [2022-10-04T23:40:05.190Z] --- PASS: TestValidateMirror (0.00s)
23:40:05 [2022-10-04T23:40:05.190Z] === RUN   TestLoadInsecureRegistries
23:40:05 [2022-10-04T23:40:05.190Z] time="2022-10-04T23:40:04Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
23:40:05 [2022-10-04T23:40:05.190Z] time="2022-10-04T23:40:04Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
23:40:05 [2022-10-04T23:40:05.190Z] time="2022-10-04T23:40:04Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
23:40:05 [2022-10-04T23:40:05.190Z] --- PASS: TestLoadInsecureRegistries (0.14s)
23:40:05 [2022-10-04T23:40:05.190Z] === RUN   TestNewServiceConfig
23:40:05 [2022-10-04T23:40:05.190Z] --- PASS: TestNewServiceConfig (0.00s)
23:40:05 [2022-10-04T23:40:05.190Z] === RUN   TestValidateIndexName
23:40:05 [2022-10-04T23:40:05.190Z] --- PASS: TestValidateIndexName (0.00s)
23:40:05 [2022-10-04T23:40:05.190Z] === RUN   TestValidateIndexNameWithError
23:40:05 [2022-10-04T23:40:05.190Z] --- PASS: TestValidateIndexNameWithError (0.00s)
23:40:05 [2022-10-04T23:40:05.190Z] === RUN   TestEndpointParse
23:40:05 [2022-10-04T23:40:05.190Z] --- PASS: TestEndpointParse (0.00s)
23:40:05 [2022-10-04T23:40:05.190Z] === RUN   TestEndpointParseInvalid
23:40:05 [2022-10-04T23:40:05.190Z] --- PASS: TestEndpointParseInvalid (0.00s)
23:40:05 [2022-10-04T23:40:05.190Z] === RUN   TestValidateEndpoint
23:40:05 [2022-10-04T23:40:05.190Z] --- PASS: TestValidateEndpoint (0.01s)
23:40:05 [2022-10-04T23:40:05.190Z] === RUN   TestPing
23:40:05 [2022-10-04T23:40:05.190Z] --- PASS: TestPing (0.00s)
23:40:05 [2022-10-04T23:40:05.190Z] === RUN   TestPingRegistryEndpoint
23:40:05 [2022-10-04T23:40:05.190Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
23:40:05 [2022-10-04T23:40:05.190Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
23:40:05 [2022-10-04T23:40:05.190Z] === RUN   TestEndpoint
23:40:05 [2022-10-04T23:40:05.190Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
23:40:05 [2022-10-04T23:40:05.190Z] --- SKIP: TestEndpoint (0.00s)
23:40:05 [2022-10-04T23:40:05.191Z] === RUN   TestParseRepositoryInfo
23:40:05 [2022-10-04T23:40:05.191Z] --- PASS: TestParseRepositoryInfo (0.01s)
23:40:05 [2022-10-04T23:40:05.191Z] === RUN   TestNewIndexInfo
23:40:05 [2022-10-04T23:40:05.191Z] --- PASS: TestNewIndexInfo (0.00s)
23:40:05 [2022-10-04T23:40:05.191Z] === RUN   TestMirrorEndpointLookup
23:40:05 [2022-10-04T23:40:05.191Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
23:40:05 [2022-10-04T23:40:05.191Z] --- SKIP: TestMirrorEndpointLookup (0.01s)
23:40:05 [2022-10-04T23:40:05.191Z] === RUN   TestSearchRepositories
23:40:05 [2022-10-04T23:40:05.191Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
23:40:05 [2022-10-04T23:40:05.191Z]         Host: 127.0.0.1:49243
23:40:05 [2022-10-04T23:40:05.191Z]         User-Agent: docker test client
23:40:05 [2022-10-04T23:40:05.191Z]         Authorization: Token fake-token
23:40:05 [2022-10-04T23:40:05.191Z]         X-Docker-Token: true
23:40:05 [2022-10-04T23:40:05.191Z]         Accept-Encoding: gzip
23:40:05 [2022-10-04T23:40:05.191Z]         
23:40:05 [2022-10-04T23:40:05.191Z]         
23:40:05 [2022-10-04T23:40:05.191Z]     registry_test.go:730: HTTP/1.1 200 OK
23:40:05 [2022-10-04T23:40:05.191Z]         Connection: close
23:40:05 [2022-10-04T23:40:05.191Z]         Content-Length: 144
23:40:05 [2022-10-04T23:40:05.191Z]         Cache-Control: no-cache
23:40:05 [2022-10-04T23:40:05.191Z]         Content-Type: application/json
23:40:05 [2022-10-04T23:40:05.191Z]         Date: Tue, 04 Oct 2022 23:40:05 GMT
23:40:05 [2022-10-04T23:40:05.191Z]         Expires: -1
23:40:05 [2022-10-04T23:40:05.191Z]         Pragma: no-cache
23:40:05 [2022-10-04T23:40:05.191Z]         Server: docker-tests/mock
23:40:05 [2022-10-04T23:40:05.191Z]         X-Docker-Registry-Config: mock
23:40:05 [2022-10-04T23:40:05.191Z]         X-Docker-Registry-Version: 0.0.0
23:40:05 [2022-10-04T23:40:05.191Z]         
23:40:05 [2022-10-04T23:40:05.191Z]         
23:40:05 [2022-10-04T23:40:05.191Z] --- PASS: TestSearchRepositories (0.01s)
23:40:05 [2022-10-04T23:40:05.191Z] === RUN   TestTrustedLocation
23:40:05 [2022-10-04T23:40:05.191Z] --- PASS: TestTrustedLocation (0.00s)
23:40:05 [2022-10-04T23:40:05.191Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
23:40:05 [2022-10-04T23:40:05.191Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
23:40:05 [2022-10-04T23:40:05.191Z] === RUN   TestAllowNondistributableArtifacts
23:40:05 [2022-10-04T23:40:05.191Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
23:40:05 [2022-10-04T23:40:05.191Z] === RUN   TestIsSecureIndex
23:40:05 [2022-10-04T23:40:05.191Z] --- PASS: TestIsSecureIndex (0.00s)
23:40:05 [2022-10-04T23:40:05.191Z] PASS
23:40:05 [2022-10-04T23:40:05.191Z] coverage: 50.2% of statements
23:40:05 [2022-10-04T23:40:05.191Z] ok  	github.com/docker/docker/registry	0.249s	coverage: 50.2% of statements
23:40:05 [2022-10-04T23:40:05.191Z] === RUN   TestResumableRequestHeaderSimpleErrors
23:40:05 [2022-10-04T23:40:05.191Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s)
23:40:05 [2022-10-04T23:40:05.191Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
23:40:05 [2022-10-04T23:40:05.191Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
23:40:05 [2022-10-04T23:40:05.191Z] === RUN   TestResumableRequestHeaderTooMuchFailures
23:40:05 [2022-10-04T23:40:05.191Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
23:40:05 [2022-10-04T23:40:05.191Z] === RUN   TestResumableRequestReaderWithReadError
23:40:05 [2022-10-04T23:40:05.697Z] time="2022-10-04T23:40:05Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
23:40:05 [2022-10-04T23:40:05.697Z] --- PASS: TestResumableRequestReaderWithReadError (0.15s)
23:40:05 [2022-10-04T23:40:05.697Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
23:40:05 [2022-10-04T23:40:05.697Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
23:40:05 [2022-10-04T23:40:05.697Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
23:40:05 [2022-10-04T23:40:05.697Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
23:40:05 [2022-10-04T23:40:05.697Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
23:40:05 [2022-10-04T23:40:05.697Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
23:40:05 [2022-10-04T23:40:05.697Z] === RUN   TestResumableRequestReader
23:40:05 [2022-10-04T23:40:05.697Z] --- PASS: TestResumableRequestReader (0.00s)
23:40:05 [2022-10-04T23:40:05.697Z] === RUN   TestResumableRequestReaderWithInitialResponse
23:40:05 [2022-10-04T23:40:05.697Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
23:40:05 [2022-10-04T23:40:05.697Z] PASS
23:40:05 [2022-10-04T23:40:05.697Z] coverage: 100.0% of statements
23:40:05 [2022-10-04T23:40:05.697Z] ok  	github.com/docker/docker/registry/resumable	0.235s	coverage: 100.0% of statements
23:40:06 [2022-10-04T23:40:06.203Z] === RUN   TestRestartManagerTimeout
23:40:06 [2022-10-04T23:40:06.203Z] --- PASS: TestRestartManagerTimeout (0.00s)
23:40:06 [2022-10-04T23:40:06.203Z] === RUN   TestRestartManagerTimeoutReset
23:40:06 [2022-10-04T23:40:06.203Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
23:40:06 [2022-10-04T23:40:06.203Z] PASS
23:40:06 [2022-10-04T23:40:06.203Z] coverage: 50.9% of statements
23:40:06 [2022-10-04T23:40:06.203Z] ok  	github.com/docker/docker/restartmanager	0.044s	coverage: 50.9% of statements
23:40:06 [2022-10-04T23:40:06.708Z] === RUN   TestDecodeContainerConfig
23:40:06 [2022-10-04T23:40:06.708Z] --- PASS: TestDecodeContainerConfig (0.00s)
23:40:06 [2022-10-04T23:40:06.708Z] === RUN   TestDecodeContainerConfigIsolation
23:40:06 [2022-10-04T23:40:06.708Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
23:40:06 [2022-10-04T23:40:06.708Z] === RUN   TestValidatePrivileged
23:40:06 [2022-10-04T23:40:06.708Z] --- PASS: TestValidatePrivileged (0.00s)
23:40:06 [2022-10-04T23:40:06.708Z] PASS
23:40:06 [2022-10-04T23:40:06.708Z] coverage: 52.2% of statements
23:40:06 [2022-10-04T23:40:06.708Z] ok  	github.com/docker/docker/runconfig	0.043s	coverage: 52.2% of statements
23:40:07 [2022-10-04T23:40:07.214Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
23:40:07 [2022-10-04T23:40:07.214Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
23:40:07 [2022-10-04T23:40:07.214Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
23:40:07 [2022-10-04T23:40:07.214Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
23:40:07 [2022-10-04T23:40:07.214Z] PASS
23:40:07 [2022-10-04T23:40:07.214Z] coverage: 62.5% of statements
23:40:07 [2022-10-04T23:40:07.214Z] ok  	github.com/docker/docker/testutil	0.036s	coverage: 62.5% of statements
23:40:07 [2022-10-04T23:40:07.720Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
23:40:07 [2022-10-04T23:40:07.720Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
23:40:07 [2022-10-04T23:40:07.720Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
23:40:07 [2022-10-04T23:40:07.720Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
23:40:07 [2022-10-04T23:40:07.720Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
23:40:07 [2022-10-04T23:40:07.720Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
23:40:07 [2022-10-04T23:40:07.720Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
23:40:07 [2022-10-04T23:40:07.720Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
23:40:07 [2022-10-04T23:40:07.720Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
23:40:08 [2022-10-04T23:40:08.307Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
23:40:09 [2022-10-04T23:40:09.373Z] --- PASS: TestServiceUpdatePidsLimit (16.31s)
23:40:09 [2022-10-04T23:40:09.373Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s)
23:40:09 [2022-10-04T23:40:09.373Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
23:40:09 [2022-10-04T23:40:09.373Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
23:40:09 [2022-10-04T23:40:09.373Z] PASS
23:40:09 [2022-10-04T23:40:09.373Z] 
23:40:09 [2022-10-04T23:40:09.373Z] === Skipped
23:40:09 [2022-10-04T23:40:09.373Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
23:40:09 [2022-10-04T23:40:09.373Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:40:09 [2022-10-04T23:40:09.373Z] 
23:40:09 [2022-10-04T23:40:09.373Z] DONE 27 tests, 1 skipped in 184.167s
23:40:09 [2022-10-04T23:40:09.373Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
23:40:09 [2022-10-04T23:40:09.373Z] INFO: Testing against a local daemon
23:40:09 [2022-10-04T23:40:09.373Z] === RUN   TestSessionCreate
23:40:09 [2022-10-04T23:40:09.373Z] --- PASS: TestSessionCreate (0.02s)
23:40:09 [2022-10-04T23:40:09.373Z] === RUN   TestSessionCreateWithBadUpgrade
23:40:09 [2022-10-04T23:40:09.373Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
23:40:09 [2022-10-04T23:40:09.373Z] PASS
23:40:09 [2022-10-04T23:40:09.373Z] 
23:40:09 [2022-10-04T23:40:09.373Z] DONE 2 tests in 0.069s
23:40:09 [2022-10-04T23:40:09.373Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
23:40:09 [2022-10-04T23:40:09.373Z] INFO: Testing against a local daemon
23:40:09 [2022-10-04T23:40:09.373Z] === RUN   TestCgroupDriverSystemdMemoryLimit
23:40:09 [2022-10-04T23:40:09.373Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
23:40:09 [2022-10-04T23:40:09.373Z] === RUN   TestEventsExecDie
23:40:09 [2022-10-04T23:40:09.400Z] === RUN   TestGetDriver
23:40:09 [2022-10-04T23:40:09.400Z] --- PASS: TestGetDriver (0.00s)
23:40:09 [2022-10-04T23:40:09.400Z] === RUN   TestVolumeRequestError
23:40:09 [2022-10-04T23:40:09.400Z] === RUN   TestGetAddress
23:40:09 [2022-10-04T23:40:09.400Z] --- PASS: TestGetAddress (0.00s)
23:40:09 [2022-10-04T23:40:09.400Z] === RUN   TestRemove
23:40:09 [2022-10-04T23:40:09.400Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
23:40:09 [2022-10-04T23:40:09.400Z] --- SKIP: TestRemove (0.00s)
23:40:09 [2022-10-04T23:40:09.400Z] === RUN   TestInitializeWithVolumes
23:40:09 [2022-10-04T23:40:09.400Z] --- PASS: TestVolumeRequestError (0.01s)
23:40:09 [2022-10-04T23:40:09.400Z] PASS
23:40:09 [2022-10-04T23:40:09.400Z] coverage: 36.1% of statements
23:40:09 [2022-10-04T23:40:09.400Z] --- PASS: TestInitializeWithVolumes (0.01s)
23:40:09 [2022-10-04T23:40:09.400Z] === RUN   TestCreate
23:40:09 [2022-10-04T23:40:09.400Z] ok  	github.com/docker/docker/volume/drivers	0.050s	coverage: 36.1% of statements
23:40:09 [2022-10-04T23:40:09.400Z] --- PASS: TestCreate (0.01s)
23:40:09 [2022-10-04T23:40:09.400Z] === RUN   TestValidateName
23:40:09 [2022-10-04T23:40:09.400Z] --- PASS: TestValidateName (0.00s)
23:40:09 [2022-10-04T23:40:09.400Z] === RUN   TestCreateWithOpts
23:40:09 [2022-10-04T23:40:09.400Z]     local_test.go:181: runtime.GOOS == "windows"
23:40:09 [2022-10-04T23:40:09.400Z] --- SKIP: TestCreateWithOpts (0.00s)
23:40:09 [2022-10-04T23:40:09.400Z] === RUN   TestRelaodNoOpts
23:40:09 [2022-10-04T23:40:09.400Z] --- PASS: TestRelaodNoOpts (0.01s)
23:40:09 [2022-10-04T23:40:09.400Z] PASS
23:40:09 [2022-10-04T23:40:09.400Z] coverage: 41.5% of statements
23:40:09 [2022-10-04T23:40:09.400Z] ok  	github.com/docker/docker/volume/local	0.082s	coverage: 41.5% of statements
23:40:09 [2022-10-04T23:40:09.906Z] === RUN   TestConvertTmpfsOptions
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:49: data="mode=700,size=1m"
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:49: data="ro"
23:40:09 [2022-10-04T23:40:09.906Z] --- PASS: TestConvertTmpfsOptions (0.00s)
23:40:09 [2022-10-04T23:40:09.906Z] === RUN   TestParseMountRaw
23:40:09 [2022-10-04T23:40:09.906Z] --- PASS: TestParseMountRaw (0.03s)
23:40:09 [2022-10-04T23:40:09.906Z] === RUN   TestParseMountRawSplit
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 0
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 1
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 2
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 3
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 4
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 5
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 6
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 7
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 8
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 0
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 1
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 2
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 3
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 4
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 5
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 6
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 7
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 8
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 9
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 10
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 11
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 12
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 0
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 1
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 2
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 3
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 4
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 5
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 6
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 7
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 8
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 9
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 10
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:390: case 11
23:40:09 [2022-10-04T23:40:09.906Z] --- PASS: TestParseMountRawSplit (0.01s)
23:40:09 [2022-10-04T23:40:09.906Z] === RUN   TestParseMountSpec
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:455: case 0
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:455: case 1
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:455: case 2
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:455: case 3
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:455: case 4
23:40:09 [2022-10-04T23:40:09.906Z]     parser_test.go:455: case 5
23:40:09 [2022-10-04T23:40:09.906Z] --- PASS: TestParseMountSpec (0.00s)
23:40:09 [2022-10-04T23:40:09.906Z] === RUN   TestParseMountSpecBindWithFileinfoError
23:40:09 [2022-10-04T23:40:09.906Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s)
23:40:09 [2022-10-04T23:40:09.906Z] === RUN   TestValidateMount
23:40:09 [2022-10-04T23:40:09.906Z] --- PASS: TestValidateMount (0.00s)
23:40:09 [2022-10-04T23:40:09.906Z] PASS
23:40:09 [2022-10-04T23:40:09.906Z] coverage: 66.2% of statements
23:40:09 [2022-10-04T23:40:09.906Z] ok  	github.com/docker/docker/volume/mounts	0.079s	coverage: 66.2% of statements
23:40:09 [2022-10-04T23:40:09.941Z] --- PASS: TestEventsExecDie (0.59s)
23:40:09 [2022-10-04T23:40:09.941Z] === RUN   TestEventsBackwardsCompatible
23:40:09 [2022-10-04T23:40:09.941Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
23:40:09 [2022-10-04T23:40:09.941Z] === RUN   TestInfoBinaryCommits
23:40:09 [2022-10-04T23:40:09.941Z] --- PASS: TestInfoBinaryCommits (0.02s)
23:40:09 [2022-10-04T23:40:09.941Z] === RUN   TestInfoAPIVersioned
23:40:09 [2022-10-04T23:40:09.941Z] --- PASS: TestInfoAPIVersioned (0.01s)
23:40:09 [2022-10-04T23:40:09.941Z] === RUN   TestInfoDiscoveryBackend
23:40:10 [2022-10-04T23:40:10.508Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
23:40:10 [2022-10-04T23:40:10.508Z] === RUN   TestInfoDiscoveryInvalidAdvertise
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestSetGetMeta
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestSetGetMeta
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestRestore
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestRestore
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestServiceCreate
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestServiceCreate
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestServiceList
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestServiceList
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestServiceRemove
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestServiceRemove
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestServiceGet
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestServiceGet
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestServicePrune
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestServicePrune
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestCreate
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestCreate
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestRemove
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestRemove
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestList
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestList
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestFindByDriver
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestFindByDriver
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestFindByReferenced
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestFindByReferenced
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestDerefMultipleOfSameRef
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestDerefMultipleOfSameRef
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestDefererencePluginOnCreateError
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestDefererencePluginOnCreateError
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestRefDerefRemove
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestRefDerefRemove
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestGet
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestGet
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestGetWithReference
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestGetWithReference
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestFilterFunc
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestFilterFunc/test_nil_list
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestFilterFunc/test_nil_list
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestFilterFunc/test_empty_list
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestFilterFunc/test_empty_list
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestFilterFunc/test_filter_some
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestFilterFunc/test_filter_some
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestFilterFunc/test_filter_middle
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestFilterFunc/test_filter_middle
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestFilterFunc/test_filter_middle_and_last
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
23:40:10 [2022-10-04T23:40:10.986Z] === RUN   TestFilterFunc/test_filter_first_and_last
23:40:10 [2022-10-04T23:40:10.986Z] === PAUSE TestFilterFunc/test_filter_first_and_last
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestFilterFunc/test_nil_list
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestFilterFunc/test_filter_some
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestFilterFunc/test_filter_middle_and_last
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestFilterFunc/test_filter_middle
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestFilterFunc/test_empty_list
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestFilterFunc/test_filter_first_and_last
23:40:10 [2022-10-04T23:40:10.986Z] --- PASS: TestFilterFunc (0.00s)
23:40:10 [2022-10-04T23:40:10.986Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
23:40:10 [2022-10-04T23:40:10.986Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
23:40:10 [2022-10-04T23:40:10.986Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
23:40:10 [2022-10-04T23:40:10.986Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
23:40:10 [2022-10-04T23:40:10.986Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
23:40:10 [2022-10-04T23:40:10.986Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
23:40:10 [2022-10-04T23:40:10.986Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
23:40:10 [2022-10-04T23:40:10.986Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestSetGetMeta
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestList
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestDefererencePluginOnCreateError
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestGet
23:40:10 [2022-10-04T23:40:10.986Z] --- PASS: TestSetGetMeta (0.02s)
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestRemove
23:40:10 [2022-10-04T23:40:10.986Z] --- PASS: TestGet (0.03s)
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestCreate
23:40:10 [2022-10-04T23:40:10.986Z] --- PASS: TestDefererencePluginOnCreateError (0.04s)
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestServicePrune
23:40:10 [2022-10-04T23:40:10.986Z] --- PASS: TestList (0.04s)
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestServiceGet
23:40:10 [2022-10-04T23:40:10.986Z] --- PASS: TestRemove (0.03s)
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestServiceRemove
23:40:10 [2022-10-04T23:40:10.986Z] --- PASS: TestCreate (0.02s)
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestServiceList
23:40:10 [2022-10-04T23:40:10.986Z] --- PASS: TestServiceGet (0.13s)
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestServiceCreate
23:40:10 [2022-10-04T23:40:10.986Z] time="2022-10-04T23:40:10Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
23:40:10 [2022-10-04T23:40:10.986Z] --- PASS: TestServiceRemove (0.13s)
23:40:10 [2022-10-04T23:40:10.986Z] === CONT  TestRestore
23:40:10 [2022-10-04T23:40:10.986Z] --- PASS: TestServiceList (0.13s)
23:40:11 [2022-10-04T23:40:11.445Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
23:40:11 [2022-10-04T23:40:11.445Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
23:40:11 [2022-10-04T23:40:11.492Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
23:40:11 [2022-10-04T23:40:11.492Z] time="2022-10-04T23:40:10Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
23:40:11 [2022-10-04T23:40:11.492Z] --- PASS: TestServiceCreate (0.03s)
23:40:11 [2022-10-04T23:40:11.492Z] === CONT  TestDerefMultipleOfSameRef
23:40:11 [2022-10-04T23:40:11.492Z] time="2022-10-04T23:40:10Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
23:40:11 [2022-10-04T23:40:11.492Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s)
23:40:11 [2022-10-04T23:40:11.492Z] === CONT  TestFindByReferenced
23:40:11 [2022-10-04T23:40:11.492Z] time="2022-10-04T23:40:10Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
23:40:11 [2022-10-04T23:40:11.492Z] --- PASS: TestRestore (0.04s)
23:40:11 [2022-10-04T23:40:11.492Z] === CONT  TestFindByDriver
23:40:11 [2022-10-04T23:40:11.492Z] time="2022-10-04T23:40:10Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
23:40:11 [2022-10-04T23:40:11.492Z] --- PASS: TestDerefMultipleOfSameRef (0.03s)
23:40:11 [2022-10-04T23:40:11.492Z] === CONT  TestGetWithReference
23:40:11 [2022-10-04T23:40:11.492Z] --- PASS: TestServicePrune (0.19s)
23:40:11 [2022-10-04T23:40:11.492Z] === CONT  TestRefDerefRemove
23:40:11 [2022-10-04T23:40:11.492Z] --- PASS: TestFindByReferenced (0.03s)
23:40:11 [2022-10-04T23:40:11.492Z] --- PASS: TestFindByDriver (0.03s)
23:40:11 [2022-10-04T23:40:11.492Z] --- PASS: TestRefDerefRemove (0.02s)
23:40:11 [2022-10-04T23:40:11.492Z] --- PASS: TestGetWithReference (0.03s)
23:40:11 [2022-10-04T23:40:11.492Z] PASS
23:40:11 [2022-10-04T23:40:11.492Z] coverage: 70.3% of statements
23:40:11 [2022-10-04T23:40:11.492Z] ok  	github.com/docker/docker/volume/service	0.291s	coverage: 70.3% of statements
23:40:11 [2022-10-04T23:40:11.592Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
23:40:12 [2022-10-04T23:40:12.013Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
23:40:12 [2022-10-04T23:40:12.013Z] === RUN   TestInfoAPI
23:40:12 [2022-10-04T23:40:12.013Z] --- PASS: TestInfoAPI (0.02s)
23:40:12 [2022-10-04T23:40:12.013Z] === RUN   TestInfoAPIWarnings
23:40:13 [2022-10-04T23:40:13.172Z] --- PASS: TestNewClientWithTimeout (17.61s)
23:40:13 [2022-10-04T23:40:13.173Z] === RUN   TestClientStream
23:40:13 [2022-10-04T23:40:13.173Z] --- PASS: TestClientStream (0.00s)
23:40:13 [2022-10-04T23:40:13.173Z] === RUN   TestClientSendFile
23:40:13 [2022-10-04T23:40:13.173Z] --- PASS: TestClientSendFile (0.00s)
23:40:13 [2022-10-04T23:40:13.173Z] === RUN   TestClientWithRequestTimeout
23:40:13 [2022-10-04T23:40:13.173Z] --- PASS: TestClientWithRequestTimeout (0.00s)
23:40:13 [2022-10-04T23:40:13.173Z] === RUN   TestFileSpecPlugin
23:40:13 [2022-10-04T23:40:13.173Z] --- PASS: TestFileSpecPlugin (0.01s)
23:40:13 [2022-10-04T23:40:13.173Z] === RUN   TestFileJSONSpecPlugin
23:40:13 [2022-10-04T23:40:13.173Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
23:40:13 [2022-10-04T23:40:13.173Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
23:40:13 [2022-10-04T23:40:13.173Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
23:40:13 [2022-10-04T23:40:13.173Z] === RUN   TestPluginAddHandler
23:40:13 [2022-10-04T23:40:13.173Z] --- PASS: TestPluginAddHandler (0.00s)
23:40:13 [2022-10-04T23:40:13.173Z] === RUN   TestPluginWaitBadPlugin
23:40:13 [2022-10-04T23:40:13.173Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
23:40:13 [2022-10-04T23:40:13.173Z] === RUN   TestGet
23:40:13 [2022-10-04T23:40:13.173Z] time="2022-10-04T23:40:12Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
23:40:13 [2022-10-04T23:40:13.492Z]     docker_cli_daemon_test.go:2551: [ddd3b79d0ea37] daemon is not started
23:40:14 [2022-10-04T23:40:14.235Z] time="2022-10-04T23:40:13Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
23:40:15 [2022-10-04T23:40:15.401Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
23:40:16 [2022-10-04T23:40:16.601Z] time="2022-10-04T23:40:15Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
23:40:20 [2022-10-04T23:40:20.625Z] time="2022-10-04T23:40:19Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
23:40:23 [2022-10-04T23:40:23.511Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
23:40:26 [2022-10-04T23:40:26.041Z] === RUN   TestDockerDaemonSuite/TestShmSize
23:40:27 [2022-10-04T23:40:27.944Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
23:40:28 [2022-10-04T23:40:28.140Z] --- PASS: TestGet (15.01s)
23:40:28 [2022-10-04T23:40:28.140Z] === RUN   TestPluginWithNoManifest
23:40:28 [2022-10-04T23:40:28.140Z] --- PASS: TestPluginWithNoManifest (0.00s)
23:40:28 [2022-10-04T23:40:28.140Z] === RUN   TestGetAll
23:40:28 [2022-10-04T23:40:28.140Z] --- PASS: TestGetAll (0.01s)
23:40:28 [2022-10-04T23:40:28.140Z] PASS
23:40:28 [2022-10-04T23:40:28.140Z] coverage: 73.4% of statements
23:40:28 [2022-10-04T23:40:28.140Z] ok  	github.com/docker/docker/pkg/plugins	35.102s	coverage: 73.4% of statements
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/pkg/term	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/quota	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/rootless	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/testutil/request	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/volume	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
23:40:28 [2022-10-04T23:40:28.140Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
23:40:30 [2022-10-04T23:40:30.099Z] --- PASS: TestInfoAPIWarnings (16.25s)
23:40:30 [2022-10-04T23:40:30.100Z] === RUN   TestInfoDebug
23:40:30 [2022-10-04T23:40:30.100Z] --- PASS: TestInfoDebug (0.52s)
23:40:30 [2022-10-04T23:40:30.100Z] === RUN   TestInfoInsecureRegistries
23:40:30 [2022-10-04T23:40:30.100Z] --- PASS: TestInfoInsecureRegistries (0.52s)
23:40:30 [2022-10-04T23:40:30.100Z] === RUN   TestInfoRegistryMirrors
23:40:30 [2022-10-04T23:40:30.100Z] --- PASS: TestInfoRegistryMirrors (0.52s)
23:40:30 [2022-10-04T23:40:30.100Z] === RUN   TestLoginFailsWithBadCredentials
23:40:30 [2022-10-04T23:40:30.100Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
23:40:30 [2022-10-04T23:40:30.100Z] === RUN   TestPingCacheHeaders
23:40:30 [2022-10-04T23:40:30.100Z] --- PASS: TestPingCacheHeaders (0.02s)
23:40:30 [2022-10-04T23:40:30.100Z] === RUN   TestPingGet
23:40:30 [2022-10-04T23:40:30.100Z] --- PASS: TestPingGet (0.01s)
23:40:30 [2022-10-04T23:40:30.100Z] === RUN   TestPingHead
23:40:30 [2022-10-04T23:40:30.100Z] --- PASS: TestPingHead (0.02s)
23:40:30 [2022-10-04T23:40:30.100Z] === RUN   TestVersion
23:40:30 [2022-10-04T23:40:30.359Z] --- PASS: TestVersion (0.02s)
23:40:30 [2022-10-04T23:40:30.359Z] === CONT  TestCgroupDriverSystemdMemoryLimit
23:40:30 [2022-10-04T23:40:30.474Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
23:40:30 [2022-10-04T23:40:30.474Z]     check_test.go:309: [d03252beee7eb] daemon is not started
23:40:30 [2022-10-04T23:40:30.474Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === Skipped
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     dispatchers_test.go:377: Windows does not support stopsignal
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.02s)
23:40:30 [2022-10-04T23:40:30.504Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     client_test.go:23: runtime.GOOS == "windows"
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     daemon_test.go:147: root required
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     reload_test.go:520: root required
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s)
23:40:30 [2022-10-04T23:40:30.504Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     pull_v2_test.go:82: Needs fixing on Windows
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     pull_v2_test.go:127: Needs fixing on Windows
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     download_test.go:268: Needs fixing on Windows
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     layer_test.go:304: Failing on Windows
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     layer_test.go:353: Failing on Windows
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     layer_test.go:468: Failing on Windows
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     layer_test.go:697: Failing on Windows
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     migration_test.go:46: Failing on Windows
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     migration_test.go:182: Failing on Windows
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     mount_test.go:17: Failing on Windows
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     mount_test.go:76: Failing on Windows
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     mount_test.go:125: Failing on Windows
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     mount_test.go:212: Failing on Windows
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     archive_test.go:134: Xz not present in msys2
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     archive_test.go:239: Failing on Windows CI machines
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     archive_windows_test.go:17: Currently fails
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     changes_test.go:192: needs more investigation
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.504Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
23:40:30 [2022-10-04T23:40:30.504Z]     changes_test.go:405: needs further investigation
23:40:30 [2022-10-04T23:40:30.504Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
23:40:30 [2022-10-04T23:40:30.505Z]     changes_test.go:441: needs further investigation
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
23:40:30 [2022-10-04T23:40:30.505Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
23:40:30 [2022-10-04T23:40:30.505Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
23:40:30 [2022-10-04T23:40:30.505Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
23:40:30 [2022-10-04T23:40:30.505Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
23:40:30 [2022-10-04T23:40:30.505Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
23:40:30 [2022-10-04T23:40:30.505Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
23:40:30 [2022-10-04T23:40:30.505Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
23:40:30 [2022-10-04T23:40:30.505Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
23:40:30 [2022-10-04T23:40:30.505Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
23:40:30 [2022-10-04T23:40:30.505Z]     poller_test.go:41: No chmod on Windows
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
23:40:30 [2022-10-04T23:40:30.505Z]     fileutils_test.go:134: Needs porting to Windows
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
23:40:30 [2022-10-04T23:40:30.505Z]     fileutils_test.go:180: Needs porting to Windows
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
23:40:30 [2022-10-04T23:40:30.505Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
23:40:30 [2022-10-04T23:40:30.505Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s)
23:40:30 [2022-10-04T23:40:30.505Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
23:40:30 [2022-10-04T23:40:30.505Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
23:40:30 [2022-10-04T23:40:30.505Z]     local_test.go:181: runtime.GOOS == "windows"
23:40:30 [2022-10-04T23:40:30.505Z] 
23:40:30 [2022-10-04T23:40:30.505Z] DONE 1851 tests, 45 skipped in 199.378s
23:40:30 [2022-10-04T23:40:30.505Z] INFO: make.ps1 ended at 10/04/2022 23:40:30
23:40:30 [2022-10-04T23:40:30.732Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
23:40:31 [2022-10-04T23:40:31.758Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.27s)
23:40:31 [2022-10-04T23:40:31.758Z] PASS
23:40:31 [2022-10-04T23:40:31.758Z] 
23:40:31 [2022-10-04T23:40:31.758Z] DONE 18 tests in 22.306s
23:40:31 [2022-10-04T23:40:31.758Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
23:40:31 [2022-10-04T23:40:31.758Z] INFO: Testing against a local daemon
23:40:31 [2022-10-04T23:40:31.758Z] === RUN   TestVolumesCreateAndList
23:40:31 [2022-10-04T23:40:31.758Z] --- PASS: TestVolumesCreateAndList (0.02s)
23:40:31 [2022-10-04T23:40:31.758Z] === RUN   TestVolumesRemove
23:40:31 [2022-10-04T23:40:31.758Z] --- PASS: TestVolumesRemove (0.08s)
23:40:31 [2022-10-04T23:40:31.758Z] === RUN   TestVolumesInspect
23:40:31 [2022-10-04T23:40:31.758Z] --- PASS: TestVolumesInspect (0.02s)
23:40:31 [2022-10-04T23:40:31.758Z] === RUN   TestVolumesInvalidJSON
23:40:31 [2022-10-04T23:40:31.758Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:40:31 [2022-10-04T23:40:31.758Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:40:31 [2022-10-04T23:40:31.758Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:40:31 [2022-10-04T23:40:31.758Z] --- PASS: TestVolumesInvalidJSON (0.01s)
23:40:31 [2022-10-04T23:40:31.758Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:40:31 [2022-10-04T23:40:31.758Z] PASS
23:40:31 [2022-10-04T23:40:31.758Z] 
23:40:31 [2022-10-04T23:40:31.758Z] DONE 5 tests in 0.164s
23:40:31 [2022-10-04T23:40:31.758Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
23:40:32 [2022-10-04T23:40:32.185Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
23:40:32 [2022-10-04T23:40:32.185Z] INFO: Unit tests ended at 10/04/2022 23:40:31. Duration:00:03:36.1296578
23:40:32 [2022-10-04T23:40:32.185Z] INFO: Building busybox
23:40:32 [2022-10-04T23:40:32.185Z] Sending build context to Docker daemon   5.12kB
23:40:32 [2022-10-04T23:40:32.185Z] 
23:40:32 [2022-10-04T23:40:32.185Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
23:40:32 [2022-10-04T23:40:32.185Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
23:40:32 [2022-10-04T23:40:32.185Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
23:40:32 [2022-10-04T23:40:32.185Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
23:40:32 [2022-10-04T23:40:32.185Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
23:40:32 [2022-10-04T23:40:32.185Z]  ---> 727fe0bdfbfe
23:40:32 [2022-10-04T23:40:32.185Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
23:40:32 [2022-10-04T23:40:32.186Z]  ---> Running in 859c4365b8de
23:40:32 [2022-10-04T23:40:32.633Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
23:40:33 [2022-10-04T23:40:33.691Z] Stopping apparmor (via systemctl): apparmor.service.
23:40:33 [2022-10-04T23:40:33.691Z] Removing test suite binaries
23:40:33 [2022-10-04T23:40:33.691Z] exiting test-integration
23:40:33 [2022-10-04T23:40:33.691Z] ++ exit 0
23:40:33 [2022-10-04T23:40:33.691Z] 
Post stage
[Pipeline] junit
23:40:35 [2022-10-04T23:40:35.081Z] Recording test results
23:40:36 [2022-10-04T23:40:36.553Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
23:40:36 [2022-10-04T23:40:36.846Z] --- PASS: TestDockerDaemonSuite (334.52s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.97s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.73s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.39s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.20s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.15s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.61s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.24s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.65s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.12s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (2.98s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.19s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.18s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.46s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.04s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.59s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.44s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.44s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.59s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.19s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.18s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.60s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.56s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.63s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.58s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.65s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.27s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.03s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.92s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.61s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.71s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.97s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.78s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.31s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.20s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.57s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.62s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.68s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.62s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.64s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.68s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.95s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.06s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.27s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.43s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.20s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.08s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.64s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.06s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.73s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.56s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.83s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (7.48s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.55s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.66s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.37s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.12s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.70s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.01s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.45s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.55s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.87s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.43s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.36s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.67s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.51s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.04s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.26s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.70s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.55s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.77s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.06s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.55s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.16s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.07s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.46s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.01s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.68s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.78s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.98s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.39s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.30s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.66s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.55s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.60s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.76s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.67s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.62s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.35s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.43s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.85s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.19s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.26s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.10s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.77s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.12s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.22s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.95s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.21s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.43s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.61s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.76s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.50s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.13s)
23:40:36 [2022-10-04T23:40:36.846Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.79s)
23:40:36 [2022-10-04T23:40:36.846Z] === RUN   TestDockerSwarmSuite
23:40:36 [2022-10-04T23:40:36.846Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
23:40:36 [2022-10-04T23:40:36.886Z] + echo Ensuring container killed.
23:40:36 [2022-10-04T23:40:36.886Z] Ensuring container killed.
23:40:36 [2022-10-04T23:40:36.886Z] + docker rm -vf docker-pr5
23:40:36 [2022-10-04T23:40:36.886Z] Error response from daemon: No such container: docker-pr5
[Pipeline] sh
23:40:37 [2022-10-04T23:40:37.176Z] + echo Chowning /workspace to jenkins user
23:40:37 [2022-10-04T23:40:37.176Z] Chowning /workspace to jenkins user
23:40:37 [2022-10-04T23:40:37.176Z] + id -u
23:40:37 [2022-10-04T23:40:37.176Z] + id -g
23:40:37 [2022-10-04T23:40:37.176Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44247:/workspace busybox chown -R 1000:1000 /workspace
23:40:37 [2022-10-04T23:40:37.176Z] Unable to find image 'busybox:latest' locally
23:40:37 [2022-10-04T23:40:37.436Z] latest: Pulling from library/busybox
23:40:37 [2022-10-04T23:40:37.436Z] f5b7ce95afea: Pulling fs layer
23:40:37 [2022-10-04T23:40:37.695Z] f5b7ce95afea: Verifying Checksum
23:40:37 [2022-10-04T23:40:37.695Z] f5b7ce95afea: Download complete
23:40:37 [2022-10-04T23:40:37.695Z] f5b7ce95afea: Pull complete
23:40:37 [2022-10-04T23:40:37.695Z] Digest: sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698
23:40:37 [2022-10-04T23:40:37.695Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
23:40:39 [2022-10-04T23:40:39.370Z] + bundleName=amd64-cgroup2
23:40:39 [2022-10-04T23:40:39.370Z] + echo Creating amd64-cgroup2-bundles.tar.gz
23:40:39 [2022-10-04T23:40:39.370Z] Creating amd64-cgroup2-bundles.tar.gz
23:40:39 [2022-10-04T23:40:39.370Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
23:40:39 [2022-10-04T23:40:39.370Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
23:40:39 [2022-10-04T23:40:39.429Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
[Pipeline] archiveArtifacts
23:40:39 [2022-10-04T23:40:39.644Z] Archiving artifacts
23:40:40 [2022-10-04T23:40:40.802Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
23:40:41 [2022-10-04T23:40:41.559Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44247/5/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:40:41 [2022-10-04T23:40:41.738Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
23:40:41 [2022-10-04T23:40:41.867Z] + make clean
23:40:41 [2022-10-04T23:40:41.996Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
23:40:42 [2022-10-04T23:40:42.126Z] docker volume rm -f docker-dev-cache
23:40:42 [2022-10-04T23:40:42.126Z] docker-dev-cache
[Pipeline] deleteDir
23:40:42 [2022-10-04T23:40:42.563Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
23:40:42 [2022-10-04T23:40:42.563Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
23:40:43 [2022-10-04T23:40:43.937Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
23:40:43 [2022-10-04T23:40:43.937Z]     docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
23:40:43 [2022-10-04T23:40:43.937Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
23:40:44 [2022-10-04T23:40:44.503Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
23:40:46 [2022-10-04T23:40:46.995Z] 2022/10/04 23:40:42 	Finished clone github.com/hashicorp/consul
23:40:47 [2022-10-04T23:40:47.788Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
23:40:53 [2022-10-04T23:40:53.985Z] Removing intermediate container 859c4365b8de
23:40:53 [2022-10-04T23:40:53.985Z]  ---> b48e613064ce
23:40:53 [2022-10-04T23:40:53.985Z] Step 7/13 : ARG BUSYBOX_VERSION
23:40:53 [2022-10-04T23:40:53.985Z]  ---> Running in 718978365d95
23:40:53 [2022-10-04T23:40:53.985Z] Removing intermediate container 718978365d95
23:40:53 [2022-10-04T23:40:53.985Z]  ---> b59765a1d729
23:40:53 [2022-10-04T23:40:53.985Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
23:40:53 [2022-10-04T23:40:53.985Z]  ---> Running in 7ceabef3898b
23:40:53 [2022-10-04T23:40:53.985Z] Removing intermediate container 7ceabef3898b
23:40:53 [2022-10-04T23:40:53.985Z]  ---> 9ab2a01bfab3
23:40:53 [2022-10-04T23:40:53.985Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
23:40:53 [2022-10-04T23:40:53.985Z] 
23:40:53 [2022-10-04T23:40:53.985Z]  ---> 848914e2fa9e
23:40:53 [2022-10-04T23:40:53.985Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
23:40:53 [2022-10-04T23:40:53.985Z]  ---> Running in 3e2edf14a465
23:40:54 [2022-10-04T23:40:54.353Z] === RUN   TestDockerSuite/TestBuildExpose
23:40:54 [2022-10-04T23:40:54.353Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
23:40:54 [2022-10-04T23:40:54.921Z] === RUN   TestDockerSuite/TestBuildExposeOrder
23:40:55 [2022-10-04T23:40:55.179Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
23:40:55 [2022-10-04T23:40:55.437Z] === RUN   TestDockerSuite/TestBuildFails
23:40:56 [2022-10-04T23:40:56.371Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
23:40:56 [2022-10-04T23:40:56.371Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
23:40:58 [2022-10-04T23:40:58.273Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
23:41:00 [2022-10-04T23:41:00.173Z] === RUN   TestDockerSuite/TestBuildForceRm
23:41:00 [2022-10-04T23:41:00.739Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
23:41:01 [2022-10-04T23:41:01.675Z] === RUN   TestDockerSuite/TestBuildFromGit
23:41:01 [2022-10-04T23:41:01.675Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
23:41:03 [2022-10-04T23:41:03.574Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
23:41:03 [2022-10-04T23:41:03.832Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
23:41:04 [2022-10-04T23:41:04.090Z]     docker_api_swarm_test.go:563: [d70bd79cae33c] joining swarm manager [d8c6fefe9cc45]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:41:05 [2022-10-04T23:41:05.024Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
23:41:06 [2022-10-04T23:41:06.924Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
23:41:08 [2022-10-04T23:41:08.296Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
23:41:08 [2022-10-04T23:41:08.296Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
23:41:08 [2022-10-04T23:41:08.961Z] 2022/10/04 23:41:06 	Finished clone github.com/aws/aws-sdk-go
23:41:10 [2022-10-04T23:41:10.197Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
23:41:11 [2022-10-04T23:41:11.572Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
23:41:12 [2022-10-04T23:41:12.326Z] Removing intermediate container 3e2edf14a465
23:41:12 [2022-10-04T23:41:12.326Z]  ---> 3de6fe73d497
23:41:12 [2022-10-04T23:41:12.326Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
23:41:12 [2022-10-04T23:41:12.326Z]  ---> Running in ca68eef65b07
23:41:12 [2022-10-04T23:41:12.326Z] 
23:41:12 [2022-10-04T23:41:12.326Z] SUCCESS: Specified value was saved.
23:41:12 [2022-10-04T23:41:12.946Z] === RUN   TestDockerSuite/TestBuildHistory
23:41:13 [2022-10-04T23:41:13.387Z] Removing intermediate container ca68eef65b07
23:41:13 [2022-10-04T23:41:13.387Z]  ---> deed723c83c2
23:41:13 [2022-10-04T23:41:13.387Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
23:41:13 [2022-10-04T23:41:13.387Z]  ---> Running in 260b6e7af652
23:41:16 [2022-10-04T23:41:16.230Z]     docker_api_swarm_test.go:585: [d2f7259ba3183] joining swarm manager [d8c6fefe9cc45]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:41:17 [2022-10-04T23:41:17.163Z] === RUN   TestDockerSuite/TestBuildIidFile
23:41:18 [2022-10-04T23:41:18.096Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
23:41:19 [2022-10-04T23:41:19.030Z] === RUN   TestDockerSuite/TestBuildInheritance
23:41:19 [2022-10-04T23:41:19.030Z]     check_test.go:380: [d70bd79cae33c] daemon is not started
23:41:19 [2022-10-04T23:41:19.561Z] Cannot create a file when that file already exists.
23:41:19 [2022-10-04T23:41:19.596Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
23:41:20 [2022-10-04T23:41:20.163Z] === RUN   TestDockerSuite/TestBuildInvalidTag
23:41:20 [2022-10-04T23:41:20.163Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
23:41:21 [2022-10-04T23:41:21.097Z] === RUN   TestDockerSuite/TestBuildLabel
23:41:21 [2022-10-04T23:41:21.354Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
23:41:21 [2022-10-04T23:41:21.920Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
23:41:22 [2022-10-04T23:41:22.178Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
23:41:22 [2022-10-04T23:41:22.436Z] === RUN   TestDockerSuite/TestBuildLabels
23:41:23 [2022-10-04T23:41:23.002Z] === RUN   TestDockerSuite/TestBuildLabelsCache
23:41:23 [2022-10-04T23:41:23.936Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
23:41:24 [2022-10-04T23:41:24.573Z] Removing intermediate container 260b6e7af652
23:41:24 [2022-10-04T23:41:24.573Z]  ---> 4dce98e310e1
23:41:24 [2022-10-04T23:41:24.573Z] Step 13/13 : CMD ["sh"]
23:41:24 [2022-10-04T23:41:24.573Z]  ---> Running in e9a9d856a63a
23:41:24 [2022-10-04T23:41:24.573Z] Removing intermediate container e9a9d856a63a
23:41:24 [2022-10-04T23:41:24.573Z]  ---> 3a64407159b4
23:41:24 [2022-10-04T23:41:24.573Z] Successfully built 3a64407159b4
23:41:24 [2022-10-04T23:41:24.573Z] Successfully tagged busybox:latest
23:41:24 [2022-10-04T23:41:24.573Z] INFO: Docker images of the daemon under test
23:41:24 [2022-10-04T23:41:24.573Z] 
23:41:24 [2022-10-04T23:41:24.573Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
23:41:24 [2022-10-04T23:41:24.573Z] busybox                                latest              3a64407159b4        Less than a second ago   5.68GB
23:41:24 [2022-10-04T23:41:24.573Z] microsoft/windowsservercore            latest              727fe0bdfbfe        3 weeks ago              5.65GB
23:41:24 [2022-10-04T23:41:24.573Z] mcr.microsoft.com/windows/servercore   ltsc2019            727fe0bdfbfe        3 weeks ago              5.65GB
23:41:24 [2022-10-04T23:41:24.573Z] 
23:41:24 [2022-10-04T23:41:24.573Z] INFO: Running integration tests at 10/04/2022 23:41:24...
23:41:24 [2022-10-04T23:41:24.573Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
23:41:24 [2022-10-04T23:41:24.573Z] INFO: Integration API tests being run from the host:
23:41:24 [2022-10-04T23:41:24.573Z] INFO: make.ps1 starting at 10/04/2022 23:41:24
23:41:25 [2022-10-04T23:41:25.642Z] Running D:\gopath\src\github.com\docker\docker\integration\build
23:41:26 [2022-10-04T23:41:26.464Z] === RUN   TestDockerSuite/TestBuildLastModified
23:41:29 [2022-10-04T23:41:29.745Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
23:41:29 [2022-10-04T23:41:29.745Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
23:41:29 [2022-10-04T23:41:29.745Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
23:41:31 [2022-10-04T23:41:31.646Z] === RUN   TestDockerSuite/TestBuildLineBreak
23:41:32 [2022-10-04T23:41:32.213Z]     docker_api_swarm_test.go:46: [d7572728a00e9] joining swarm manager [d4f6ffff92151]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:41:33 [2022-10-04T23:41:33.589Z] --- PASS: TestImportExtremelyLargeImageWorks (177.34s)
23:41:33 [2022-10-04T23:41:33.589Z] PASS
23:41:33 [2022-10-04T23:41:33.589Z] 
23:41:33 [2022-10-04T23:41:33.589Z] DONE 12 tests in 181.078s
23:41:33 [2022-10-04T23:41:33.589Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
23:41:33 [2022-10-04T23:41:33.589Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m
23:41:33 [2022-10-04T23:41:33.589Z] ++ set -e
23:41:33 [2022-10-04T23:41:33.589Z] ++ '[' -n 0 ']'
23:41:33 [2022-10-04T23:41:33.589Z] ++ set -x
23:41:33 [2022-10-04T23:41:33.589Z] ++ 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=amd64 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 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/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m
23:41:33 [2022-10-04T23:41:33.847Z] INFO: Testing against a local daemon
23:41:33 [2022-10-04T23:41:33.847Z] === RUN   TestNetworkCreateDelete
23:41:33 [2022-10-04T23:41:33.847Z] --- PASS: TestNetworkCreateDelete (0.16s)
23:41:33 [2022-10-04T23:41:33.847Z] === RUN   TestDockerNetworkDeletePreferID
23:41:34 [2022-10-04T23:41:34.414Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s)
23:41:34 [2022-10-04T23:41:34.414Z] === RUN   TestDaemonDNSFallback
23:41:34 [2022-10-04T23:41:34.414Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
23:41:34 [2022-10-04T23:41:34.672Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
23:41:34 [2022-10-04T23:41:34.672Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
23:41:34 [2022-10-04T23:41:34.672Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
23:41:34 [2022-10-04T23:41:34.672Z] === RUN   TestDockerSuite/TestBuildMaintainer
23:41:34 [2022-10-04T23:41:34.931Z] === RUN   TestDockerSuite/TestBuildMissingArgs
23:41:36 [2022-10-04T23:41:36.307Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
23:41:36 [2022-10-04T23:41:36.872Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
23:41:39 [2022-10-04T23:41:39.400Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
23:41:39 [2022-10-04T23:41:39.400Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
23:41:39 [2022-10-04T23:41:39.965Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
23:41:40 [2022-10-04T23:41:40.898Z] --- PASS: TestDaemonDNSFallback (6.60s)
23:41:40 [2022-10-04T23:41:40.898Z] === RUN   TestInspectNetwork
23:41:45 [2022-10-04T23:41:45.123Z] === RUN   TestInspectNetwork/full_network_id
23:41:45 [2022-10-04T23:41:45.123Z] === RUN   TestInspectNetwork/partial_network_id
23:41:45 [2022-10-04T23:41:45.123Z] === RUN   TestInspectNetwork/network_name
23:41:45 [2022-10-04T23:41:45.123Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
23:41:47 [2022-10-04T23:41:47.023Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
23:41:49 [2022-10-04T23:41:49.550Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
23:41:49 [2022-10-04T23:41:49.550Z] --- PASS: TestInspectNetwork (8.52s)
23:41:49 [2022-10-04T23:41:49.550Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
23:41:49 [2022-10-04T23:41:49.550Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
23:41:49 [2022-10-04T23:41:49.550Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
23:41:49 [2022-10-04T23:41:49.550Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
23:41:49 [2022-10-04T23:41:49.550Z] === RUN   TestRunContainerWithBridgeNone
23:41:49 [2022-10-04T23:41:49.807Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
23:41:50 [2022-10-04T23:41:50.065Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
23:41:51 [2022-10-04T23:41:51.000Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
23:41:51 [2022-10-04T23:41:51.935Z] --- PASS: TestRunContainerWithBridgeNone (2.29s)
23:41:51 [2022-10-04T23:41:51.935Z] === RUN   TestNetworkInvalidJSON
23:41:51 [2022-10-04T23:41:51.935Z] === RUN   TestNetworkInvalidJSON//networks/create
23:41:51 [2022-10-04T23:41:51.935Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:41:51 [2022-10-04T23:41:51.935Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:41:51 [2022-10-04T23:41:51.935Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:41:51 [2022-10-04T23:41:51.935Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:41:51 [2022-10-04T23:41:51.935Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:41:51 [2022-10-04T23:41:51.935Z] === CONT  TestNetworkInvalidJSON//networks/create
23:41:51 [2022-10-04T23:41:51.935Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:41:51 [2022-10-04T23:41:51.935Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:41:51 [2022-10-04T23:41:51.935Z] --- PASS: TestNetworkInvalidJSON (0.04s)
23:41:51 [2022-10-04T23:41:51.935Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
23:41:51 [2022-10-04T23:41:51.935Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
23:41:51 [2022-10-04T23:41:51.935Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:41:51 [2022-10-04T23:41:51.935Z] === RUN   TestNetworkList
23:41:51 [2022-10-04T23:41:51.935Z] === RUN   TestNetworkList//networks
23:41:51 [2022-10-04T23:41:51.935Z] === PAUSE TestNetworkList//networks
23:41:51 [2022-10-04T23:41:51.935Z] === RUN   TestNetworkList//networks/
23:41:51 [2022-10-04T23:41:51.935Z] === PAUSE TestNetworkList//networks/
23:41:51 [2022-10-04T23:41:51.935Z] === CONT  TestNetworkList//networks
23:41:51 [2022-10-04T23:41:51.935Z] === CONT  TestNetworkList//networks/
23:41:51 [2022-10-04T23:41:51.935Z] --- PASS: TestNetworkList (0.01s)
23:41:51 [2022-10-04T23:41:51.935Z]     --- PASS: TestNetworkList//networks/ (0.00s)
23:41:51 [2022-10-04T23:41:51.935Z]     --- PASS: TestNetworkList//networks (0.00s)
23:41:51 [2022-10-04T23:41:51.935Z] === RUN   TestHostIPv4BridgeLabel
23:41:52 [2022-10-04T23:41:52.193Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
23:41:52 [2022-10-04T23:41:52.193Z]     docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
23:41:52 [2022-10-04T23:41:52.193Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
23:41:52 [2022-10-04T23:41:52.451Z] --- PASS: TestHostIPv4BridgeLabel (0.63s)
23:41:52 [2022-10-04T23:41:52.451Z] === RUN   TestDaemonRestartWithLiveRestore
23:41:53 [2022-10-04T23:41:53.386Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
23:41:53 [2022-10-04T23:41:53.386Z] === RUN   TestDaemonDefaultNetworkPools
23:41:54 [2022-10-04T23:41:54.320Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
23:41:54 [2022-10-04T23:41:54.320Z] === RUN   TestDaemonRestartWithExistingNetwork
23:41:55 [2022-10-04T23:41:55.692Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s)
23:41:55 [2022-10-04T23:41:55.692Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:41:55 [2022-10-04T23:41:55.692Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
23:41:55 [2022-10-04T23:41:55.950Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
23:41:56 [2022-10-04T23:41:56.882Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s)
23:41:56 [2022-10-04T23:41:56.882Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
23:41:57 [2022-10-04T23:41:57.142Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
23:41:57 [2022-10-04T23:41:57.142Z] === RUN   TestServiceWithPredefinedNetwork
23:41:57 [2022-10-04T23:41:57.400Z] === RUN   TestDockerSuite/TestBuildMultipleTags
23:41:57 [2022-10-04T23:41:57.400Z] === RUN   TestDockerSuite/TestBuildNetContainer
23:41:58 [2022-10-04T23:41:58.773Z] === RUN   TestDockerSuite/TestBuildNetNone
23:41:59 [2022-10-04T23:41:59.434Z] === RUN   TestDockerSuite/TestBuildNoContext
23:41:59 [2022-10-04T23:41:59.999Z] --- PASS: TestServiceWithPredefinedNetwork (2.64s)
23:41:59 [2022-10-04T23:41:59.999Z] === RUN   TestServiceRemoveKeepsIngressNetwork
23:41:59 [2022-10-04T23:41:59.999Z]     service_test.go:242: FLAKY_TEST
23:41:59 [2022-10-04T23:41:59.999Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
23:41:59 [2022-10-04T23:41:59.999Z] === RUN   TestServiceWithDataPathPortInit
23:42:00 [2022-10-04T23:42:00.256Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
23:42:00 [2022-10-04T23:42:00.822Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
23:42:02 [2022-10-04T23:42:02.198Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
23:42:02 [2022-10-04T23:42:02.220Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:42:02 [2022-10-04T23:42:02.220Z] INFO: Testing against a local daemon
23:42:02 [2022-10-04T23:42:02.220Z] === RUN   TestBuildWithSession
23:42:02 [2022-10-04T23:42:02.220Z]     build_session_test.go:25: TODO: BuildKit
23:42:02 [2022-10-04T23:42:02.220Z] --- SKIP: TestBuildWithSession (0.00s)
23:42:02 [2022-10-04T23:42:02.220Z] === RUN   TestBuildSquashParent
23:42:02 [2022-10-04T23:42:02.220Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
23:42:02 [2022-10-04T23:42:02.220Z] --- SKIP: TestBuildSquashParent (0.00s)
23:42:02 [2022-10-04T23:42:02.220Z] === RUN   TestBuildWithRemoveAndForceRemove
23:42:02 [2022-10-04T23:42:02.220Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:42:02 [2022-10-04T23:42:02.220Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:42:02 [2022-10-04T23:42:02.220Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:42:02 [2022-10-04T23:42:02.220Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:42:02 [2022-10-04T23:42:02.220Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:42:02 [2022-10-04T23:42:02.220Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:42:02 [2022-10-04T23:42:02.220Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:42:02 [2022-10-04T23:42:02.220Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:42:02 [2022-10-04T23:42:02.220Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:42:02 [2022-10-04T23:42:02.220Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:42:02 [2022-10-04T23:42:02.220Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:42:02 [2022-10-04T23:42:02.220Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:42:02 [2022-10-04T23:42:02.220Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
23:42:02 [2022-10-04T23:42:02.220Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
23:42:02 [2022-10-04T23:42:02.220Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
23:42:02 [2022-10-04T23:42:02.220Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
23:42:02 [2022-10-04T23:42:02.456Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
23:42:02 [2022-10-04T23:42:02.456Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
23:42:03 [2022-10-04T23:42:03.022Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
23:42:03 [2022-10-04T23:42:03.280Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
23:42:03 [2022-10-04T23:42:03.845Z] === RUN   TestDockerSuite/TestBuildOnBuild
23:42:05 [2022-10-04T23:42:05.227Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
23:42:05 [2022-10-04T23:42:05.485Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
23:42:07 [2022-10-04T23:42:07.237Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
23:42:07 [2022-10-04T23:42:07.385Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
23:42:07 [2022-10-04T23:42:07.763Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
23:42:08 [2022-10-04T23:42:08.319Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
23:42:10 [2022-10-04T23:42:10.221Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
23:42:10 [2022-10-04T23:42:10.787Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
23:42:11 [2022-10-04T23:42:11.720Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
23:42:11 [2022-10-04T23:42:11.979Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
23:42:14 [2022-10-04T23:42:14.507Z] === RUN   TestDockerSuite/TestBuildPATH
23:42:14 [2022-10-04T23:42:14.764Z] --- PASS: TestServiceWithDataPathPortInit (14.97s)
23:42:14 [2022-10-04T23:42:14.765Z] === RUN   TestServiceWithDefaultAddressPoolInit
23:42:15 [2022-10-04T23:42:15.699Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
23:42:16 [2022-10-04T23:42:16.265Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
23:42:16 [2022-10-04T23:42:16.802Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s)
23:42:16 [2022-10-04T23:42:16.802Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.51s)
23:42:16 [2022-10-04T23:42:16.802Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.04s)
23:42:16 [2022-10-04T23:42:16.802Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (14.77s)
23:42:16 [2022-10-04T23:42:16.802Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (15.01s)
23:42:16 [2022-10-04T23:42:16.802Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.78s)
23:42:16 [2022-10-04T23:42:16.802Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.56s)
23:42:16 [2022-10-04T23:42:16.802Z] === RUN   TestBuildMultiStageCopy
23:42:16 [2022-10-04T23:42:16.802Z] === RUN   TestBuildMultiStageCopy/copy_to_root
23:42:17 [2022-10-04T23:42:17.200Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
23:42:18 [2022-10-04T23:42:18.135Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:fae05ym7n1mb6q49dhc2fhvtn Created:2022-10-04 23:42:16.325990121 +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[faf2c4a23a0d29df0fdeece0bfb8cf5ba1724a2ad8471aa4aa8db4075eea52bc:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ik2aojwfgfynbdq1lb5eb36nr EndpointID:f7d0b9294be47aca89b17c5ba116a5c43ed312bfe4723facc1e76b71aef720b9 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:00f48adbc3167ffc1e8b6598a2f7b3cf2016221fcf210978f07e8bb390725439 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:e77df68edfa4 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ik2aojwfgfynbdq1lb5eb36nr EndpointID:f7d0b9294be47aca89b17c5ba116a5c43ed312bfe4723facc1e76b71aef720b9 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
23:42:23 [2022-10-04T23:42:23.408Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.73s)
23:42:23 [2022-10-04T23:42:23.408Z] PASS
23:42:23 [2022-10-04T23:42:23.408Z] 
23:42:23 [2022-10-04T23:42:23.408Z] === Skipped
23:42:23 [2022-10-04T23:42:23.408Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
23:42:23 [2022-10-04T23:42:23.408Z]     service_test.go:242: FLAKY_TEST
23:42:23 [2022-10-04T23:42:23.408Z] 
23:42:23 [2022-10-04T23:42:23.408Z] DONE 26 tests, 1 skipped in 48.973s
23:42:23 [2022-10-04T23:42:23.408Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
23:42:23 [2022-10-04T23:42:23.408Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
23:42:23 [2022-10-04T23:42:23.408Z] ++ set -e
23:42:23 [2022-10-04T23:42:23.408Z] ++ '[' -n 0 ']'
23:42:23 [2022-10-04T23:42:23.408Z] ++ set -x
23:42:23 [2022-10-04T23:42:23.408Z] ++ 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=amd64 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 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/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
23:42:23 [2022-10-04T23:42:23.408Z] INFO: Testing against a local daemon
23:42:23 [2022-10-04T23:42:23.408Z] === RUN   TestDockerNetworkIpvlanPersistance
23:42:23 [2022-10-04T23:42:23.408Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:42:23 [2022-10-04T23:42:23.408Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
23:42:23 [2022-10-04T23:42:23.408Z] === RUN   TestDockerNetworkIpvlan
23:42:23 [2022-10-04T23:42:23.408Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:42:23 [2022-10-04T23:42:23.408Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
23:42:23 [2022-10-04T23:42:23.408Z] PASS
23:42:23 [2022-10-04T23:42:23.408Z] 
23:42:23 [2022-10-04T23:42:23.408Z] === Skipped
23:42:23 [2022-10-04T23:42:23.408Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
23:42:23 [2022-10-04T23:42:23.408Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:42:23 [2022-10-04T23:42:23.408Z] 
23:42:23 [2022-10-04T23:42:23.408Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
23:42:23 [2022-10-04T23:42:23.408Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
23:42:23 [2022-10-04T23:42:23.408Z] 
23:42:23 [2022-10-04T23:42:23.408Z] DONE 2 tests, 2 skipped in 0.133s
23:42:23 [2022-10-04T23:42:23.408Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
23:42:23 [2022-10-04T23:42:23.408Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
23:42:23 [2022-10-04T23:42:23.408Z] ++ set -e
23:42:23 [2022-10-04T23:42:23.408Z] ++ '[' -n 0 ']'
23:42:23 [2022-10-04T23:42:23.408Z] ++ set -x
23:42:23 [2022-10-04T23:42:23.408Z] ++ 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=amd64 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 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/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
23:42:23 [2022-10-04T23:42:23.408Z] INFO: Testing against a local daemon
23:42:23 [2022-10-04T23:42:23.408Z] === RUN   TestDockerNetworkMacvlanPersistance
23:42:23 [2022-10-04T23:42:23.408Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
23:42:24 [2022-10-04T23:42:24.341Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s)
23:42:24 [2022-10-04T23:42:24.341Z] === RUN   TestDockerNetworkMacvlan
23:42:24 [2022-10-04T23:42:24.908Z] === RUN   TestDockerNetworkMacvlan/Subinterface
23:42:25 [2022-10-04T23:42:25.841Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
23:42:25 [2022-10-04T23:42:25.841Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
23:42:25 [2022-10-04T23:42:25.857Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
23:42:25 [2022-10-04T23:42:25.857Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
23:42:26 [2022-10-04T23:42:26.364Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
23:42:26 [2022-10-04T23:42:26.774Z] === RUN   TestDockerNetworkMacvlan/NilParent
23:42:27 [2022-10-04T23:42:27.340Z] === RUN   TestDockerSuite/TestBuildRm
23:42:27 [2022-10-04T23:42:27.424Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
23:42:28 [2022-10-04T23:42:28.484Z] --- PASS: TestBuildMultiStageCopy (11.94s)
23:42:28 [2022-10-04T23:42:28.484Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (8.41s)
23:42:28 [2022-10-04T23:42:28.484Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.66s)
23:42:28 [2022-10-04T23:42:28.484Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.81s)
23:42:28 [2022-10-04T23:42:28.484Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.92s)
23:42:28 [2022-10-04T23:42:28.484Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.14s)
23:42:28 [2022-10-04T23:42:28.484Z] === RUN   TestBuildMultiStageParentConfig
23:42:28 [2022-10-04T23:42:28.712Z] === RUN   TestDockerNetworkMacvlan/InternalMode
23:42:29 [2022-10-04T23:42:29.647Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
23:42:30 [2022-10-04T23:42:30.582Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
23:42:30 [2022-10-04T23:42:30.840Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
23:42:30 [2022-10-04T23:42:30.851Z] --- PASS: TestBuildMultiStageParentConfig (2.36s)
23:42:30 [2022-10-04T23:42:30.851Z] === RUN   TestBuildLabelWithTargets
23:42:30 [2022-10-04T23:42:30.851Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
23:42:30 [2022-10-04T23:42:30.851Z] --- SKIP: TestBuildLabelWithTargets (0.01s)
23:42:30 [2022-10-04T23:42:30.851Z] === RUN   TestBuildWithEmptyLayers
23:42:31 [2022-10-04T23:42:31.773Z] === RUN   TestDockerSuite/TestBuildScratchCopy
23:42:31 [2022-10-04T23:42:31.913Z] --- PASS: TestBuildWithEmptyLayers (1.32s)
23:42:31 [2022-10-04T23:42:31.913Z] === RUN   TestBuildMultiStageOnBuild
23:42:32 [2022-10-04T23:42:32.033Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
23:42:32 [2022-10-04T23:42:32.599Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
23:42:33 [2022-10-04T23:42:33.536Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
23:42:34 [2022-10-04T23:42:34.910Z] === RUN   TestDockerSuite/TestBuildShellInherited
23:42:35 [2022-10-04T23:42:35.169Z] === RUN   TestDockerNetworkMacvlan/Addressing
23:42:35 [2022-10-04T23:42:35.427Z] === RUN   TestDockerSuite/TestBuildShellMultiple
23:42:36 [2022-10-04T23:42:36.361Z] --- PASS: TestDockerNetworkMacvlan (11.82s)
23:42:36 [2022-10-04T23:42:36.361Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s)
23:42:36 [2022-10-04T23:42:36.361Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s)
23:42:36 [2022-10-04T23:42:36.361Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.13s)
23:42:36 [2022-10-04T23:42:36.361Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.15s)
23:42:36 [2022-10-04T23:42:36.361Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.75s)
23:42:36 [2022-10-04T23:42:36.361Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.80s)
23:42:36 [2022-10-04T23:42:36.361Z] PASS
23:42:36 [2022-10-04T23:42:36.361Z] 
23:42:36 [2022-10-04T23:42:36.361Z] DONE 8 tests in 13.377s
23:42:36 [2022-10-04T23:42:36.361Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
23:42:36 [2022-10-04T23:42:36.361Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m
23:42:36 [2022-10-04T23:42:36.361Z] ++ set -e
23:42:36 [2022-10-04T23:42:36.361Z] ++ '[' -n 0 ']'
23:42:36 [2022-10-04T23:42:36.361Z] ++ set -x
23:42:36 [2022-10-04T23:42:36.361Z] ++ 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=amd64 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 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/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m
23:42:36 [2022-10-04T23:42:36.361Z] testing: warning: no tests to run
23:42:36 [2022-10-04T23:42:36.361Z] PASS
23:42:36 [2022-10-04T23:42:36.361Z] 
23:42:36 [2022-10-04T23:42:36.361Z] DONE 0 tests in 0.030s
23:42:36 [2022-10-04T23:42:36.361Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
23:42:36 [2022-10-04T23:42:36.361Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
23:42:36 [2022-10-04T23:42:36.361Z] ++ set -e
23:42:36 [2022-10-04T23:42:36.361Z] ++ '[' -n 0 ']'
23:42:36 [2022-10-04T23:42:36.361Z] ++ set -x
23:42:36 [2022-10-04T23:42:36.362Z] ++ 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=amd64 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 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/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
23:42:36 [2022-10-04T23:42:36.362Z] INFO: Testing against a local daemon
23:42:36 [2022-10-04T23:42:36.362Z] === RUN   TestAuthZPluginAllowRequest
23:42:37 [2022-10-04T23:42:37.735Z] --- PASS: TestAuthZPluginAllowRequest (1.32s)
23:42:37 [2022-10-04T23:42:37.735Z] === RUN   TestAuthZPluginTLS
23:42:38 [2022-10-04T23:42:38.304Z] --- PASS: TestAuthZPluginTLS (0.56s)
23:42:38 [2022-10-04T23:42:38.304Z] === RUN   TestAuthZPluginDenyRequest
23:42:38 [2022-10-04T23:42:38.304Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
23:42:38 [2022-10-04T23:42:38.304Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
23:42:38 [2022-10-04T23:42:38.562Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
23:42:38 [2022-10-04T23:42:38.562Z]     docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
23:42:38 [2022-10-04T23:42:38.562Z] === RUN   TestDockerSuite/TestBuildSpaces
23:42:38 [2022-10-04T23:42:38.819Z] --- PASS: TestAuthZPluginDenyRequest (0.56s)
23:42:38 [2022-10-04T23:42:38.819Z] === RUN   TestAuthZPluginAPIDenyResponse
23:42:39 [2022-10-04T23:42:39.078Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
23:42:39 [2022-10-04T23:42:39.078Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
23:42:39 [2022-10-04T23:42:39.336Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
23:42:39 [2022-10-04T23:42:39.336Z] === RUN   TestAuthZPluginDenyResponse
23:42:39 [2022-10-04T23:42:39.594Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
23:42:39 [2022-10-04T23:42:39.863Z] --- PASS: TestAuthZPluginDenyResponse (0.57s)
23:42:39 [2022-10-04T23:42:39.863Z] === RUN   TestAuthZPluginAllowEventStream
23:42:39 [2022-10-04T23:42:39.863Z] === RUN   TestDockerSuite/TestBuildStderr
23:42:40 [2022-10-04T23:42:40.798Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
23:42:41 [2022-10-04T23:42:41.365Z] --- PASS: TestAuthZPluginAllowEventStream (1.59s)
23:42:41 [2022-10-04T23:42:41.365Z] === RUN   TestAuthZPluginErrorResponse
23:42:41 [2022-10-04T23:42:41.933Z]     docker_api_swarm_test.go:304: [d523a83ae5cf2] joining swarm manager [dc974b2d756c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:42:41 [2022-10-04T23:42:41.933Z] --- PASS: TestAuthZPluginErrorResponse (0.57s)
23:42:41 [2022-10-04T23:42:41.933Z] === RUN   TestAuthZPluginErrorRequest
23:42:42 [2022-10-04T23:42:42.499Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
23:42:42 [2022-10-04T23:42:42.499Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
23:42:43 [2022-10-04T23:42:43.066Z]     docker_api_swarm_test.go:305: [dbac71d484eb5] joining swarm manager [dc974b2d756c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:42:43 [2022-10-04T23:42:43.066Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s)
23:42:43 [2022-10-04T23:42:43.066Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
23:42:44 [2022-10-04T23:42:44.001Z]     docker_api_swarm_test.go:351: Waiting for election to occur...
23:42:44 [2022-10-04T23:42:44.567Z] === RUN   TestDockerSuite/TestBuildStopSignal
23:42:44 [2022-10-04T23:42:44.825Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.77s)
23:42:44 [2022-10-04T23:42:44.825Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
23:42:44 [2022-10-04T23:42:44.889Z] --- PASS: TestBuildMultiStageOnBuild (12.03s)
23:42:44 [2022-10-04T23:42:44.889Z] === RUN   TestBuildUncleanTarFilenames
23:42:44 [2022-10-04T23:42:44.889Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
23:42:44 [2022-10-04T23:42:44.889Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s)
23:42:44 [2022-10-04T23:42:44.889Z] === RUN   TestBuildMultiStageLayerLeak
23:42:45 [2022-10-04T23:42:45.393Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
23:42:46 [2022-10-04T23:42:46.326Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
23:42:46 [2022-10-04T23:42:46.584Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.67s)
23:42:46 [2022-10-04T23:42:46.584Z] === RUN   TestAuthZPluginHeader
23:42:46 [2022-10-04T23:42:46.842Z] === RUN   TestDockerSuite/TestBuildTagEvent
23:42:47 [2022-10-04T23:42:47.408Z] --- PASS: TestAuthZPluginHeader (0.78s)
23:42:47 [2022-10-04T23:42:47.408Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
23:42:47 [2022-10-04T23:42:47.408Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
23:42:48 [2022-10-04T23:42:48.342Z] === RUN   TestDockerSuite/TestBuildUser
23:42:49 [2022-10-04T23:42:49.716Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
23:42:52 [2022-10-04T23:42:52.244Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.73s)
23:42:52 [2022-10-04T23:42:52.245Z] === RUN   TestAuthZPluginV2Disable
23:42:52 [2022-10-04T23:42:52.245Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
23:42:56 [2022-10-04T23:42:56.429Z] --- PASS: TestAuthZPluginV2Disable (4.12s)
23:42:56 [2022-10-04T23:42:56.429Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
23:43:00 [2022-10-04T23:43:00.329Z] --- PASS: TestBuildMultiStageLayerLeak (15.14s)
23:43:00 [2022-10-04T23:43:00.329Z] === RUN   TestBuildWithHugeFile
23:43:00 [2022-10-04T23:43:00.612Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.78s)
23:43:00 [2022-10-04T23:43:00.612Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
23:43:01 [2022-10-04T23:43:01.547Z]     docker_api_swarm_test.go:364: Waiting for possible election...
23:43:02 [2022-10-04T23:43:02.508Z] === RUN   TestDockerSuite/TestBuildVerboseOut
23:43:03 [2022-10-04T23:43:03.445Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
23:43:04 [2022-10-04T23:43:04.011Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
23:43:04 [2022-10-04T23:43:04.946Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
23:43:06 [2022-10-04T23:43:06.321Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
23:43:07 [2022-10-04T23:43:07.695Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
23:43:07 [2022-10-04T23:43:07.695Z]     docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
23:43:07 [2022-10-04T23:43:07.695Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
23:43:07 [2022-10-04T23:43:07.695Z]     docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
23:43:07 [2022-10-04T23:43:07.695Z] === RUN   TestDockerSuite/TestBuildWindowsUser
23:43:07 [2022-10-04T23:43:07.695Z]     docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
23:43:07 [2022-10-04T23:43:07.695Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
23:43:07 [2022-10-04T23:43:07.695Z]     docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
23:43:07 [2022-10-04T23:43:07.695Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
23:43:09 [2022-10-04T23:43:09.069Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
23:43:09 [2022-10-04T23:43:09.069Z] === RUN   TestDockerSuite/TestBuildWithFailure
23:43:09 [2022-10-04T23:43:09.634Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
23:43:10 [2022-10-04T23:43:10.202Z] === RUN   TestDockerSuite/TestBuildWithTabs
23:43:10 [2022-10-04T23:43:10.767Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
23:43:10 [2022-10-04T23:43:10.767Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
23:43:11 [2022-10-04T23:43:11.025Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.93s)
23:43:11 [2022-10-04T23:43:11.025Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
23:43:12 [2022-10-04T23:43:12.923Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
23:43:13 [2022-10-04T23:43:13.856Z] === RUN   TestDockerSuite/TestBuildWithVolumes
23:43:14 [2022-10-04T23:43:14.421Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
23:43:14 [2022-10-04T23:43:14.679Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
23:43:14 [2022-10-04T23:43:14.936Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
23:43:14 [2022-10-04T23:43:14.936Z]     docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
23:43:14 [2022-10-04T23:43:14.936Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
23:43:15 [2022-10-04T23:43:15.501Z] === RUN   TestDockerSuite/TestBuildXZHost
23:43:16 [2022-10-04T23:43:16.877Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
23:43:16 [2022-10-04T23:43:16.877Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
23:43:16 [2022-10-04T23:43:16.877Z]     docker_cli_sni_test.go:18: Flakey test
23:43:16 [2022-10-04T23:43:16.877Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
23:43:17 [2022-10-04T23:43:17.135Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
23:43:17 [2022-10-04T23:43:17.701Z] === RUN   TestDockerSuite/TestCommitChange
23:43:17 [2022-10-04T23:43:17.959Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
23:43:18 [2022-10-04T23:43:18.217Z] === RUN   TestDockerSuite/TestCommitChangeLabels
23:43:19 [2022-10-04T23:43:19.153Z] === RUN   TestDockerSuite/TestCommitHardlink
23:43:20 [2022-10-04T23:43:20.094Z]     docker_api_swarm_test.go:272: [d55702cb48cff] joining swarm manager [df4beb018c395]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:43:20 [2022-10-04T23:43:20.366Z] === RUN   TestDockerSuite/TestCommitNewFile
23:43:21 [2022-10-04T23:43:21.304Z] === RUN   TestDockerSuite/TestCommitPausedContainer
23:43:21 [2022-10-04T23:43:21.562Z]     docker_api_swarm_test.go:273: [d139808ab2a82] joining swarm manager [df4beb018c395]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:43:22 [2022-10-04T23:43:22.128Z] === RUN   TestDockerSuite/TestCommitTTY
23:43:23 [2022-10-04T23:43:23.061Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
23:43:23 [2022-10-04T23:43:23.627Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
23:43:24 [2022-10-04T23:43:24.560Z] === RUN   TestDockerSuite/TestCommitWithoutPause
23:43:25 [2022-10-04T23:43:25.124Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
23:43:25 [2022-10-04T23:43:25.125Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
23:43:25 [2022-10-04T23:43:25.125Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
23:43:25 [2022-10-04T23:43:25.125Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
23:43:25 [2022-10-04T23:43:25.125Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
23:43:25 [2022-10-04T23:43:25.125Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
23:43:25 [2022-10-04T23:43:25.125Z] === RUN   TestDockerSuite/TestContainerAPICommit
23:43:26 [2022-10-04T23:43:26.059Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
23:43:26 [2022-10-04T23:43:26.993Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
23:43:26 [2022-10-04T23:43:26.993Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
23:43:27 [2022-10-04T23:43:27.561Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
23:43:27 [2022-10-04T23:43:27.820Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.91s)
23:43:27 [2022-10-04T23:43:27.820Z] PASS
23:43:27 [2022-10-04T23:43:27.820Z] 
23:43:27 [2022-10-04T23:43:27.820Z] DONE 17 tests in 51.674s
23:43:27 [2022-10-04T23:43:27.820Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
23:43:27 [2022-10-04T23:43:27.820Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
23:43:27 [2022-10-04T23:43:27.820Z] ++ set -e
23:43:27 [2022-10-04T23:43:27.820Z] ++ '[' -n 0 ']'
23:43:27 [2022-10-04T23:43:27.820Z] ++ set -x
23:43:27 [2022-10-04T23:43:27.820Z] ++ 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=amd64 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 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/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
23:43:28 [2022-10-04T23:43:28.078Z] INFO: Testing against a local daemon
23:43:28 [2022-10-04T23:43:28.078Z] === RUN   TestPluginInvalidJSON
23:43:28 [2022-10-04T23:43:28.078Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:43:28 [2022-10-04T23:43:28.078Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:43:28 [2022-10-04T23:43:28.078Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:43:28 [2022-10-04T23:43:28.078Z] --- PASS: TestPluginInvalidJSON (0.03s)
23:43:28 [2022-10-04T23:43:28.078Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:43:28 [2022-10-04T23:43:28.078Z] === RUN   TestPluginInstall
23:43:28 [2022-10-04T23:43:28.078Z] === RUN   TestPluginInstall/no_auth
23:43:28 [2022-10-04T23:43:28.340Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
23:43:29 [2022-10-04T23:43:29.274Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
23:43:29 [2022-10-04T23:43:29.532Z] === RUN   TestDockerSuite/TestContainerAPICreate
23:43:30 [2022-10-04T23:43:30.098Z] time="2022-10-04T23:43:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:43:30 [2022-10-04T23:43:30.098Z] time="2022-10-04T23:43:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1f8cf057979ee8ab333ec1c49ebbf1e77101485e33539caeec0f202cac947f14" mediatype=application/vnd.docker.plugin.v1+json size=522
23:43:30 [2022-10-04T23:43:30.098Z] time="2022-10-04T23:43:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:43:30 [2022-10-04T23:43:30.098Z] time="2022-10-04T23:43:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1f8cf057979ee8ab333ec1c49ebbf1e77101485e33539caeec0f202cac947f14" mediatype=application/vnd.docker.plugin.v1+json size=522
23:43:30 [2022-10-04T23:43:30.356Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
23:43:30 [2022-10-04T23:43:30.356Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
23:43:30 [2022-10-04T23:43:30.356Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
23:43:30 [2022-10-04T23:43:30.615Z] === RUN   TestPluginInstall/with_htpasswd
23:43:30 [2022-10-04T23:43:30.873Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
23:43:30 [2022-10-04T23:43:30.873Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
23:43:30 [2022-10-04T23:43:30.873Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
23:43:30 [2022-10-04T23:43:30.873Z] time="2022-10-04T23:43:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:43:30 [2022-10-04T23:43:30.873Z] time="2022-10-04T23:43:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:510f2500b4e91c069c8c6e429d52fc93e58ed25c39fd88c4b9ad1615242c9e3a" mediatype=application/vnd.docker.plugin.v1+json size=522
23:43:30 [2022-10-04T23:43:30.873Z] time="2022-10-04T23:43:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:43:30 [2022-10-04T23:43:30.873Z] time="2022-10-04T23:43:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:510f2500b4e91c069c8c6e429d52fc93e58ed25c39fd88c4b9ad1615242c9e3a" mediatype=application/vnd.docker.plugin.v1+json size=522
23:43:31 [2022-10-04T23:43:31.131Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
23:43:31 [2022-10-04T23:43:31.131Z] === RUN   TestDockerSuite/TestContainerAPIDelete
23:43:31 [2022-10-04T23:43:31.389Z] === RUN   TestPluginInstall/with_insecure
23:43:31 [2022-10-04T23:43:31.647Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
23:43:32 [2022-10-04T23:43:32.213Z] time="2022-10-04T23:43:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:43:32 [2022-10-04T23:43:32.213Z] time="2022-10-04T23:43:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0c60eef8072397d6b2dd826914bd4f162efd203b8bde82c314a8f15d7d4fafa5" mediatype=application/vnd.docker.plugin.v1+json size=522
23:43:32 [2022-10-04T23:43:32.213Z] time="2022-10-04T23:43:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
23:43:32 [2022-10-04T23:43:32.213Z] time="2022-10-04T23:43:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0c60eef8072397d6b2dd826914bd4f162efd203b8bde82c314a8f15d7d4fafa5" mediatype=application/vnd.docker.plugin.v1+json size=522
23:43:32 [2022-10-04T23:43:32.471Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
23:43:32 [2022-10-04T23:43:32.729Z]     plugin_test.go:165: [dab2387c1bd48] daemon is not started
23:43:32 [2022-10-04T23:43:32.729Z] --- PASS: TestPluginInstall (4.57s)
23:43:32 [2022-10-04T23:43:32.729Z]     --- PASS: TestPluginInstall/no_auth (2.41s)
23:43:32 [2022-10-04T23:43:32.729Z]     --- PASS: TestPluginInstall/with_htpasswd (0.81s)
23:43:32 [2022-10-04T23:43:32.729Z]     --- PASS: TestPluginInstall/with_insecure (1.36s)
23:43:32 [2022-10-04T23:43:32.729Z] === RUN   TestPluginsWithRuntimes
23:43:32 [2022-10-04T23:43:32.988Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
23:43:32 [2022-10-04T23:43:32.988Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
23:43:34 [2022-10-04T23:43:34.362Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
23:43:34 [2022-10-04T23:43:34.362Z] === RUN   TestPluginsWithRuntimes/No_Args
23:43:34 [2022-10-04T23:43:34.620Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
23:43:34 [2022-10-04T23:43:34.620Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
23:43:35 [2022-10-04T23:43:35.186Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
23:43:35 [2022-10-04T23:43:35.444Z] === RUN   TestPluginsWithRuntimes/With_Args
23:43:35 [2022-10-04T23:43:35.701Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
23:43:36 [2022-10-04T23:43:36.268Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
23:43:36 [2022-10-04T23:43:36.526Z] --- PASS: TestPluginsWithRuntimes (3.87s)
23:43:36 [2022-10-04T23:43:36.526Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.04s)
23:43:36 [2022-10-04T23:43:36.526Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.04s)
23:43:36 [2022-10-04T23:43:36.526Z] === RUN   TestPluginBackCompatMediaTypes
23:43:36 [2022-10-04T23:43:36.785Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
23:43:37 [2022-10-04T23:43:37.046Z] === RUN   TestDockerSuite/TestContainerAPIKill
23:43:37 [2022-10-04T23:43:37.305Z] --- PASS: TestPluginBackCompatMediaTypes (0.78s)
23:43:37 [2022-10-04T23:43:37.305Z] PASS
23:43:37 [2022-10-04T23:43:37.305Z] 
23:43:37 [2022-10-04T23:43:37.305Z] DONE 10 tests in 9.378s
23:43:37 [2022-10-04T23:43:37.305Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
23:43:37 [2022-10-04T23:43:37.305Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
23:43:37 [2022-10-04T23:43:37.305Z] ++ set -e
23:43:37 [2022-10-04T23:43:37.305Z] ++ '[' -n 0 ']'
23:43:37 [2022-10-04T23:43:37.305Z] ++ set -x
23:43:37 [2022-10-04T23:43:37.305Z] ++ 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=amd64 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 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/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
23:43:37 [2022-10-04T23:43:37.562Z] INFO: Testing against a local daemon
23:43:37 [2022-10-04T23:43:37.562Z] === RUN   TestExternalGraphDriver
23:43:37 [2022-10-04T23:43:37.562Z] === RUN   TestDockerSuite/TestContainerAPIPause
23:43:37 [2022-10-04T23:43:37.820Z] === RUN   TestExternalGraphDriver/json
23:43:38 [2022-10-04T23:43:38.079Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
23:43:38 [2022-10-04T23:43:38.646Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
23:43:38 [2022-10-04T23:43:38.646Z] === RUN   TestDockerSuite/TestContainerAPIRename
23:43:38 [2022-10-04T23:43:38.905Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
23:43:39 [2022-10-04T23:43:39.471Z] === RUN   TestDockerSuite/TestContainerAPIRestart
23:43:39 [2022-10-04T23:43:39.730Z] === RUN   TestExternalGraphDriver/spec
23:43:40 [2022-10-04T23:43:40.664Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
23:43:41 [2022-10-04T23:43:41.598Z] === RUN   TestExternalGraphDriver/pull
23:43:41 [2022-10-04T23:43:41.856Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
23:43:41 [2022-10-04T23:43:41.856Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
23:43:41 [2022-10-04T23:43:41.856Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
23:43:42 [2022-10-04T23:43:42.115Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
23:43:42 [2022-10-04T23:43:42.115Z] === RUN   TestDockerSuite/TestContainerAPIStart
23:43:42 [2022-10-04T23:43:42.682Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
23:43:43 [2022-10-04T23:43:43.246Z] --- PASS: TestExternalGraphDriver (5.85s)
23:43:43 [2022-10-04T23:43:43.246Z]     --- PASS: TestExternalGraphDriver/json (1.83s)
23:43:43 [2022-10-04T23:43:43.246Z]     --- PASS: TestExternalGraphDriver/spec (1.94s)
23:43:43 [2022-10-04T23:43:43.246Z]     --- PASS: TestExternalGraphDriver/pull (1.72s)
23:43:43 [2022-10-04T23:43:43.246Z] === RUN   TestGraphdriverPluginV2
23:43:47 [2022-10-04T23:43:47.426Z] === RUN   TestDockerSuite/TestContainerAPIStop
23:43:47 [2022-10-04T23:43:47.684Z] === RUN   TestDockerSuite/TestContainerAPITop
23:43:47 [2022-10-04T23:43:47.943Z] --- PASS: TestGraphdriverPluginV2 (4.53s)
23:43:47 [2022-10-04T23:43:47.943Z] PASS
23:43:47 [2022-10-04T23:43:47.943Z] 
23:43:47 [2022-10-04T23:43:47.943Z] DONE 5 tests in 10.537s
23:43:47 [2022-10-04T23:43:47.943Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
23:43:47 [2022-10-04T23:43:47.943Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
23:43:47 [2022-10-04T23:43:47.943Z] ++ set -e
23:43:47 [2022-10-04T23:43:47.943Z] ++ '[' -n 0 ']'
23:43:47 [2022-10-04T23:43:47.943Z] ++ set -x
23:43:47 [2022-10-04T23:43:47.943Z] ++ 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=amd64 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 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/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
23:43:47 [2022-10-04T23:43:47.943Z] INFO: Testing against a local daemon
23:43:47 [2022-10-04T23:43:47.943Z] === RUN   TestContinueAfterPluginCrash
23:43:47 [2022-10-04T23:43:47.943Z] === PAUSE TestContinueAfterPluginCrash
23:43:47 [2022-10-04T23:43:47.943Z] === RUN   TestReadPluginNoRead
23:43:47 [2022-10-04T23:43:47.943Z] === PAUSE TestReadPluginNoRead
23:43:47 [2022-10-04T23:43:47.943Z] === RUN   TestDaemonStartWithLogOpt
23:43:47 [2022-10-04T23:43:47.943Z] === PAUSE TestDaemonStartWithLogOpt
23:43:47 [2022-10-04T23:43:47.943Z] === CONT  TestContinueAfterPluginCrash
23:43:47 [2022-10-04T23:43:47.943Z] === CONT  TestDaemonStartWithLogOpt
23:43:48 [2022-10-04T23:43:48.202Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
23:43:48 [2022-10-04T23:43:48.202Z]     docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
23:43:48 [2022-10-04T23:43:48.202Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
23:43:48 [2022-10-04T23:43:48.202Z] === RUN   TestDockerSuite/TestContainerAPIWait
23:43:50 [2022-10-04T23:43:50.732Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
23:43:51 [2022-10-04T23:43:51.666Z] === RUN   TestDockerSuite/TestContainerNetworkMode
23:43:51 [2022-10-04T23:43:51.666Z] --- PASS: TestDaemonStartWithLogOpt (3.54s)
23:43:51 [2022-10-04T23:43:51.666Z] === CONT  TestReadPluginNoRead
23:43:52 [2022-10-04T23:43:52.232Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
23:43:54 [2022-10-04T23:43:54.761Z] === RUN   TestReadPluginNoRead/default
23:43:55 [2022-10-04T23:43:55.694Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
23:43:55 [2022-10-04T23:43:55.694Z] === RUN   TestReadPluginNoRead/disabled_caching
23:43:56 [2022-10-04T23:43:56.262Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
23:43:56 [2022-10-04T23:43:56.520Z] --- PASS: TestContinueAfterPluginCrash (8.60s)
23:43:57 [2022-10-04T23:43:57.480Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
23:43:57 [2022-10-04T23:43:57.481Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
23:43:58 [2022-10-04T23:43:58.415Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
23:43:58 [2022-10-04T23:43:58.674Z] === CONT  TestReadPluginNoRead
23:43:58 [2022-10-04T23:43:58.674Z]     read_test.go:92: [d2452778d4252] daemon is not started
23:43:58 [2022-10-04T23:43:58.674Z] --- PASS: TestReadPluginNoRead (7.16s)
23:43:58 [2022-10-04T23:43:58.674Z]     --- PASS: TestReadPluginNoRead/default (1.42s)
23:43:58 [2022-10-04T23:43:58.674Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.48s)
23:43:58 [2022-10-04T23:43:58.674Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.50s)
23:43:58 [2022-10-04T23:43:58.674Z] PASS
23:43:58 [2022-10-04T23:43:58.674Z] 
23:43:58 [2022-10-04T23:43:58.674Z] DONE 6 tests in 10.851s
23:43:58 [2022-10-04T23:43:58.674Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
23:43:58 [2022-10-04T23:43:58.674Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
23:43:58 [2022-10-04T23:43:58.674Z] ++ set -e
23:43:58 [2022-10-04T23:43:58.674Z] ++ '[' -n 0 ']'
23:43:58 [2022-10-04T23:43:58.674Z] ++ set -x
23:43:58 [2022-10-04T23:43:58.674Z] ++ 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=amd64 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 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/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
23:43:58 [2022-10-04T23:43:58.932Z] testing: warning: no tests to run
23:43:58 [2022-10-04T23:43:58.932Z] PASS
23:43:58 [2022-10-04T23:43:58.932Z] 
23:43:58 [2022-10-04T23:43:58.932Z] DONE 0 tests in 0.050s
23:43:58 [2022-10-04T23:43:58.932Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
23:43:58 [2022-10-04T23:43:58.932Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
23:43:58 [2022-10-04T23:43:58.932Z] ++ set -e
23:43:58 [2022-10-04T23:43:58.932Z] ++ '[' -n 0 ']'
23:43:58 [2022-10-04T23:43:58.932Z] ++ set -x
23:43:58 [2022-10-04T23:43:58.932Z] ++ 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=amd64 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 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/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
23:43:58 [2022-10-04T23:43:58.932Z] INFO: Testing against a local daemon
23:43:58 [2022-10-04T23:43:58.932Z] === RUN   TestPluginWithDevMounts
23:43:58 [2022-10-04T23:43:58.932Z] === PAUSE TestPluginWithDevMounts
23:43:58 [2022-10-04T23:43:58.932Z] === CONT  TestPluginWithDevMounts
23:43:59 [2022-10-04T23:43:59.189Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
23:43:59 [2022-10-04T23:43:59.755Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
23:44:00 [2022-10-04T23:44:00.690Z] --- PASS: TestPluginWithDevMounts (1.71s)
23:44:00 [2022-10-04T23:44:00.690Z] PASS
23:44:00 [2022-10-04T23:44:00.690Z] 
23:44:00 [2022-10-04T23:44:00.690Z] DONE 1 tests in 1.850s
23:44:00 [2022-10-04T23:44:00.690Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
23:44:00 [2022-10-04T23:44:00.690Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m
23:44:00 [2022-10-04T23:44:00.690Z] ++ set -e
23:44:00 [2022-10-04T23:44:00.690Z] ++ '[' -n 0 ']'
23:44:00 [2022-10-04T23:44:00.690Z] ++ set -x
23:44:00 [2022-10-04T23:44:00.690Z] ++ 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=amd64 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 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/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m
23:44:00 [2022-10-04T23:44:00.690Z] INFO: Testing against a local daemon
23:44:00 [2022-10-04T23:44:00.690Z] === RUN   TestSecretInspect
23:44:01 [2022-10-04T23:44:01.256Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
23:44:02 [2022-10-04T23:44:02.629Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
23:44:03 [2022-10-04T23:44:03.195Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
23:44:03 [2022-10-04T23:44:03.453Z] --- PASS: TestSecretInspect (2.59s)
23:44:03 [2022-10-04T23:44:03.453Z] === RUN   TestSecretList
23:44:04 [2022-10-04T23:44:04.020Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000d38f48_<nil>}
23:44:05 [2022-10-04T23:44:05.394Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13392450283_/foo_false__<nil>_<nil>_<nil>}
23:44:06 [2022-10-04T23:44:06.328Z] --- PASS: TestSecretList (2.99s)
23:44:06 [2022-10-04T23:44:06.328Z] === RUN   TestSecretsCreateAndDelete
23:44:06 [2022-10-04T23:44:06.897Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
23:44:06 [2022-10-04T23:44:06.897Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13392450283_/foo_true__<nil>_<nil>_<nil>}
23:44:08 [2022-10-04T23:44:08.273Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31672923990_/foo_false__<nil>_<nil>_<nil>}
23:44:08 [2022-10-04T23:44:08.842Z] --- PASS: TestSecretsCreateAndDelete (2.44s)
23:44:08 [2022-10-04T23:44:08.842Z] === RUN   TestSecretsUpdate
23:44:09 [2022-10-04T23:44:09.100Z]     docker_api_swarm_node_test.go:20: [d5bb416d7c06d] joining swarm manager [dde59facab494]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:44:10 [2022-10-04T23:44:10.034Z]     docker_api_swarm_node_test.go:21: [de45086d71a60] joining swarm manager [dde59facab494]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:44:10 [2022-10-04T23:44:10.034Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31672923990_/foo_true__<nil>_<nil>_<nil>}
23:44:11 [2022-10-04T23:44:11.410Z] --- PASS: TestSecretsUpdate (2.36s)
23:44:11 [2022-10-04T23:44:11.410Z] === RUN   TestTemplatedSecret
23:44:11 [2022-10-04T23:44:11.668Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31672923990_/foo_true__0xc000d38f78_<nil>_<nil>}
23:44:13 [2022-10-04T23:44:13.040Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000d38f90_<nil>}
23:44:13 [2022-10-04T23:44:13.973Z] --- PASS: TestTemplatedSecret (2.72s)
23:44:13 [2022-10-04T23:44:13.973Z] === RUN   TestSecretCreateResolve
23:44:14 [2022-10-04T23:44:14.538Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000d38fa8_<nil>}
23:44:15 [2022-10-04T23:44:15.938Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000d38fc0_<nil>}
23:44:16 [2022-10-04T23:44:16.199Z] --- PASS: TestSecretCreateResolve (2.20s)
23:44:16 [2022-10-04T23:44:16.199Z] PASS
23:44:16 [2022-10-04T23:44:16.199Z] 
23:44:16 [2022-10-04T23:44:16.199Z] DONE 6 tests in 15.394s
23:44:16 [2022-10-04T23:44:16.199Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
23:44:16 [2022-10-04T23:44:16.199Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
23:44:16 [2022-10-04T23:44:16.199Z] ++ set -e
23:44:16 [2022-10-04T23:44:16.199Z] ++ '[' -n 0 ']'
23:44:16 [2022-10-04T23:44:16.199Z] ++ set -x
23:44:16 [2022-10-04T23:44:16.199Z] ++ 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=amd64 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 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/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
23:44:16 [2022-10-04T23:44:16.199Z] INFO: Testing against a local daemon
23:44:16 [2022-10-04T23:44:16.199Z] === RUN   TestServiceCreateInit
23:44:16 [2022-10-04T23:44:16.199Z] === RUN   TestServiceCreateInit/daemonInitDisabled
23:44:17 [2022-10-04T23:44:17.131Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000d38fd8_<nil>}
23:44:18 [2022-10-04T23:44:18.504Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
23:44:19 [2022-10-04T23:44:19.882Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
23:44:20 [2022-10-04T23:44:20.142Z] === RUN   TestServiceCreateInit/daemonInitEnabled
23:44:20 [2022-10-04T23:44:20.400Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
23:44:22 [2022-10-04T23:44:22.301Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
23:44:24 [2022-10-04T23:44:24.208Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
23:44:25 [2022-10-04T23:44:25.143Z]     docker_api_swarm_test.go:502: [dc014aa154823] joining swarm manager [de5479f3c9ae7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:44:25 [2022-10-04T23:44:25.143Z] --- PASS: TestServiceCreateInit (8.96s)
23:44:25 [2022-10-04T23:44:25.143Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.92s)
23:44:25 [2022-10-04T23:44:25.143Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.02s)
23:44:25 [2022-10-04T23:44:25.143Z] === RUN   TestCreateServiceMultipleTimes
23:44:27 [2022-10-04T23:44:27.044Z] === RUN   TestDockerSuite/TestCopyAndRestart
23:44:27 [2022-10-04T23:44:27.979Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
23:44:28 [2022-10-04T23:44:28.237Z] === RUN   TestDockerSuite/TestCpAbsolutePath
23:44:29 [2022-10-04T23:44:29.172Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
23:44:29 [2022-10-04T23:44:29.738Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
23:44:30 [2022-10-04T23:44:30.672Z] === RUN   TestDockerSuite/TestCpFromCaseA
23:44:31 [2022-10-04T23:44:31.607Z] === RUN   TestDockerSuite/TestCpFromCaseB
23:44:32 [2022-10-04T23:44:32.172Z] === RUN   TestDockerSuite/TestCpFromCaseC
23:44:32 [2022-10-04T23:44:32.430Z] === RUN   TestDockerSuite/TestCpFromCaseD
23:44:33 [2022-10-04T23:44:33.364Z] === RUN   TestDockerSuite/TestCpFromCaseE
23:44:33 [2022-10-04T23:44:33.930Z] === RUN   TestDockerSuite/TestCpFromCaseF
23:44:34 [2022-10-04T23:44:34.503Z] === RUN   TestDockerSuite/TestCpFromCaseG
23:44:35 [2022-10-04T23:44:35.454Z] === RUN   TestDockerSuite/TestCpFromCaseH
23:44:36 [2022-10-04T23:44:36.388Z] === RUN   TestDockerSuite/TestCpFromCaseI
23:44:36 [2022-10-04T23:44:36.388Z]     docker_api_swarm_test.go:507: [d21daff995dde] joining swarm manager [de5479f3c9ae7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:44:36 [2022-10-04T23:44:36.954Z] === RUN   TestDockerSuite/TestCpFromCaseJ
23:44:37 [2022-10-04T23:44:37.521Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
23:44:38 [2022-10-04T23:44:38.089Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
23:44:38 [2022-10-04T23:44:38.658Z] === RUN   TestDockerSuite/TestCpGarbagePath
23:44:39 [2022-10-04T23:44:39.223Z] === RUN   TestDockerSuite/TestCpLocalOnly
23:44:39 [2022-10-04T23:44:39.223Z] === RUN   TestDockerSuite/TestCpNameHasColon
23:44:39 [2022-10-04T23:44:39.789Z] === RUN   TestDockerSuite/TestCpRelativePath
23:44:40 [2022-10-04T23:44:40.048Z] === RUN   TestDockerSuite/TestCpSpecialFiles
23:44:40 [2022-10-04T23:44:40.982Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
23:44:41 [2022-10-04T23:44:41.240Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
23:44:41 [2022-10-04T23:44:41.806Z] === RUN   TestDockerSuite/TestCpToCaseA
23:44:42 [2022-10-04T23:44:42.371Z] --- PASS: TestCreateServiceMultipleTimes (17.01s)
23:44:42 [2022-10-04T23:44:42.371Z] === RUN   TestCreateServiceConflict
23:44:42 [2022-10-04T23:44:42.938Z] === RUN   TestDockerSuite/TestCpToCaseB
23:44:43 [2022-10-04T23:44:43.504Z] === RUN   TestDockerSuite/TestCpToCaseC
23:44:44 [2022-10-04T23:44:44.439Z] --- PASS: TestCreateServiceConflict (2.09s)
23:44:44 [2022-10-04T23:44:44.439Z] === RUN   TestCreateServiceMaxReplicas
23:44:45 [2022-10-04T23:44:45.372Z] === RUN   TestDockerSuite/TestCpToCaseD
23:44:48 [2022-10-04T23:44:48.656Z] --- PASS: TestCreateServiceMaxReplicas (3.70s)
23:44:48 [2022-10-04T23:44:48.656Z] === RUN   TestCreateWithDuplicateNetworkNames
23:44:49 [2022-10-04T23:44:49.221Z] === RUN   TestDockerSuite/TestCpToCaseE
23:44:51 [2022-10-04T23:44:51.751Z] === RUN   TestDockerSuite/TestCpToCaseF
23:44:52 [2022-10-04T23:44:52.316Z] === RUN   TestDockerSuite/TestCpToCaseG
23:44:55 [2022-10-04T23:44:55.609Z] === RUN   TestDockerSuite/TestCpToCaseH
23:44:56 [2022-10-04T23:44:56.983Z] === RUN   TestDockerSuite/TestCpToCaseI
23:44:57 [2022-10-04T23:44:57.240Z] === RUN   TestDockerSuite/TestCpToCaseJ
23:45:00 [2022-10-04T23:45:00.521Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
23:45:00 [2022-10-04T23:45:00.521Z] === RUN   TestDockerSuite/TestCpToDot
23:45:01 [2022-10-04T23:45:01.087Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
23:45:02 [2022-10-04T23:45:02.022Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.77s)
23:45:02 [2022-10-04T23:45:02.022Z] === RUN   TestCreateServiceSecretFileMode
23:45:02 [2022-10-04T23:45:02.022Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
23:45:02 [2022-10-04T23:45:02.958Z] === RUN   TestDockerSuite/TestCpToStdout
23:45:03 [2022-10-04T23:45:03.524Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
23:45:04 [2022-10-04T23:45:04.458Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
23:45:04 [2022-10-04T23:45:04.716Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
23:45:05 [2022-10-04T23:45:05.283Z] === RUN   TestDockerSuite/TestCpVolumePath
23:45:05 [2022-10-04T23:45:05.850Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
23:45:05 [2022-10-04T23:45:05.850Z] === RUN   TestDockerSuite/TestCreateArgs
23:45:05 [2022-10-04T23:45:05.850Z] === RUN   TestDockerSuite/TestCreateByImageID
23:45:06 [2022-10-04T23:45:06.416Z] === RUN   TestDockerSuite/TestCreateEchoStdout
23:45:06 [2022-10-04T23:45:06.674Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
23:45:06 [2022-10-04T23:45:06.674Z]     docker_cli_create_test.go:59: unmatched requirement Devicemapper
23:45:06 [2022-10-04T23:45:06.674Z] === RUN   TestDockerSuite/TestCreateHostConfig
23:45:06 [2022-10-04T23:45:06.931Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
23:45:07 [2022-10-04T23:45:07.189Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
23:45:07 [2022-10-04T23:45:07.447Z] === RUN   TestDockerSuite/TestCreateLabels
23:45:07 [2022-10-04T23:45:07.447Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
23:45:07 [2022-10-04T23:45:07.705Z] === RUN   TestDockerSuite/TestCreateRM
23:45:07 [2022-10-04T23:45:07.705Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
23:45:07 [2022-10-04T23:45:07.705Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
23:45:07 [2022-10-04T23:45:07.705Z] === RUN   TestDockerSuite/TestCreateStopSignal
23:45:07 [2022-10-04T23:45:07.705Z] === RUN   TestDockerSuite/TestCreateStopTimeout
23:45:07 [2022-10-04T23:45:07.963Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
23:45:07 [2022-10-04T23:45:07.963Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
23:45:09 [2022-10-04T23:45:09.340Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
23:45:09 [2022-10-04T23:45:09.340Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
23:45:09 [2022-10-04T23:45:09.340Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
23:45:09 [2022-10-04T23:45:09.906Z]     docker_api_swarm_node_test.go:81: [d5dd138c5aad8] joining swarm manager [d0525fd262bc4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:45:13 [2022-10-04T23:45:13.189Z] === RUN   TestDockerSuite/TestCreateWithPortRange
23:45:13 [2022-10-04T23:45:13.189Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
23:45:13 [2022-10-04T23:45:13.189Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
23:45:13 [2022-10-04T23:45:13.189Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
23:45:13 [2022-10-04T23:45:13.189Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
23:45:13 [2022-10-04T23:45:13.189Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
23:45:13 [2022-10-04T23:45:13.756Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
23:45:14 [2022-10-04T23:45:14.697Z] --- PASS: TestCreateServiceSecretFileMode (12.82s)
23:45:14 [2022-10-04T23:45:14.697Z] === RUN   TestCreateServiceConfigFileMode
23:45:14 [2022-10-04T23:45:14.955Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
23:45:15 [2022-10-04T23:45:15.889Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
23:45:17 [2022-10-04T23:45:17.262Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
23:45:18 [2022-10-04T23:45:18.635Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
23:45:19 [2022-10-04T23:45:19.200Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
23:45:19 [2022-10-04T23:45:19.458Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
23:45:19 [2022-10-04T23:45:19.716Z] === RUN   TestDockerSuite/TestDevicePermissions
23:45:19 [2022-10-04T23:45:19.974Z] === RUN   TestDockerSuite/TestDockerFails
23:45:19 [2022-10-04T23:45:19.974Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
23:45:19 [2022-10-04T23:45:19.974Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
23:45:19 [2022-10-04T23:45:19.974Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
23:45:20 [2022-10-04T23:45:20.908Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
23:45:21 [2022-10-04T23:45:21.166Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
23:45:22 [2022-10-04T23:45:22.539Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
23:45:22 [2022-10-04T23:45:22.540Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
23:45:22 [2022-10-04T23:45:22.540Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
23:45:22 [2022-10-04T23:45:22.540Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
23:45:23 [2022-10-04T23:45:23.912Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
23:45:26 [2022-10-04T23:45:26.438Z]     docker_api_swarm_node_test.go:53: [d367c072aa06e] joining swarm manager [d08121a82ed1d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:45:26 [2022-10-04T23:45:26.696Z]     docker_api_swarm_node_test.go:54: [da05278653966] joining swarm manager [d08121a82ed1d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:45:27 [2022-10-04T23:45:27.261Z] --- PASS: TestCreateServiceConfigFileMode (12.73s)
23:45:27 [2022-10-04T23:45:27.261Z] === RUN   TestCreateServiceSysctls
23:45:27 [2022-10-04T23:45:27.826Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
23:45:28 [2022-10-04T23:45:28.514Z] --- PASS: TestBuildWithHugeFile (138.86s)
23:45:28 [2022-10-04T23:45:28.514Z] === RUN   TestBuildWithEmptyDockerfile
23:45:28 [2022-10-04T23:45:28.514Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
23:45:28 [2022-10-04T23:45:28.514Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
23:45:28 [2022-10-04T23:45:28.514Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:45:28 [2022-10-04T23:45:28.514Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:45:28 [2022-10-04T23:45:28.514Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:45:28 [2022-10-04T23:45:28.514Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:45:28 [2022-10-04T23:45:28.514Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
23:45:28 [2022-10-04T23:45:28.514Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
23:45:28 [2022-10-04T23:45:28.514Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
23:45:28 [2022-10-04T23:45:28.514Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s)
23:45:28 [2022-10-04T23:45:28.514Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
23:45:28 [2022-10-04T23:45:28.514Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
23:45:28 [2022-10-04T23:45:28.514Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
23:45:28 [2022-10-04T23:45:28.514Z] === RUN   TestBuildPreserveOwnership
23:45:28 [2022-10-04T23:45:28.514Z]     build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME
23:45:28 [2022-10-04T23:45:28.514Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
23:45:28 [2022-10-04T23:45:28.514Z] === RUN   TestBuildPlatformInvalid
23:45:28 [2022-10-04T23:45:28.514Z] --- PASS: TestBuildPlatformInvalid (0.07s)
23:45:28 [2022-10-04T23:45:28.514Z] PASS
23:45:28 [2022-10-04T23:45:28.514Z] ok  	github.com/docker/docker/integration/build	201.504s
23:45:28 [2022-10-04T23:45:28.514Z] 
23:45:28 [2022-10-04T23:45:28.514Z] === Skipped
23:45:28 [2022-10-04T23:45:28.514Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
23:45:28 [2022-10-04T23:45:28.514Z]     build_session_test.go:25: TODO: BuildKit
23:45:28 [2022-10-04T23:45:28.514Z] 
23:45:28 [2022-10-04T23:45:28.514Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
23:45:28 [2022-10-04T23:45:28.514Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
23:45:28 [2022-10-04T23:45:28.514Z] 
23:45:28 [2022-10-04T23:45:28.514Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s)
23:45:28 [2022-10-04T23:45:28.514Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
23:45:28 [2022-10-04T23:45:28.514Z] 
23:45:28 [2022-10-04T23:45:28.514Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s)
23:45:28 [2022-10-04T23:45:28.514Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
23:45:28 [2022-10-04T23:45:28.514Z] 
23:45:28 [2022-10-04T23:45:28.514Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
23:45:28 [2022-10-04T23:45:28.514Z]     build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME
23:45:28 [2022-10-04T23:45:28.514Z] 
23:45:28 [2022-10-04T23:45:28.515Z] DONE 28 tests, 5 skipped in 233.112s
23:45:28 [2022-10-04T23:45:28.515Z] Running D:\gopath\src\github.com\docker\docker\integration\config
23:45:28 [2022-10-04T23:45:28.515Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:45:28 [2022-10-04T23:45:28.515Z] INFO: Testing against a local daemon
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestConfigInspect
23:45:28 [2022-10-04T23:45:28.515Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestConfigInspect (0.01s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestConfigList
23:45:28 [2022-10-04T23:45:28.515Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestConfigList (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestConfigsCreateAndDelete
23:45:28 [2022-10-04T23:45:28.515Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestConfigsUpdate
23:45:28 [2022-10-04T23:45:28.515Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestConfigsUpdate (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestTemplatedConfig
23:45:28 [2022-10-04T23:45:28.515Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestTemplatedConfig (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestConfigCreateResolve
23:45:28 [2022-10-04T23:45:28.515Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestConfigCreateResolve (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestConfigDaemonLibtrustID
23:45:28 [2022-10-04T23:45:28.515Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z] PASS
23:45:28 [2022-10-04T23:45:28.515Z] ok  	github.com/docker/docker/integration/config	0.125s
23:45:28 [2022-10-04T23:45:28.515Z] 
23:45:28 [2022-10-04T23:45:28.515Z] === Skipped
23:45:28 [2022-10-04T23:45:28.515Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.01s)
23:45:28 [2022-10-04T23:45:28.515Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
23:45:28 [2022-10-04T23:45:28.515Z] 
23:45:28 [2022-10-04T23:45:28.515Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
23:45:28 [2022-10-04T23:45:28.515Z] 
23:45:28 [2022-10-04T23:45:28.515Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
23:45:28 [2022-10-04T23:45:28.515Z] 
23:45:28 [2022-10-04T23:45:28.515Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
23:45:28 [2022-10-04T23:45:28.515Z] 
23:45:28 [2022-10-04T23:45:28.515Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
23:45:28 [2022-10-04T23:45:28.515Z] 
23:45:28 [2022-10-04T23:45:28.515Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
23:45:28 [2022-10-04T23:45:28.515Z] 
23:45:28 [2022-10-04T23:45:28.515Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
23:45:28 [2022-10-04T23:45:28.515Z] 
23:45:28 [2022-10-04T23:45:28.515Z] DONE 7 tests, 7 skipped in 2.273s
23:45:28 [2022-10-04T23:45:28.515Z] Running D:\gopath\src\github.com\docker\docker\integration\container
23:45:28 [2022-10-04T23:45:28.515Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:45:28 [2022-10-04T23:45:28.515Z] INFO: Testing against a local daemon
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCheckpoint
23:45:28 [2022-10-04T23:45:28.515Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestCheckpoint (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestContainerInvalidJSON
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
23:45:28 [2022-10-04T23:45:28.515Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
23:45:28 [2022-10-04T23:45:28.515Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
23:45:28 [2022-10-04T23:45:28.515Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
23:45:28 [2022-10-04T23:45:28.515Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
23:45:28 [2022-10-04T23:45:28.515Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
23:45:28 [2022-10-04T23:45:28.515Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
23:45:28 [2022-10-04T23:45:28.515Z] --- PASS: TestContainerInvalidJSON (0.04s)
23:45:28 [2022-10-04T23:45:28.515Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
23:45:28 [2022-10-04T23:45:28.515Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
23:45:28 [2022-10-04T23:45:28.515Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCopyFromContainerPathDoesNotExist
23:45:28 [2022-10-04T23:45:28.515Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.17s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCopyFromContainerPathIsNotDir
23:45:28 [2022-10-04T23:45:28.515Z]     copy_test.go:38: testEnv.OSType == "windows"
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.04s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCopyToContainerPathDoesNotExist
23:45:28 [2022-10-04T23:45:28.515Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCopyToContainerPathIsNotDir
23:45:28 [2022-10-04T23:45:28.515Z]     copy_test.go:63: testEnv.OSType == "windows"
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCopyFromContainer
23:45:28 [2022-10-04T23:45:28.515Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestCopyFromContainer (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:45:28 [2022-10-04T23:45:28.515Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:45:28 [2022-10-04T23:45:28.515Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
23:45:28 [2022-10-04T23:45:28.515Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
23:45:28 [2022-10-04T23:45:28.515Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
23:45:28 [2022-10-04T23:45:28.515Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
23:45:28 [2022-10-04T23:45:28.515Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
23:45:28 [2022-10-04T23:45:28.515Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
23:45:28 [2022-10-04T23:45:28.515Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
23:45:28 [2022-10-04T23:45:28.515Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateLinkToNonExistingContainer
23:45:28 [2022-10-04T23:45:28.515Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateWithInvalidEnv
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateWithInvalidEnv/0
23:45:28 [2022-10-04T23:45:28.515Z] === PAUSE TestCreateWithInvalidEnv/0
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateWithInvalidEnv/1
23:45:28 [2022-10-04T23:45:28.515Z] === PAUSE TestCreateWithInvalidEnv/1
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateWithInvalidEnv/2
23:45:28 [2022-10-04T23:45:28.515Z] === PAUSE TestCreateWithInvalidEnv/2
23:45:28 [2022-10-04T23:45:28.515Z] === CONT  TestCreateWithInvalidEnv/0
23:45:28 [2022-10-04T23:45:28.515Z] === CONT  TestCreateWithInvalidEnv/2
23:45:28 [2022-10-04T23:45:28.515Z] === CONT  TestCreateWithInvalidEnv/1
23:45:28 [2022-10-04T23:45:28.515Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
23:45:28 [2022-10-04T23:45:28.515Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateTmpfsMountsTarget
23:45:28 [2022-10-04T23:45:28.515Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateWithCustomMaskedPaths
23:45:28 [2022-10-04T23:45:28.515Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateWithCustomReadonlyPaths
23:45:28 [2022-10-04T23:45:28.515Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateWithInvalidHealthcheckParams
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:45:28 [2022-10-04T23:45:28.515Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:45:28 [2022-10-04T23:45:28.515Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:45:28 [2022-10-04T23:45:28.515Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:45:28 [2022-10-04T23:45:28.515Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:45:28 [2022-10-04T23:45:28.515Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:45:28 [2022-10-04T23:45:28.515Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
23:45:28 [2022-10-04T23:45:28.515Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
23:45:28 [2022-10-04T23:45:28.515Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
23:45:28 [2022-10-04T23:45:28.515Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
23:45:28 [2022-10-04T23:45:28.515Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
23:45:28 [2022-10-04T23:45:28.515Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s)
23:45:28 [2022-10-04T23:45:28.515Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
23:45:28 [2022-10-04T23:45:28.515Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
23:45:28 [2022-10-04T23:45:28.515Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
23:45:28 [2022-10-04T23:45:28.515Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
23:45:28 [2022-10-04T23:45:28.515Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
23:45:28 [2022-10-04T23:45:28.515Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateDifferentPlatform
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateDifferentPlatform/different_os
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
23:45:28 [2022-10-04T23:45:28.515Z] --- PASS: TestCreateDifferentPlatform (0.05s)
23:45:28 [2022-10-04T23:45:28.515Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
23:45:28 [2022-10-04T23:45:28.515Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreateVolumesFromNonExistingContainer
23:45:28 [2022-10-04T23:45:28.515Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
23:45:28 [2022-10-04T23:45:28.515Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestContainerKillOnDaemonStart
23:45:28 [2022-10-04T23:45:28.515Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestDiff
23:45:28 [2022-10-04T23:45:28.515Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
23:45:28 [2022-10-04T23:45:28.515Z] --- SKIP: TestDiff (0.00s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestExecWithCloseStdin
23:45:28 [2022-10-04T23:45:28.515Z] --- PASS: TestExecWithCloseStdin (2.64s)
23:45:28 [2022-10-04T23:45:28.515Z] === RUN   TestExec
23:45:29 [2022-10-04T23:45:29.577Z] --- PASS: TestExec (2.40s)
23:45:29 [2022-10-04T23:45:29.577Z] === RUN   TestExecUser
23:45:29 [2022-10-04T23:45:29.577Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
23:45:29 [2022-10-04T23:45:29.577Z] --- SKIP: TestExecUser (0.00s)
23:45:29 [2022-10-04T23:45:29.577Z] === RUN   TestExportContainerAndImportImage
23:45:29 [2022-10-04T23:45:29.577Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
23:45:29 [2022-10-04T23:45:29.577Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
23:45:29 [2022-10-04T23:45:29.577Z] === RUN   TestExportContainerAfterDaemonRestart
23:45:29 [2022-10-04T23:45:29.577Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
23:45:29 [2022-10-04T23:45:29.577Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
23:45:29 [2022-10-04T23:45:29.577Z] === RUN   TestHealthCheckWorkdir
23:45:29 [2022-10-04T23:45:29.577Z]     health_test.go:21: testEnv.OSType == "windows": FIXME
23:45:29 [2022-10-04T23:45:29.577Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
23:45:29 [2022-10-04T23:45:29.577Z] === RUN   TestHealthKillContainer
23:45:29 [2022-10-04T23:45:29.577Z]     health_test.go:40: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
23:45:29 [2022-10-04T23:45:29.577Z] --- SKIP: TestHealthKillContainer (0.00s)
23:45:29 [2022-10-04T23:45:29.577Z] === RUN   TestHealthCheckProcessKilled
23:45:29 [2022-10-04T23:45:29.728Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
23:45:31 [2022-10-04T23:45:31.102Z] --- PASS: TestCreateServiceSysctls (3.67s)
23:45:31 [2022-10-04T23:45:31.102Z] === RUN   TestCreateServiceCapabilities
23:45:31 [2022-10-04T23:45:31.667Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
23:45:31 [2022-10-04T23:45:31.985Z] --- PASS: TestHealthCheckProcessKilled (2.28s)
23:45:31 [2022-10-04T23:45:31.985Z] === RUN   TestInspectCpusetInConfigPre120
23:45:31 [2022-10-04T23:45:31.985Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
23:45:31 [2022-10-04T23:45:31.985Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
23:45:31 [2022-10-04T23:45:31.985Z] === RUN   TestKillContainerInvalidSignal
23:45:33 [2022-10-04T23:45:33.569Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
23:45:33 [2022-10-04T23:45:33.829Z] --- PASS: TestCreateServiceCapabilities (2.90s)
23:45:33 [2022-10-04T23:45:33.829Z] === RUN   TestInspect
23:45:34 [2022-10-04T23:45:34.099Z] === RUN   TestDockerSuite/TestEventsAttach
23:45:34 [2022-10-04T23:45:34.351Z] --- PASS: TestKillContainerInvalidSignal (2.15s)
23:45:34 [2022-10-04T23:45:34.351Z] === RUN   TestKillContainer
23:45:34 [2022-10-04T23:45:34.351Z] === RUN   TestKillContainer/no_signal
23:45:34 [2022-10-04T23:45:34.668Z] === RUN   TestDockerSuite/TestEventsCommit
23:45:35 [2022-10-04T23:45:35.233Z] === RUN   TestDockerSuite/TestEventsContainerEvents
23:45:36 [2022-10-04T23:45:36.028Z] === RUN   TestKillContainer/non_killing_signal
23:45:36 [2022-10-04T23:45:36.028Z]     kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
23:45:36 [2022-10-04T23:45:36.028Z] === RUN   TestKillContainer/killing_signal
23:45:36 [2022-10-04T23:45:36.168Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
23:45:36 [2022-10-04T23:45:36.739Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
23:45:36 [2022-10-04T23:45:36.997Z] --- PASS: TestInspect (3.18s)
23:45:36 [2022-10-04T23:45:36.997Z] === RUN   TestCreateJob
23:45:37 [2022-10-04T23:45:37.254Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
23:45:39 [2022-10-04T23:45:39.154Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
23:45:40 [2022-10-04T23:45:40.528Z] === RUN   TestDockerSuite/TestEventsContainerRestart
23:45:40 [2022-10-04T23:45:40.528Z] --- PASS: TestCreateJob (3.41s)
23:45:40 [2022-10-04T23:45:40.528Z] === RUN   TestReplicatedJob
23:45:43 [2022-10-04T23:45:43.058Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
23:45:43 [2022-10-04T23:45:43.523Z] --- PASS: TestKillContainer (9.34s)
23:45:43 [2022-10-04T23:45:43.524Z]     --- PASS: TestKillContainer/no_signal (2.02s)
23:45:43 [2022-10-04T23:45:43.524Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
23:45:43 [2022-10-04T23:45:43.524Z]     --- PASS: TestKillContainer/killing_signal (7.27s)
23:45:43 [2022-10-04T23:45:43.524Z] === RUN   TestKillWithStopSignalAndRestartPolicies
23:45:43 [2022-10-04T23:45:43.524Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
23:45:43 [2022-10-04T23:45:43.524Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
23:45:43 [2022-10-04T23:45:43.524Z] === RUN   TestKillStoppedContainer
23:45:43 [2022-10-04T23:45:43.524Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
23:45:43 [2022-10-04T23:45:43.524Z] --- SKIP: TestKillStoppedContainer (0.00s)
23:45:43 [2022-10-04T23:45:43.524Z] === RUN   TestKillStoppedContainerAPIPre120
23:45:43 [2022-10-04T23:45:43.524Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
23:45:43 [2022-10-04T23:45:43.524Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
23:45:43 [2022-10-04T23:45:43.524Z] === RUN   TestKillDifferentUserContainer
23:45:43 [2022-10-04T23:45:43.524Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
23:45:43 [2022-10-04T23:45:43.524Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
23:45:43 [2022-10-04T23:45:43.524Z] === RUN   TestInspectOomKilledTrue
23:45:43 [2022-10-04T23:45:43.524Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
23:45:43 [2022-10-04T23:45:43.524Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
23:45:43 [2022-10-04T23:45:43.524Z] === RUN   TestInspectOomKilledFalse
23:45:43 [2022-10-04T23:45:43.524Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
23:45:43 [2022-10-04T23:45:43.524Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
23:45:43 [2022-10-04T23:45:43.524Z] === RUN   TestLogsFollowTailEmpty
23:45:44 [2022-10-04T23:45:44.963Z] === RUN   TestDockerSuite/TestEventsCopy
23:45:45 [2022-10-04T23:45:45.585Z] 2022/10/04 23:45:32 	Finished clone google.golang.org/api
23:45:45 [2022-10-04T23:45:45.585Z] 2022/10/04 23:45:32 Dependencies downloaded. Download time: 7m28.50025004s
23:45:45 [2022-10-04T23:45:45.585Z] 2022/10/04 23:45:32 Collecting all dependencies
23:45:45 [2022-10-04T23:45:45.585Z] 2022/10/04 23:45:43 Clean vendor dir from unused packages
23:45:45 [2022-10-04T23:45:45.585Z] 2022/10/04 23:45:43 	Ignoring paths matching "^archive/tar"
23:45:45 [2022-10-04T23:45:45.585Z] 2022/10/04 23:45:43 Success
23:45:45 [2022-10-04T23:45:45.585Z] 2022/10/04 23:45:43 Running time: 7m43.559060648s
23:45:45 [2022-10-04T23:45:45.585Z] Congratulations! All vendoring changes are done the right way.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
23:45:45 [2022-10-04T23:45:45.888Z] --- PASS: TestLogsFollowTailEmpty (2.10s)
23:45:45 [2022-10-04T23:45:45.888Z] === RUN   TestNetworkNat
23:45:45 [2022-10-04T23:45:45.888Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
23:45:45 [2022-10-04T23:45:45.888Z] --- SKIP: TestNetworkNat (0.00s)
23:45:45 [2022-10-04T23:45:45.888Z] === RUN   TestNetworkLocalhostTCPNat
23:45:45 [2022-10-04T23:45:45.898Z] + echo Ensuring container killed.
23:45:45 [2022-10-04T23:45:45.898Z] Ensuring container killed.
23:45:45 [2022-10-04T23:45:45.898Z] + docker rm -vf docker-pr5
23:45:45 [2022-10-04T23:45:45.898Z] Error response from daemon: No such container: docker-pr5
23:45:45 [2022-10-04T23:45:45.901Z] --- PASS: TestReplicatedJob (5.30s)
23:45:45 [2022-10-04T23:45:45.901Z] === RUN   TestUpdateReplicatedJob
[Pipeline] sh
23:45:46 [2022-10-04T23:45:46.159Z] === RUN   TestDockerSuite/TestEventsFilterContainer
23:45:46 [2022-10-04T23:45:46.181Z] + echo Chowning /workspace to jenkins user
23:45:46 [2022-10-04T23:45:46.181Z] Chowning /workspace to jenkins user
23:45:46 [2022-10-04T23:45:46.181Z] + id -u
23:45:46 [2022-10-04T23:45:46.181Z] + id -g
23:45:46 [2022-10-04T23:45:46.181Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44247:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
23:45:47 [2022-10-04T23:45:47.044Z] + bundleName=unit
23:45:47 [2022-10-04T23:45:47.044Z] + echo Creating unit-bundles.tar.gz
23:45:47 [2022-10-04T23:45:47.044Z] Creating unit-bundles.tar.gz
23:45:47 [2022-10-04T23:45:47.044Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
23:45:47 [2022-10-04T23:45:47.044Z] bundles/junit-report.xml
23:45:47 [2022-10-04T23:45:47.044Z] bundles/go-test-report.json
23:45:47 [2022-10-04T23:45:47.044Z] bundles/profile.out
[Pipeline] archiveArtifacts
23:45:47 [2022-10-04T23:45:47.057Z] Archiving artifacts
23:45:47 [2022-10-04T23:45:47.094Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
23:45:47 [2022-10-04T23:45:47.486Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44247/5/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:45:47 [2022-10-04T23:45:47.802Z] + make clean
23:45:48 [2022-10-04T23:45:48.061Z] docker volume rm -f docker-dev-cache
23:45:48 [2022-10-04T23:45:48.061Z] docker-dev-cache
[Pipeline] deleteDir
23:45:48 [2022-10-04T23:45:48.268Z] --- PASS: TestNetworkLocalhostTCPNat (2.44s)
23:45:48 [2022-10-04T23:45:48.268Z] === RUN   TestNetworkLoopbackNat
23:45:48 [2022-10-04T23:45:48.268Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
23:45:48 [2022-10-04T23:45:48.268Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
23:45:48 [2022-10-04T23:45:48.268Z] === RUN   TestPause
23:45:48 [2022-10-04T23:45:48.268Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
23:45:48 [2022-10-04T23:45:48.268Z] --- SKIP: TestPause (0.00s)
23:45:48 [2022-10-04T23:45:48.268Z] === RUN   TestPauseFailsOnWindowsServerContainers
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
23:45:49 [2022-10-04T23:45:49.625Z] --- PASS: TestUpdateReplicatedJob (3.42s)
23:45:49 [2022-10-04T23:45:49.625Z] === RUN   TestServiceListWithStatuses
23:45:49 [2022-10-04T23:45:49.625Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:45:49 [2022-10-04T23:45:49.625Z] --- SKIP: TestServiceListWithStatuses (0.00s)
23:45:49 [2022-10-04T23:45:49.625Z] === RUN   TestDockerNetworkConnectAlias
23:45:49 [2022-10-04T23:45:49.945Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.10s)
23:45:49 [2022-10-04T23:45:49.945Z] === RUN   TestPauseStopPausedContainer
23:45:49 [2022-10-04T23:45:49.945Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
23:45:49 [2022-10-04T23:45:49.945Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
23:45:49 [2022-10-04T23:45:49.945Z] === RUN   TestPsFilter
23:45:50 [2022-10-04T23:45:50.450Z] --- PASS: TestPsFilter (0.11s)
23:45:50 [2022-10-04T23:45:50.450Z] === RUN   TestRemoveContainerWithRemovedVolume
23:45:52 [2022-10-04T23:45:52.907Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
23:45:52 [2022-10-04T23:45:52.907Z] === RUN   TestDockerSuite/TestEventsFilterImageName
23:45:53 [2022-10-04T23:45:53.474Z] --- PASS: TestDockerNetworkConnectAlias (4.28s)
23:45:53 [2022-10-04T23:45:53.474Z] === RUN   TestDockerNetworkReConnect
23:45:54 [2022-10-04T23:45:54.040Z] === RUN   TestDockerSuite/TestEventsFilterLabels
23:45:55 [2022-10-04T23:45:55.429Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
23:45:55 [2022-10-04T23:45:55.429Z] === RUN   TestDockerSuite/TestEventsFilterType
23:45:55 [2022-10-04T23:45:55.688Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
23:45:55 [2022-10-04T23:45:55.946Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
23:45:55 [2022-10-04T23:45:55.946Z] === RUN   TestDockerSuite/TestEventsFilters
23:45:57 [2022-10-04T23:45:57.320Z] === RUN   TestDockerSuite/TestEventsFormat
23:45:57 [2022-10-04T23:45:57.578Z] --- PASS: TestDockerNetworkReConnect (3.98s)
23:45:57 [2022-10-04T23:45:57.578Z] === RUN   TestServicePlugin
23:45:57 [2022-10-04T23:45:57.967Z] --- PASS: TestRemoveContainerWithRemovedVolume (7.22s)
23:45:57 [2022-10-04T23:45:57.967Z] === RUN   TestRemoveContainerWithVolume
23:45:58 [2022-10-04T23:45:58.144Z] === RUN   TestDockerSuite/TestEventsFormatBadField
23:45:58 [2022-10-04T23:45:58.144Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
23:45:58 [2022-10-04T23:45:58.144Z] === RUN   TestDockerSuite/TestEventsImageImport
23:45:59 [2022-10-04T23:45:59.079Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
23:45:59 [2022-10-04T23:45:59.079Z] === RUN   TestDockerSuite/TestEventsImageLoad
23:45:59 [2022-10-04T23:45:59.646Z] === RUN   TestDockerSuite/TestEventsImagePull
23:46:00 [2022-10-04T23:46:00.332Z] --- PASS: TestRemoveContainerWithVolume (2.50s)
23:46:00 [2022-10-04T23:46:00.332Z] === RUN   TestRemoveContainerRunning
23:46:00 [2022-10-04T23:46:00.580Z] === RUN   TestDockerSuite/TestEventsImageTag
23:46:01 [2022-10-04T23:46:01.515Z]     plugin_test.go:62: [dc98b3351e72d] joining swarm manager [d2fc31b370ae0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:46:01 [2022-10-04T23:46:01.515Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
23:46:01 [2022-10-04T23:46:01.772Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
23:46:01 [2022-10-04T23:46:01.772Z]     docker_cli_events_unix_test.go:53: unmatched requirement swapMemorySupport
23:46:01 [2022-10-04T23:46:01.772Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
23:46:01 [2022-10-04T23:46:01.772Z]     docker_cli_events_unix_test.go:83: unmatched requirement swapMemorySupport
23:46:01 [2022-10-04T23:46:01.772Z] === RUN   TestDockerSuite/TestEventsPluginOps
23:46:02 [2022-10-04T23:46:02.009Z] --- PASS: TestRemoveContainerRunning (2.09s)
23:46:02 [2022-10-04T23:46:02.009Z] === RUN   TestRemoveContainerForceRemoveRunning
23:46:02 [2022-10-04T23:46:02.705Z]     plugin_test.go:65: [d54fcdfb0d8e0] joining swarm manager [d2fc31b370ae0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:46:04 [2022-10-04T23:46:04.382Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.13s)
23:46:04 [2022-10-04T23:46:04.382Z] === RUN   TestRemoveInvalidContainer
23:46:04 [2022-10-04T23:46:04.382Z] --- PASS: TestRemoveInvalidContainer (0.03s)
23:46:04 [2022-10-04T23:46:04.382Z] === RUN   TestRenameLinkedContainer
23:46:04 [2022-10-04T23:46:04.382Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
23:46:04 [2022-10-04T23:46:04.382Z] --- SKIP: TestRenameLinkedContainer (0.00s)
23:46:04 [2022-10-04T23:46:04.382Z] === RUN   TestRenameStoppedContainer
23:46:04 [2022-10-04T23:46:04.604Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
23:46:04 [2022-10-04T23:46:04.861Z] === RUN   TestDockerSuite/TestEventsRename
23:46:05 [2022-10-04T23:46:05.426Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
23:46:05 [2022-10-04T23:46:05.426Z] === RUN   TestDockerSuite/TestEventsResize
23:46:05 [2022-10-04T23:46:05.993Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
23:46:06 [2022-10-04T23:46:06.751Z] --- PASS: TestRenameStoppedContainer (2.47s)
23:46:06 [2022-10-04T23:46:06.751Z] === RUN   TestRenameRunningContainerAndReuse
23:46:07 [2022-10-04T23:46:07.370Z]     docker_api_swarm_test.go:202: [d9f0215cb04b3] joining swarm manager [d4c66d3b71477]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:46:11 [2022-10-04T23:46:11.551Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
23:46:11 [2022-10-04T23:46:11.790Z] --- PASS: TestRenameRunningContainerAndReuse (4.39s)
23:46:11 [2022-10-04T23:46:11.790Z] === RUN   TestRenameInvalidName
23:46:12 [2022-10-04T23:46:12.117Z] === RUN   TestDockerSuite/TestEventsStreaming
23:46:12 [2022-10-04T23:46:12.683Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
23:46:13 [2022-10-04T23:46:13.471Z] --- PASS: TestRenameInvalidName (2.11s)
23:46:13 [2022-10-04T23:46:13.471Z] === RUN   TestRenameAnonymousContainer
23:46:13 [2022-10-04T23:46:13.471Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
23:46:13 [2022-10-04T23:46:13.471Z] --- SKIP: TestRenameAnonymousContainer (0.00s)
23:46:13 [2022-10-04T23:46:13.471Z] === RUN   TestRenameContainerWithSameName
23:46:15 [2022-10-04T23:46:15.147Z] --- PASS: TestRenameContainerWithSameName (2.03s)
23:46:15 [2022-10-04T23:46:15.147Z] === RUN   TestRenameContainerWithLinkedContainer
23:46:15 [2022-10-04T23:46:15.147Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
23:46:15 [2022-10-04T23:46:15.147Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
23:46:15 [2022-10-04T23:46:15.147Z] === RUN   TestResize
23:46:15 [2022-10-04T23:46:15.963Z] === RUN   TestDockerSuite/TestEventsTop
23:46:16 [2022-10-04T23:46:16.227Z] === RUN   TestDockerSuite/TestEventsUntag
23:46:17 [2022-10-04T23:46:17.532Z] --- PASS: TestResize (2.12s)
23:46:17 [2022-10-04T23:46:17.532Z] === RUN   TestResizeWithInvalidSize
23:46:17 [2022-10-04T23:46:17.532Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
23:46:17 [2022-10-04T23:46:17.532Z] --- SKIP: TestResizeWithInvalidSize (0.00s)
23:46:17 [2022-10-04T23:46:17.532Z] === RUN   TestResizeWhenContainerNotStarted
23:46:18 [2022-10-04T23:46:18.763Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
23:46:19 [2022-10-04T23:46:19.900Z] --- PASS: TestResizeWhenContainerNotStarted (2.32s)
23:46:19 [2022-10-04T23:46:19.900Z] === RUN   TestDaemonRestartKillContainers
23:46:19 [2022-10-04T23:46:19.900Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
23:46:19 [2022-10-04T23:46:19.900Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
23:46:19 [2022-10-04T23:46:19.900Z] === RUN   TestStats
23:46:19 [2022-10-04T23:46:19.900Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
23:46:19 [2022-10-04T23:46:19.900Z] --- SKIP: TestStats (0.00s)
23:46:19 [2022-10-04T23:46:19.900Z] === RUN   TestStopContainerWithRestartPolicyAlways
23:46:25 [2022-10-04T23:46:25.314Z] === RUN   TestDockerSuite/TestExec
23:46:25 [2022-10-04T23:46:25.314Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
23:46:25 [2022-10-04T23:46:25.573Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
23:46:26 [2022-10-04T23:46:26.083Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.17s)
23:46:26 [2022-10-04T23:46:26.084Z] === RUN   TestStopContainerWithTimeout
23:46:26 [2022-10-04T23:46:26.084Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
23:46:26 [2022-10-04T23:46:26.084Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
23:46:26 [2022-10-04T23:46:26.084Z] === RUN   TestUpdateRestartPolicy
23:46:26 [2022-10-04T23:46:26.138Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
23:46:26 [2022-10-04T23:46:26.395Z] === RUN   TestDockerSuite/TestExecAPIStart
23:46:27 [2022-10-04T23:46:27.328Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
23:46:27 [2022-10-04T23:46:27.893Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
23:46:28 [2022-10-04T23:46:28.461Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
23:46:28 [2022-10-04T23:46:28.719Z] --- PASS: TestServicePlugin (31.24s)
23:46:28 [2022-10-04T23:46:28.719Z] === RUN   TestServiceUpdateLabel
23:46:28 [2022-10-04T23:46:28.978Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
23:46:29 [2022-10-04T23:46:29.545Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
23:46:29 [2022-10-04T23:46:29.545Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
23:46:30 [2022-10-04T23:46:30.112Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
23:46:31 [2022-10-04T23:46:31.047Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
23:46:31 [2022-10-04T23:46:31.305Z] --- PASS: TestServiceUpdateLabel (2.59s)
23:46:31 [2022-10-04T23:46:31.305Z] === RUN   TestServiceUpdateSecrets
23:46:32 [2022-10-04T23:46:32.239Z]     docker_api_swarm_test.go:384: [da8b49898569c] joining swarm manager [d7cb8a27760c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:46:32 [2022-10-04T23:46:32.498Z] === RUN   TestDockerSuite/TestExecCgroup
23:46:33 [2022-10-04T23:46:33.431Z]     docker_api_swarm_test.go:385: [d2d57ee14e9c4] joining swarm manager [d7cb8a27760c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:46:33 [2022-10-04T23:46:33.996Z] === RUN   TestDockerSuite/TestExecEnv
23:46:34 [2022-10-04T23:46:34.562Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
23:46:35 [2022-10-04T23:46:35.499Z] === RUN   TestDockerSuite/TestExecExitStatus
23:46:36 [2022-10-04T23:46:36.065Z] === RUN   TestDockerSuite/TestExecInspectID
23:46:37 [2022-10-04T23:46:37.970Z] === RUN   TestDockerSuite/TestExecInteractive
23:46:38 [2022-10-04T23:46:38.233Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
23:46:38 [2022-10-04T23:46:38.798Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
23:46:39 [2022-10-04T23:46:39.363Z] === RUN   TestDockerSuite/TestExecParseError
23:46:39 [2022-10-04T23:46:39.621Z] === RUN   TestDockerSuite/TestExecPausedContainer
23:46:40 [2022-10-04T23:46:40.186Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
23:46:40 [2022-10-04T23:46:40.752Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
23:46:41 [2022-10-04T23:46:41.685Z] === RUN   TestDockerSuite/TestExecSetEnv
23:46:42 [2022-10-04T23:46:42.253Z] === RUN   TestDockerSuite/TestExecStartFails
23:46:42 [2022-10-04T23:46:42.819Z] === RUN   TestDockerSuite/TestExecStateCleanup
23:46:46 [2022-10-04T23:46:46.997Z] --- PASS: TestServiceUpdateSecrets (15.10s)
23:46:46 [2022-10-04T23:46:46.997Z] === RUN   TestServiceUpdateConfigs
23:46:47 [2022-10-04T23:46:47.882Z] --- PASS: TestUpdateRestartPolicy (21.59s)
23:46:47 [2022-10-04T23:46:47.882Z] === RUN   TestUpdateRestartWithAutoRemove
23:46:49 [2022-10-04T23:46:49.561Z] --- PASS: TestUpdateRestartWithAutoRemove (2.13s)
23:46:49 [2022-10-04T23:46:49.561Z] === RUN   TestWaitNonBlocked
23:46:49 [2022-10-04T23:46:49.561Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
23:46:49 [2022-10-04T23:46:49.561Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
23:46:49 [2022-10-04T23:46:49.561Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
23:46:49 [2022-10-04T23:46:49.561Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
23:46:49 [2022-10-04T23:46:49.561Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
23:46:49 [2022-10-04T23:46:49.561Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
23:46:52 [2022-10-04T23:46:52.697Z] --- PASS: TestWaitNonBlocked (0.03s)
23:46:52 [2022-10-04T23:46:52.697Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.84s)
23:46:52 [2022-10-04T23:46:52.697Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.02s)
23:46:52 [2022-10-04T23:46:52.697Z] === RUN   TestWaitBlocked
23:46:52 [2022-10-04T23:46:52.697Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
23:46:52 [2022-10-04T23:46:52.697Z] --- SKIP: TestWaitBlocked (0.00s)
23:46:52 [2022-10-04T23:46:52.697Z] PASS
23:46:52 [2022-10-04T23:46:52.697Z] ok  	github.com/docker/docker/integration/container	88.701s
23:46:52 [2022-10-04T23:46:52.697Z] 
23:46:52 [2022-10-04T23:46:52.697Z] === Skipped
23:46:52 [2022-10-04T23:46:52.697Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
23:46:52 [2022-10-04T23:46:52.697Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
23:46:52 [2022-10-04T23:46:52.697Z] 
23:46:52 [2022-10-04T23:46:52.697Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.04s)
23:46:52 [2022-10-04T23:46:52.697Z]     copy_test.go:38: testEnv.OSType == "windows"
23:46:52 [2022-10-04T23:46:52.697Z] 
23:46:52 [2022-10-04T23:46:52.697Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s)
23:46:52 [2022-10-04T23:46:52.697Z]     copy_test.go:63: testEnv.OSType == "windows"
23:46:52 [2022-10-04T23:46:52.697Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s)
23:46:52 [2022-10-04T23:46:52.698Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     health_test.go:21: testEnv.OSType == "windows": FIXME
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     health_test.go:40: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
23:46:52 [2022-10-04T23:46:52.698Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
23:46:52 [2022-10-04T23:46:52.698Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
23:46:52 [2022-10-04T23:46:52.698Z] 
23:46:52 [2022-10-04T23:46:52.698Z] DONE 89 tests, 37 skipped in 91.548s
23:46:52 [2022-10-04T23:46:52.698Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon
23:46:53 [2022-10-04T23:46:53.548Z] === RUN   TestDockerSuite/TestExecStopNotHanging
23:46:54 [2022-10-04T23:46:54.114Z] === RUN   TestDockerSuite/TestExecTTY
23:46:54 [2022-10-04T23:46:54.372Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
23:46:54 [2022-10-04T23:46:54.380Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:46:54 [2022-10-04T23:46:54.380Z] INFO: Testing against a local daemon
23:46:54 [2022-10-04T23:46:54.380Z] === RUN   TestLiveRestore
23:46:54 [2022-10-04T23:46:54.380Z]     daemon_test.go:18: runtime.GOOS == "windows": cannot start multiple daemons on windows
23:46:54 [2022-10-04T23:46:54.380Z] --- SKIP: TestLiveRestore (0.00s)
23:46:54 [2022-10-04T23:46:54.380Z] PASS
23:46:54 [2022-10-04T23:46:54.380Z] ok  	github.com/docker/docker/integration/daemon	0.108s
23:46:54 [2022-10-04T23:46:54.890Z] 
23:46:54 [2022-10-04T23:46:54.890Z] === Skipped
23:46:54 [2022-10-04T23:46:54.890Z] === SKIP: github.com/docker/docker/integration/daemon TestLiveRestore (0.00s)
23:46:54 [2022-10-04T23:46:54.890Z]     daemon_test.go:18: runtime.GOOS == "windows": cannot start multiple daemons on windows
23:46:54 [2022-10-04T23:46:54.890Z] 
23:46:54 [2022-10-04T23:46:54.890Z] DONE 1 tests, 1 skipped in 1.869s
23:46:54 [2022-10-04T23:46:54.890Z] Running D:\gopath\src\github.com\docker\docker\integration\image
23:46:55 [2022-10-04T23:46:55.306Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
23:46:55 [2022-10-04T23:46:55.564Z] === RUN   TestDockerSuite/TestExecUlimits
23:46:56 [2022-10-04T23:46:56.129Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
23:46:56 [2022-10-04T23:46:56.129Z]     docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
23:46:56 [2022-10-04T23:46:56.129Z] === RUN   TestDockerSuite/TestExecWithImageUser
23:46:56 [2022-10-04T23:46:56.569Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:46:56 [2022-10-04T23:46:56.569Z] INFO: Testing against a local daemon
23:46:56 [2022-10-04T23:46:56.569Z] === RUN   TestCommitInheritsEnv
23:46:56 [2022-10-04T23:46:56.569Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
23:46:56 [2022-10-04T23:46:56.569Z] --- SKIP: TestCommitInheritsEnv (0.00s)
23:46:56 [2022-10-04T23:46:56.569Z] === RUN   TestImportExtremelyLargeImageWorks
23:46:56 [2022-10-04T23:46:56.569Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
23:46:56 [2022-10-04T23:46:56.569Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
23:46:56 [2022-10-04T23:46:56.569Z] === RUN   TestImagesFilterMultiReference
23:46:57 [2022-10-04T23:46:57.082Z] --- PASS: TestImagesFilterMultiReference (0.11s)
23:46:57 [2022-10-04T23:46:57.082Z] === RUN   TestImagePullPlatformInvalid
23:46:57 [2022-10-04T23:46:57.082Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
23:46:57 [2022-10-04T23:46:57.082Z] === RUN   TestRemoveImageOrphaning
23:46:57 [2022-10-04T23:46:57.500Z] === RUN   TestDockerSuite/TestExecWithNoTERM
23:46:57 [2022-10-04T23:46:57.759Z] === RUN   TestDockerSuite/TestExecWithPrivileged
23:46:58 [2022-10-04T23:46:58.143Z] --- PASS: TestRemoveImageOrphaning (1.18s)
23:46:58 [2022-10-04T23:46:58.143Z] === RUN   TestTagUnprefixedRepoByNameOrName
23:46:58 [2022-10-04T23:46:58.143Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
23:46:58 [2022-10-04T23:46:58.143Z] === RUN   TestTagInvalidReference
23:46:58 [2022-10-04T23:46:58.143Z] --- PASS: TestTagInvalidReference (0.04s)
23:46:58 [2022-10-04T23:46:58.143Z] === RUN   TestTagValidPrefixedRepo
23:46:58 [2022-10-04T23:46:58.143Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
23:46:58 [2022-10-04T23:46:58.143Z] === RUN   TestTagExistedNameWithoutForce
23:46:58 [2022-10-04T23:46:58.143Z] --- PASS: TestTagExistedNameWithoutForce (0.05s)
23:46:58 [2022-10-04T23:46:58.143Z] === RUN   TestTagOfficialNames
23:46:58 [2022-10-04T23:46:58.143Z] --- PASS: TestTagOfficialNames (0.09s)
23:46:58 [2022-10-04T23:46:58.143Z] === RUN   TestTagMatchesDigest
23:46:58 [2022-10-04T23:46:58.143Z] --- PASS: TestTagMatchesDigest (0.03s)
23:46:58 [2022-10-04T23:46:58.143Z] PASS
23:46:58 [2022-10-04T23:46:58.143Z] ok  	github.com/docker/docker/integration/image	1.740s
23:46:58 [2022-10-04T23:46:58.650Z] 
23:46:58 [2022-10-04T23:46:58.650Z] === Skipped
23:46:58 [2022-10-04T23:46:58.650Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
23:46:58 [2022-10-04T23:46:58.650Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
23:46:58 [2022-10-04T23:46:58.650Z] 
23:46:58 [2022-10-04T23:46:58.650Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
23:46:58 [2022-10-04T23:46:58.650Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
23:46:58 [2022-10-04T23:46:58.650Z] 
23:46:58 [2022-10-04T23:46:58.650Z] DONE 11 tests, 2 skipped in 3.603s
23:46:58 [2022-10-04T23:46:58.650Z] Running D:\gopath\src\github.com\docker\docker\integration\network
23:46:58 [2022-10-04T23:46:58.691Z] === RUN   TestDockerSuite/TestExecWithTERM
23:46:58 [2022-10-04T23:46:58.948Z] === RUN   TestDockerSuite/TestExecWithUser
23:46:59 [2022-10-04T23:46:59.514Z] === RUN   TestDockerSuite/TestGetContainerStats
23:47:00 [2022-10-04T23:47:00.358Z] testing: warning: no tests to run
23:47:00 [2022-10-04T23:47:00.358Z] PASS
23:47:00 [2022-10-04T23:47:00.358Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.141s [no tests to run]
23:47:00 [2022-10-04T23:47:00.358Z] testing: warning: no tests to run
23:47:00 [2022-10-04T23:47:00.358Z] PASS
23:47:00 [2022-10-04T23:47:00.358Z] ok  	github.com/docker/docker/integration/network/macvlan	0.046s [no tests to run]
23:47:00 [2022-10-04T23:47:00.898Z] --- PASS: TestServiceUpdateConfigs (14.53s)
23:47:00 [2022-10-04T23:47:00.899Z] === RUN   TestServiceUpdateNetwork
23:47:01 [2022-10-04T23:47:01.419Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:47:01 [2022-10-04T23:47:01.419Z] INFO: Testing against a local daemon
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestNetworkCreateDelete
23:47:01 [2022-10-04T23:47:01.419Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
23:47:01 [2022-10-04T23:47:01.419Z] --- SKIP: TestNetworkCreateDelete (0.01s)
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestDockerNetworkDeletePreferID
23:47:01 [2022-10-04T23:47:01.419Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
23:47:01 [2022-10-04T23:47:01.419Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestDaemonDNSFallback
23:47:01 [2022-10-04T23:47:01.419Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
23:47:01 [2022-10-04T23:47:01.419Z] --- SKIP: TestDaemonDNSFallback (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestInspectNetwork
23:47:01 [2022-10-04T23:47:01.419Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
23:47:01 [2022-10-04T23:47:01.419Z] --- SKIP: TestInspectNetwork (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestRunContainerWithBridgeNone
23:47:01 [2022-10-04T23:47:01.419Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
23:47:01 [2022-10-04T23:47:01.419Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestNetworkInvalidJSON
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestNetworkInvalidJSON//networks/create
23:47:01 [2022-10-04T23:47:01.419Z] === PAUSE TestNetworkInvalidJSON//networks/create
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
23:47:01 [2022-10-04T23:47:01.419Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
23:47:01 [2022-10-04T23:47:01.419Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
23:47:01 [2022-10-04T23:47:01.419Z] === CONT  TestNetworkInvalidJSON//networks/create
23:47:01 [2022-10-04T23:47:01.419Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
23:47:01 [2022-10-04T23:47:01.419Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
23:47:01 [2022-10-04T23:47:01.419Z] --- PASS: TestNetworkInvalidJSON (0.03s)
23:47:01 [2022-10-04T23:47:01.419Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
23:47:01 [2022-10-04T23:47:01.419Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestNetworkList
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestNetworkList//networks
23:47:01 [2022-10-04T23:47:01.419Z] === PAUSE TestNetworkList//networks
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestNetworkList//networks/
23:47:01 [2022-10-04T23:47:01.419Z] === PAUSE TestNetworkList//networks/
23:47:01 [2022-10-04T23:47:01.419Z] === CONT  TestNetworkList//networks
23:47:01 [2022-10-04T23:47:01.419Z] === CONT  TestNetworkList//networks/
23:47:01 [2022-10-04T23:47:01.419Z] --- PASS: TestNetworkList (0.03s)
23:47:01 [2022-10-04T23:47:01.419Z]     --- PASS: TestNetworkList//networks (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z]     --- PASS: TestNetworkList//networks/ (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestHostIPv4BridgeLabel
23:47:01 [2022-10-04T23:47:01.419Z]     network_test.go:126: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestDaemonRestartWithLiveRestore
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:29: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestDaemonDefaultNetworkPools
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:58: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestDaemonRestartWithExistingNetwork
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:102: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:136: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:187: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestServiceWithPredefinedNetwork
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:212: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestServiceRemoveKeepsIngressNetwork
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:242: FLAKY_TEST
23:47:01 [2022-10-04T23:47:01.419Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestServiceWithDataPathPortInit
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:333: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z] === RUN   TestServiceWithDefaultAddressPoolInit
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:401: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z] PASS
23:47:01 [2022-10-04T23:47:01.419Z] ok  	github.com/docker/docker/integration/network	0.175s
23:47:01 [2022-10-04T23:47:01.419Z] 
23:47:01 [2022-10-04T23:47:01.419Z] === Skipped
23:47:01 [2022-10-04T23:47:01.419Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.01s)
23:47:01 [2022-10-04T23:47:01.419Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
23:47:01 [2022-10-04T23:47:01.419Z] 
23:47:01 [2022-10-04T23:47:01.419Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
23:47:01 [2022-10-04T23:47:01.419Z] 
23:47:01 [2022-10-04T23:47:01.419Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
23:47:01 [2022-10-04T23:47:01.419Z] 
23:47:01 [2022-10-04T23:47:01.419Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
23:47:01 [2022-10-04T23:47:01.419Z] 
23:47:01 [2022-10-04T23:47:01.419Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
23:47:01 [2022-10-04T23:47:01.419Z] 
23:47:01 [2022-10-04T23:47:01.419Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z]     network_test.go:126: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] 
23:47:01 [2022-10-04T23:47:01.419Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:29: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] 
23:47:01 [2022-10-04T23:47:01.419Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:58: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] 
23:47:01 [2022-10-04T23:47:01.419Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:102: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] 
23:47:01 [2022-10-04T23:47:01.419Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:136: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] 
23:47:01 [2022-10-04T23:47:01.419Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:187: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] 
23:47:01 [2022-10-04T23:47:01.419Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:212: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] 
23:47:01 [2022-10-04T23:47:01.419Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:242: FLAKY_TEST
23:47:01 [2022-10-04T23:47:01.419Z] 
23:47:01 [2022-10-04T23:47:01.419Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:333: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] 
23:47:01 [2022-10-04T23:47:01.419Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
23:47:01 [2022-10-04T23:47:01.419Z]     service_test.go:401: testEnv.OSType == "windows"
23:47:01 [2022-10-04T23:47:01.419Z] 
23:47:01 [2022-10-04T23:47:01.419Z] DONE 22 tests, 15 skipped in 3.018s
23:47:01 [2022-10-04T23:47:01.925Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
23:47:01 [2022-10-04T23:47:01.925Z] testing: warning: no tests to run
23:47:01 [2022-10-04T23:47:01.925Z] PASS
23:47:01 [2022-10-04T23:47:01.925Z] ok  	github.com/docker/docker/integration/network/ipvlan	(cached) [no tests to run]
23:47:02 [2022-10-04T23:47:02.430Z] 
23:47:02 [2022-10-04T23:47:02.430Z] DONE 0 tests in 0.464s
23:47:02 [2022-10-04T23:47:02.430Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
23:47:02 [2022-10-04T23:47:02.937Z] testing: warning: no tests to run
23:47:02 [2022-10-04T23:47:02.937Z] PASS
23:47:02 [2022-10-04T23:47:02.937Z] ok  	github.com/docker/docker/integration/network/macvlan	(cached) [no tests to run]
23:47:02 [2022-10-04T23:47:02.937Z] 
23:47:02 [2022-10-04T23:47:02.937Z] DONE 0 tests in 0.442s
23:47:02 [2022-10-04T23:47:02.937Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
23:47:04 [2022-10-04T23:47:04.179Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
23:47:04 [2022-10-04T23:47:04.631Z] testing: warning: no tests to run
23:47:04 [2022-10-04T23:47:04.631Z] PASS
23:47:04 [2022-10-04T23:47:04.631Z] ok  	github.com/docker/docker/integration/plugin/authz	0.194s [no tests to run]
23:47:04 [2022-10-04T23:47:04.631Z] testing: warning: no tests to run
23:47:04 [2022-10-04T23:47:04.631Z] PASS
23:47:04 [2022-10-04T23:47:04.631Z] ok  	github.com/docker/docker/integration/plugin	0.192s [no tests to run]
23:47:08 [2022-10-04T23:47:08.358Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
23:47:10 [2022-10-04T23:47:10.255Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
23:47:13 [2022-10-04T23:47:13.532Z] --- PASS: TestServiceUpdateNetwork (12.28s)
23:47:13 [2022-10-04T23:47:13.532Z] === RUN   TestServiceUpdatePidsLimit
23:47:14 [2022-10-04T23:47:14.465Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
23:47:14 [2022-10-04T23:47:14.465Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
23:47:14 [2022-10-04T23:47:14.723Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
23:47:14 [2022-10-04T23:47:14.723Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
23:47:14 [2022-10-04T23:47:14.982Z] === RUN   TestDockerSuite/TestHealth
23:47:15 [2022-10-04T23:47:15.495Z] testing: warning: no tests to run
23:47:15 [2022-10-04T23:47:15.495Z] PASS
23:47:15 [2022-10-04T23:47:15.495Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.047s [no tests to run]
23:47:15 [2022-10-04T23:47:15.495Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:47:15 [2022-10-04T23:47:15.495Z] INFO: Testing against a local daemon
23:47:15 [2022-10-04T23:47:15.495Z] === RUN   TestExternalGraphDriver
23:47:15 [2022-10-04T23:47:15.495Z]     external_test.go:48: runtime.GOOS == "windows"
23:47:15 [2022-10-04T23:47:15.495Z] --- SKIP: TestExternalGraphDriver (0.00s)
23:47:15 [2022-10-04T23:47:15.495Z] === RUN   TestGraphdriverPluginV2
23:47:15 [2022-10-04T23:47:15.495Z]     external_test.go:408: runtime.GOOS == "windows"
23:47:15 [2022-10-04T23:47:15.495Z] --- SKIP: TestGraphdriverPluginV2 (0.01s)
23:47:15 [2022-10-04T23:47:15.495Z] PASS
23:47:15 [2022-10-04T23:47:15.495Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.335s
23:47:15 [2022-10-04T23:47:15.548Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
23:47:16 [2022-10-04T23:47:16.560Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:47:16 [2022-10-04T23:47:16.560Z] INFO: Testing against a local daemon
23:47:16 [2022-10-04T23:47:16.560Z] === RUN   TestReadPluginNoRead
23:47:16 [2022-10-04T23:47:16.560Z]     read_test.go:21: no unix domain sockets on Windows
23:47:16 [2022-10-04T23:47:16.560Z] --- SKIP: TestReadPluginNoRead (0.00s)
23:47:16 [2022-10-04T23:47:16.560Z] PASS
23:47:16 [2022-10-04T23:47:16.560Z] ok  	github.com/docker/docker/integration/plugin/logging	0.081s
23:47:16 [2022-10-04T23:47:16.560Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:47:16 [2022-10-04T23:47:16.560Z] INFO: Testing against a local daemon
23:47:16 [2022-10-04T23:47:16.560Z] === RUN   TestPluginInvalidJSON
23:47:16 [2022-10-04T23:47:16.560Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:47:16 [2022-10-04T23:47:16.560Z] INFO: Testing against a local daemon
23:47:16 [2022-10-04T23:47:16.560Z] === RUN   TestPluginWithDevMounts
23:47:16 [2022-10-04T23:47:16.560Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
23:47:16 [2022-10-04T23:47:16.560Z] --- SKIP: TestPluginWithDevMounts (0.00s)
23:47:16 [2022-10-04T23:47:16.560Z] PASS
23:47:17 [2022-10-04T23:47:17.066Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.089s
23:47:17 [2022-10-04T23:47:17.066Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:47:17 [2022-10-04T23:47:17.066Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:47:17 [2022-10-04T23:47:17.066Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:47:17 [2022-10-04T23:47:17.066Z] --- PASS: TestPluginInvalidJSON (0.05s)
23:47:17 [2022-10-04T23:47:17.066Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:47:17 [2022-10-04T23:47:17.066Z] === RUN   TestPluginInstall
23:47:17 [2022-10-04T23:47:17.066Z]     plugin_test.go:63: testEnv.OSType == "windows"
23:47:17 [2022-10-04T23:47:17.066Z] --- SKIP: TestPluginInstall (0.00s)
23:47:17 [2022-10-04T23:47:17.066Z] === RUN   TestPluginsWithRuntimes
23:47:17 [2022-10-04T23:47:17.066Z]     plugin_test.go:172: testEnv.OSType == "windows"
23:47:17 [2022-10-04T23:47:17.066Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
23:47:17 [2022-10-04T23:47:17.066Z] === RUN   TestPluginBackCompatMediaTypes
23:47:17 [2022-10-04T23:47:17.066Z]     plugin_test.go:234: testEnv.OSType == "windows"
23:47:17 [2022-10-04T23:47:17.066Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
23:47:17 [2022-10-04T23:47:17.066Z] PASS
23:47:17 [2022-10-04T23:47:17.066Z] ok  	github.com/docker/docker/integration/plugin/common	0.141s
23:47:17 [2022-10-04T23:47:17.066Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/close_on_start	[no test files]
23:47:17 [2022-10-04T23:47:17.066Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/dummy	[no test files]
23:47:17 [2022-10-04T23:47:17.066Z] ?   	github.com/docker/docker/integration/plugin/volumes/cmd/dummy	[no test files]
23:47:17 [2022-10-04T23:47:17.572Z] 
23:47:17 [2022-10-04T23:47:17.572Z] === Skipped
23:47:17 [2022-10-04T23:47:17.572Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
23:47:17 [2022-10-04T23:47:17.572Z]     plugin_test.go:63: testEnv.OSType == "windows"
23:47:17 [2022-10-04T23:47:17.572Z] 
23:47:17 [2022-10-04T23:47:17.572Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
23:47:17 [2022-10-04T23:47:17.572Z]     plugin_test.go:172: testEnv.OSType == "windows"
23:47:17 [2022-10-04T23:47:17.572Z] 
23:47:17 [2022-10-04T23:47:17.572Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s)
23:47:17 [2022-10-04T23:47:17.572Z]     plugin_test.go:234: testEnv.OSType == "windows"
23:47:17 [2022-10-04T23:47:17.572Z] 
23:47:17 [2022-10-04T23:47:17.572Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
23:47:17 [2022-10-04T23:47:17.572Z]     external_test.go:48: runtime.GOOS == "windows"
23:47:17 [2022-10-04T23:47:17.572Z] 
23:47:17 [2022-10-04T23:47:17.572Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s)
23:47:17 [2022-10-04T23:47:17.572Z]     external_test.go:408: runtime.GOOS == "windows"
23:47:17 [2022-10-04T23:47:17.572Z] 
23:47:17 [2022-10-04T23:47:17.572Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
23:47:17 [2022-10-04T23:47:17.572Z]     read_test.go:21: no unix domain sockets on Windows
23:47:17 [2022-10-04T23:47:17.572Z] 
23:47:17 [2022-10-04T23:47:17.572Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
23:47:17 [2022-10-04T23:47:17.572Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
23:47:17 [2022-10-04T23:47:17.572Z] 
23:47:17 [2022-10-04T23:47:17.572Z] DONE 9 tests, 7 skipped in 14.508s
23:47:17 [2022-10-04T23:47:17.572Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
23:47:18 [2022-10-04T23:47:18.079Z] testing: warning: no tests to run
23:47:18 [2022-10-04T23:47:18.079Z] PASS
23:47:18 [2022-10-04T23:47:18.079Z] ok  	github.com/docker/docker/integration/plugin/authz	(cached) [no tests to run]
23:47:18 [2022-10-04T23:47:18.079Z] 
23:47:18 [2022-10-04T23:47:18.079Z] DONE 0 tests in 0.469s
23:47:18 [2022-10-04T23:47:18.079Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
23:47:19 [2022-10-04T23:47:19.151Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:47:19 [2022-10-04T23:47:19.151Z] INFO: Testing against a local daemon
23:47:19 [2022-10-04T23:47:19.151Z] === RUN   TestPluginInvalidJSON
23:47:19 [2022-10-04T23:47:19.151Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
23:47:19 [2022-10-04T23:47:19.151Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
23:47:19 [2022-10-04T23:47:19.151Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
23:47:19 [2022-10-04T23:47:19.151Z] --- PASS: TestPluginInvalidJSON (0.05s)
23:47:19 [2022-10-04T23:47:19.151Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
23:47:19 [2022-10-04T23:47:19.151Z] === RUN   TestPluginInstall
23:47:19 [2022-10-04T23:47:19.151Z]     plugin_test.go:63: testEnv.OSType == "windows"
23:47:19 [2022-10-04T23:47:19.151Z] --- SKIP: TestPluginInstall (0.00s)
23:47:19 [2022-10-04T23:47:19.151Z] === RUN   TestPluginsWithRuntimes
23:47:19 [2022-10-04T23:47:19.151Z]     plugin_test.go:172: testEnv.OSType == "windows"
23:47:19 [2022-10-04T23:47:19.151Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
23:47:19 [2022-10-04T23:47:19.151Z] === RUN   TestPluginBackCompatMediaTypes
23:47:19 [2022-10-04T23:47:19.151Z]     plugin_test.go:234: testEnv.OSType == "windows"
23:47:19 [2022-10-04T23:47:19.151Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
23:47:19 [2022-10-04T23:47:19.151Z] PASS
23:47:19 [2022-10-04T23:47:19.151Z] ok  	github.com/docker/docker/integration/plugin/common	(cached)
23:47:19 [2022-10-04T23:47:19.151Z] 
23:47:19 [2022-10-04T23:47:19.151Z] === Skipped
23:47:19 [2022-10-04T23:47:19.151Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
23:47:19 [2022-10-04T23:47:19.151Z]     plugin_test.go:63: testEnv.OSType == "windows"
23:47:19 [2022-10-04T23:47:19.151Z] 
23:47:19 [2022-10-04T23:47:19.151Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
23:47:19 [2022-10-04T23:47:19.151Z]     plugin_test.go:172: testEnv.OSType == "windows"
23:47:19 [2022-10-04T23:47:19.151Z] 
23:47:19 [2022-10-04T23:47:19.151Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s)
23:47:19 [2022-10-04T23:47:19.151Z]     plugin_test.go:234: testEnv.OSType == "windows"
23:47:19 [2022-10-04T23:47:19.151Z] 
23:47:19 [2022-10-04T23:47:19.151Z] DONE 5 tests, 3 skipped in 1.100s
23:47:19 [2022-10-04T23:47:19.151Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
23:47:20 [2022-10-04T23:47:20.213Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:47:20 [2022-10-04T23:47:20.213Z] INFO: Testing against a local daemon
23:47:20 [2022-10-04T23:47:20.213Z] === RUN   TestExternalGraphDriver
23:47:20 [2022-10-04T23:47:20.213Z]     external_test.go:48: runtime.GOOS == "windows"
23:47:20 [2022-10-04T23:47:20.213Z] --- SKIP: TestExternalGraphDriver (0.00s)
23:47:20 [2022-10-04T23:47:20.213Z] === RUN   TestGraphdriverPluginV2
23:47:20 [2022-10-04T23:47:20.213Z]     external_test.go:408: runtime.GOOS == "windows"
23:47:20 [2022-10-04T23:47:20.213Z] --- SKIP: TestGraphdriverPluginV2 (0.01s)
23:47:20 [2022-10-04T23:47:20.213Z] PASS
23:47:20 [2022-10-04T23:47:20.213Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	(cached)
23:47:20 [2022-10-04T23:47:20.721Z] 
23:47:20 [2022-10-04T23:47:20.721Z] === Skipped
23:47:20 [2022-10-04T23:47:20.721Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
23:47:20 [2022-10-04T23:47:20.721Z]     external_test.go:48: runtime.GOOS == "windows"
23:47:20 [2022-10-04T23:47:20.721Z] 
23:47:20 [2022-10-04T23:47:20.721Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s)
23:47:20 [2022-10-04T23:47:20.721Z]     external_test.go:408: runtime.GOOS == "windows"
23:47:20 [2022-10-04T23:47:20.721Z] 
23:47:20 [2022-10-04T23:47:20.721Z] DONE 2 tests, 2 skipped in 1.179s
23:47:20 [2022-10-04T23:47:20.721Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
23:47:21 [2022-10-04T23:47:21.785Z] testing: warning: no tests to run
23:47:21 [2022-10-04T23:47:21.785Z] PASS
23:47:21 [2022-10-04T23:47:21.785Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	(cached) [no tests to run]
23:47:21 [2022-10-04T23:47:21.785Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:47:21 [2022-10-04T23:47:21.785Z] INFO: Testing against a local daemon
23:47:21 [2022-10-04T23:47:21.785Z] === RUN   TestReadPluginNoRead
23:47:21 [2022-10-04T23:47:21.785Z]     read_test.go:21: no unix domain sockets on Windows
23:47:21 [2022-10-04T23:47:21.785Z] --- SKIP: TestReadPluginNoRead (0.00s)
23:47:21 [2022-10-04T23:47:21.785Z] PASS
23:47:21 [2022-10-04T23:47:21.785Z] ok  	github.com/docker/docker/integration/plugin/logging	(cached)
23:47:21 [2022-10-04T23:47:21.785Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/close_on_start	[no test files]
23:47:21 [2022-10-04T23:47:21.785Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/dummy	[no test files]
23:47:21 [2022-10-04T23:47:21.785Z] 
23:47:21 [2022-10-04T23:47:21.785Z] === Skipped
23:47:21 [2022-10-04T23:47:21.785Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
23:47:21 [2022-10-04T23:47:21.785Z]     read_test.go:21: no unix domain sockets on Windows
23:47:21 [2022-10-04T23:47:21.785Z] 
23:47:21 [2022-10-04T23:47:21.785Z] DONE 1 tests, 1 skipped in 1.208s
23:47:21 [2022-10-04T23:47:21.785Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
23:47:22 [2022-10-04T23:47:22.102Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
23:47:22 [2022-10-04T23:47:22.851Z] testing: warning: no tests to run
23:47:22 [2022-10-04T23:47:22.851Z] PASS
23:47:22 [2022-10-04T23:47:22.851Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	(cached) [no tests to run]
23:47:22 [2022-10-04T23:47:22.851Z] 
23:47:22 [2022-10-04T23:47:22.851Z] DONE 0 tests in 0.718s
23:47:22 [2022-10-04T23:47:22.851Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
23:47:23 [2022-10-04T23:47:23.912Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:47:23 [2022-10-04T23:47:23.912Z] INFO: Testing against a local daemon
23:47:23 [2022-10-04T23:47:23.912Z] === RUN   TestPluginWithDevMounts
23:47:23 [2022-10-04T23:47:23.912Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
23:47:23 [2022-10-04T23:47:23.912Z] --- SKIP: TestPluginWithDevMounts (0.00s)
23:47:23 [2022-10-04T23:47:23.912Z] PASS
23:47:23 [2022-10-04T23:47:23.912Z] ok  	github.com/docker/docker/integration/plugin/volumes	(cached)
23:47:23 [2022-10-04T23:47:23.912Z] ?   	github.com/docker/docker/integration/plugin/volumes/cmd/dummy	[no test files]
23:47:23 [2022-10-04T23:47:23.912Z] 
23:47:23 [2022-10-04T23:47:23.912Z] === Skipped
23:47:23 [2022-10-04T23:47:23.912Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
23:47:23 [2022-10-04T23:47:23.912Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
23:47:23 [2022-10-04T23:47:23.912Z] 
23:47:23 [2022-10-04T23:47:23.912Z] DONE 1 tests, 1 skipped in 1.027s
23:47:23 [2022-10-04T23:47:23.912Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
23:47:25 [2022-10-04T23:47:25.615Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:47:25 [2022-10-04T23:47:25.615Z] INFO: Testing against a local daemon
23:47:25 [2022-10-04T23:47:25.615Z] === RUN   TestSecretInspect
23:47:25 [2022-10-04T23:47:25.615Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
23:47:25 [2022-10-04T23:47:25.615Z] --- SKIP: TestSecretInspect (0.00s)
23:47:25 [2022-10-04T23:47:25.615Z] === RUN   TestSecretList
23:47:25 [2022-10-04T23:47:25.615Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
23:47:25 [2022-10-04T23:47:25.615Z] --- SKIP: TestSecretList (0.00s)
23:47:26 [2022-10-04T23:47:26.121Z] === RUN   TestSecretsCreateAndDelete
23:47:26 [2022-10-04T23:47:26.121Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
23:47:26 [2022-10-04T23:47:26.121Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
23:47:26 [2022-10-04T23:47:26.121Z] === RUN   TestSecretsUpdate
23:47:26 [2022-10-04T23:47:26.121Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
23:47:26 [2022-10-04T23:47:26.121Z] --- SKIP: TestSecretsUpdate (0.00s)
23:47:26 [2022-10-04T23:47:26.121Z] === RUN   TestTemplatedSecret
23:47:26 [2022-10-04T23:47:26.121Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
23:47:26 [2022-10-04T23:47:26.121Z] --- SKIP: TestTemplatedSecret (0.00s)
23:47:26 [2022-10-04T23:47:26.121Z] === RUN   TestSecretCreateResolve
23:47:26 [2022-10-04T23:47:26.121Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
23:47:26 [2022-10-04T23:47:26.121Z] --- SKIP: TestSecretCreateResolve (0.00s)
23:47:26 [2022-10-04T23:47:26.121Z] PASS
23:47:26 [2022-10-04T23:47:26.121Z] ok  	github.com/docker/docker/integration/secret	0.114s
23:47:26 [2022-10-04T23:47:26.121Z] 
23:47:26 [2022-10-04T23:47:26.121Z] === Skipped
23:47:26 [2022-10-04T23:47:26.121Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
23:47:26 [2022-10-04T23:47:26.121Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
23:47:26 [2022-10-04T23:47:26.121Z] 
23:47:26 [2022-10-04T23:47:26.121Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
23:47:26 [2022-10-04T23:47:26.121Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
23:47:26 [2022-10-04T23:47:26.121Z] 
23:47:26 [2022-10-04T23:47:26.121Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
23:47:26 [2022-10-04T23:47:26.121Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
23:47:26 [2022-10-04T23:47:26.121Z] 
23:47:26 [2022-10-04T23:47:26.121Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
23:47:26 [2022-10-04T23:47:26.121Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
23:47:26 [2022-10-04T23:47:26.121Z] 
23:47:26 [2022-10-04T23:47:26.121Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
23:47:26 [2022-10-04T23:47:26.121Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
23:47:26 [2022-10-04T23:47:26.121Z] 
23:47:26 [2022-10-04T23:47:26.121Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
23:47:26 [2022-10-04T23:47:26.121Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
23:47:26 [2022-10-04T23:47:26.121Z] 
23:47:26 [2022-10-04T23:47:26.121Z] DONE 6 tests, 6 skipped in 2.117s
23:47:26 [2022-10-04T23:47:26.121Z] Running D:\gopath\src\github.com\docker\docker\integration\service
23:47:29 [2022-10-04T23:47:29.284Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:47:29 [2022-10-04T23:47:29.284Z] INFO: Testing against a local daemon
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestServiceCreateInit
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestServiceCreateInit/daemonInitDisabled
23:47:29 [2022-10-04T23:47:29.284Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestServiceCreateInit/daemonInitEnabled
23:47:29 [2022-10-04T23:47:29.284Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] --- PASS: TestServiceCreateInit (0.05s)
23:47:29 [2022-10-04T23:47:29.284Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestCreateServiceMultipleTimes
23:47:29 [2022-10-04T23:47:29.284Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestCreateServiceConflict
23:47:29 [2022-10-04T23:47:29.284Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestCreateServiceConflict (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestCreateServiceMaxReplicas
23:47:29 [2022-10-04T23:47:29.284Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestCreateWithDuplicateNetworkNames
23:47:29 [2022-10-04T23:47:29.284Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestCreateServiceSecretFileMode
23:47:29 [2022-10-04T23:47:29.284Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestCreateServiceConfigFileMode
23:47:29 [2022-10-04T23:47:29.284Z]     create_test.go:305: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestCreateServiceSysctls
23:47:29 [2022-10-04T23:47:29.284Z]     create_test.go:390: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestCreateServiceSysctls (0.04s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestCreateServiceCapabilities
23:47:29 [2022-10-04T23:47:29.284Z]     create_test.go:474: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestInspect
23:47:29 [2022-10-04T23:47:29.284Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestInspect (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestCreateJob
23:47:29 [2022-10-04T23:47:29.284Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestCreateJob (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestReplicatedJob
23:47:29 [2022-10-04T23:47:29.284Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestReplicatedJob (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestUpdateReplicatedJob
23:47:29 [2022-10-04T23:47:29.284Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestServiceListWithStatuses
23:47:29 [2022-10-04T23:47:29.284Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestServiceListWithStatuses (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestDockerNetworkConnectAlias
23:47:29 [2022-10-04T23:47:29.284Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestDockerNetworkReConnect
23:47:29 [2022-10-04T23:47:29.284Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestServicePlugin
23:47:29 [2022-10-04T23:47:29.284Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestServicePlugin (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestServiceUpdateLabel
23:47:29 [2022-10-04T23:47:29.284Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestServiceUpdateLabel (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestServiceUpdateSecrets
23:47:29 [2022-10-04T23:47:29.284Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestServiceUpdateConfigs
23:47:29 [2022-10-04T23:47:29.284Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestServiceUpdateNetwork
23:47:29 [2022-10-04T23:47:29.284Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] === RUN   TestServiceUpdatePidsLimit
23:47:29 [2022-10-04T23:47:29.284Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
23:47:29 [2022-10-04T23:47:29.284Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s)
23:47:29 [2022-10-04T23:47:29.284Z] PASS
23:47:29 [2022-10-04T23:47:29.284Z] ok  	github.com/docker/docker/integration/service	0.289s
23:47:29 [2022-10-04T23:47:29.284Z] 
23:47:29 [2022-10-04T23:47:29.284Z] === Skipped
23:47:29 [2022-10-04T23:47:29.284Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] 
23:47:29 [2022-10-04T23:47:29.284Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.284Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
23:47:29 [2022-10-04T23:47:29.284Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
23:47:29 [2022-10-04T23:47:29.285Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
23:47:29 [2022-10-04T23:47:29.285Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s)
23:47:29 [2022-10-04T23:47:29.285Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
23:47:29 [2022-10-04T23:47:29.285Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
23:47:29 [2022-10-04T23:47:29.285Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
23:47:29 [2022-10-04T23:47:29.285Z]     create_test.go:305: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s)
23:47:29 [2022-10-04T23:47:29.285Z]     create_test.go:390: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s)
23:47:29 [2022-10-04T23:47:29.285Z]     create_test.go:474: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
23:47:29 [2022-10-04T23:47:29.285Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
23:47:29 [2022-10-04T23:47:29.285Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
23:47:29 [2022-10-04T23:47:29.285Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
23:47:29 [2022-10-04T23:47:29.285Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
23:47:29 [2022-10-04T23:47:29.285Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
23:47:29 [2022-10-04T23:47:29.285Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
23:47:29 [2022-10-04T23:47:29.285Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
23:47:29 [2022-10-04T23:47:29.285Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
23:47:29 [2022-10-04T23:47:29.285Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
23:47:29 [2022-10-04T23:47:29.285Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
23:47:29 [2022-10-04T23:47:29.285Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
23:47:29 [2022-10-04T23:47:29.285Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s)
23:47:29 [2022-10-04T23:47:29.285Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
23:47:29 [2022-10-04T23:47:29.285Z] 
23:47:29 [2022-10-04T23:47:29.285Z] DONE 24 tests, 23 skipped in 2.939s
23:47:29 [2022-10-04T23:47:29.285Z] Running D:\gopath\src\github.com\docker\docker\integration\session
23:47:30 [2022-10-04T23:47:30.205Z] --- PASS: TestServiceUpdatePidsLimit (16.38s)
23:47:30 [2022-10-04T23:47:30.206Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.83s)
23:47:30 [2022-10-04T23:47:30.206Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s)
23:47:30 [2022-10-04T23:47:30.206Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s)
23:47:30 [2022-10-04T23:47:30.206Z] PASS
23:47:30 [2022-10-04T23:47:30.206Z] 
23:47:30 [2022-10-04T23:47:30.206Z] === Skipped
23:47:30 [2022-10-04T23:47:30.206Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
23:47:30 [2022-10-04T23:47:30.206Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
23:47:30 [2022-10-04T23:47:30.206Z] 
23:47:30 [2022-10-04T23:47:30.206Z] DONE 27 tests, 1 skipped in 193.504s
23:47:30 [2022-10-04T23:47:30.206Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
23:47:30 [2022-10-04T23:47:30.206Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
23:47:30 [2022-10-04T23:47:30.206Z] ++ set -e
23:47:30 [2022-10-04T23:47:30.206Z] ++ '[' -n 0 ']'
23:47:30 [2022-10-04T23:47:30.206Z] ++ set -x
23:47:30 [2022-10-04T23:47:30.206Z] ++ 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=amd64 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 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/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
23:47:30 [2022-10-04T23:47:30.206Z] INFO: Testing against a local daemon
23:47:30 [2022-10-04T23:47:30.206Z] === RUN   TestSessionCreate
23:47:30 [2022-10-04T23:47:30.206Z] --- PASS: TestSessionCreate (0.02s)
23:47:30 [2022-10-04T23:47:30.206Z] === RUN   TestSessionCreateWithBadUpgrade
23:47:30 [2022-10-04T23:47:30.206Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
23:47:30 [2022-10-04T23:47:30.206Z] PASS
23:47:30 [2022-10-04T23:47:30.206Z] 
23:47:30 [2022-10-04T23:47:30.206Z] DONE 2 tests in 0.142s
23:47:30 [2022-10-04T23:47:30.206Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
23:47:30 [2022-10-04T23:47:30.206Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
23:47:30 [2022-10-04T23:47:30.206Z] ++ set -e
23:47:30 [2022-10-04T23:47:30.206Z] ++ '[' -n 0 ']'
23:47:30 [2022-10-04T23:47:30.206Z] ++ set -x
23:47:30 [2022-10-04T23:47:30.206Z] ++ 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=amd64 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 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/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
23:47:30 [2022-10-04T23:47:30.206Z] INFO: Testing against a local daemon
23:47:30 [2022-10-04T23:47:30.206Z] === RUN   TestCgroupDriverSystemdMemoryLimit
23:47:30 [2022-10-04T23:47:30.206Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
23:47:30 [2022-10-04T23:47:30.206Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
23:47:30 [2022-10-04T23:47:30.206Z] === RUN   TestEventsExecDie
23:47:30 [2022-10-04T23:47:30.463Z] --- PASS: TestEventsExecDie (0.57s)
23:47:30 [2022-10-04T23:47:30.463Z] === RUN   TestEventsBackwardsCompatible
23:47:30 [2022-10-04T23:47:30.463Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
23:47:30 [2022-10-04T23:47:30.463Z] === RUN   TestInfoBinaryCommits
23:47:30 [2022-10-04T23:47:30.463Z] --- PASS: TestInfoBinaryCommits (0.02s)
23:47:30 [2022-10-04T23:47:30.463Z] === RUN   TestInfoAPIVersioned
23:47:30 [2022-10-04T23:47:30.463Z] --- PASS: TestInfoAPIVersioned (0.01s)
23:47:30 [2022-10-04T23:47:30.463Z] === RUN   TestInfoDiscoveryBackend
23:47:30 [2022-10-04T23:47:30.721Z]     check_test.go:380: [d2d57ee14e9c4] daemon is not started
23:47:30 [2022-10-04T23:47:30.721Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
23:47:30 [2022-10-04T23:47:30.963Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:47:30 [2022-10-04T23:47:30.963Z] INFO: Testing against a local daemon
23:47:30 [2022-10-04T23:47:30.963Z] === RUN   TestSessionCreate
23:47:30 [2022-10-04T23:47:30.963Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
23:47:30 [2022-10-04T23:47:30.963Z] --- SKIP: TestSessionCreate (0.00s)
23:47:30 [2022-10-04T23:47:30.963Z] === RUN   TestSessionCreateWithBadUpgrade
23:47:30 [2022-10-04T23:47:30.963Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
23:47:30 [2022-10-04T23:47:30.963Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
23:47:30 [2022-10-04T23:47:30.963Z] PASS
23:47:30 [2022-10-04T23:47:30.963Z] ok  	github.com/docker/docker/integration/session	0.110s
23:47:30 [2022-10-04T23:47:30.985Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
23:47:30 [2022-10-04T23:47:30.985Z] === RUN   TestInfoDiscoveryInvalidAdvertise
23:47:31 [2022-10-04T23:47:31.468Z] 
23:47:31 [2022-10-04T23:47:31.468Z] === Skipped
23:47:31 [2022-10-04T23:47:31.468Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
23:47:31 [2022-10-04T23:47:31.468Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
23:47:31 [2022-10-04T23:47:31.468Z] 
23:47:31 [2022-10-04T23:47:31.468Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
23:47:31 [2022-10-04T23:47:31.468Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
23:47:31 [2022-10-04T23:47:31.468Z] 
23:47:31 [2022-10-04T23:47:31.468Z] DONE 2 tests, 2 skipped in 2.075s
23:47:31 [2022-10-04T23:47:31.468Z] Running D:\gopath\src\github.com\docker\docker\integration\system
23:47:32 [2022-10-04T23:47:32.374Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
23:47:32 [2022-10-04T23:47:32.374Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
23:47:32 [2022-10-04T23:47:32.632Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s)
23:47:32 [2022-10-04T23:47:32.632Z] === RUN   TestInfoAPI
23:47:32 [2022-10-04T23:47:32.632Z] --- PASS: TestInfoAPI (0.03s)
23:47:32 [2022-10-04T23:47:32.632Z] === RUN   TestInfoAPIWarnings
23:47:32 [2022-10-04T23:47:32.889Z]     docker_api_swarm_test.go:802: [d353efd38ec4b] joining swarm manager [d563afa0c1b14]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:47:33 [2022-10-04T23:47:33.154Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:47:33 [2022-10-04T23:47:33.154Z] INFO: Testing against a local daemon
23:47:33 [2022-10-04T23:47:33.154Z] === RUN   TestCgroupDriverSystemdMemoryLimit
23:47:33 [2022-10-04T23:47:33.154Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
23:47:33 [2022-10-04T23:47:33.154Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
23:47:33 [2022-10-04T23:47:33.154Z] === RUN   TestEventsExecDie
23:47:33 [2022-10-04T23:47:33.154Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
23:47:33 [2022-10-04T23:47:33.154Z] --- SKIP: TestEventsExecDie (0.00s)
23:47:33 [2022-10-04T23:47:33.154Z] === RUN   TestEventsBackwardsCompatible
23:47:33 [2022-10-04T23:47:33.154Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
23:47:33 [2022-10-04T23:47:33.154Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
23:47:33 [2022-10-04T23:47:33.154Z] === RUN   TestInfoAPI
23:47:33 [2022-10-04T23:47:33.154Z] --- PASS: TestInfoAPI (0.04s)
23:47:33 [2022-10-04T23:47:33.154Z] === RUN   TestInfoAPIWarnings
23:47:33 [2022-10-04T23:47:33.154Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
23:47:33 [2022-10-04T23:47:33.154Z] --- SKIP: TestInfoAPIWarnings (0.00s)
23:47:33 [2022-10-04T23:47:33.154Z] === RUN   TestInfoDebug
23:47:33 [2022-10-04T23:47:33.154Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
23:47:33 [2022-10-04T23:47:33.154Z] --- SKIP: TestInfoDebug (0.00s)
23:47:33 [2022-10-04T23:47:33.154Z] === RUN   TestInfoInsecureRegistries
23:47:33 [2022-10-04T23:47:33.154Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
23:47:33 [2022-10-04T23:47:33.154Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
23:47:33 [2022-10-04T23:47:33.154Z] === RUN   TestInfoRegistryMirrors
23:47:33 [2022-10-04T23:47:33.154Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
23:47:33 [2022-10-04T23:47:33.154Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
23:47:33 [2022-10-04T23:47:33.154Z] === RUN   TestLoginFailsWithBadCredentials
23:47:33 [2022-10-04T23:47:33.822Z] === RUN   TestDockerSuite/TestHistoryExistentImage
23:47:33 [2022-10-04T23:47:33.822Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
23:47:33 [2022-10-04T23:47:33.822Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
23:47:33 [2022-10-04T23:47:33.822Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
23:47:34 [2022-10-04T23:47:34.080Z]     docker_api_swarm_test.go:802: [dbb5a2163f308] joining swarm manager [d563afa0c1b14]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:47:34 [2022-10-04T23:47:34.219Z] --- PASS: TestLoginFailsWithBadCredentials (1.08s)
23:47:34 [2022-10-04T23:47:34.219Z] === RUN   TestPingCacheHeaders
23:47:34 [2022-10-04T23:47:34.340Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
23:47:34 [2022-10-04T23:47:34.340Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
23:47:34 [2022-10-04T23:47:34.725Z] --- PASS: TestPingCacheHeaders (0.04s)
23:47:34 [2022-10-04T23:47:34.725Z] === RUN   TestPingGet
23:47:34 [2022-10-04T23:47:34.725Z] --- PASS: TestPingGet (0.03s)
23:47:34 [2022-10-04T23:47:34.725Z] === RUN   TestPingHead
23:47:34 [2022-10-04T23:47:34.725Z] --- PASS: TestPingHead (0.03s)
23:47:34 [2022-10-04T23:47:34.725Z] === RUN   TestVersion
23:47:34 [2022-10-04T23:47:34.725Z] --- PASS: TestVersion (0.03s)
23:47:34 [2022-10-04T23:47:34.725Z] PASS
23:47:34 [2022-10-04T23:47:34.725Z] ok  	github.com/docker/docker/integration/system	1.345s
23:47:34 [2022-10-04T23:47:34.725Z] 
23:47:34 [2022-10-04T23:47:34.725Z] === Skipped
23:47:34 [2022-10-04T23:47:34.725Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
23:47:34 [2022-10-04T23:47:34.725Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
23:47:34 [2022-10-04T23:47:34.725Z] 
23:47:34 [2022-10-04T23:47:34.725Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
23:47:34 [2022-10-04T23:47:34.725Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
23:47:34 [2022-10-04T23:47:34.725Z] 
23:47:34 [2022-10-04T23:47:34.725Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
23:47:34 [2022-10-04T23:47:34.725Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
23:47:34 [2022-10-04T23:47:34.725Z] 
23:47:34 [2022-10-04T23:47:34.725Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
23:47:34 [2022-10-04T23:47:34.725Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
23:47:34 [2022-10-04T23:47:34.725Z] 
23:47:34 [2022-10-04T23:47:34.725Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
23:47:34 [2022-10-04T23:47:34.725Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
23:47:34 [2022-10-04T23:47:34.725Z] 
23:47:34 [2022-10-04T23:47:34.725Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
23:47:34 [2022-10-04T23:47:34.725Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
23:47:34 [2022-10-04T23:47:34.725Z] 
23:47:34 [2022-10-04T23:47:34.725Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
23:47:34 [2022-10-04T23:47:34.725Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
23:47:34 [2022-10-04T23:47:34.725Z] 
23:47:34 [2022-10-04T23:47:34.725Z] DONE 13 tests, 7 skipped in 3.259s
23:47:34 [2022-10-04T23:47:34.725Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
23:47:34 [2022-10-04T23:47:34.906Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
23:47:35 [2022-10-04T23:47:35.164Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
23:47:35 [2022-10-04T23:47:35.164Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
23:47:35 [2022-10-04T23:47:35.164Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
23:47:35 [2022-10-04T23:47:35.422Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
23:47:35 [2022-10-04T23:47:35.422Z]     docker_api_swarm_test.go:802: [d474a505fb9e5] joining swarm manager [d563afa0c1b14]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
23:47:35 [2022-10-04T23:47:35.680Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
23:47:35 [2022-10-04T23:47:35.937Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
23:47:35 [2022-10-04T23:47:35.937Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
23:47:36 [2022-10-04T23:47:36.503Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
23:47:36 [2022-10-04T23:47:36.761Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
23:47:36 [2022-10-04T23:47:36.761Z]     docker_api_swarm_test.go:802: [d5d3bc2eb9f59] joining swarm manager [d563afa0c1b14]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
23:47:37 [2022-10-04T23:47:37.090Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:47:37 [2022-10-04T23:47:37.090Z] INFO: Testing against a local daemon
23:47:37 [2022-10-04T23:47:37.090Z] === RUN   TestVolumesCreateAndList
23:47:37 [2022-10-04T23:47:37.090Z] --- PASS: TestVolumesCreateAndList (0.06s)
23:47:37 [2022-10-04T23:47:37.090Z] === RUN   TestVolumesRemove
23:47:37 [2022-10-04T23:47:37.090Z] --- PASS: TestVolumesRemove (0.08s)
23:47:37 [2022-10-04T23:47:37.090Z] === RUN   TestVolumesInspect
23:47:37 [2022-10-04T23:47:37.090Z] --- PASS: TestVolumesInspect (0.05s)
23:47:37 [2022-10-04T23:47:37.090Z] === RUN   TestVolumesInvalidJSON
23:47:37 [2022-10-04T23:47:37.090Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:47:37 [2022-10-04T23:47:37.090Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:47:37 [2022-10-04T23:47:37.090Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:47:37 [2022-10-04T23:47:37.090Z] --- PASS: TestVolumesInvalidJSON (0.05s)
23:47:37 [2022-10-04T23:47:37.090Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:47:37 [2022-10-04T23:47:37.090Z] PASS
23:47:37 [2022-10-04T23:47:37.090Z] ok  	github.com/docker/docker/integration/volume	0.311s
23:47:37 [2022-10-04T23:47:37.326Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
23:47:37 [2022-10-04T23:47:37.595Z] 
23:47:37 [2022-10-04T23:47:37.595Z] DONE 5 tests in 2.473s
23:47:37 [2022-10-04T23:47:37.595Z] INFO: make.ps1 ended at 10/04/2022 23:47:37
23:47:37 [2022-10-04T23:47:37.595Z] INFO: Integration CLI tests being run from the host:
23:47:37 [2022-10-04T23:47:37.595Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" 
23:47:37 [2022-10-04T23:47:37.892Z] === RUN   TestDockerSuite/TestImagesFormat
23:47:38 [2022-10-04T23:47:38.151Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
23:47:38 [2022-10-04T23:47:38.151Z]     docker_api_swarm_test.go:810: [dcf71374008f1] joining swarm manager [d563afa0c1b14]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
23:47:38 [2022-10-04T23:47:38.716Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
23:47:41 [2022-10-04T23:47:41.241Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
23:47:41 [2022-10-04T23:47:41.241Z] === RUN   TestDockerSuite/TestImportBadURL
23:47:41 [2022-10-04T23:47:41.241Z] === RUN   TestDockerSuite/TestImportDisplay
23:47:42 [2022-10-04T23:47:42.615Z] === RUN   TestDockerSuite/TestImportFile
23:47:43 [2022-10-04T23:47:43.551Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
23:47:43 [2022-10-04T23:47:43.551Z] === RUN   TestDockerSuite/TestImportFileWithMessage
23:47:44 [2022-10-04T23:47:44.927Z] === RUN   TestDockerSuite/TestImportGzipped
23:47:45 [2022-10-04T23:47:45.859Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
23:47:46 [2022-10-04T23:47:46.793Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
23:47:47 [2022-10-04T23:47:47.360Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
23:47:47 [2022-10-04T23:47:47.925Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
23:47:48 [2022-10-04T23:47:48.501Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
23:47:48 [2022-10-04T23:47:48.501Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
23:47:48 [2022-10-04T23:47:48.501Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
23:47:48 [2022-10-04T23:47:48.759Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
23:47:49 [2022-10-04T23:47:49.020Z] --- PASS: TestInfoAPIWarnings (16.37s)
23:47:49 [2022-10-04T23:47:49.020Z] === RUN   TestInfoDebug
23:47:49 [2022-10-04T23:47:49.585Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
23:47:49 [2022-10-04T23:47:49.585Z] --- PASS: TestInfoDebug (0.53s)
23:47:49 [2022-10-04T23:47:49.585Z] === RUN   TestInfoInsecureRegistries
23:47:50 [2022-10-04T23:47:50.150Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
23:47:50 [2022-10-04T23:47:50.150Z] --- PASS: TestInfoInsecureRegistries (0.53s)
23:47:50 [2022-10-04T23:47:50.150Z] === RUN   TestInfoRegistryMirrors
23:47:50 [2022-10-04T23:47:50.408Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
23:47:50 [2022-10-04T23:47:50.586Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
23:47:50 [2022-10-04T23:47:50.586Z] INFO: Testing against a local daemon
23:47:50 [2022-10-04T23:47:50.586Z] === RUN   TestDockerSuite
23:47:50 [2022-10-04T23:47:50.586Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
23:47:50 [2022-10-04T23:47:50.586Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
23:47:50 [2022-10-04T23:47:50.586Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
23:47:50 [2022-10-04T23:47:50.586Z] === RUN   TestDockerSuite/TestAPIErrorJSON
23:47:50 [2022-10-04T23:47:50.586Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
23:47:50 [2022-10-04T23:47:50.586Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
23:47:50 [2022-10-04T23:47:50.586Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
23:47:50 [2022-10-04T23:47:50.586Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
23:47:50 [2022-10-04T23:47:50.586Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
23:47:50 [2022-10-04T23:47:50.586Z] === RUN   TestDockerSuite/TestAPIImagesDelete
23:47:50 [2022-10-04T23:47:50.586Z] === RUN   TestDockerSuite/TestAPIImagesFilter
23:47:50 [2022-10-04T23:47:50.586Z] === RUN   TestDockerSuite/TestAPIImagesHistory
23:47:50 [2022-10-04T23:47:50.665Z] --- PASS: TestInfoRegistryMirrors (0.53s)
23:47:50 [2022-10-04T23:47:50.665Z] === RUN   TestLoginFailsWithBadCredentials
23:47:50 [2022-10-04T23:47:50.926Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
23:47:50 [2022-10-04T23:47:50.926Z] --- PASS: TestLoginFailsWithBadCredentials (0.42s)
23:47:50 [2022-10-04T23:47:50.926Z] === RUN   TestPingCacheHeaders
23:47:50 [2022-10-04T23:47:50.926Z] --- PASS: TestPingCacheHeaders (0.02s)
23:47:50 [2022-10-04T23:47:50.926Z] === RUN   TestPingGet
23:47:51 [2022-10-04T23:47:51.100Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
23:47:51 [2022-10-04T23:47:51.185Z] --- PASS: TestPingGet (0.02s)
23:47:51 [2022-10-04T23:47:51.185Z] === RUN   TestPingHead
23:47:51 [2022-10-04T23:47:51.185Z] --- PASS: TestPingHead (0.02s)
23:47:51 [2022-10-04T23:47:51.185Z] === RUN   TestVersion
23:47:51 [2022-10-04T23:47:51.185Z] --- PASS: TestVersion (0.04s)
23:47:51 [2022-10-04T23:47:51.185Z] PASS
23:47:51 [2022-10-04T23:47:51.185Z] 
23:47:51 [2022-10-04T23:47:51.185Z] === Skipped
23:47:51 [2022-10-04T23:47:51.185Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
23:47:51 [2022-10-04T23:47:51.185Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
23:47:51 [2022-10-04T23:47:51.185Z] 
23:47:51 [2022-10-04T23:47:51.185Z] DONE 18 tests, 1 skipped in 21.335s
23:47:51 [2022-10-04T23:47:51.185Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
23:47:51 [2022-10-04T23:47:51.185Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
23:47:51 [2022-10-04T23:47:51.185Z] ++ set -e
23:47:51 [2022-10-04T23:47:51.185Z] ++ '[' -n 0 ']'
23:47:51 [2022-10-04T23:47:51.185Z] ++ set -x
23:47:51 [2022-10-04T23:47:51.185Z] ++ 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=amd64 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 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/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
23:47:51 [2022-10-04T23:47:51.185Z] INFO: Testing against a local daemon
23:47:51 [2022-10-04T23:47:51.185Z] === RUN   TestVolumesCreateAndList
23:47:51 [2022-10-04T23:47:51.185Z] --- PASS: TestVolumesCreateAndList (0.03s)
23:47:51 [2022-10-04T23:47:51.185Z] === RUN   TestVolumesRemove
23:47:51 [2022-10-04T23:47:51.444Z] --- PASS: TestVolumesRemove (0.07s)
23:47:51 [2022-10-04T23:47:51.444Z] === RUN   TestVolumesInspect
23:47:51 [2022-10-04T23:47:51.444Z] --- PASS: TestVolumesInspect (0.02s)
23:47:51 [2022-10-04T23:47:51.444Z] === RUN   TestVolumesInvalidJSON
23:47:51 [2022-10-04T23:47:51.444Z] === RUN   TestVolumesInvalidJSON//volumes/create
23:47:51 [2022-10-04T23:47:51.444Z] === PAUSE TestVolumesInvalidJSON//volumes/create
23:47:51 [2022-10-04T23:47:51.444Z] === CONT  TestVolumesInvalidJSON//volumes/create
23:47:51 [2022-10-04T23:47:51.444Z] --- PASS: TestVolumesInvalidJSON (0.02s)
23:47:51 [2022-10-04T23:47:51.444Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
23:47:51 [2022-10-04T23:47:51.444Z] PASS
23:47:51 [2022-10-04T23:47:51.444Z] 
23:47:51 [2022-10-04T23:47:51.444Z] DONE 5 tests in 0.260s
23:47:51 [2022-10-04T23:47:51.444Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
23:47:51 [2022-10-04T23:47:51.444Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
23:47:51 [2022-10-04T23:47:51.444Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
23:47:51 [2022-10-04T23:47:51.607Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
23:47:51 [2022-10-04T23:47:51.701Z] ++++ cat bundles/test-integration/docker.pid
23:47:51 [2022-10-04T23:47:51.701Z] +++ kill 5688
23:47:53 [2022-10-04T23:47:53.074Z] === RUN   TestDockerSuite/TestInspectAmpersand
23:47:53 [2022-10-04T23:47:53.074Z] +++ /etc/init.d/apparmor stop
23:47:53 [2022-10-04T23:47:53.074Z] Leaving: AppArmorNo profiles have been unloaded.
23:47:53 [2022-10-04T23:47:53.074Z] 
23:47:53 [2022-10-04T23:47:53.074Z] Unloading profiles will leave already running processes permanently
23:47:53 [2022-10-04T23:47:53.074Z] unconfined, which can lead to unexpected situations.
23:47:53 [2022-10-04T23:47:53.074Z] 
23:47:53 [2022-10-04T23:47:53.074Z] To set a process to complain mode, use the command line tool
23:47:53 [2022-10-04T23:47:53.074Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
23:47:53 [2022-10-04T23:47:53.074Z] +++ true
23:47:53 [2022-10-04T23:47:53.074Z] exiting test-integration
23:47:53 [2022-10-04T23:47:53.074Z] ++ exit 0
23:47:53 [2022-10-04T23:47:53.074Z] 
23:47:53 [2022-10-04T23:47:53.333Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
23:47:53 [2022-10-04T23:47:53.899Z] === RUN   TestDockerSuite/TestInspectByPrefix
23:47:53 [2022-10-04T23:47:53.899Z] + for job in $(jobs -p)
23:47:53 [2022-10-04T23:47:53.899Z] + wait 10066
23:47:53 [2022-10-04T23:47:53.899Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
23:47:54 [2022-10-04T23:47:54.833Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
23:47:54 [2022-10-04T23:47:54.833Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
23:47:54 [2022-10-04T23:47:54.833Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
23:47:55 [2022-10-04T23:47:55.399Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
23:47:56 [2022-10-04T23:47:56.332Z] === RUN   TestDockerSuite/TestInspectDefault
23:47:56 [2022-10-04T23:47:56.590Z] === RUN   TestDockerSuite/TestInspectHistory
23:47:57 [2022-10-04T23:47:57.156Z] === RUN   TestDockerSuite/TestInspectImage
23:47:57 [2022-10-04T23:47:57.156Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
23:47:57 [2022-10-04T23:47:57.156Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
23:47:57 [2022-10-04T23:47:57.156Z]     docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
23:47:57 [2022-10-04T23:47:57.156Z] === RUN   TestDockerSuite/TestInspectInt64
23:47:57 [2022-10-04T23:47:57.414Z] === RUN   TestDockerSuite/TestInspectJSONFields
23:47:57 [2022-10-04T23:47:57.980Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
23:47:57 [2022-10-04T23:47:57.980Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
23:47:58 [2022-10-04T23:47:58.546Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
23:47:58 [2022-10-04T23:47:58.803Z] === RUN   TestDockerSuite/TestInspectPlugin
23:48:01 [2022-10-04T23:48:01.330Z] === RUN   TestDockerSuite/TestInspectRootFS
23:48:01 [2022-10-04T23:48:01.330Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
23:48:01 [2022-10-04T23:48:01.894Z] === RUN   TestDockerSuite/TestInspectStatus
23:48:02 [2022-10-04T23:48:02.153Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
23:48:03 [2022-10-04T23:48:03.087Z] === RUN   TestDockerSuite/TestInspectTemplateError
23:48:03 [2022-10-04T23:48:03.653Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
23:48:04 [2022-10-04T23:48:04.218Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
23:48:04 [2022-10-04T23:48:04.475Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
23:48:05 [2022-10-04T23:48:05.044Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
23:48:05 [2022-10-04T23:48:05.610Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
23:48:05 [2022-10-04T23:48:05.868Z] === RUN   TestDockerSuite/TestInspectUnknownObject
23:48:06 [2022-10-04T23:48:06.126Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
23:48:07 [2022-10-04T23:48:07.499Z] === RUN   TestDockerSuite/TestLinkShortDefinition
23:48:08 [2022-10-04T23:48:08.064Z] === RUN   TestDockerSuite/TestLinksEnvs
23:48:09 [2022-10-04T23:48:09.438Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
23:48:09 [2022-10-04T23:48:09.438Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
23:48:10 [2022-10-04T23:48:10.371Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
23:48:11 [2022-10-04T23:48:11.746Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
23:48:13 [2022-10-04T23:48:13.119Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
23:48:13 [2022-10-04T23:48:13.119Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
23:48:14 [2022-10-04T23:48:14.491Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
23:48:14 [2022-10-04T23:48:14.749Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
23:48:15 [2022-10-04T23:48:15.313Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
23:48:21 [2022-10-04T23:48:21.870Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
23:48:23 [2022-10-04T23:48:23.242Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
23:48:24 [2022-10-04T23:48:24.174Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
23:48:24 [2022-10-04T23:48:24.432Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
23:48:26 [2022-10-04T23:48:26.330Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
23:48:26 [2022-10-04T23:48:26.330Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
23:48:26 [2022-10-04T23:48:26.330Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
23:48:26 [2022-10-04T23:48:26.330Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
23:48:26 [2022-10-04T23:48:26.330Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
23:48:26 [2022-10-04T23:48:26.588Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
23:48:27 [2022-10-04T23:48:27.164Z] === RUN   TestDockerSuite/TestLogsAPIUntil
23:48:31 [2022-10-04T23:48:31.342Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
23:48:31 [2022-10-04T23:48:31.342Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
23:48:31 [2022-10-04T23:48:31.600Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
23:48:35 [2022-10-04T23:48:35.778Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
23:48:36 [2022-10-04T23:48:36.036Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
23:48:36 [2022-10-04T23:48:36.036Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
23:48:36 [2022-10-04T23:48:36.970Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
23:48:37 [2022-10-04T23:48:37.537Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
23:48:38 [2022-10-04T23:48:38.470Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
23:48:39 [2022-10-04T23:48:39.403Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
23:48:39 [2022-10-04T23:48:39.969Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
23:48:41 [2022-10-04T23:48:41.868Z] === RUN   TestDockerSuite/TestLogsFollowStopped
23:48:42 [2022-10-04T23:48:42.126Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
23:48:42 [2022-10-04T23:48:42.691Z] === RUN   TestDockerSuite/TestLogsSince
23:48:49 [2022-10-04T23:48:49.240Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
23:48:53 [2022-10-04T23:48:53.447Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
23:48:54 [2022-10-04T23:48:54.818Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
23:48:55 [2022-10-04T23:48:55.385Z] === RUN   TestDockerSuite/TestLogsTail
23:48:55 [2022-10-04T23:48:55.952Z] === RUN   TestDockerSuite/TestLogsTimestamps
23:48:56 [2022-10-04T23:48:56.885Z] === RUN   TestDockerSuite/TestLogsWithDetails
23:48:57 [2022-10-04T23:48:57.451Z] === RUN   TestDockerSuite/TestMountIntoProc
23:48:57 [2022-10-04T23:48:57.451Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
23:48:57 [2022-10-04T23:48:57.708Z] === RUN   TestDockerSuite/TestMountIntoSys
23:48:57 [2022-10-04T23:48:57.966Z] === RUN   TestDockerSuite/TestNetHostname
23:48:59 [2022-10-04T23:48:59.865Z]     docker_api_swarm_service_test.go:395: [d2c1d702a0119] joining swarm manager [dba72f8be627e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:48:59 [2022-10-04T23:48:59.865Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
23:48:59 [2022-10-04T23:48:59.865Z] === RUN   TestDockerSuite/TestNetworkEvents
23:49:00 [2022-10-04T23:49:00.494Z]     docker_api_swarm_service_test.go:395: [d5d2fc3066db2] joining swarm manager [dba72f8be627e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:49:05 [2022-10-04T23:49:05.755Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
23:49:06 [2022-10-04T23:49:06.691Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
23:49:07 [2022-10-04T23:49:07.255Z] === RUN   TestDockerSuite/TestPluginActive
23:49:09 [2022-10-04T23:49:09.781Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
23:49:15 [2022-10-04T23:49:15.042Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
23:49:15 [2022-10-04T23:49:15.042Z]     docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
23:49:15 [2022-10-04T23:49:15.042Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
23:49:15 [2022-10-04T23:49:15.042Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
23:49:16 [2022-10-04T23:49:16.947Z] === RUN   TestDockerSuite/TestPluginLogDriver
23:49:16 [2022-10-04T23:49:16.947Z]     docker_api_swarm_service_test.go:343: [dd5e2154a2692] joining swarm manager [dc905162c507d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:49:17 [2022-10-04T23:49:17.879Z]     docker_api_swarm_service_test.go:343: [de71fd8750fb2] joining swarm manager [dc905162c507d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:49:20 [2022-10-04T23:49:20.406Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
23:49:21 [2022-10-04T23:49:21.779Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
23:49:25 [2022-10-04T23:49:25.055Z] === RUN   TestDockerSuite/TestPluginUpgrade
23:49:30 [2022-10-04T23:49:30.313Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
23:49:31 [2022-10-04T23:49:31.249Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
23:49:31 [2022-10-04T23:49:31.249Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
23:49:31 [2022-10-04T23:49:31.816Z] === RUN   TestDockerSuite/TestPortHostBinding
23:49:33 [2022-10-04T23:49:33.191Z] === RUN   TestDockerSuite/TestPortList
23:49:33 [2022-10-04T23:49:33.449Z]     docker_api_swarm_service_test.go:490: [d27e3c21e9401] joining swarm manager [d0917ef5be3f6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:49:33 [2022-10-04T23:49:33.860Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
23:49:33 [2022-10-04T23:49:33.860Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
23:49:33 [2022-10-04T23:49:33.860Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
23:49:33 [2022-10-04T23:49:33.860Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
23:49:33 [2022-10-04T23:49:33.860Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
23:49:33 [2022-10-04T23:49:33.860Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
23:49:33 [2022-10-04T23:49:33.860Z] === RUN   TestDockerSuite/TestAPINetworkFilter
23:49:33 [2022-10-04T23:49:33.860Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
23:49:33 [2022-10-04T23:49:33.860Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
23:49:33 [2022-10-04T23:49:33.860Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
23:49:33 [2022-10-04T23:49:33.860Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
23:49:33 [2022-10-04T23:49:33.860Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
23:49:33 [2022-10-04T23:49:33.860Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
23:49:33 [2022-10-04T23:49:33.860Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
23:49:33 [2022-10-04T23:49:33.860Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
23:49:33 [2022-10-04T23:49:33.860Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
23:49:33 [2022-10-04T23:49:33.860Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
23:49:33 [2022-10-04T23:49:33.860Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
23:49:33 [2022-10-04T23:49:33.860Z]     docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
23:49:33 [2022-10-04T23:49:33.860Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
23:49:34 [2022-10-04T23:49:34.382Z]     docker_api_swarm_service_test.go:490: [d5798f981ec6c] joining swarm manager [d0917ef5be3f6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:49:37 [2022-10-04T23:49:37.745Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
23:49:37 [2022-10-04T23:49:37.745Z]     docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
23:49:37 [2022-10-04T23:49:37.745Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
23:49:37 [2022-10-04T23:49:37.745Z]     docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
23:49:37 [2022-10-04T23:49:37.745Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
23:49:40 [2022-10-04T23:49:40.781Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
23:49:40 [2022-10-04T23:49:40.939Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
23:49:40 [2022-10-04T23:49:40.939Z] === RUN   TestDockerSuite/TestPostContainersAttach
23:49:43 [2022-10-04T23:49:43.074Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
23:49:43 [2022-10-04T23:49:43.074Z]     docker_cli_run_test.go:3177: unmatched requirement Apparmor
23:49:43 [2022-10-04T23:49:43.074Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
23:49:43 [2022-10-04T23:49:43.074Z]     docker_cli_run_test.go:3155: unmatched requirement Apparmor
23:49:43 [2022-10-04T23:49:43.074Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
23:49:43 [2022-10-04T23:49:43.074Z]     docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux
23:49:43 [2022-10-04T23:49:43.074Z] === RUN   TestDockerSuite/TestAttachDisconnect
23:49:43 [2022-10-04T23:49:43.074Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
23:49:43 [2022-10-04T23:49:43.074Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
23:49:46 [2022-10-04T23:49:46.999Z] === RUN   TestDockerSuite/TestAttachPausedContainer
23:49:46 [2022-10-04T23:49:46.999Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
23:49:46 [2022-10-04T23:49:46.999Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
23:49:46 [2022-10-04T23:49:46.999Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
23:49:46 [2022-10-04T23:49:46.999Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
23:49:47 [2022-10-04T23:49:47.505Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
23:49:47 [2022-10-04T23:49:47.505Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
23:49:47 [2022-10-04T23:49:47.505Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
23:49:47 [2022-10-04T23:49:47.505Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
23:49:47 [2022-10-04T23:49:47.505Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
23:49:47 [2022-10-04T23:49:47.505Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
23:49:47 [2022-10-04T23:49:47.505Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
23:49:47 [2022-10-04T23:49:47.505Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
23:49:48 [2022-10-04T23:49:48.071Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
23:49:48 [2022-10-04T23:49:48.071Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
23:49:49 [2022-10-04T23:49:49.445Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
23:49:49 [2022-10-04T23:49:49.445Z] === RUN   TestDockerSuite/TestPruneContainerLabel
23:49:51 [2022-10-04T23:49:51.978Z] === RUN   TestDockerSuite/TestPruneContainerUntil
23:49:52 [2022-10-04T23:49:52.544Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
23:49:53 [2022-10-04T23:49:53.110Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
23:49:53 [2022-10-04T23:49:53.368Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
23:49:53 [2022-10-04T23:49:53.626Z] === RUN   TestDockerSuite/TestPsByOrder
23:49:54 [2022-10-04T23:49:54.307Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
23:49:54 [2022-10-04T23:49:54.999Z]     docker_api_swarm_service_test.go:128: [d893cac3f680f] joining swarm manager [d9dde97361784]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:49:55 [2022-10-04T23:49:55.566Z]     docker_api_swarm_service_test.go:129: [d67d76d309a05] joining swarm manager [d9dde97361784]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:49:55 [2022-10-04T23:49:55.825Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
23:49:57 [2022-10-04T23:49:57.200Z] === RUN   TestDockerSuite/TestPsListContainersBase
23:49:57 [2022-10-04T23:49:57.458Z]     docker_api_swarm_service_test.go:137: [dad4cbc1a551e] joining swarm manager [d9dde97361784]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
23:49:58 [2022-10-04T23:49:58.391Z]     docker_api_swarm_service_test.go:138: [d0a0313432dda] joining swarm manager [d9dde97361784]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
23:49:59 [2022-10-04T23:49:59.325Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
23:50:02 [2022-10-04T23:50:02.608Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
23:50:02 [2022-10-04T23:50:02.608Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
23:50:04 [2022-10-04T23:50:04.505Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
23:50:11 [2022-10-04T23:50:11.065Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
23:50:12 [2022-10-04T23:50:12.439Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
23:50:13 [2022-10-04T23:50:13.414Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
23:50:14 [2022-10-04T23:50:14.347Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
23:50:15 [2022-10-04T23:50:15.280Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
23:50:16 [2022-10-04T23:50:16.652Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
23:50:18 [2022-10-04T23:50:18.551Z] === RUN   TestDockerSuite/TestPsListContainersSize
23:50:19 [2022-10-04T23:50:19.116Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
23:50:19 [2022-10-04T23:50:19.374Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
23:50:19 [2022-10-04T23:50:19.938Z] === RUN   TestDockerSuite/TestPsRightTagName
23:50:20 [2022-10-04T23:50:20.504Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
23:50:21 [2022-10-04T23:50:21.437Z] === RUN   TestDockerSuite/TestPsShowMounts
23:50:22 [2022-10-04T23:50:22.813Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
23:50:23 [2022-10-04T23:50:23.070Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
23:50:23 [2022-10-04T23:50:23.636Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
23:50:23 [2022-10-04T23:50:23.636Z]     docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
23:50:23 [2022-10-04T23:50:23.636Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
23:50:24 [2022-10-04T23:50:24.200Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
23:50:24 [2022-10-04T23:50:24.459Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
23:50:24 [2022-10-04T23:50:24.717Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
23:50:24 [2022-10-04T23:50:24.976Z]     docker_api_swarm_service_test.go:304: [d472abab8c093] joining swarm manager [dcc688f7e7c04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:50:25 [2022-10-04T23:50:25.234Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
23:50:25 [2022-10-04T23:50:25.808Z]     docker_api_swarm_service_test.go:304: [d9ad9ce48c82a] joining swarm manager [dcc688f7e7c04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:50:26 [2022-10-04T23:50:26.396Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
23:50:27 [2022-10-04T23:50:27.770Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
23:50:28 [2022-10-04T23:50:28.028Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
23:50:34 [2022-10-04T23:50:34.585Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
23:50:34 [2022-10-04T23:50:34.843Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
23:50:36 [2022-10-04T23:50:36.216Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
23:50:36 [2022-10-04T23:50:36.216Z] === RUN   TestDockerSuite/TestRestartPolicyNO
23:50:36 [2022-10-04T23:50:36.474Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
23:50:36 [2022-10-04T23:50:36.474Z] === RUN   TestDockerSuite/TestRestartRunningContainer
23:50:38 [2022-10-04T23:50:38.371Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
23:50:39 [2022-10-04T23:50:39.304Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
23:50:41 [2022-10-04T23:50:41.202Z] === RUN   TestDockerSuite/TestRestartWithVolumes
23:50:42 [2022-10-04T23:50:42.136Z] === RUN   TestDockerSuite/TestRmiBlank
23:50:42 [2022-10-04T23:50:42.136Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
23:50:42 [2022-10-04T23:50:42.395Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
23:50:44 [2022-10-04T23:50:44.920Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
23:50:44 [2022-10-04T23:50:44.920Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
23:50:45 [2022-10-04T23:50:45.178Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
23:50:45 [2022-10-04T23:50:45.435Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
23:50:46 [2022-10-04T23:50:46.369Z] === RUN   TestDockerSuite/TestRmiImgIDForce
23:50:47 [2022-10-04T23:50:47.312Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
23:50:47 [2022-10-04T23:50:47.570Z]     docker_api_swarm_service_test.go:100: [db349a905d849] joining swarm manager [d07d3a920e006]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:50:48 [2022-10-04T23:50:48.520Z]     docker_api_swarm_service_test.go:101: [d595c45db22ab] joining swarm manager [d07d3a920e006]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:50:48 [2022-10-04T23:50:48.520Z] === RUN   TestDockerSuite/TestRmiParentImageFail
23:50:49 [2022-10-04T23:50:49.095Z] === RUN   TestDockerSuite/TestRmiTag
23:50:49 [2022-10-04T23:50:49.353Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
23:50:49 [2022-10-04T23:50:49.919Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
23:50:54 [2022-10-04T23:50:54.105Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
23:50:54 [2022-10-04T23:50:54.105Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
23:50:54 [2022-10-04T23:50:54.672Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
23:50:54 [2022-10-04T23:50:54.672Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
23:50:55 [2022-10-04T23:50:55.605Z] === RUN   TestDockerSuite/TestRunAddHost
23:50:56 [2022-10-04T23:50:56.170Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
23:50:56 [2022-10-04T23:50:56.171Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
23:50:56 [2022-10-04T23:50:56.736Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
23:50:56 [2022-10-04T23:50:56.736Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
23:50:57 [2022-10-04T23:50:57.302Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
23:50:58 [2022-10-04T23:50:58.234Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
23:50:58 [2022-10-04T23:50:58.492Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
23:50:59 [2022-10-04T23:50:59.426Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
23:50:59 [2022-10-04T23:50:59.993Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
23:51:00 [2022-10-04T23:51:00.928Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
23:51:01 [2022-10-04T23:51:01.863Z] === RUN   TestDockerSuite/TestRunAttachDetach
23:51:02 [2022-10-04T23:51:02.121Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
23:51:03 [2022-10-04T23:51:03.053Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
23:51:03 [2022-10-04T23:51:03.619Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
23:51:03 [2022-10-04T23:51:03.877Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
23:51:04 [2022-10-04T23:51:04.443Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
23:51:05 [2022-10-04T23:51:05.376Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
23:51:05 [2022-10-04T23:51:05.941Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
23:51:06 [2022-10-04T23:51:06.507Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
23:51:07 [2022-10-04T23:51:07.076Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
23:51:07 [2022-10-04T23:51:07.334Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
23:51:07 [2022-10-04T23:51:07.334Z] === RUN   TestDockerSuite/TestRunBindMounts
23:51:09 [2022-10-04T23:51:09.234Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
23:51:09 [2022-10-04T23:51:09.799Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
23:51:10 [2022-10-04T23:51:10.057Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
23:51:10 [2022-10-04T23:51:10.625Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
23:51:11 [2022-10-04T23:51:11.190Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
23:51:11 [2022-10-04T23:51:11.190Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
23:51:11 [2022-10-04T23:51:11.756Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
23:51:12 [2022-10-04T23:51:12.013Z]     check_test.go:380: [db349a905d849] daemon is not started
23:51:12 [2022-10-04T23:51:12.578Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
23:51:12 [2022-10-04T23:51:12.836Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
23:51:13 [2022-10-04T23:51:13.401Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
23:51:13 [2022-10-04T23:51:13.658Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
23:51:13 [2022-10-04T23:51:13.658Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
23:51:14 [2022-10-04T23:51:14.223Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
23:51:14 [2022-10-04T23:51:14.223Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
23:51:14 [2022-10-04T23:51:14.789Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
23:51:15 [2022-10-04T23:51:15.358Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
23:51:15 [2022-10-04T23:51:15.923Z] === RUN   TestDockerSuite/TestRunContainerNetwork
23:51:16 [2022-10-04T23:51:16.182Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
23:51:16 [2022-10-04T23:51:16.439Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
23:51:16 [2022-10-04T23:51:16.698Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
23:51:17 [2022-10-04T23:51:17.266Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
23:51:17 [2022-10-04T23:51:17.833Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
23:51:18 [2022-10-04T23:51:18.767Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
23:51:19 [2022-10-04T23:51:19.335Z]     docker_api_swarm_service_test.go:533: [d136fcbfeca1e] joining swarm manager [d61e9216a39c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:51:19 [2022-10-04T23:51:19.900Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
23:51:20 [2022-10-04T23:51:20.467Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
23:51:20 [2022-10-04T23:51:20.724Z]     docker_api_swarm_service_test.go:534: [deb13a99c85d5] joining swarm manager [d61e9216a39c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:51:20 [2022-10-04T23:51:20.724Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
23:51:21 [2022-10-04T23:51:21.291Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
23:51:21 [2022-10-04T23:51:21.549Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
23:51:22 [2022-10-04T23:51:22.115Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
23:51:24 [2022-10-04T23:51:24.026Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
23:51:26 [2022-10-04T23:51:26.558Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
23:51:26 [2022-10-04T23:51:26.558Z] === RUN   TestDockerSuite/TestRunCreateVolume
23:51:27 [2022-10-04T23:51:27.123Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
23:51:29 [2022-10-04T23:51:29.021Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
23:51:29 [2022-10-04T23:51:29.587Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
23:51:30 [2022-10-04T23:51:30.959Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
23:51:32 [2022-10-04T23:51:32.860Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
23:51:32 [2022-10-04T23:51:32.860Z]     docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows
23:51:32 [2022-10-04T23:51:32.860Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
23:51:32 [2022-10-04T23:51:32.860Z]     docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows
23:51:32 [2022-10-04T23:51:32.860Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
23:51:33 [2022-10-04T23:51:33.119Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
23:51:34 [2022-10-04T23:51:34.492Z] === RUN   TestDockerSuite/TestRunDNSOptions
23:51:35 [2022-10-04T23:51:35.058Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
23:51:36 [2022-10-04T23:51:36.430Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
23:51:36 [2022-10-04T23:51:36.688Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
23:51:37 [2022-10-04T23:51:37.621Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
23:51:38 [2022-10-04T23:51:38.186Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
23:51:38 [2022-10-04T23:51:38.186Z]     docker_cli_run_unix_test.go:87: Host does not have /dev/snd
23:51:38 [2022-10-04T23:51:38.186Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
23:51:38 [2022-10-04T23:51:38.751Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
23:51:39 [2022-10-04T23:51:39.684Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
23:51:39 [2022-10-04T23:51:39.684Z] === RUN   TestDockerSuite/TestRunDuplicateMount
23:51:39 [2022-10-04T23:51:39.941Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
23:51:40 [2022-10-04T23:51:40.512Z] === RUN   TestDockerSuite/TestRunEchoStdout
23:51:40 [2022-10-04T23:51:40.769Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
23:51:41 [2022-10-04T23:51:41.334Z] === RUN   TestDockerSuite/TestRunEmptyEnv
23:51:41 [2022-10-04T23:51:41.334Z] === RUN   TestDockerSuite/TestRunEntrypoint
23:51:41 [2022-10-04T23:51:41.900Z] === RUN   TestDockerSuite/TestRunEnvironment
23:51:42 [2022-10-04T23:51:42.175Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
23:51:42 [2022-10-04T23:51:42.438Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
23:51:43 [2022-10-04T23:51:43.006Z] === RUN   TestDockerSuite/TestRunExitCode
23:51:43 [2022-10-04T23:51:43.263Z] === RUN   TestDockerSuite/TestRunExitCodeOne
23:51:43 [2022-10-04T23:51:43.521Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
23:51:43 [2022-10-04T23:51:43.778Z] === RUN   TestDockerSuite/TestRunExitCodeZero
23:51:44 [2022-10-04T23:51:44.343Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
23:51:44 [2022-10-04T23:51:44.908Z] === RUN   TestDockerSuite/TestRunExposePort
23:51:44 [2022-10-04T23:51:44.908Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
23:51:45 [2022-10-04T23:51:45.474Z] === RUN   TestDockerSuite/TestRunGroupAdd
23:51:45 [2022-10-04T23:51:45.731Z]     docker_api_swarm_service_test.go:148: [d3921f425e745] joining swarm manager [d457bbf039812]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:51:45 [2022-10-04T23:51:45.989Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
23:51:46 [2022-10-04T23:51:46.555Z]     docker_api_swarm_service_test.go:148: [d96baf178067c] joining swarm manager [d457bbf039812]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:51:47 [2022-10-04T23:51:47.121Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
23:51:47 [2022-10-04T23:51:47.380Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
23:51:47 [2022-10-04T23:51:47.380Z]     docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv
23:51:47 [2022-10-04T23:51:47.380Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
23:51:49 [2022-10-04T23:51:49.910Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
23:51:50 [2022-10-04T23:51:50.478Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
23:51:51 [2022-10-04T23:51:51.725Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
23:51:51 [2022-10-04T23:51:51.725Z]     docker_api_build_test.go:177: unmatched requirement UnixCli
23:51:51 [2022-10-04T23:51:51.725Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
23:51:54 [2022-10-04T23:51:54.880Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
23:51:54 [2022-10-04T23:51:54.880Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
23:51:58 [2022-10-04T23:51:58.922Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
23:51:59 [2022-10-04T23:51:59.984Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
23:51:59 [2022-10-04T23:51:59.984Z]     docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
23:51:59 [2022-10-04T23:51:59.984Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
23:51:59 [2022-10-04T23:51:59.984Z]     docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
23:51:59 [2022-10-04T23:51:59.984Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
23:51:59 [2022-10-04T23:51:59.984Z]     docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
23:51:59 [2022-10-04T23:51:59.984Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
23:51:59 [2022-10-04T23:51:59.984Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
23:52:01 [2022-10-04T23:52:01.050Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
23:52:02 [2022-10-04T23:52:02.667Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
23:52:02 [2022-10-04T23:52:02.667Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
23:52:02 [2022-10-04T23:52:02.924Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
23:52:02 [2022-10-04T23:52:02.924Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
23:52:02 [2022-10-04T23:52:02.924Z] === RUN   TestDockerSuite/TestRunInvalidReference
23:52:02 [2022-10-04T23:52:02.924Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
23:52:03 [2022-10-04T23:52:03.182Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
23:52:05 [2022-10-04T23:52:05.076Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
23:52:05 [2022-10-04T23:52:05.708Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
23:52:06 [2022-10-04T23:52:06.147Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
23:52:06 [2022-10-04T23:52:06.147Z]     docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
23:52:06 [2022-10-04T23:52:06.147Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
23:52:06 [2022-10-04T23:52:06.147Z]     docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
23:52:06 [2022-10-04T23:52:06.147Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
23:52:06 [2022-10-04T23:52:06.147Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
23:52:06 [2022-10-04T23:52:06.272Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
23:52:07 [2022-10-04T23:52:07.206Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
23:52:09 [2022-10-04T23:52:09.308Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
23:52:13 [2022-10-04T23:52:13.778Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
23:52:13 [2022-10-04T23:52:13.778Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
23:52:13 [2022-10-04T23:52:13.778Z] === RUN   TestDockerSuite/TestRunModeHostname
23:52:14 [2022-10-04T23:52:14.344Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
23:52:14 [2022-10-04T23:52:14.344Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
23:52:14 [2022-10-04T23:52:14.344Z] === RUN   TestDockerSuite/TestRunModeIpcHost
23:52:15 [2022-10-04T23:52:15.276Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
23:52:15 [2022-10-04T23:52:15.843Z] === RUN   TestDockerSuite/TestRunModePIDContainer
23:52:17 [2022-10-04T23:52:17.216Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
23:52:17 [2022-10-04T23:52:17.216Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
23:52:17 [2022-10-04T23:52:17.216Z] === RUN   TestDockerSuite/TestRunModePIDHost
23:52:18 [2022-10-04T23:52:18.149Z] === RUN   TestDockerSuite/TestRunModeUTSHost
23:52:18 [2022-10-04T23:52:18.715Z] === RUN   TestDockerSuite/TestRunMount
23:52:20 [2022-10-04T23:52:20.151Z] === RUN   TestDockerSuite/TestBuildAddNonTar
23:52:21 [2022-10-04T23:52:21.998Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
23:52:22 [2022-10-04T23:52:22.563Z] === RUN   TestDockerSuite/TestRunMountOrdering
23:52:23 [2022-10-04T23:52:23.129Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
23:52:23 [2022-10-04T23:52:23.695Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
23:52:25 [2022-10-04T23:52:25.071Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
23:52:26 [2022-10-04T23:52:26.971Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
23:52:28 [2022-10-04T23:52:28.870Z] === RUN   TestDockerSuite/TestRunNamedVolume
23:52:30 [2022-10-04T23:52:30.242Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
23:52:30 [2022-10-04T23:52:30.985Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
23:52:30 [2022-10-04T23:52:30.985Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
23:52:30 [2022-10-04T23:52:30.985Z]     docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
23:52:30 [2022-10-04T23:52:30.985Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
23:52:31 [2022-10-04T23:52:31.632Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
23:52:33 [2022-10-04T23:52:33.010Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
23:52:33 [2022-10-04T23:52:33.944Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
23:52:33 [2022-10-04T23:52:33.944Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
23:52:34 [2022-10-04T23:52:34.509Z] === RUN   TestDockerSuite/TestRunNetHost
23:52:35 [2022-10-04T23:52:35.025Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
23:52:35 [2022-10-04T23:52:35.443Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
23:52:35 [2022-10-04T23:52:35.702Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
23:52:36 [2022-10-04T23:52:36.088Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
23:52:36 [2022-10-04T23:52:36.267Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
23:52:37 [2022-10-04T23:52:37.640Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
23:52:39 [2022-10-04T23:52:39.540Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
23:52:41 [2022-10-04T23:52:41.104Z] === RUN   TestDockerSuite/TestBuildAddScript
23:52:41 [2022-10-04T23:52:41.104Z]     docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
23:52:41 [2022-10-04T23:52:41.104Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
23:52:41 [2022-10-04T23:52:41.104Z]     docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
23:52:41 [2022-10-04T23:52:41.104Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
23:52:41 [2022-10-04T23:52:41.104Z]     docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
23:52:41 [2022-10-04T23:52:41.104Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
23:52:41 [2022-10-04T23:52:41.104Z]     docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
23:52:41 [2022-10-04T23:52:41.104Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
23:52:41 [2022-10-04T23:52:41.104Z] === RUN   TestDockerSuite/TestBuildAddTar
23:52:42 [2022-10-04T23:52:42.823Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
23:52:42 [2022-10-04T23:52:42.823Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
23:52:43 [2022-10-04T23:52:43.082Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
23:52:43 [2022-10-04T23:52:43.647Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
23:52:43 [2022-10-04T23:52:43.648Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
23:52:43 [2022-10-04T23:52:43.905Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
23:52:44 [2022-10-04T23:52:44.470Z] === RUN   TestDockerSuite/TestRunNonExistingImage
23:52:44 [2022-10-04T23:52:44.470Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
23:52:45 [2022-10-04T23:52:45.036Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
23:52:47 [2022-10-04T23:52:47.565Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
23:52:51 [2022-10-04T23:52:51.745Z] === RUN   TestDockerSuite/TestRunOOMExitCode
23:52:51 [2022-10-04T23:52:51.745Z]     docker_cli_run_unix_test.go:591: unmatched requirement swapMemorySupport
23:52:51 [2022-10-04T23:52:51.745Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
23:52:51 [2022-10-04T23:52:51.745Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
23:52:51 [2022-10-04T23:52:51.745Z] === RUN   TestDockerSuite/TestRunPIDsLimit
23:52:52 [2022-10-04T23:52:52.311Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
23:52:53 [2022-10-04T23:52:53.697Z] === RUN   TestDockerSuite/TestRunPortInUse
23:52:53 [2022-10-04T23:52:53.697Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
23:52:54 [2022-10-04T23:52:54.262Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
23:52:54 [2022-10-04T23:52:54.829Z]     docker_cli_run_unix_test.go:1408: out: "a *:* rwm\n"
23:52:54 [2022-10-04T23:52:54.829Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
23:52:55 [2022-10-04T23:52:55.086Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
23:52:55 [2022-10-04T23:52:55.653Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
23:52:56 [2022-10-04T23:52:56.585Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
23:52:56 [2022-10-04T23:52:56.843Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
23:52:56 [2022-10-04T23:52:56.843Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
23:52:56 [2022-10-04T23:52:56.843Z]     docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess
23:52:56 [2022-10-04T23:52:56.843Z] === RUN   TestDockerSuite/TestRunPublishPort
23:52:57 [2022-10-04T23:52:57.410Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
23:52:57 [2022-10-04T23:52:57.976Z] === RUN   TestDockerSuite/TestRunReadProcLatency
23:52:57 [2022-10-04T23:52:57.976Z]     docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured
23:52:57 [2022-10-04T23:52:57.976Z] === RUN   TestDockerSuite/TestRunReadProcTimer
23:52:58 [2022-10-04T23:52:58.542Z] === RUN   TestDockerSuite/TestRunRedirectStdout
23:52:59 [2022-10-04T23:52:59.915Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
23:52:59 [2022-10-04T23:52:59.915Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
23:52:59 [2022-10-04T23:52:59.915Z]     docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
23:52:59 [2022-10-04T23:52:59.915Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
23:53:02 [2022-10-04T23:53:02.447Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
23:53:02 [2022-10-04T23:53:02.447Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
23:53:03 [2022-10-04T23:53:03.014Z] === RUN   TestDockerSuite/TestRunRm
23:53:03 [2022-10-04T23:53:03.580Z] === RUN   TestDockerSuite/TestRunRmAndWait
23:53:04 [2022-10-04T23:53:04.953Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
23:53:07 [2022-10-04T23:53:07.481Z] === RUN   TestDockerSuite/TestRunRmPre125Api
23:53:07 [2022-10-04T23:53:07.739Z] === RUN   TestDockerSuite/TestRunRootWorkdir
23:53:08 [2022-10-04T23:53:08.304Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
23:53:08 [2022-10-04T23:53:08.304Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
23:53:10 [2022-10-04T23:53:10.205Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
23:53:10 [2022-10-04T23:53:10.772Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
23:53:12 [2022-10-04T23:53:12.688Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
23:53:13 [2022-10-04T23:53:13.254Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
23:53:16 [2022-10-04T23:53:16.534Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
23:53:16 [2022-10-04T23:53:16.792Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
23:53:17 [2022-10-04T23:53:17.358Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
23:53:17 [2022-10-04T23:53:17.615Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
23:53:18 [2022-10-04T23:53:18.181Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
23:53:18 [2022-10-04T23:53:18.439Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
23:53:19 [2022-10-04T23:53:19.003Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
23:53:19 [2022-10-04T23:53:19.261Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
23:53:19 [2022-10-04T23:53:19.828Z] === RUN   TestDockerSuite/TestRunSetMacAddress
23:53:20 [2022-10-04T23:53:20.086Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
23:53:22 [2022-10-04T23:53:22.613Z] === RUN   TestDockerSuite/TestRunState
23:53:23 [2022-10-04T23:53:23.547Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
23:53:23 [2022-10-04T23:53:23.805Z] === RUN   TestDockerSuite/TestRunStdinPipe
23:53:24 [2022-10-04T23:53:24.370Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
23:53:24 [2022-10-04T23:53:24.370Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
23:53:24 [2022-10-04T23:53:24.370Z]     docker_cli_run_unix_test.go:692: unmatched requirement swapMemorySupport
23:53:24 [2022-10-04T23:53:24.370Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
23:53:24 [2022-10-04T23:53:24.550Z] === RUN   TestDockerSuite/TestBuildAddTarXz
23:53:24 [2022-10-04T23:53:24.550Z]     docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
23:53:24 [2022-10-04T23:53:24.550Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
23:53:24 [2022-10-04T23:53:24.550Z]     docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
23:53:24 [2022-10-04T23:53:24.550Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
23:53:24 [2022-10-04T23:53:24.935Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
23:53:25 [2022-10-04T23:53:25.504Z] === RUN   TestDockerSuite/TestRunSysctls
23:53:26 [2022-10-04T23:53:26.437Z] === RUN   TestDockerSuite/TestRunTLSVerify
23:53:26 [2022-10-04T23:53:26.437Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
23:53:26 [2022-10-04T23:53:26.437Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
23:53:26 [2022-10-04T23:53:26.696Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
23:53:28 [2022-10-04T23:53:28.070Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
23:53:28 [2022-10-04T23:53:28.637Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
23:53:29 [2022-10-04T23:53:29.571Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
23:53:32 [2022-10-04T23:53:32.122Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
23:53:34 [2022-10-04T23:53:34.647Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
23:53:34 [2022-10-04T23:53:34.905Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
23:53:35 [2022-10-04T23:53:35.471Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
23:53:36 [2022-10-04T23:53:36.037Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
23:53:36 [2022-10-04T23:53:36.295Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
23:53:37 [2022-10-04T23:53:37.669Z] === RUN   TestDockerSuite/TestRunUnshareProc
23:53:39 [2022-10-04T23:53:39.046Z] === RUN   TestDockerSuite/TestRunUserByID
23:53:39 [2022-10-04T23:53:39.304Z] === RUN   TestDockerSuite/TestRunUserByIDBig
23:53:39 [2022-10-04T23:53:39.563Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
23:53:39 [2022-10-04T23:53:39.822Z] === RUN   TestDockerSuite/TestRunUserByIDZero
23:53:40 [2022-10-04T23:53:40.388Z] === RUN   TestDockerSuite/TestRunUserByName
23:53:40 [2022-10-04T23:53:40.955Z] === RUN   TestDockerSuite/TestRunUserDefaults
23:53:41 [2022-10-04T23:53:41.521Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
23:53:41 [2022-10-04T23:53:41.521Z]     docker_cli_run_unix_test.go:1417: Host does not have /dev/snd/timer
23:53:41 [2022-10-04T23:53:41.521Z] === RUN   TestDockerSuite/TestRunUserNotFound
23:53:41 [2022-10-04T23:53:41.521Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
23:53:42 [2022-10-04T23:53:42.087Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
23:53:44 [2022-10-04T23:53:44.615Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
23:53:45 [2022-10-04T23:53:45.181Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
23:53:45 [2022-10-04T23:53:45.439Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
23:53:46 [2022-10-04T23:53:46.005Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
23:53:47 [2022-10-04T23:53:47.908Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
23:53:48 [2022-10-04T23:53:48.845Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
23:53:48 [2022-10-04T23:53:48.845Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
23:53:50 [2022-10-04T23:53:50.762Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
23:53:52 [2022-10-04T23:53:52.137Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
23:53:52 [2022-10-04T23:53:52.702Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
23:53:52 [2022-10-04T23:53:52.702Z]     docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows
23:53:52 [2022-10-04T23:53:52.702Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
23:53:52 [2022-10-04T23:53:52.702Z]     docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows
23:53:52 [2022-10-04T23:53:52.702Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
23:53:52 [2022-10-04T23:53:52.702Z]     docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows
23:53:52 [2022-10-04T23:53:52.702Z] === RUN   TestDockerSuite/TestRunWithBadDevice
23:53:52 [2022-10-04T23:53:52.702Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
23:53:52 [2022-10-04T23:53:52.702Z]     docker_cli_run_unix_test.go:542: unmatched requirement blkioWeight
23:53:52 [2022-10-04T23:53:52.702Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
23:53:53 [2022-10-04T23:53:53.267Z] === RUN   TestDockerSuite/TestRunWithCPUShares
23:53:53 [2022-10-04T23:53:53.835Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
23:53:54 [2022-10-04T23:53:54.768Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
23:53:55 [2022-10-04T23:53:55.026Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
23:53:55 [2022-10-04T23:53:55.306Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
23:53:55 [2022-10-04T23:53:55.306Z]     docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
23:53:55 [2022-10-04T23:53:55.592Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
23:53:55 [2022-10-04T23:53:55.592Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
23:53:55 [2022-10-04T23:53:55.813Z] === RUN   TestDockerSuite/TestBuildBlankName
23:53:56 [2022-10-04T23:53:56.157Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
23:53:56 [2022-10-04T23:53:56.157Z]     docker_cli_run_unix_test.go:553: unmatched requirement blkioWeight
23:53:56 [2022-10-04T23:53:56.157Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
23:53:56 [2022-10-04T23:53:56.157Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
23:53:56 [2022-10-04T23:53:56.157Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
23:53:56 [2022-10-04T23:53:56.157Z]     docker_cli_run_unix_test.go:567: unmatched requirement blkioWeight
23:53:56 [2022-10-04T23:53:56.157Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
23:53:56 [2022-10-04T23:53:56.157Z]     docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
23:53:56 [2022-10-04T23:53:56.157Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
23:53:56 [2022-10-04T23:53:56.157Z]     docker_cli_run_unix_test.go:573: unmatched requirement blkioWeight
23:53:56 [2022-10-04T23:53:56.157Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
23:53:56 [2022-10-04T23:53:56.157Z]     docker_cli_run_unix_test.go:585: unmatched requirement blkioWeight
23:53:56 [2022-10-04T23:53:56.157Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
23:53:56 [2022-10-04T23:53:56.157Z]     docker_cli_run_unix_test.go:561: unmatched requirement blkioWeight
23:53:56 [2022-10-04T23:53:56.157Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
23:53:56 [2022-10-04T23:53:56.318Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
23:53:56 [2022-10-04T23:53:56.415Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
23:53:56 [2022-10-04T23:53:56.981Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
23:53:56 [2022-10-04T23:53:56.981Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
23:53:57 [2022-10-04T23:53:57.549Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
23:53:57 [2022-10-04T23:53:57.549Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
23:53:58 [2022-10-04T23:53:58.115Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
23:53:58 [2022-10-04T23:53:58.115Z] === RUN   TestDockerSuite/TestRunWithShmSize
23:53:58 [2022-10-04T23:53:58.374Z] === RUN   TestDockerSuite/TestRunWithSwappiness
23:53:58 [2022-10-04T23:53:58.940Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
23:53:58 [2022-10-04T23:53:58.940Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
23:53:58 [2022-10-04T23:53:58.940Z] === RUN   TestDockerSuite/TestRunWithUlimits
23:53:59 [2022-10-04T23:53:59.507Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
23:54:00 [2022-10-04T23:54:00.441Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
23:54:00 [2022-10-04T23:54:00.699Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
23:54:00 [2022-10-04T23:54:00.699Z]     docker_cli_run_unix_test.go:629: unmatched requirement swapMemorySupport
23:54:00 [2022-10-04T23:54:00.699Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
23:54:00 [2022-10-04T23:54:00.957Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
23:54:01 [2022-10-04T23:54:01.215Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
23:54:01 [2022-10-04T23:54:01.473Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
23:54:02 [2022-10-04T23:54:02.038Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
23:54:02 [2022-10-04T23:54:02.603Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
23:54:03 [2022-10-04T23:54:03.827Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
23:54:03 [2022-10-04T23:54:03.827Z]     docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
23:54:03 [2022-10-04T23:54:03.827Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
23:54:04 [2022-10-04T23:54:04.504Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
23:54:04 [2022-10-04T23:54:04.505Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
23:54:05 [2022-10-04T23:54:05.071Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
23:54:05 [2022-10-04T23:54:05.071Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
23:54:05 [2022-10-04T23:54:05.071Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
23:54:05 [2022-10-04T23:54:05.637Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
23:54:07 [2022-10-04T23:54:07.011Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
23:54:07 [2022-10-04T23:54:07.279Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
23:54:07 [2022-10-04T23:54:07.859Z] === RUN   TestDockerSuite/TestSaveCheckTimes
23:54:07 [2022-10-04T23:54:07.859Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
23:54:08 [2022-10-04T23:54:08.856Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
23:54:09 [2022-10-04T23:54:09.233Z] === RUN   TestDockerSuite/TestSaveImageId
23:54:09 [2022-10-04T23:54:09.234Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
23:54:09 [2022-10-04T23:54:09.800Z] === RUN   TestDockerSuite/TestSaveLoadParents
23:54:09 [2022-10-04T23:54:09.800Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
23:54:11 [2022-10-04T23:54:11.172Z]     docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents3096119534
23:54:11 [2022-10-04T23:54:11.172Z] === RUN   TestDockerSuite/TestSaveMultipleNames
23:54:11 [2022-10-04T23:54:11.172Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
23:54:13 [2022-10-04T23:54:13.072Z] === RUN   TestDockerSuite/TestSaveSingleTag
23:54:13 [2022-10-04T23:54:13.072Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
23:54:13 [2022-10-04T23:54:13.072Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
23:54:13 [2022-10-04T23:54:13.072Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
23:54:14 [2022-10-04T23:54:14.446Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
23:54:15 [2022-10-04T23:54:15.821Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
23:54:16 [2022-10-04T23:54:16.079Z] === RUN   TestDockerSuite/TestSearchCmdOptions
23:54:17 [2022-10-04T23:54:17.899Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
23:54:18 [2022-10-04T23:54:18.606Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
23:54:18 [2022-10-04T23:54:18.606Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
23:54:18 [2022-10-04T23:54:18.864Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
23:54:19 [2022-10-04T23:54:19.429Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
23:54:19 [2022-10-04T23:54:19.429Z] === RUN   TestDockerSuite/TestSearchWithLimit
23:54:20 [2022-10-04T23:54:20.802Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
23:54:20 [2022-10-04T23:54:20.802Z] === RUN   TestDockerSuite/TestSlowStdinClosing
23:54:23 [2022-10-04T23:54:23.331Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
23:54:23 [2022-10-04T23:54:23.589Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
23:54:26 [2022-10-04T23:54:26.943Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
23:54:26 [2022-10-04T23:54:26.943Z]     docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
23:54:26 [2022-10-04T23:54:26.943Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
23:54:28 [2022-10-04T23:54:28.851Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
23:54:29 [2022-10-04T23:54:29.109Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
23:54:30 [2022-10-04T23:54:30.064Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
23:54:30 [2022-10-04T23:54:30.630Z] === RUN   TestDockerSuite/TestStartAttachSilent
23:54:32 [2022-10-04T23:54:32.005Z] === RUN   TestDockerSuite/TestStartAttachWithRename
23:54:34 [2022-10-04T23:54:34.530Z] === RUN   TestDockerSuite/TestStartMultipleContainers
23:54:34 [2022-10-04T23:54:34.530Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
23:54:35 [2022-10-04T23:54:35.904Z] === RUN   TestDockerSuite/TestStartPausedContainer
23:54:36 [2022-10-04T23:54:36.839Z] === RUN   TestDockerSuite/TestStartRecordError
23:54:37 [2022-10-04T23:54:37.780Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
23:54:37 [2022-10-04T23:54:37.780Z]     docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
23:54:37 [2022-10-04T23:54:37.780Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
23:54:37 [2022-10-04T23:54:37.780Z]     docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
23:54:37 [2022-10-04T23:54:37.780Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
23:54:38 [2022-10-04T23:54:38.213Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
23:54:39 [2022-10-04T23:54:39.588Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
23:54:40 [2022-10-04T23:54:40.961Z] === RUN   TestDockerSuite/TestStatsAllNoStream
23:54:42 [2022-10-04T23:54:42.799Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
23:54:42 [2022-10-04T23:54:42.799Z]     docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
23:54:42 [2022-10-04T23:54:42.799Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
23:54:43 [2022-10-04T23:54:43.305Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
23:54:43 [2022-10-04T23:54:43.305Z]     docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
23:54:43 [2022-10-04T23:54:43.305Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
23:54:43 [2022-10-04T23:54:43.305Z]     docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
23:54:43 [2022-10-04T23:54:43.305Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
23:54:43 [2022-10-04T23:54:43.488Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
23:54:47 [2022-10-04T23:54:47.667Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
23:54:47 [2022-10-04T23:54:47.667Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
23:54:50 [2022-10-04T23:54:50.193Z] === RUN   TestDockerSuite/TestStatsFormatAll
23:54:50 [2022-10-04T23:54:50.193Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
23:54:53 [2022-10-04T23:54:53.492Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
23:54:54 [2022-10-04T23:54:54.864Z] === RUN   TestDockerSuite/TestStatsNoStream
23:54:56 [2022-10-04T23:54:56.238Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
23:54:57 [2022-10-04T23:54:57.611Z] === RUN   TestDockerSuite/TestStopContainerSignal
23:54:58 [2022-10-04T23:54:58.985Z] === RUN   TestDockerSuite/TestTopMultipleArgs
23:54:59 [2022-10-04T23:54:59.551Z] === RUN   TestDockerSuite/TestTopNonPrivileged
23:55:00 [2022-10-04T23:55:00.117Z] === RUN   TestDockerSuite/TestTopPrivileged
23:55:01 [2022-10-04T23:55:01.049Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
23:55:01 [2022-10-04T23:55:01.049Z]     docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
23:55:01 [2022-10-04T23:55:01.049Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
23:55:01 [2022-10-04T23:55:01.049Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
23:55:01 [2022-10-04T23:55:01.615Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
23:55:04 [2022-10-04T23:55:04.145Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
23:55:04 [2022-10-04T23:55:04.710Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
23:55:07 [2022-10-04T23:55:07.991Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
23:55:07 [2022-10-04T23:55:07.991Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
23:55:08 [2022-10-04T23:55:08.712Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
23:55:08 [2022-10-04T23:55:08.712Z]     docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport
23:55:08 [2022-10-04T23:55:08.712Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
23:55:08 [2022-10-04T23:55:08.712Z]     docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport
23:55:08 [2022-10-04T23:55:08.712Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
23:55:09 [2022-10-04T23:55:09.645Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
23:55:10 [2022-10-04T23:55:10.212Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
23:55:10 [2022-10-04T23:55:10.778Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
23:55:11 [2022-10-04T23:55:11.711Z] === RUN   TestDockerSuite/TestUpdateStats
23:55:15 [2022-10-04T23:55:15.019Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
23:55:15 [2022-10-04T23:55:15.952Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
23:55:15 [2022-10-04T23:55:15.952Z]     docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport
23:55:15 [2022-10-04T23:55:15.952Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
23:55:16 [2022-10-04T23:55:16.887Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
23:55:16 [2022-10-04T23:55:16.887Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
23:55:17 [2022-10-04T23:55:17.454Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
23:55:19 [2022-10-04T23:55:19.983Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
23:55:22 [2022-10-04T23:55:22.512Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
23:55:24 [2022-10-04T23:55:24.414Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
23:55:25 [2022-10-04T23:55:25.790Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
23:55:26 [2022-10-04T23:55:26.715Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
23:55:26 [2022-10-04T23:55:26.715Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
23:55:26 [2022-10-04T23:55:26.716Z]     docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
23:55:26 [2022-10-04T23:55:26.716Z] === RUN   TestDockerSuite/TestBuildCacheAdd
23:55:26 [2022-10-04T23:55:26.716Z]     docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
23:55:26 [2022-10-04T23:55:26.716Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
23:55:27 [2022-10-04T23:55:27.222Z] === RUN   TestDockerSuite/TestBuildCacheFrom
23:55:27 [2022-10-04T23:55:27.222Z]     docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
23:55:27 [2022-10-04T23:55:27.222Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
23:55:27 [2022-10-04T23:55:27.689Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
23:55:29 [2022-10-04T23:55:29.587Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
23:55:30 [2022-10-04T23:55:30.960Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
23:55:32 [2022-10-04T23:55:32.243Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
23:55:32 [2022-10-04T23:55:32.336Z]     docker_cli_service_logs_test.go:246: checking task w2tnjqiz6lxy
23:55:32 [2022-10-04T23:55:32.336Z]     docker_cli_service_logs_test.go:251: checking messages for w2tnjqiz6lxy
23:55:32 [2022-10-04T23:55:32.336Z]     docker_cli_service_logs_test.go:246: checking task cun1ccbysgrc
23:55:32 [2022-10-04T23:55:32.336Z]     docker_cli_service_logs_test.go:251: checking messages for cun1ccbysgrc
23:55:32 [2022-10-04T23:55:32.336Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
23:55:33 [2022-10-04T23:55:33.307Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
23:55:33 [2022-10-04T23:55:33.307Z]     docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
23:55:33 [2022-10-04T23:55:33.307Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
23:55:33 [2022-10-04T23:55:33.307Z]     docker_cli_build_test.go:3571: unmatched requirement UnixCli
23:55:33 [2022-10-04T23:55:33.307Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
23:55:33 [2022-10-04T23:55:33.723Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
23:55:34 [2022-10-04T23:55:34.660Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
23:55:34 [2022-10-04T23:55:34.984Z] === RUN   TestDockerSuite/TestBuildClearCmd
23:55:35 [2022-10-04T23:55:35.490Z] === RUN   TestDockerSuite/TestBuildCmd
23:55:35 [2022-10-04T23:55:35.593Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
23:55:35 [2022-10-04T23:55:35.998Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
23:55:36 [2022-10-04T23:55:36.511Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
23:55:36 [2022-10-04T23:55:36.965Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
23:55:37 [2022-10-04T23:55:37.023Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
23:55:38 [2022-10-04T23:55:38.339Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
23:55:39 [2022-10-04T23:55:39.713Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
23:55:40 [2022-10-04T23:55:40.647Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
23:55:42 [2022-10-04T23:55:42.021Z] === RUN   TestDockerSuite/TestVolumeCLICreate
23:55:42 [2022-10-04T23:55:42.953Z] === RUN   TestDockerSwarmSuite/TestServiceScale
23:55:43 [2022-10-04T23:55:43.198Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
23:55:44 [2022-10-04T23:55:44.890Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
23:55:44 [2022-10-04T23:55:44.890Z]     docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
23:55:44 [2022-10-04T23:55:44.890Z] === RUN   TestDockerSuite/TestBuildConditionalCache
23:55:45 [2022-10-04T23:55:45.477Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
23:55:46 [2022-10-04T23:55:46.568Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
23:55:46 [2022-10-04T23:55:46.568Z]     docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
23:55:46 [2022-10-04T23:55:46.568Z] === RUN   TestDockerSuite/TestBuildContextCleanup
23:55:46 [2022-10-04T23:55:46.568Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
23:55:48 [2022-10-04T23:55:48.932Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
23:55:49 [2022-10-04T23:55:49.998Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
23:55:50 [2022-10-04T23:55:50.504Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
23:55:50 [2022-10-04T23:55:50.504Z]     docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
23:55:50 [2022-10-04T23:55:50.504Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
23:55:51 [2022-10-04T23:55:51.009Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
23:55:52 [2022-10-04T23:55:52.074Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
23:55:52 [2022-10-04T23:55:52.074Z]     docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
23:55:52 [2022-10-04T23:55:52.074Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
23:55:52 [2022-10-04T23:55:52.074Z]     docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
23:55:52 [2022-10-04T23:55:52.074Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
23:55:57 [2022-10-04T23:55:57.107Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
23:55:57 [2022-10-04T23:55:57.667Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
23:55:57 [2022-10-04T23:55:57.667Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
23:55:57 [2022-10-04T23:55:57.667Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
23:55:57 [2022-10-04T23:55:57.667Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
23:55:57 [2022-10-04T23:55:57.667Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
23:55:57 [2022-10-04T23:55:57.667Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
23:55:57 [2022-10-04T23:55:57.925Z] === RUN   TestDockerSuite/TestVolumeCLILs
23:55:58 [2022-10-04T23:55:58.183Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
23:55:58 [2022-10-04T23:55:58.183Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
23:55:59 [2022-10-04T23:55:59.115Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
23:55:59 [2022-10-04T23:55:59.373Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
23:55:59 [2022-10-04T23:55:59.373Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
23:55:59 [2022-10-04T23:55:59.373Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
23:55:59 [2022-10-04T23:55:59.373Z] === RUN   TestDockerSuite/TestVolumeCLIRm
23:56:01 [2022-10-04T23:56:01.282Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
23:56:01 [2022-10-04T23:56:01.282Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
23:56:01 [2022-10-04T23:56:01.540Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
23:56:01 [2022-10-04T23:56:01.540Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
23:56:01 [2022-10-04T23:56:01.540Z] === RUN   TestDockerSuite/TestVolumeEvents
23:56:02 [2022-10-04T23:56:02.473Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
23:56:02 [2022-10-04T23:56:02.731Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
23:56:04 [2022-10-04T23:56:04.103Z] === RUN   TestDockerSuite/TestVolumeLsFormat
23:56:04 [2022-10-04T23:56:04.103Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
23:56:04 [2022-10-04T23:56:04.103Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
23:56:05 [2022-10-04T23:56:05.476Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
23:56:06 [2022-10-04T23:56:06.410Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
23:56:07 [2022-10-04T23:56:07.785Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
23:56:09 [2022-10-04T23:56:09.162Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
23:56:09 [2022-10-04T23:56:09.162Z]     docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
23:56:09 [2022-10-04T23:56:09.162Z] --- PASS: TestDockerSuite (1267.81s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (3.46s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.11s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.78s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.98s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.75s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.71s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.38s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.10s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.94s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.14s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.55s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.61s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.10s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.08s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.65s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.69s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.68s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.63s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (1.88s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.66s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAttachDetach (0.97s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.80s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.78s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.54s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.80s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.19s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.46s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.79s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.92s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.97s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.51s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.09s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.61s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.45s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.34s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.80s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.02s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.51s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.07s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.60s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.28s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.02s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.43s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (0.96s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.48s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.47s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.78s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.05s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.06s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddScript (2.82s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.58s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.96s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.58s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.25s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddTar (6.26s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.07s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.11s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.61s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.98s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.44s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.99s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.37s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.82s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.97s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.66s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.59s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (0.83s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.88s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.20s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.07s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.65s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.48s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.18s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.83s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (3.98s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (0.98s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.00s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.57s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.47s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (5.72s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.46s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.75s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.88s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.46s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.68s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.70s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.36s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.26s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.38s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.43s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.25s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.26s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (0.92s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.06s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.31s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.76s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.65s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.28s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.24s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.54s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.39s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.13s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.41s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (0.97s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.96s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.93s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.54s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.29s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.97s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.36s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.59s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.19s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.17s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.50s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.94s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (0.93s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.92s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (8.77s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.15s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.57s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.39s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.98s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.07s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.29s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.06s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.85s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.77s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.25s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (13.39s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.14s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (4.26s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.35s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.38s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.85s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.33s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.30s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.25s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.57s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.64s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.35s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.22s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.00s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (6.46s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.52s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.62s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.46s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.82s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.57s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.54s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.21s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.46s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.50s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.30s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.64s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.46s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.29s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildFails (0.70s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.77s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.77s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.79s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.59s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.64s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.11s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.98s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.12s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.33s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.60s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.61s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.26s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildHistory (4.35s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.73s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.02s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.60s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.57s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.80s)
23:56:09 [2022-10-04T23:56:09.162Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.41s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.41s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.40s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.27s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.44s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.09s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.53s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildLastModified (5.19s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (2.80s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.06s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.24s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.06s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (0.84s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.28s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.27s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.32s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.89s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.43s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.75s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.22s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.54s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.31s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.36s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.22s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (1.32s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.70s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildNoContext (0.67s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.64s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.26s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.31s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.60s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.23s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.44s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (1.22s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.37s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.01s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.97s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.80s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.75s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.83s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.24s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.22s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildPATH (1.57s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.50s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.83s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (5.90s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.92s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.45s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildRm (2.39s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.91s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.12s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.40s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.52s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.92s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.06s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (0.79s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (2.86s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.10s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.20s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.36s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.71s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.23s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.83s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.84s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (0.82s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.99s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.41s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.68s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.93s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildUser (1.25s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.50s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.46s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (0.86s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.36s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.19s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.00s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.67s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.24s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.58s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (0.62s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.12s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.79s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.07s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (0.59s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.24s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.35s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.45s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestBuildXZHost (1.28s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.40s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.52s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCommitChange (0.65s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.65s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.35s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCommitNewFile (0.98s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.71s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.11s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.52s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (0.93s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.53s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (0.92s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (0.94s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.43s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.73s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.81s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.51s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.69s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.57s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.64s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.61s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.61s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.23s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.56s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.45s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.62s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.53s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.56s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.63s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.54s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.54s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.56s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.18s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.44s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.58s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.31s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.66s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.67s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.54s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.64s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (0.76s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.38s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.53s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.36s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.93s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.13s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (0.47s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.38s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.32s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.54s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000d38f48_<nil>} (1.37s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13392450283_/foo_false__<nil>_<nil>_<nil>} (1.65s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13392450283_/foo_true__<nil>_<nil>_<nil>} (1.38s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31672923990_/foo_false__<nil>_<nil>_<nil>} (1.70s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31672923990_/foo_true__<nil>_<nil>_<nil>} (1.51s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31672923990_/foo_true__0xc000d38f78_<nil>_<nil>} (1.38s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000d38f90_<nil>} (1.48s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000d38fa8_<nil>} (1.37s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000d38fc0_<nil>} (1.42s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000d38fd8_<nil>} (1.32s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.99s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.29s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.04s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.04s)
23:56:09 [2022-10-04T23:56:09.163Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.31s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.83s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.76s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (1.20s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.20s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.90s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.68s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.71s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.93s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.60s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.52s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.73s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (0.76s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.54s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (0.69s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.99s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.59s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.57s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.72s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.54s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.50s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.48s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.52s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (0.63s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.49s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.54s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.10s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.60s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpToCaseC (1.81s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpToCaseD (3.84s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpToCaseE (2.50s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.48s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpToCaseG (2.93s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpToCaseH (1.80s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.46s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (2.65s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.52s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpToDot (0.49s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.98s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.93s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.64s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.94s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.17s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.49s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCpVolumePath (0.72s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.05s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.32s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.46s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.07s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.42s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.23s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.05s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCreateRM (0.10s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.14s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.39s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.08s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.05s)
23:56:09 [2022-10-04T23:56:09.163Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.55s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.10s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.50s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.31s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.79s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.46s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.28s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.53s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.42s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.43s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDockerFails (0.01s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.69s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.48s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (0.96s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.25s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.96s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.05s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.50s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.85s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.60s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.65s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.69s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.65s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.65s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.69s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.25s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.44s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.37s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsCopy (1.08s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (0.95s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.56s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.26s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (1.20s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (1.07s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.19s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.37s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.22s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.04s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsFilters (1.19s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.04s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.03s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.94s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.36s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsImagePull (1.04s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.04s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (2.52s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.58s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsRename (0.54s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsResize (0.61s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.36s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.63s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.59s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.73s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsTop (0.81s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.57s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.81s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExec (0.51s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.51s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.43s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.41s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecAPIStart (0.99s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.47s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.50s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.60s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.59s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.57s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.80s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.58s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecCgroup (1.33s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecEnv (0.71s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.96s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.53s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecInspectID (1.57s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.50s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.52s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.53s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecParseError (0.47s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.50s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.60s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.01s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.49s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.52s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (10.72s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.50s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecTTY (0.48s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.59s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.56s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.51s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.14s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.51s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.71s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.49s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.56s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.46s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.48s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.46s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.43s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.49s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.08s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestHealth (18.78s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.69s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.57s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.27s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.26s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.28s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.61s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.09s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.70s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.62s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.10s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.66s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.55s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.02s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImportDisplay (0.98s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImportFile (1.04s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.05s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.31s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.06s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.03s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.53s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.48s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.51s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.03s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.47s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.61s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.54s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.53s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.46s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.54s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.04s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.28s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.49s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.50s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.05s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.75s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.73s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.77s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.40s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.51s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectImage (0.01s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.42s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.44s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.44s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.45s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectPlugin (2.29s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.03s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.52s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.53s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.90s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.46s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.49s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.46s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.47s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.48s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.47s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.26s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (0.90s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLinksEnvs (0.96s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.21s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.06s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.29s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.30s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.33s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.29s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.52s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.51s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.32s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.02s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.46s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.48s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.26s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.42s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.45s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.47s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.42s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.59s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.43s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.80s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.78s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.77s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.87s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.67s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.81s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.46s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.43s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsSince (6.48s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.43s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.71s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsTail (0.71s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.69s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.65s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.29s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.47s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestNetHostname (1.63s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.26s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestNetworkEvents (5.62s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.17s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.39s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPluginActive (2.29s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.46s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.69s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (3.34s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.93s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.72s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (5.14s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.32s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.86s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPortHostBinding (1.11s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPortList (6.93s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.84s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (5.85s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.48s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.45s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.46s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.30s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
23:56:09 [2022-10-04T23:56:09.164Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (2.14s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.34s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.45s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsByOrder (2.32s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.05s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.51s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.89s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.25s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.46s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.05s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.37s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.92s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.86s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.48s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.47s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (0.93s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.51s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsRightTagName (1.45s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPsShowMounts (1.78s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.51s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.53s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.43s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.07s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.62s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.02s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.36s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.44s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.64s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.06s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.49s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (1.93s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.86s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.92s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (0.94s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.01s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.18s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.58s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.20s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.19s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.76s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.38s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.59s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRmiTag (0.14s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.56s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.64s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.44s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.55s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.25s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.83s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.42s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.24s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.44s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.42s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.04s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.45s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.59s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.63s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.87s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.94s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.61s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.61s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.59s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.53s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.59s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.65s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.80s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.46s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.47s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.46s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.65s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.58s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.44s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.48s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.66s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.03s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.61s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.62s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.42s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.42s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.43s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.44s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.68s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.49s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.49s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.43s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.38s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.94s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.01s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.11s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.48s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.46s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.45s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.43s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.46s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.70s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.74s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.67s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.41s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.94s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.46s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.42s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.64s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.09s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (0.84s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.26s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.39s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.92s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.47s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.55s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (0.95s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.42s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.40s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.43s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.41s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.41s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.40s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.43s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.43s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.38s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.52s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.56s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.44s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.04s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.57s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.54s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.04s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.41s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.26s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.65s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.83s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.58s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.99s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.42s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.16s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.90s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.91s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.77s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.30s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.30s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.63s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (0.81s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.70s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (1.00s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunModePIDHost (0.87s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (0.86s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunMount (3.76s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.47s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.48s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.54s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.60s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.07s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.33s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.46s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.30s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.02s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.46s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNetHost (0.87s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.47s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.49s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.40s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.60s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.41s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.35s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.43s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.43s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.46s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.45s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (6.07s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.55s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.55s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.24s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.73s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.53s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.44s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.60s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.65s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.52s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.48s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.49s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.56s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.29s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.40s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.99s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunRm (0.48s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.46s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.79s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.53s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.54s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.68s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.77s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.05s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.44s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.40s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.42s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.41s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.40s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.38s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.44s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.46s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.41s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.40s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunState (0.90s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.41s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.44s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.14s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.44s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.45s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunSysctls (0.90s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.41s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.36s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.42s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.09s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.18s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.76s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.41s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.44s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.62s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.41s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.45s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.57s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.19s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.16s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.64s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.56s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.46s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.42s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.66s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.67s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.77s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.67s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.15s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.49s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.78s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.43s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.16s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.57s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.47s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.88s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.42s)
23:56:09 [2022-10-04T23:56:09.165Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.45s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.42s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.42s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.43s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.46s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.43s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.45s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.45s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.41s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.86s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.43s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.36s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.00s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.46s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.90s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.46s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.70s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.14s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.95s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.44s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.09s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.40s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.42s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.10s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.58s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.19s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.04s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.40s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.60s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.42s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.49s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (2.15s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.15s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.71s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.70s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (1.22s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.57s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (1.64s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.86s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.10s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.54s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.14s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.46s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.97s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.65s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.70s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.61s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.50s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.52s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.75s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.63s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.22s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.93s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.45s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.47s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.92s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.61s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.53s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.98s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.49s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.84s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.88s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.60s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.59s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.25s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (1.97s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.38s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.14s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.90s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.79s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.28s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.91s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.90s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.30s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.32s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.30s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.28s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.27s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.49s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.47s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.90s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.14s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.09s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.69s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.20s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.06s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.08s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeEvents (0.67s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.64s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.21s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.80s)
23:56:09 [2022-10-04T23:56:09.166Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
23:56:09 [2022-10-04T23:56:09.166Z] === RUN   TestDockerRegistrySuite
23:56:09 [2022-10-04T23:56:09.166Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
23:56:10 [2022-10-04T23:56:10.101Z]     docker_cli_swarm_test.go:1902: [dbe7c8bd421fa] joining swarm manager [ddbefdde4ef29]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:56:10 [2022-10-04T23:56:10.666Z]     check_test.go:196: [d357ae0c9d817] daemon is not started
23:56:10 [2022-10-04T23:56:10.666Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
23:56:11 [2022-10-04T23:56:11.233Z]     docker_cli_swarm_test.go:1903: [d9ec3e58c0eed] joining swarm manager [ddbefdde4ef29]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:56:11 [2022-10-04T23:56:11.491Z]     check_test.go:196: [deed1d495de22] daemon is not started
23:56:11 [2022-10-04T23:56:11.491Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
23:56:12 [2022-10-04T23:56:12.864Z]     check_test.go:196: [d55291fbadefb] daemon is not started
23:56:12 [2022-10-04T23:56:12.864Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
23:56:13 [2022-10-04T23:56:13.122Z]     check_test.go:196: [d4016d95932c8] daemon is not started
23:56:13 [2022-10-04T23:56:13.122Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
23:56:15 [2022-10-04T23:56:15.649Z]     check_test.go:196: [dae7720a3b093] daemon is not started
23:56:15 [2022-10-04T23:56:15.649Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
23:56:20 [2022-10-04T23:56:20.909Z]     check_test.go:196: [dff136a1166c8] daemon is not started
23:56:20 [2022-10-04T23:56:20.909Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
23:56:23 [2022-10-04T23:56:23.461Z]     check_test.go:196: [d4507efb41ba6] daemon is not started
23:56:23 [2022-10-04T23:56:23.461Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
23:56:24 [2022-10-04T23:56:24.026Z]     check_test.go:196: [d70c9fa5c3703] daemon is not started
23:56:24 [2022-10-04T23:56:24.026Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
23:56:24 [2022-10-04T23:56:24.958Z]     check_test.go:196: [d296257b37b97] daemon is not started
23:56:24 [2022-10-04T23:56:24.958Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
23:56:25 [2022-10-04T23:56:25.891Z]     check_test.go:196: [d98942215662a] daemon is not started
23:56:25 [2022-10-04T23:56:25.891Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
23:56:27 [2022-10-04T23:56:27.266Z]     check_test.go:196: [d7a440fe0f2cc] daemon is not started
23:56:27 [2022-10-04T23:56:27.266Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
23:56:27 [2022-10-04T23:56:27.524Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
23:56:28 [2022-10-04T23:56:28.089Z]     check_test.go:196: [dd2bcf61f1e2a] daemon is not started
23:56:28 [2022-10-04T23:56:28.089Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
23:56:29 [2022-10-04T23:56:29.462Z]     check_test.go:196: [d8f64f9f389bc] daemon is not started
23:56:29 [2022-10-04T23:56:29.462Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
23:56:30 [2022-10-04T23:56:30.393Z]     check_test.go:196: [dada04f268dbe] daemon is not started
23:56:30 [2022-10-04T23:56:30.393Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
23:56:31 [2022-10-04T23:56:31.327Z]     docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:bcaa16b63c3863beb451b81b00788210ca564a20be40c29ceb78e47b06927359
23:56:32 [2022-10-04T23:56:32.262Z]     docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c0796cc441201a6edfb6fa77bf254b54234b97e41d5c501acb5acdd0e5f41fcf
23:56:32 [2022-10-04T23:56:32.262Z]     check_test.go:196: [d160765fa0334] daemon is not started
23:56:32 [2022-10-04T23:56:32.262Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
23:56:33 [2022-10-04T23:56:33.194Z]     docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ea04d8f12b75aabbc51f3b33bd8dc380c901b5049e53968dee47140d63184d98
23:56:33 [2022-10-04T23:56:33.655Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
23:56:33 [2022-10-04T23:56:33.655Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
23:56:33 [2022-10-04T23:56:33.655Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
23:56:34 [2022-10-04T23:56:34.126Z]     docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:42cc3da8a0c4e8c5c95545f16e96b3f526e80a95edfbb3514757a8fc37cea7fd
23:56:34 [2022-10-04T23:56:34.126Z]     check_test.go:196: [d86ce700bc910] daemon is not started
23:56:34 [2022-10-04T23:56:34.126Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
23:56:35 [2022-10-04T23:56:35.059Z]     check_test.go:196: [ddeff5bcca949] daemon is not started
23:56:35 [2022-10-04T23:56:35.059Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
23:56:35 [2022-10-04T23:56:35.316Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
23:56:36 [2022-10-04T23:56:36.796Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
23:56:36 [2022-10-04T23:56:36.796Z]     docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
23:56:36 [2022-10-04T23:56:36.796Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
23:56:36 [2022-10-04T23:56:36.796Z]     docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
23:56:36 [2022-10-04T23:56:36.796Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
23:56:36 [2022-10-04T23:56:36.796Z]     docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
23:56:37 [2022-10-04T23:56:37.303Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
23:56:37 [2022-10-04T23:56:37.808Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
23:56:37 [2022-10-04T23:56:37.808Z]     docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
23:56:37 [2022-10-04T23:56:37.808Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
23:56:37 [2022-10-04T23:56:37.847Z]     check_test.go:196: [d16ef53fc7a0e] daemon is not started
23:56:37 [2022-10-04T23:56:37.847Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
23:56:37 [2022-10-04T23:56:37.847Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
23:56:38 [2022-10-04T23:56:38.413Z]     check_test.go:196: [d7eb79149ecba] daemon is not started
23:56:38 [2022-10-04T23:56:38.413Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
23:56:38 [2022-10-04T23:56:38.672Z]     check_test.go:196: [d0a4ff1f01ed3] daemon is not started
23:56:38 [2022-10-04T23:56:38.672Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
23:56:40 [2022-10-04T23:56:40.046Z]     check_test.go:196: [d19aa4e4cfc36] daemon is not started
23:56:40 [2022-10-04T23:56:40.046Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
23:56:40 [2022-10-04T23:56:40.630Z]     check_test.go:196: [d06cbf24010cd] daemon is not started
23:56:40 [2022-10-04T23:56:40.630Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
23:56:41 [2022-10-04T23:56:41.569Z]     check_test.go:196: [d9f08dd507f7a] daemon is not started
23:56:41 [2022-10-04T23:56:41.569Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
23:56:44 [2022-10-04T23:56:44.098Z]     check_test.go:196: [d2999135c561c] daemon is not started
23:56:44 [2022-10-04T23:56:44.098Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
23:56:44 [2022-10-04T23:56:44.098Z]     check_test.go:196: [d7ec93a8ac607] daemon is not started
23:56:44 [2022-10-04T23:56:44.098Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
23:56:45 [2022-10-04T23:56:45.031Z]     check_test.go:196: [ddb5241119d56] daemon is not started
23:56:45 [2022-10-04T23:56:45.031Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
23:56:45 [2022-10-04T23:56:45.597Z]     check_test.go:196: [d3c2d8a294127] daemon is not started
23:56:45 [2022-10-04T23:56:45.597Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
23:56:45 [2022-10-04T23:56:45.597Z]     check_test.go:196: [de0ad75ce4f9d] daemon is not started
23:56:45 [2022-10-04T23:56:45.597Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
23:56:45 [2022-10-04T23:56:45.854Z]     check_test.go:196: [d19ae60ef2c51] daemon is not started
23:56:45 [2022-10-04T23:56:45.854Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
23:56:46 [2022-10-04T23:56:46.112Z]     check_test.go:196: [dc886f4f32ec2] daemon is not started
23:56:46 [2022-10-04T23:56:46.112Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
23:56:46 [2022-10-04T23:56:46.678Z]     check_test.go:196: [d1c483875b694] daemon is not started
23:56:46 [2022-10-04T23:56:46.678Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
23:56:46 [2022-10-04T23:56:46.678Z]     check_test.go:196: [dd7ffb9705d14] daemon is not started
23:56:46 [2022-10-04T23:56:46.678Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
23:56:47 [2022-10-04T23:56:47.611Z]     check_test.go:196: [db53557f55c4c] daemon is not started
23:56:47 [2022-10-04T23:56:47.611Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
23:56:48 [2022-10-04T23:56:48.985Z]     check_test.go:196: [d284ed4e311d6] daemon is not started
23:56:48 [2022-10-04T23:56:48.985Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
23:56:49 [2022-10-04T23:56:49.917Z]     check_test.go:196: [d025e661443be] daemon is not started
23:56:49 [2022-10-04T23:56:49.917Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
23:56:50 [2022-10-04T23:56:50.850Z]     check_test.go:196: [d12edc8aa052e] daemon is not started
23:56:50 [2022-10-04T23:56:50.850Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
23:56:51 [2022-10-04T23:56:51.782Z] === RUN   TestDockerRegistrySuite/TestV2Only
23:56:52 [2022-10-04T23:56:52.348Z] --- PASS: TestDockerRegistrySuite (43.29s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.51s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.07s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.30s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.59s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.90s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.58s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.97s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.88s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.00s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.00s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.08s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.44s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.98s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.91s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.79s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.99s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.27s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.01s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.15s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.17s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.90s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.87s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.24s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.98s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.36s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.23s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.39s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.13s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.99s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.31s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.77s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.94s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.89s)
23:56:52 [2022-10-04T23:56:52.348Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s)
23:56:52 [2022-10-04T23:56:52.348Z] === RUN   TestDockerSchema1RegistrySuite
23:56:52 [2022-10-04T23:56:52.348Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
23:56:52 [2022-10-04T23:56:52.606Z]     check_test.go:223: [d586277dc3c69] daemon is not started
23:56:52 [2022-10-04T23:56:52.606Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
23:56:53 [2022-10-04T23:56:53.172Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
23:56:55 [2022-10-04T23:56:55.701Z]     docker_cli_swarm_test.go:1803: [d9066ec2db445] joining swarm manager [d3652de042059]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:56:55 [2022-10-04T23:56:55.701Z]     check_test.go:223: [d58d3584983d9] daemon is not started
23:56:55 [2022-10-04T23:56:55.701Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
23:56:57 [2022-10-04T23:56:57.075Z]     docker_cli_swarm_test.go:1804: [d4df2eb100928] joining swarm manager [d3652de042059]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:57:01 [2022-10-04T23:57:01.265Z]     check_test.go:223: [d46753fbb925e] daemon is not started
23:57:01 [2022-10-04T23:57:01.265Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
23:57:03 [2022-10-04T23:57:03.162Z]     check_test.go:223: [d288d9230302a] daemon is not started
23:57:03 [2022-10-04T23:57:03.162Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
23:57:04 [2022-10-04T23:57:04.096Z]     check_test.go:223: [d46f75e2a53e0] daemon is not started
23:57:04 [2022-10-04T23:57:04.096Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
23:57:05 [2022-10-04T23:57:05.028Z]     check_test.go:223: [dcee7d7ec5a31] daemon is not started
23:57:05 [2022-10-04T23:57:05.028Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
23:57:05 [2022-10-04T23:57:05.285Z]     check_test.go:223: [d7d587304d02a] daemon is not started
23:57:05 [2022-10-04T23:57:05.285Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
23:57:06 [2022-10-04T23:57:06.219Z]     check_test.go:223: [df4b3f5b4646a] daemon is not started
23:57:06 [2022-10-04T23:57:06.219Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
23:57:07 [2022-10-04T23:57:07.156Z]     check_test.go:223: [db854b28985d9] daemon is not started
23:57:07 [2022-10-04T23:57:07.156Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
23:57:08 [2022-10-04T23:57:08.089Z]     check_test.go:223: [d7a80f4218e74] daemon is not started
23:57:08 [2022-10-04T23:57:08.089Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
23:57:10 [2022-10-04T23:57:10.616Z]     check_test.go:223: [dafca9b026bf0] daemon is not started
23:57:10 [2022-10-04T23:57:10.616Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
23:57:10 [2022-10-04T23:57:10.616Z]     check_test.go:223: [d23b7043772fe] daemon is not started
23:57:10 [2022-10-04T23:57:10.616Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
23:57:10 [2022-10-04T23:57:10.873Z]     check_test.go:223: [db2e0d2c39af5] daemon is not started
23:57:10 [2022-10-04T23:57:10.873Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
23:57:11 [2022-10-04T23:57:11.131Z]     check_test.go:223: [de903c856338e] daemon is not started
23:57:11 [2022-10-04T23:57:11.131Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
23:57:11 [2022-10-04T23:57:11.389Z]     check_test.go:223: [d2556dcf55c7b] daemon is not started
23:57:11 [2022-10-04T23:57:11.389Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
23:57:11 [2022-10-04T23:57:11.647Z]     check_test.go:223: [df3d6c50cfc1e] daemon is not started
23:57:11 [2022-10-04T23:57:11.647Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
23:57:11 [2022-10-04T23:57:11.905Z]     check_test.go:223: [da6b9916312d1] daemon is not started
23:57:11 [2022-10-04T23:57:11.905Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
23:57:12 [2022-10-04T23:57:12.162Z]     check_test.go:223: [d08c212aba32d] daemon is not started
23:57:12 [2022-10-04T23:57:12.162Z] --- PASS: TestDockerSchema1RegistrySuite (19.77s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.17s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.15s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.01s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.60s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.94s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.93s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.92s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.89s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.86s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.25s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.37s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.27s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.24s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s)
23:57:12 [2022-10-04T23:57:12.162Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s)
23:57:12 [2022-10-04T23:57:12.162Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
23:57:12 [2022-10-04T23:57:12.162Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
23:57:12 [2022-10-04T23:57:12.420Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
23:57:12 [2022-10-04T23:57:12.752Z]     check_test.go:252: [d9a2f9508c361] daemon is not started
23:57:12 [2022-10-04T23:57:12.752Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
23:57:13 [2022-10-04T23:57:13.696Z]     check_test.go:252: [d49b03dccb332] daemon is not started
23:57:13 [2022-10-04T23:57:13.696Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
23:57:13 [2022-10-04T23:57:13.696Z]     check_test.go:252: [db6e049cd7a40] daemon is not started
23:57:13 [2022-10-04T23:57:13.696Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
23:57:14 [2022-10-04T23:57:14.369Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
23:57:14 [2022-10-04T23:57:14.876Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
23:57:14 [2022-10-04T23:57:14.876Z]     docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
23:57:15 [2022-10-04T23:57:15.071Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
23:57:15 [2022-10-04T23:57:15.381Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
23:57:15 [2022-10-04T23:57:15.637Z]     check_test.go:252: [de04924a5aa92] daemon is not started
23:57:15 [2022-10-04T23:57:15.637Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
23:57:16 [2022-10-04T23:57:16.203Z]     check_test.go:252: [de39b175023fa] daemon is not started
23:57:16 [2022-10-04T23:57:16.203Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
23:57:16 [2022-10-04T23:57:16.770Z]     check_test.go:252: [d45fda559e13f] daemon is not started
23:57:16 [2022-10-04T23:57:16.770Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
23:57:17 [2022-10-04T23:57:17.027Z]     check_test.go:252: [dfacbadca05ea] daemon is not started
23:57:17 [2022-10-04T23:57:17.027Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.97s)
23:57:17 [2022-10-04T23:57:17.027Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.76s)
23:57:17 [2022-10-04T23:57:17.027Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.69s)
23:57:17 [2022-10-04T23:57:17.027Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s)
23:57:17 [2022-10-04T23:57:17.027Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.33s)
23:57:17 [2022-10-04T23:57:17.027Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s)
23:57:17 [2022-10-04T23:57:17.027Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s)
23:57:17 [2022-10-04T23:57:17.027Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.84s)
23:57:17 [2022-10-04T23:57:17.027Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s)
23:57:17 [2022-10-04T23:57:17.027Z] === RUN   TestDockerRegistryAuthTokenSuite
23:57:17 [2022-10-04T23:57:17.027Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
23:57:20 [2022-10-04T23:57:20.312Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
23:57:21 [2022-10-04T23:57:21.685Z]     docker_cli_swarm_test.go:1322: [df91e5606228f] joining swarm manager [daef3f37f90b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
23:57:22 [2022-10-04T23:57:22.249Z]     check_test.go:279: [d7094d30e3396] daemon is not started
23:57:22 [2022-10-04T23:57:22.249Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
23:57:22 [2022-10-04T23:57:22.507Z]     check_test.go:279: [d856190837acf] daemon is not started
23:57:22 [2022-10-04T23:57:22.507Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
23:57:22 [2022-10-04T23:57:22.507Z]     check_test.go:279: [dcdcebd3cabc4] daemon is not started
23:57:22 [2022-10-04T23:57:22.507Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
23:57:22 [2022-10-04T23:57:22.765Z]     check_test.go:279: [d294f4cd8b483] daemon is not started
23:57:22 [2022-10-04T23:57:22.765Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
23:57:22 [2022-10-04T23:57:22.765Z]     check_test.go:279: [d5d917e29fc99] daemon is not started
23:57:22 [2022-10-04T23:57:22.765Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.82s)
23:57:22 [2022-10-04T23:57:22.765Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s)
23:57:22 [2022-10-04T23:57:22.765Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.19s)
23:57:22 [2022-10-04T23:57:22.765Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s)
23:57:22 [2022-10-04T23:57:22.765Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
23:57:22 [2022-10-04T23:57:22.765Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s)
23:57:22 [2022-10-04T23:57:22.765Z] === RUN   TestDockerNetworkSuite
23:57:22 [2022-10-04T23:57:22.765Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
23:57:23 [2022-10-04T23:57:23.023Z]     docker_cli_swarm_test.go:1323: [df44339b895d4] joining swarm manager [daef3f37f90b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
23:57:25 [2022-10-04T23:57:25.555Z]     docker_cli_network_unix_test.go:47: [d98d158312b55] daemon is not started
23:57:25 [2022-10-04T23:57:25.555Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
23:57:25 [2022-10-04T23:57:25.555Z]     docker_cli_network_unix_test.go:47: [d6b042fbf9ae6] daemon is not started
23:57:25 [2022-10-04T23:57:25.815Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
23:57:28 [2022-10-04T23:57:28.342Z]     docker_cli_network_unix_test.go:47: [d7266766cbfdc] daemon is not started
23:57:28 [2022-10-04T23:57:28.600Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
23:57:29 [2022-10-04T23:57:29.972Z]     docker_cli_network_unix_test.go:47: [d1d375b6518be] daemon is not started
23:57:30 [2022-10-04T23:57:30.231Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
23:57:30 [2022-10-04T23:57:30.231Z]     docker_cli_network_unix_test.go:1234: [dbeb1c6300c4f] daemon is not started
23:57:32 [2022-10-04T23:57:32.762Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
23:57:33 [2022-10-04T23:57:33.702Z]     docker_cli_network_unix_test.go:47: [d1fac4a7ae42d] daemon is not started
23:57:33 [2022-10-04T23:57:33.990Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
23:57:37 [2022-10-04T23:57:37.182Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
23:57:38 [2022-10-04T23:57:38.181Z]     docker_cli_network_unix_test.go:47: [d37fc4535e39e] daemon is not started
23:57:38 [2022-10-04T23:57:38.861Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
23:57:39 [2022-10-04T23:57:39.114Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
23:57:39 [2022-10-04T23:57:39.367Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
23:57:41 [2022-10-04T23:57:41.013Z]     docker_cli_network_unix_test.go:47: [d61bc8ff0a647] daemon is not started
23:57:41 [2022-10-04T23:57:41.271Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
23:57:42 [2022-10-04T23:57:42.212Z]     docker_cli_network_unix_test.go:47: [db47aa60ec9f3] daemon is not started
23:57:42 [2022-10-04T23:57:42.470Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
23:57:42 [2022-10-04T23:57:42.728Z]     docker_cli_network_unix_test.go:47: [d24dc29cfb1c0] daemon is not started
23:57:42 [2022-10-04T23:57:42.986Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
23:57:43 [2022-10-04T23:57:43.245Z]     docker_cli_network_unix_test.go:47: [dc53ee804657c] daemon is not started
23:57:43 [2022-10-04T23:57:43.245Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
23:57:43 [2022-10-04T23:57:43.393Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
23:57:43 [2022-10-04T23:57:43.809Z]     docker_cli_network_unix_test.go:47: [dbf7a6a8be67f] daemon is not started
23:57:44 [2022-10-04T23:57:44.067Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
23:57:44 [2022-10-04T23:57:44.634Z]     docker_cli_network_unix_test.go:47: [d9d228703961b] daemon is not started
23:57:45 [2022-10-04T23:57:45.200Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
23:57:45 [2022-10-04T23:57:45.200Z]     docker_cli_network_unix_test.go:47: [d6dceb83a9db8] daemon is not started
23:57:45 [2022-10-04T23:57:45.200Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
23:57:45 [2022-10-04T23:57:45.459Z]     docker_cli_network_unix_test.go:47: [d1ce19d787ee7] daemon is not started
23:57:45 [2022-10-04T23:57:45.459Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
23:57:45 [2022-10-04T23:57:45.775Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
23:57:46 [2022-10-04T23:57:46.024Z]     docker_cli_network_unix_test.go:47: [db9f147157fd1] daemon is not started
23:57:46 [2022-10-04T23:57:46.282Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
23:57:46 [2022-10-04T23:57:46.541Z]     docker_cli_network_unix_test.go:47: [d93281f01c929] daemon is not started
23:57:46 [2022-10-04T23:57:46.541Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
23:57:46 [2022-10-04T23:57:46.541Z]     docker_cli_network_unix_test.go:47: [d0fd8c8cfe9b5] daemon is not started
23:57:46 [2022-10-04T23:57:46.541Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
23:57:46 [2022-10-04T23:57:46.802Z]     docker_cli_network_unix_test.go:47: [dee56e7dbfc99] daemon is not started
23:57:46 [2022-10-04T23:57:46.802Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
23:57:47 [2022-10-04T23:57:47.738Z]     docker_cli_network_unix_test.go:47: [dfcdda454575b] daemon is not started
23:57:47 [2022-10-04T23:57:47.738Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
23:57:48 [2022-10-04T23:57:48.000Z]     docker_cli_network_unix_test.go:47: [d9ff13e96b713] daemon is not started
23:57:48 [2022-10-04T23:57:48.568Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
23:57:48 [2022-10-04T23:57:48.568Z]     docker_cli_network_unix_test.go:47: [dbe43ab0f0903] daemon is not started
23:57:48 [2022-10-04T23:57:48.568Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
23:57:48 [2022-10-04T23:57:48.826Z]     docker_cli_network_unix_test.go:47: [d3984ae4657e7] daemon is not started
23:57:48 [2022-10-04T23:57:48.826Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
23:57:48 [2022-10-04T23:57:48.826Z]     docker_cli_network_unix_test.go:47: [d1b2e0759dc6b] daemon is not started
23:57:48 [2022-10-04T23:57:48.826Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
23:57:49 [2022-10-04T23:57:49.802Z] === RUN   TestDockerSuite/TestBuildDockerignore
23:57:50 [2022-10-04T23:57:50.225Z]     docker_cli_network_unix_test.go:969: [d0abe1c85476e] daemon is not started
23:57:51 [2022-10-04T23:57:51.597Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
23:57:52 [2022-10-04T23:57:52.531Z]     docker_cli_network_unix_test.go:47: [d1d54cedfc1fe] daemon is not started
23:57:52 [2022-10-04T23:57:52.531Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
23:57:55 [2022-10-04T23:57:55.058Z]     docker_cli_network_unix_test.go:1117: [db27e900836b3] daemon is not started
23:57:58 [2022-10-04T23:57:58.343Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
23:57:58 [2022-10-04T23:57:58.343Z]     docker_cli_network_unix_test.go:47: [deb1db575257e] daemon is not started
23:57:58 [2022-10-04T23:57:58.343Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
23:57:58 [2022-10-04T23:57:58.908Z]     docker_cli_network_unix_test.go:47: [d9ccd2f2de926] daemon is not started
23:57:58 [2022-10-04T23:57:58.908Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
23:57:58 [2022-10-04T23:57:58.908Z]     docker_cli_network_unix_test.go:47: [de0bbc47a3b72] daemon is not started
23:57:59 [2022-10-04T23:57:59.166Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
23:57:59 [2022-10-04T23:57:59.166Z]     docker_cli_network_unix_test.go:47: [da6b4cb7c8500] daemon is not started
23:57:59 [2022-10-04T23:57:59.166Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
23:57:59 [2022-10-04T23:57:59.166Z]     docker_cli_network_unix_test.go:47: [d06ff72f6305b] daemon is not started
23:57:59 [2022-10-04T23:57:59.166Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
23:57:59 [2022-10-04T23:57:59.424Z]     docker_cli_network_unix_test.go:47: [db12ecb21fab5] daemon is not started
23:57:59 [2022-10-04T23:57:59.424Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
23:57:59 [2022-10-04T23:57:59.424Z]     docker_cli_network_unix_test.go:47: [d5f570fdc4fc8] daemon is not started
23:57:59 [2022-10-04T23:57:59.424Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
23:58:00 [2022-10-04T23:58:00.798Z]     docker_cli_network_unix_test.go:47: [dcc0cb03eb344] daemon is not started
23:58:01 [2022-10-04T23:58:01.732Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
23:58:01 [2022-10-04T23:58:01.990Z]     docker_cli_network_unix_test.go:47: [d20e1ddf58c71] daemon is not started
23:58:01 [2022-10-04T23:58:01.990Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
23:58:01 [2022-10-04T23:58:01.990Z]     docker_cli_network_unix_test.go:308: unmatched requirement OnlyDefaultNetworks
23:58:01 [2022-10-04T23:58:01.990Z]     docker_cli_network_unix_test.go:47: [d5db74d8bc74e] daemon is not started
23:58:01 [2022-10-04T23:58:01.990Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
23:58:02 [2022-10-04T23:58:02.556Z]     docker_cli_network_unix_test.go:47: [d5b58d3814818] daemon is not started
23:58:02 [2022-10-04T23:58:02.556Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
23:58:06 [2022-10-04T23:58:06.738Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
23:58:07 [2022-10-04T23:58:07.672Z]     docker_cli_network_unix_test.go:1085: [db7049e4a3afa] daemon is not started
23:58:09 [2022-10-04T23:58:09.045Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
23:58:09 [2022-10-04T23:58:09.045Z]     docker_cli_network_unix_test.go:47: [df3a689459e87] daemon is not started
23:58:09 [2022-10-04T23:58:09.045Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
23:58:09 [2022-10-04T23:58:09.619Z]     docker_cli_network_unix_test.go:47: [d458aabc9145a] daemon is not started
23:58:09 [2022-10-04T23:58:09.877Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
23:58:11 [2022-10-04T23:58:11.250Z]     docker_cli_network_unix_test.go:47: [de1b06ec73d6b] daemon is not started
23:58:11 [2022-10-04T23:58:11.250Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
23:58:11 [2022-10-04T23:58:11.250Z]     docker_cli_network_unix_test.go:47: [d658247a1715d] daemon is not started
23:58:11 [2022-10-04T23:58:11.250Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
23:58:11 [2022-10-04T23:58:11.815Z]     docker_cli_network_unix_test.go:47: [db4b4b177dfde] daemon is not started
23:58:12 [2022-10-04T23:58:12.073Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
23:58:12 [2022-10-04T23:58:12.330Z]     docker_cli_network_unix_test.go:47: [d8b9a31d042c6] daemon is not started
23:58:12 [2022-10-04T23:58:12.588Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
23:58:13 [2022-10-04T23:58:13.154Z]     docker_cli_network_unix_test.go:47: [d7b685b49a0de] daemon is not started
23:58:13 [2022-10-04T23:58:13.411Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
23:58:19 [2022-10-04T23:58:19.964Z]     docker_cli_network_unix_test.go:47: [dc828473d75ab] daemon is not started
23:58:19 [2022-10-04T23:58:19.964Z] --- PASS: TestDockerNetworkSuite (56.71s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.37s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.64s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.69s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.54s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.43s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.46s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.10s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.18s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.15s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.50s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.38s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.87s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.90s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.78s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.18s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.75s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.01s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.27s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.38s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.13s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.43s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.19s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.83s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.42s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.79s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.46s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.93s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.75s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.45s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.06s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.65s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.48s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.87s)
23:58:19 [2022-10-04T23:58:19.964Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.21s)
23:58:19 [2022-10-04T23:58:19.964Z] === RUN   TestDockerHubPullSuite
23:58:19 [2022-10-04T23:58:19.964Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
23:58:21 [2022-10-04T23:58:21.861Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
23:58:24 [2022-10-04T23:58:24.386Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
23:58:24 [2022-10-04T23:58:24.950Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
23:58:26 [2022-10-04T23:58:26.847Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
23:58:27 [2022-10-04T23:58:27.413Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
23:58:27 [2022-10-04T23:58:27.671Z] --- PASS: TestDockerHubPullSuite (8.09s)
23:58:27 [2022-10-04T23:58:27.671Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.97s)
23:58:27 [2022-10-04T23:58:27.671Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.52s)
23:58:27 [2022-10-04T23:58:27.671Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.95s)
23:58:27 [2022-10-04T23:58:27.671Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.74s)
23:58:27 [2022-10-04T23:58:27.671Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.54s)
23:58:27 [2022-10-04T23:58:27.671Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.36s)
23:58:27 [2022-10-04T23:58:27.671Z] PASS
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === Skipped
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_sni_test.go:18: Flakey test
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_create_test.go:59: unmatched requirement Devicemapper
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_events_unix_test.go:53: unmatched requirement swapMemorySupport
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_events_unix_test.go:83: unmatched requirement swapMemorySupport
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_unix_test.go:87: Host does not have /dev/snd
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_unix_test.go:591: unmatched requirement swapMemorySupport
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_unix_test.go:692: unmatched requirement swapMemorySupport
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_unix_test.go:1417: Host does not have /dev/snd/timer
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_unix_test.go:542: unmatched requirement blkioWeight
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_unix_test.go:553: unmatched requirement blkioWeight
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_unix_test.go:567: unmatched requirement blkioWeight
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_unix_test.go:573: unmatched requirement blkioWeight
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_unix_test.go:585: unmatched requirement blkioWeight
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_unix_test.go:561: unmatched requirement blkioWeight
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_unix_test.go:629: unmatched requirement swapMemorySupport
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_network_unix_test.go:308: unmatched requirement OnlyDefaultNetworks
23:58:27 [2022-10-04T23:58:27.671Z]     docker_cli_network_unix_test.go:47: [d5db74d8bc74e] daemon is not started
23:58:27 [2022-10-04T23:58:27.671Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
23:58:27 [2022-10-04T23:58:27.671Z] 
23:58:27 [2022-10-04T23:58:27.671Z] DONE 1270 tests, 51 skipped in 1412.072s
23:58:27 [2022-10-04T23:58:27.671Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
23:58:27 [2022-10-04T23:58:27.671Z] ++++ cat bundles/test-integration/docker.pid
23:58:27 [2022-10-04T23:58:27.671Z] +++ kill 7996
23:58:28 [2022-10-04T23:58:28.604Z] +++ /etc/init.d/apparmor stop
23:58:28 [2022-10-04T23:58:28.604Z] Leaving: AppArmorNo profiles have been unloaded.
23:58:28 [2022-10-04T23:58:28.604Z] 
23:58:28 [2022-10-04T23:58:28.604Z] Unloading profiles will leave already running processes permanently
23:58:28 [2022-10-04T23:58:28.604Z] unconfined, which can lead to unexpected situations.
23:58:28 [2022-10-04T23:58:28.604Z] 
23:58:28 [2022-10-04T23:58:28.604Z] To set a process to complain mode, use the command line tool
23:58:28 [2022-10-04T23:58:28.604Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
23:58:28 [2022-10-04T23:58:28.604Z] +++ true
23:58:28 [2022-10-04T23:58:28.883Z] exiting test-integration
23:58:28 [2022-10-04T23:58:28.883Z] ++ exit 0
23:58:28 [2022-10-04T23:58:28.883Z] 
23:58:29 [2022-10-04T23:58:29.143Z] + for job in $(jobs -p)
23:58:29 [2022-10-04T23:58:29.143Z] + wait 10067
23:58:51 [2022-10-04T23:58:51.056Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
23:58:54 [2022-10-04T23:58:54.335Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
23:58:59 [2022-10-04T23:58:59.594Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
23:59:06 [2022-10-04T23:59:06.148Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
23:59:07 [2022-10-04T23:59:07.520Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
23:59:11 [2022-10-04T23:59:11.716Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
23:59:13 [2022-10-04T23:59:13.614Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
23:59:17 [2022-10-04T23:59:17.794Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
23:59:17 [2022-10-04T23:59:17.794Z]     docker_cli_swarm_test.go:131: unmatched requirement IPv6
23:59:17 [2022-10-04T23:59:17.794Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
23:59:23 [2022-10-04T23:59:23.056Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
23:59:23 [2022-10-04T23:59:23.621Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
23:59:24 [2022-10-04T23:59:24.185Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
23:59:26 [2022-10-04T23:59:26.710Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
23:59:32 [2022-10-04T23:59:32.211Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
23:59:32 [2022-10-04T23:59:32.211Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
23:59:32 [2022-10-04T23:59:32.211Z]     docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
23:59:32 [2022-10-04T23:59:32.211Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
00:00:22 [2022-10-05T00:00:22.926Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
00:00:22 [2022-10-05T00:00:22.927Z]     docker_cli_swarm_test.go:1187: [d9aca797f89d7] joining swarm manager [de74d69ddfb6f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
00:00:28 [2022-10-05T00:00:28.186Z]     docker_cli_swarm_test.go:1196: [de50efcc72384] joining swarm manager [de74d69ddfb6f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
00:00:59 [2022-10-05T00:00:59.393Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
00:00:59 [2022-10-05T00:00:59.904Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
00:01:00 [2022-10-05T00:01:00.967Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
00:01:06 [2022-10-05T00:01:06.877Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
00:01:12 [2022-10-05T00:01:12.136Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
00:01:16 [2022-10-05T00:01:16.336Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
00:01:18 [2022-10-05T00:01:18.232Z]     docker_cli_swarm_test.go:1119: [dbc1a969ea2c4] joining swarm manager [d416717059de2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
00:01:19 [2022-10-05T00:01:19.604Z]     docker_cli_swarm_test.go:1120: [ddc0052a3d640] joining swarm manager [d416717059de2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
00:01:31 [2022-10-05T00:01:31.722Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
00:01:44 [2022-10-05T00:01:44.681Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
00:01:53 [2022-10-05T00:01:53.727Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
00:02:30 [2022-10-05T00:02:30.271Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
00:02:45 [2022-10-05T00:02:45.697Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
00:02:54 [2022-10-05T00:02:54.745Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
00:02:56 [2022-10-05T00:02:56.020Z]     docker_cli_swarm_test.go:1173: [d5b191cc01c2c] joining swarm manager [d416717059de2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
00:03:22 [2022-10-05T00:03:22.572Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
00:03:22 [2022-10-05T00:03:22.572Z]     docker_cli_swarm_test.go:1454: [d1c2053c55ac8] joining swarm manager [defc173492d9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
00:03:22 [2022-10-05T00:03:22.572Z]     docker_cli_swarm_test.go:1455: [ddc5828cfdab2] joining swarm manager [defc173492d9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
00:03:34 [2022-10-05T00:03:34.764Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
00:03:34 [2022-10-05T00:03:34.764Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
00:03:34 [2022-10-05T00:03:34.764Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
00:03:34 [2022-10-05T00:03:34.764Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
00:03:34 [2022-10-05T00:03:34.764Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
00:03:35 [2022-10-05T00:03:35.330Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
00:03:37 [2022-10-05T00:03:37.230Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
00:03:40 [2022-10-05T00:03:40.513Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
00:03:43 [2022-10-05T00:03:43.041Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
00:03:44 [2022-10-05T00:03:44.941Z]     docker_cli_swarm_unix_test.go:63: [d6444a0cc7752] joining swarm manager [db2b3056e56e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
00:04:41 [2022-10-05T00:04:41.170Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
00:04:41 [2022-10-05T00:04:41.170Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
00:04:41 [2022-10-05T00:04:41.170Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
00:04:42 [2022-10-05T00:04:42.543Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
00:04:45 [2022-10-05T00:04:45.823Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
00:04:47 [2022-10-05T00:04:47.722Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
00:04:49 [2022-10-05T00:04:49.621Z]     docker_api_swarm_test.go:962: [d28d4ae2c39c8] joining swarm manager [d8f335b8f465d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
00:04:52 [2022-10-05T00:04:52.416Z] === RUN   TestDockerSuite/TestBuildDotDotFile
00:04:52 [2022-10-05T00:04:52.416Z] === RUN   TestDockerSuite/TestBuildEOLInLine
00:04:52 [2022-10-05T00:04:52.416Z]     docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
00:04:52 [2022-10-05T00:04:52.939Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
00:04:52 [2022-10-05T00:04:52.939Z]     docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
00:04:52 [2022-10-05T00:04:52.939Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
00:04:53 [2022-10-05T00:04:53.444Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
00:04:54 [2022-10-05T00:04:54.507Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
00:04:54 [2022-10-05T00:04:54.507Z]     docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
00:04:54 [2022-10-05T00:04:54.507Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
00:04:55 [2022-10-05T00:04:55.013Z] === RUN   TestDockerSuite/TestBuildEntrypoint
00:04:55 [2022-10-05T00:04:55.520Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
00:05:01 [2022-10-05T00:05:01.713Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
00:05:04 [2022-10-05T00:05:04.859Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
00:05:07 [2022-10-05T00:05:07.687Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
00:05:08 [2022-10-05T00:05:08.872Z] === RUN   TestDockerSuite/TestBuildEnv
00:05:08 [2022-10-05T00:05:08.872Z]     docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
00:05:08 [2022-10-05T00:05:08.872Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
00:05:08 [2022-10-05T00:05:08.872Z]     docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
00:05:09 [2022-10-05T00:05:09.378Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
00:05:09 [2022-10-05T00:05:09.378Z]     docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
00:05:09 [2022-10-05T00:05:09.378Z] === RUN   TestDockerSuite/TestBuildEnvUsage
00:05:09 [2022-10-05T00:05:09.378Z]     docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
00:05:09 [2022-10-05T00:05:09.378Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
00:05:09 [2022-10-05T00:05:09.378Z]     docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
00:05:09 [2022-10-05T00:05:09.378Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
00:05:13 [2022-10-05T00:05:13.409Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
00:05:13 [2022-10-05T00:05:13.409Z]     docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
00:05:13 [2022-10-05T00:05:13.409Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
00:05:13 [2022-10-05T00:05:13.409Z]     docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
00:05:13 [2022-10-05T00:05:13.409Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
00:05:13 [2022-10-05T00:05:13.409Z]     docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
00:05:13 [2022-10-05T00:05:13.409Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
00:05:14 [2022-10-05T00:05:14.471Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
00:05:19 [2022-10-05T00:05:19.494Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
00:05:19 [2022-10-05T00:05:19.898Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
00:05:22 [2022-10-05T00:05:22.427Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
00:05:24 [2022-10-05T00:05:24.324Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
00:05:27 [2022-10-05T00:05:27.601Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
00:05:34 [2022-10-05T00:05:34.911Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
00:05:35 [2022-10-05T00:05:35.417Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
00:05:35 [2022-10-05T00:05:35.417Z]     docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
00:05:35 [2022-10-05T00:05:35.417Z] === RUN   TestDockerSuite/TestBuildExpose
00:05:35 [2022-10-05T00:05:35.417Z]     docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
00:05:35 [2022-10-05T00:05:35.417Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
00:05:35 [2022-10-05T00:05:35.417Z]     docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
00:05:35 [2022-10-05T00:05:35.417Z] === RUN   TestDockerSuite/TestBuildExposeOrder
00:05:35 [2022-10-05T00:05:35.417Z]     docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
00:05:35 [2022-10-05T00:05:35.417Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
00:05:35 [2022-10-05T00:05:35.417Z]     docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
00:05:35 [2022-10-05T00:05:35.417Z] === RUN   TestDockerSuite/TestBuildFails
00:05:35 [2022-10-05T00:05:35.706Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
00:05:37 [2022-10-05T00:05:37.790Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
00:05:38 [2022-10-05T00:05:38.295Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
00:05:39 [2022-10-05T00:05:39.886Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
00:05:42 [2022-10-05T00:05:42.411Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
00:05:44 [2022-10-05T00:05:44.966Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
00:05:46 [2022-10-05T00:05:46.864Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
00:05:49 [2022-10-05T00:05:49.144Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
00:05:49 [2022-10-05T00:05:49.403Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
00:05:52 [2022-10-05T00:05:52.683Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
00:05:54 [2022-10-05T00:05:54.182Z] === RUN   TestDockerSuite/TestBuildForceRm
00:05:54 [2022-10-05T00:05:54.580Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
00:06:07 [2022-10-05T00:06:07.162Z] === RUN   TestDockerSuite/TestBuildFromGit
00:06:18 [2022-10-05T00:06:18.016Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
00:06:18 [2022-10-05T00:06:18.016Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
00:06:24 [2022-10-05T00:06:24.184Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
00:06:24 [2022-10-05T00:06:24.184Z]     docker_cli_build_test.go:3698: unmatched requirement UnixCli
00:06:24 [2022-10-05T00:06:24.184Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
00:06:24 [2022-10-05T00:06:24.184Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
00:06:24 [2022-10-05T00:06:24.690Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
00:06:24 [2022-10-05T00:06:24.690Z]     docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
00:06:24 [2022-10-05T00:06:24.690Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
00:06:40 [2022-10-05T00:06:40.121Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
00:06:40 [2022-10-05T00:06:40.121Z]     docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
00:06:40 [2022-10-05T00:06:40.121Z] === RUN   TestDockerSuite/TestBuildHistory
00:06:49 [2022-10-05T00:06:49.166Z] === RUN   TestDockerSuite/TestBuildIidFile
00:06:49 [2022-10-05T00:06:49.671Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
00:06:50 [2022-10-05T00:06:50.783Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
00:06:52 [2022-10-05T00:06:52.038Z] === RUN   TestDockerSuite/TestBuildInheritance
00:06:52 [2022-10-05T00:06:52.038Z]     docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
00:06:52 [2022-10-05T00:06:52.038Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
00:06:53 [2022-10-05T00:06:53.098Z] === RUN   TestDockerSuite/TestBuildInvalidTag
00:06:53 [2022-10-05T00:06:53.098Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
00:07:02 [2022-10-05T00:07:02.134Z] === RUN   TestDockerSuite/TestBuildLabel
00:07:03 [2022-10-05T00:07:03.196Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
00:07:03 [2022-10-05T00:07:03.702Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
00:07:04 [2022-10-05T00:07:04.776Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
00:07:05 [2022-10-05T00:07:05.662Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
00:07:05 [2022-10-05T00:07:05.840Z] === RUN   TestDockerSuite/TestBuildLabels
00:07:06 [2022-10-05T00:07:06.922Z] === RUN   TestDockerSuite/TestBuildLabelsCache
00:07:08 [2022-10-05T00:07:08.600Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
00:07:14 [2022-10-05T00:07:14.770Z] === RUN   TestDockerSuite/TestBuildLastModified
00:07:14 [2022-10-05T00:07:14.770Z]     docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
00:07:14 [2022-10-05T00:07:14.770Z] === RUN   TestDockerSuite/TestBuildLineBreak
00:07:14 [2022-10-05T00:07:14.770Z]     docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
00:07:14 [2022-10-05T00:07:14.770Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
00:07:14 [2022-10-05T00:07:14.770Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
00:07:14 [2022-10-05T00:07:14.770Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
00:07:14 [2022-10-05T00:07:14.770Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
00:07:14 [2022-10-05T00:07:14.770Z] === RUN   TestDockerSuite/TestBuildMaintainer
00:07:15 [2022-10-05T00:07:15.275Z] === RUN   TestDockerSuite/TestBuildMissingArgs
00:07:16 [2022-10-05T00:07:16.336Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
00:07:20 [2022-10-05T00:07:20.520Z] --- PASS: TestDockerSwarmSuite (1604.19s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.16s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.98s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.02s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.24s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.96s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (27.76s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.46s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.87s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.38s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (38.73s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.02s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.32s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.70s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.55s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.34s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.95s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.17s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.39s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (24.24s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (61.08s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (60.91s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.53s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.30s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.60s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.35s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.58s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.67s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.73s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.49s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.57s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (31.93s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.08s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.47s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.29s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.09s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.54s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.92s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.96s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.84s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.32s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.51s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.98s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.00s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.93s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.47s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.69s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.84s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.05s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.50s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.16s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.86s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.59s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.14s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.15s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.43s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.27s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.28s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.47s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.35s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.75s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.64s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.13s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.63s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.88s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.35s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.13s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.80s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.54s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.49s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.62s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.73s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.59s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.47s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.17s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.85s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (90.34s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.29s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.58s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.70s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.23s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.13s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.16s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.47s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
00:07:20 [2022-10-05T00:07:20.520Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.70s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.68s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.69s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.13s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.48s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (43.56s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.82s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.04s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (123.49s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.16s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.31s)
00:07:20 [2022-10-05T00:07:20.521Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.18s)
00:07:20 [2022-10-05T00:07:20.521Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s)
00:07:20 [2022-10-05T00:07:20.521Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s)
00:07:20 [2022-10-05T00:07:20.521Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.12s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.28s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.09s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.36s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.09s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.07s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.14s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.00s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.40s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.91s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.03s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.21s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.30s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.78s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.07s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.42s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.44s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.57s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.45s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.48s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.84s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.11s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.88s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.14s)
00:07:20 [2022-10-05T00:07:20.521Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.12s)
00:07:20 [2022-10-05T00:07:20.521Z] === RUN   TestDockerExternalVolumeSuite
00:07:20 [2022-10-05T00:07:20.521Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
00:07:20 [2022-10-05T00:07:20.778Z]     docker_cli_external_volume_driver_test.go:53: [d9ce148c87657] daemon is not started
00:07:21 [2022-10-05T00:07:21.351Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
00:07:38 [2022-10-05T00:07:38.844Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
00:07:47 [2022-10-05T00:07:47.240Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
00:07:47 [2022-10-05T00:07:47.240Z]     docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
00:07:47 [2022-10-05T00:07:47.240Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
00:07:49 [2022-10-05T00:07:49.607Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
00:08:26 [2022-10-05T00:08:26.165Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
00:08:46 [2022-10-05T00:08:46.508Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
00:08:47 [2022-10-05T00:08:47.971Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
00:08:53 [2022-10-05T00:08:53.059Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
00:08:55 [2022-10-05T00:08:55.467Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
00:09:01 [2022-10-05T00:09:01.639Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
00:09:07 [2022-10-05T00:09:07.807Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
00:09:07 [2022-10-05T00:09:07.918Z]     docker_cli_external_volume_driver_test.go:53: [dd2880423974c] daemon is not started
00:09:26 [2022-10-05T00:09:26.008Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
00:09:26 [2022-10-05T00:09:26.155Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
00:09:26 [2022-10-05T00:09:26.155Z]     docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
00:09:26 [2022-10-05T00:09:26.155Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
00:09:37 [2022-10-05T00:09:37.011Z] === RUN   TestDockerSuite/TestBuildMultipleTags
00:09:37 [2022-10-05T00:09:37.517Z] === RUN   TestDockerSuite/TestBuildNetContainer
00:09:37 [2022-10-05T00:09:37.517Z]     docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
00:09:37 [2022-10-05T00:09:37.517Z] === RUN   TestDockerSuite/TestBuildNetNone
00:09:37 [2022-10-05T00:09:37.517Z]     docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
00:09:37 [2022-10-05T00:09:37.517Z] === RUN   TestDockerSuite/TestBuildNoContext
00:09:40 [2022-10-05T00:09:40.661Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
00:09:40 [2022-10-05T00:09:40.871Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
00:09:45 [2022-10-05T00:09:45.677Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
00:09:48 [2022-10-05T00:09:48.041Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
00:09:48 [2022-10-05T00:09:48.041Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
00:09:48 [2022-10-05T00:09:48.041Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
00:09:51 [2022-10-05T00:09:51.179Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
00:09:52 [2022-10-05T00:09:52.240Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
00:09:53 [2022-10-05T00:09:53.918Z] === RUN   TestDockerSuite/TestBuildOnBuild
00:09:55 [2022-10-05T00:09:55.729Z]     docker_cli_external_volume_driver_test.go:53: [d9e9139a06ee1] daemon is not started
00:10:10 [2022-10-05T00:10:10.589Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
00:10:10 [2022-10-05T00:10:10.589Z]     docker_cli_external_volume_driver_test.go:53: [ded01c069c019] daemon is not started
00:10:12 [2022-10-05T00:10:12.302Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
00:10:13 [2022-10-05T00:10:13.979Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
00:10:23 [2022-10-05T00:10:23.033Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
00:10:25 [2022-10-05T00:10:25.463Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
00:10:26 [2022-10-05T00:10:26.178Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
00:10:35 [2022-10-05T00:10:35.212Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
00:10:40 [2022-10-05T00:10:40.231Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
00:10:45 [2022-10-05T00:10:45.247Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
00:10:45 [2022-10-05T00:10:45.762Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
00:10:45 [2022-10-05T00:10:45.762Z]     docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
00:10:45 [2022-10-05T00:10:45.762Z] === RUN   TestDockerSuite/TestBuildPATH
00:10:45 [2022-10-05T00:10:45.762Z]     docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
00:10:45 [2022-10-05T00:10:45.762Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
00:10:48 [2022-10-05T00:10:48.137Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
00:10:48 [2022-10-05T00:10:48.137Z]     docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
00:10:48 [2022-10-05T00:10:48.137Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
00:10:57 [2022-10-05T00:10:57.514Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
00:11:12 [2022-10-05T00:11:12.377Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
00:11:27 [2022-10-05T00:11:27.237Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
00:11:39 [2022-10-05T00:11:39.783Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
00:12:05 [2022-10-05T00:12:05.672Z] === RUN   TestDockerSuite/TestBuildRm
00:12:13 [2022-10-05T00:12:13.904Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
00:12:14 [2022-10-05T00:12:14.723Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
00:12:18 [2022-10-05T00:12:18.739Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
00:12:18 [2022-10-05T00:12:18.739Z]     docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
00:12:18 [2022-10-05T00:12:18.739Z] === RUN   TestDockerSuite/TestBuildScratchCopy
00:12:18 [2022-10-05T00:12:18.739Z]     docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
00:12:18 [2022-10-05T00:12:18.739Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
00:12:19 [2022-10-05T00:12:19.801Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
00:12:23 [2022-10-05T00:12:23.814Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
00:12:31 [2022-10-05T00:12:31.977Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
00:12:32 [2022-10-05T00:12:32.863Z] === RUN   TestDockerSuite/TestBuildShellInherited
00:12:36 [2022-10-05T00:12:36.882Z] === RUN   TestDockerSuite/TestBuildShellMultiple
00:12:58 [2022-10-05T00:12:58.687Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
00:12:58 [2022-10-05T00:12:58.687Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
00:12:58 [2022-10-05T00:12:58.687Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
00:13:04 [2022-10-05T00:13:04.050Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
00:13:09 [2022-10-05T00:13:09.523Z] === RUN   TestDockerSuite/TestBuildSpaces
00:13:09 [2022-10-05T00:13:09.523Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
00:13:14 [2022-10-05T00:13:14.552Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
00:13:14 [2022-10-05T00:13:14.552Z] === RUN   TestDockerSuite/TestBuildStderr
00:13:19 [2022-10-05T00:13:19.564Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
00:13:36 [2022-10-05T00:13:36.103Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
00:13:41 [2022-10-05T00:13:41.359Z] === RUN   TestDockerSuite/TestBuildStopSignal
00:13:41 [2022-10-05T00:13:41.359Z]     docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
00:13:41 [2022-10-05T00:13:41.359Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
00:13:42 [2022-10-05T00:13:42.419Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
00:13:43 [2022-10-05T00:13:43.505Z] === RUN   TestDockerSuite/TestBuildTagEvent
00:13:48 [2022-10-05T00:13:48.524Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
00:13:50 [2022-10-05T00:13:50.964Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
00:13:53 [2022-10-05T00:13:53.545Z] === RUN   TestDockerSuite/TestBuildUser
00:13:53 [2022-10-05T00:13:53.545Z]     docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
00:13:53 [2022-10-05T00:13:53.545Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
00:13:53 [2022-10-05T00:13:53.545Z]     docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
00:13:53 [2022-10-05T00:13:53.545Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
00:13:53 [2022-10-05T00:13:53.545Z]     docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
00:13:53 [2022-10-05T00:13:53.545Z] === RUN   TestDockerSuite/TestBuildVerboseOut
00:13:57 [2022-10-05T00:13:57.560Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
00:13:58 [2022-10-05T00:13:58.075Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
00:14:05 [2022-10-05T00:14:05.573Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
00:14:05 [2022-10-05T00:14:05.573Z]     docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
00:14:05 [2022-10-05T00:14:05.573Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
00:14:05 [2022-10-05T00:14:05.573Z]     docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
00:14:06 [2022-10-05T00:14:06.080Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
00:14:09 [2022-10-05T00:14:09.057Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
00:14:09 [2022-10-05T00:14:09.057Z]     docker_cli_external_volume_driver_test.go:485: [dd11d2f6a11f3] daemon is not started
00:14:23 [2022-10-05T00:14:23.921Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
00:14:23 [2022-10-05T00:14:23.921Z]     docker_cli_external_volume_driver_test.go:53: [d31dd730316ae] daemon is not started
00:14:27 [2022-10-05T00:14:27.879Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
00:14:27 [2022-10-05T00:14:27.880Z] === RUN   TestDockerSuite/TestBuildWindowsUser
00:14:36 [2022-10-05T00:14:36.913Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
00:14:38 [2022-10-05T00:14:38.780Z] --- PASS: TestDockerExternalVolumeSuite (436.81s)
00:14:38 [2022-10-05T00:14:38.780Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.52s)
00:14:38 [2022-10-05T00:14:38.780Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s)
00:14:38 [2022-10-05T00:14:38.780Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.20s)
00:14:38 [2022-10-05T00:14:38.780Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s)
00:14:38 [2022-10-05T00:14:38.781Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
00:14:38 [2022-10-05T00:14:38.781Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s)
00:14:38 [2022-10-05T00:14:38.781Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
00:14:38 [2022-10-05T00:14:38.781Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.13s)
00:14:38 [2022-10-05T00:14:38.781Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.15s)
00:14:38 [2022-10-05T00:14:38.781Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.74s)
00:14:38 [2022-10-05T00:14:38.781Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s)
00:14:38 [2022-10-05T00:14:38.781Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.22s)
00:14:38 [2022-10-05T00:14:38.781Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.26s)
00:14:38 [2022-10-05T00:14:38.781Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.85s)
00:14:38 [2022-10-05T00:14:38.781Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.13s)
00:14:38 [2022-10-05T00:14:38.781Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.63s)
00:14:38 [2022-10-05T00:14:38.781Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.99s)
00:14:38 [2022-10-05T00:14:38.781Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
00:14:38 [2022-10-05T00:14:38.781Z] PASS
00:14:38 [2022-10-05T00:14:38.781Z] 
00:14:38 [2022-10-05T00:14:38.781Z] === Skipped
00:14:38 [2022-10-05T00:14:38.781Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
00:14:38 [2022-10-05T00:14:38.781Z]     docker_cli_daemon_test.go:364: unmatched requirement IPv6
00:14:38 [2022-10-05T00:14:38.781Z]     check_test.go:309: [d858c570e6d65] daemon is not started
00:14:38 [2022-10-05T00:14:38.781Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
00:14:38 [2022-10-05T00:14:38.781Z] 
00:14:38 [2022-10-05T00:14:38.781Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
00:14:38 [2022-10-05T00:14:38.781Z]     docker_cli_daemon_test.go:233: unmatched requirement Devicemapper
00:14:38 [2022-10-05T00:14:38.781Z]     check_test.go:309: [dc6000327f17d] daemon is not started
00:14:38 [2022-10-05T00:14:38.781Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
00:14:38 [2022-10-05T00:14:38.781Z] 
00:14:38 [2022-10-05T00:14:38.781Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
00:14:38 [2022-10-05T00:14:38.781Z]     docker_cli_daemon_test.go:213: unmatched requirement Devicemapper
00:14:38 [2022-10-05T00:14:38.781Z]     check_test.go:309: [d6dcf39e6e1d7] daemon is not started
00:14:38 [2022-10-05T00:14:38.781Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
00:14:38 [2022-10-05T00:14:38.781Z] 
00:14:38 [2022-10-05T00:14:38.781Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
00:14:38 [2022-10-05T00:14:38.781Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
00:14:38 [2022-10-05T00:14:38.781Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
00:14:38 [2022-10-05T00:14:38.781Z] 
00:14:38 [2022-10-05T00:14:38.781Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
00:14:38 [2022-10-05T00:14:38.781Z]     docker_cli_swarm_test.go:131: unmatched requirement IPv6
00:14:38 [2022-10-05T00:14:38.781Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
00:14:38 [2022-10-05T00:14:38.781Z] 
00:14:38 [2022-10-05T00:14:38.781Z] DONE 273 tests, 5 skipped in 2381.342s
00:14:38 [2022-10-05T00:14:38.781Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
00:14:38 [2022-10-05T00:14:38.781Z] ++++ cat bundles/test-integration/docker.pid
00:14:38 [2022-10-05T00:14:38.781Z] +++ kill 8033
00:14:38 [2022-10-05T00:14:38.781Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d2985619b6193/docker.pid
00:14:38 [2022-10-05T00:14:38.781Z] +++ kill 5836
00:14:38 [2022-10-05T00:14:38.781Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5836 is not a child of this shell
00:14:38 [2022-10-05T00:14:38.781Z] warning: PID 5836 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d2985619b6193/docker.pid had a nonzero exit code
00:14:38 [2022-10-05T00:14:38.781Z] +++ /etc/init.d/apparmor stop
00:14:38 [2022-10-05T00:14:38.781Z] Leaving: AppArmorNo profiles have been unloaded.
00:14:38 [2022-10-05T00:14:38.781Z] 
00:14:38 [2022-10-05T00:14:38.781Z] Unloading profiles will leave already running processes permanently
00:14:38 [2022-10-05T00:14:38.781Z] unconfined, which can lead to unexpected situations.
00:14:38 [2022-10-05T00:14:38.781Z] 
00:14:38 [2022-10-05T00:14:38.781Z] To set a process to complain mode, use the command line tool
00:14:38 [2022-10-05T00:14:38.781Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
00:14:38 [2022-10-05T00:14:38.781Z] +++ true
00:14:38 [2022-10-05T00:14:38.781Z] exiting test-integration
00:14:38 [2022-10-05T00:14:38.781Z] ++ exit 0
00:14:38 [2022-10-05T00:14:38.781Z] 
00:14:38 [2022-10-05T00:14:38.781Z] + exit 0
00:14:38 [2022-10-05T00:14:38.781Z] ++ jobs -p
00:14:38 [2022-10-05T00:14:38.781Z] + pids=
00:14:38 [2022-10-05T00:14:38.781Z] + echo 'Remaining pids to kill: []'
00:14:38 [2022-10-05T00:14:38.781Z] Remaining pids to kill: []
00:14:38 [2022-10-05T00:14:38.781Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
00:14:38 [2022-10-05T00:14:38.793Z] Recording test results
00:14:40 [2022-10-05T00:14:40.408Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
00:14:40 [2022-10-05T00:14:40.719Z] + echo Ensuring container killed.
00:14:40 [2022-10-05T00:14:40.719Z] Ensuring container killed.
00:14:40 [2022-10-05T00:14:40.719Z] + docker ps -aq -f name=docker-pr5-*
00:14:41 [2022-10-05T00:14:41.285Z] + cids=ac7d660ac8ba
00:14:41 [2022-10-05T00:14:41.285Z] 12820212b319
00:14:41 [2022-10-05T00:14:41.285Z] 8d78a7bdde26
00:14:41 [2022-10-05T00:14:41.285Z] + [ -n ac7d660ac8ba
00:14:41 [2022-10-05T00:14:41.285Z] 12820212b319
00:14:41 [2022-10-05T00:14:41.285Z] 8d78a7bdde26 ]
00:14:41 [2022-10-05T00:14:41.285Z] + docker rm -vf ac7d660ac8ba 12820212b319 8d78a7bdde26
00:14:41 [2022-10-05T00:14:41.850Z] ac7d660ac8ba
00:14:41 [2022-10-05T00:14:41.850Z] 12820212b319
00:14:41 [2022-10-05T00:14:41.850Z] 8d78a7bdde26
[Pipeline] sh
00:14:42 [2022-10-05T00:14:42.130Z] + echo Chowning /workspace to jenkins user
00:14:42 [2022-10-05T00:14:42.130Z] Chowning /workspace to jenkins user
00:14:42 [2022-10-05T00:14:42.130Z] + id -u
00:14:42 [2022-10-05T00:14:42.131Z] + id -g
00:14:42 [2022-10-05T00:14:42.131Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44247:/workspace busybox chown -R 1000:1000 /workspace
00:14:42 [2022-10-05T00:14:42.131Z] Unable to find image 'busybox:latest' locally
00:14:42 [2022-10-05T00:14:42.131Z] latest: Pulling from library/busybox
00:14:42 [2022-10-05T00:14:42.388Z] f5b7ce95afea: Pulling fs layer
00:14:42 [2022-10-05T00:14:42.388Z] f5b7ce95afea: Verifying Checksum
00:14:42 [2022-10-05T00:14:42.388Z] f5b7ce95afea: Download complete
00:14:42 [2022-10-05T00:14:42.388Z] f5b7ce95afea: Pull complete
00:14:42 [2022-10-05T00:14:42.388Z] Digest: sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698
00:14:42 [2022-10-05T00:14:42.388Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
00:14:45 [2022-10-05T00:14:45.208Z] + bundleName=amd64
00:14:45 [2022-10-05T00:14:45.208Z] + echo Creating amd64-bundles.tar.gz
00:14:45 [2022-10-05T00:14:45.208Z] Creating amd64-bundles.tar.gz
00:14:45 [2022-10-05T00:14:45.208Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
00:14:45 [2022-10-05T00:14:45.208Z] + xargs tar -czf amd64-bundles.tar.gz
00:14:46 [2022-10-05T00:14:46.058Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
00:14:46 [2022-10-05T00:14:46.058Z]     docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
[Pipeline] archiveArtifacts
00:14:46 [2022-10-05T00:14:46.151Z] Archiving artifacts
00:14:46 [2022-10-05T00:14:46.564Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
00:14:46 [2022-10-05T00:14:46.564Z]     docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
00:14:46 [2022-10-05T00:14:46.564Z] === RUN   TestDockerSuite/TestBuildWithFailure
00:14:48 [2022-10-05T00:14:48.298Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44247/5/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
00:14:48 [2022-10-05T00:14:48.603Z] + make clean
00:14:48 [2022-10-05T00:14:48.860Z] docker volume rm -f docker-dev-cache
00:14:49 [2022-10-05T00:14:49.118Z] docker-dev-cache
[Pipeline] deleteDir
00:14:49 [2022-10-05T00:14:49.722Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
00:14:49 [2022-10-05T00:14:49.722Z]     docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
00:14:49 [2022-10-05T00:14:49.722Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
00:15:00 [2022-10-05T00:15:00.570Z] === RUN   TestDockerSuite/TestBuildWithTabs
00:15:05 [2022-10-05T00:15:05.584Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
00:15:05 [2022-10-05T00:15:05.584Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
00:15:31 [2022-10-05T00:15:31.500Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
00:15:31 [2022-10-05T00:15:31.500Z]     docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
00:15:31 [2022-10-05T00:15:31.500Z] === RUN   TestDockerSuite/TestBuildWithVolumes
00:15:31 [2022-10-05T00:15:31.500Z]     docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
00:15:31 [2022-10-05T00:15:31.500Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
00:15:31 [2022-10-05T00:15:31.500Z]     docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
00:15:31 [2022-10-05T00:15:31.500Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
00:15:31 [2022-10-05T00:15:31.500Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
00:15:37 [2022-10-05T00:15:37.665Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
00:15:40 [2022-10-05T00:15:40.029Z] === RUN   TestDockerSuite/TestBuildXZHost
00:15:40 [2022-10-05T00:15:40.029Z]     docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
00:15:40 [2022-10-05T00:15:40.029Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
00:15:40 [2022-10-05T00:15:40.029Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
00:15:40 [2022-10-05T00:15:40.029Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
00:15:40 [2022-10-05T00:15:40.029Z]     docker_cli_sni_test.go:18: Flakey test
00:15:40 [2022-10-05T00:15:40.029Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
00:15:42 [2022-10-05T00:15:42.394Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
00:15:46 [2022-10-05T00:15:46.408Z] === RUN   TestDockerSuite/TestCommitChange
00:15:51 [2022-10-05T00:15:51.426Z] === RUN   TestDockerSuite/TestCommitChangeLabels
00:16:00 [2022-10-05T00:16:00.493Z] === RUN   TestDockerSuite/TestCommitHardlink
00:16:00 [2022-10-05T00:16:00.493Z]     docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
00:16:00 [2022-10-05T00:16:00.493Z] === RUN   TestDockerSuite/TestCommitNewFile
00:16:13 [2022-10-05T00:16:13.449Z] === RUN   TestDockerSuite/TestCommitPausedContainer
00:16:13 [2022-10-05T00:16:13.450Z]     docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
00:16:13 [2022-10-05T00:16:13.450Z] === RUN   TestDockerSuite/TestCommitTTY
00:16:24 [2022-10-05T00:16:24.286Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
00:16:28 [2022-10-05T00:16:28.314Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
00:16:28 [2022-10-05T00:16:28.314Z]     docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
00:16:28 [2022-10-05T00:16:28.314Z] === RUN   TestDockerSuite/TestCommitWithoutPause
00:16:28 [2022-10-05T00:16:28.314Z]     docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
00:16:28 [2022-10-05T00:16:28.314Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
00:16:28 [2022-10-05T00:16:28.314Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
00:16:28 [2022-10-05T00:16:28.314Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
00:16:28 [2022-10-05T00:16:28.314Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
00:16:28 [2022-10-05T00:16:28.314Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
00:16:28 [2022-10-05T00:16:28.314Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
00:16:28 [2022-10-05T00:16:28.314Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
00:16:28 [2022-10-05T00:16:28.314Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
00:16:28 [2022-10-05T00:16:28.314Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
00:16:28 [2022-10-05T00:16:28.314Z]     docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
00:16:28 [2022-10-05T00:16:28.314Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
00:16:28 [2022-10-05T00:16:28.314Z] === RUN   TestDockerSuite/TestContainerAPICommit
00:16:35 [2022-10-05T00:16:35.810Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
00:16:41 [2022-10-05T00:16:41.984Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
00:16:41 [2022-10-05T00:16:41.984Z]     docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
00:16:41 [2022-10-05T00:16:41.984Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
00:16:44 [2022-10-05T00:16:44.347Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
00:16:44 [2022-10-05T00:16:44.347Z]     docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
00:16:44 [2022-10-05T00:16:44.347Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
00:16:44 [2022-10-05T00:16:44.347Z]     docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
00:16:44 [2022-10-05T00:16:44.347Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
00:16:44 [2022-10-05T00:16:44.347Z]     docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
00:16:44 [2022-10-05T00:16:44.347Z] === RUN   TestDockerSuite/TestContainerAPICreate
00:16:46 [2022-10-05T00:16:46.717Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
00:16:46 [2022-10-05T00:16:46.717Z]     docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
00:16:46 [2022-10-05T00:16:46.717Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
00:16:46 [2022-10-05T00:16:46.717Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
00:16:49 [2022-10-05T00:16:49.081Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
00:16:49 [2022-10-05T00:16:49.081Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
00:16:49 [2022-10-05T00:16:49.081Z]     docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
00:16:49 [2022-10-05T00:16:49.081Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
00:16:49 [2022-10-05T00:16:49.081Z]     docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
00:16:49 [2022-10-05T00:16:49.081Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
00:16:49 [2022-10-05T00:16:49.081Z]     docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
00:16:49 [2022-10-05T00:16:49.081Z] === RUN   TestDockerSuite/TestContainerAPIDelete
00:16:51 [2022-10-05T00:16:51.448Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
00:16:53 [2022-10-05T00:16:53.817Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
00:16:56 [2022-10-05T00:16:56.192Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
00:16:56 [2022-10-05T00:16:56.192Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
00:16:56 [2022-10-05T00:16:56.192Z]     docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
00:16:56 [2022-10-05T00:16:56.192Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
00:16:58 [2022-10-05T00:16:58.559Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
00:16:58 [2022-10-05T00:16:58.559Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
00:17:00 [2022-10-05T00:17:00.942Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
00:17:00 [2022-10-05T00:17:00.942Z]     docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
00:17:00 [2022-10-05T00:17:00.942Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
00:17:00 [2022-10-05T00:17:00.942Z]     docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
00:17:00 [2022-10-05T00:17:00.942Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
00:17:03 [2022-10-05T00:17:03.311Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
00:17:03 [2022-10-05T00:17:03.311Z] === RUN   TestDockerSuite/TestContainerAPIKill
00:17:05 [2022-10-05T00:17:05.678Z] === RUN   TestDockerSuite/TestContainerAPIPause
00:17:05 [2022-10-05T00:17:05.678Z]     docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
00:17:05 [2022-10-05T00:17:05.678Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
00:17:08 [2022-10-05T00:17:08.064Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
00:17:08 [2022-10-05T00:17:08.570Z] === RUN   TestDockerSuite/TestContainerAPIRename
00:17:10 [2022-10-05T00:17:10.997Z] === RUN   TestDockerSuite/TestContainerAPIRestart
00:17:20 [2022-10-05T00:17:20.053Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
00:17:24 [2022-10-05T00:17:24.068Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
00:17:24 [2022-10-05T00:17:24.068Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
00:17:24 [2022-10-05T00:17:24.068Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
00:17:24 [2022-10-05T00:17:24.068Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
00:17:24 [2022-10-05T00:17:24.068Z] === RUN   TestDockerSuite/TestContainerAPIStart
00:17:25 [2022-10-05T00:17:25.767Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
00:17:25 [2022-10-05T00:17:25.767Z]     docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
00:17:25 [2022-10-05T00:17:25.767Z] === RUN   TestDockerSuite/TestContainerAPIStop
00:17:28 [2022-10-05T00:17:28.136Z] === RUN   TestDockerSuite/TestContainerAPITop
00:17:28 [2022-10-05T00:17:28.136Z]     docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
00:17:28 [2022-10-05T00:17:28.136Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
00:17:30 [2022-10-05T00:17:30.501Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
00:17:30 [2022-10-05T00:17:30.501Z] === RUN   TestDockerSuite/TestContainerAPIWait
00:17:35 [2022-10-05T00:17:35.520Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
00:17:37 [2022-10-05T00:17:37.203Z] === RUN   TestDockerSuite/TestContainerNetworkMode
00:17:37 [2022-10-05T00:17:37.203Z]     docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
00:17:37 [2022-10-05T00:17:37.203Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
00:17:37 [2022-10-05T00:17:37.203Z]     docker_cli_run_test.go:3526: unmatched requirement DaemonIsLinux
00:17:37 [2022-10-05T00:17:37.203Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
00:17:37 [2022-10-05T00:17:37.203Z]     docker_cli_run_test.go:3558: unmatched requirement DaemonIsLinux
00:17:37 [2022-10-05T00:17:37.203Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
00:17:37 [2022-10-05T00:17:37.203Z]     docker_cli_run_test.go:3589: unmatched requirement DaemonIsLinux
00:17:37 [2022-10-05T00:17:37.203Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
00:17:37 [2022-10-05T00:17:37.203Z]     docker_cli_run_test.go:3572: unmatched requirement DaemonIsLinux
00:17:37 [2022-10-05T00:17:37.710Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
00:17:39 [2022-10-05T00:17:39.387Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
00:17:39 [2022-10-05T00:17:39.387Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
00:17:42 [2022-10-05T00:17:42.537Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
00:17:50 [2022-10-05T00:17:50.045Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
00:17:52 [2022-10-05T00:17:52.425Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
00:17:59 [2022-10-05T00:17:59.951Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0005d05b8_<nil>}
00:18:03 [2022-10-05T00:18:03.087Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1329102465_c:\foo_false__<nil>_<nil>_<nil>}
00:18:06 [2022-10-05T00:18:06.369Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1329102465_c:\foo_true__<nil>_<nil>_<nil>}
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
00:18:08 [2022-10-05T00:18:08.046Z]     docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
00:18:08 [2022-10-05T00:18:08.046Z]     docker_cli_run_test.go:3462: unmatched requirement DaemonIsLinux
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
00:18:08 [2022-10-05T00:18:08.046Z]     docker_cli_run_test.go:3454: unmatched requirement DaemonIsLinux
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
00:18:08 [2022-10-05T00:18:08.046Z]     docker_cli_run_test.go:3481: unmatched requirement DaemonIsLinux
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestCopyAndRestart
00:18:08 [2022-10-05T00:18:08.046Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
00:18:08 [2022-10-05T00:18:08.046Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
00:18:08 [2022-10-05T00:18:08.046Z] === RUN   TestDockerSuite/TestCpAbsolutePath
00:18:10 [2022-10-05T00:18:10.411Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
00:18:10 [2022-10-05T00:18:10.411Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
00:18:10 [2022-10-05T00:18:10.411Z] === RUN   TestDockerSuite/TestCpFromCaseA
00:18:10 [2022-10-05T00:18:10.411Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
00:18:10 [2022-10-05T00:18:10.411Z] === RUN   TestDockerSuite/TestCpFromCaseB
00:18:10 [2022-10-05T00:18:10.411Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
00:18:10 [2022-10-05T00:18:10.411Z] === RUN   TestDockerSuite/TestCpFromCaseC
00:18:10 [2022-10-05T00:18:10.411Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
00:18:10 [2022-10-05T00:18:10.411Z] === RUN   TestDockerSuite/TestCpFromCaseD
00:18:10 [2022-10-05T00:18:10.411Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
00:18:10 [2022-10-05T00:18:10.917Z] === RUN   TestDockerSuite/TestCpFromCaseE
00:18:10 [2022-10-05T00:18:10.917Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
00:18:10 [2022-10-05T00:18:10.917Z] === RUN   TestDockerSuite/TestCpFromCaseF
00:18:10 [2022-10-05T00:18:10.917Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
00:18:10 [2022-10-05T00:18:10.917Z] === RUN   TestDockerSuite/TestCpFromCaseG
00:18:10 [2022-10-05T00:18:10.917Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
00:18:10 [2022-10-05T00:18:10.917Z] === RUN   TestDockerSuite/TestCpFromCaseH
00:18:10 [2022-10-05T00:18:10.917Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
00:18:10 [2022-10-05T00:18:10.917Z] === RUN   TestDockerSuite/TestCpFromCaseI
00:18:10 [2022-10-05T00:18:10.917Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
00:18:10 [2022-10-05T00:18:10.917Z] === RUN   TestDockerSuite/TestCpFromCaseJ
00:18:10 [2022-10-05T00:18:10.917Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
00:18:10 [2022-10-05T00:18:10.917Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
00:18:10 [2022-10-05T00:18:10.917Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
00:18:10 [2022-10-05T00:18:10.917Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
00:18:10 [2022-10-05T00:18:10.917Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
00:18:10 [2022-10-05T00:18:10.917Z] === RUN   TestDockerSuite/TestCpGarbagePath
00:18:18 [2022-10-05T00:18:18.411Z] === RUN   TestDockerSuite/TestCpLocalOnly
00:18:18 [2022-10-05T00:18:18.412Z] === RUN   TestDockerSuite/TestCpNameHasColon
00:18:18 [2022-10-05T00:18:18.412Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
00:18:18 [2022-10-05T00:18:18.412Z] === RUN   TestDockerSuite/TestCpRelativePath
00:18:20 [2022-10-05T00:18:20.791Z] === RUN   TestDockerSuite/TestCpSpecialFiles
00:18:20 [2022-10-05T00:18:20.791Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
00:18:20 [2022-10-05T00:18:20.791Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
00:18:20 [2022-10-05T00:18:20.791Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
00:18:20 [2022-10-05T00:18:20.791Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
00:18:20 [2022-10-05T00:18:20.791Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
00:18:20 [2022-10-05T00:18:20.791Z] === RUN   TestDockerSuite/TestCpToCaseA
00:18:25 [2022-10-05T00:18:25.807Z] === RUN   TestDockerSuite/TestCpToCaseB
00:18:28 [2022-10-05T00:18:28.177Z] === RUN   TestDockerSuite/TestCpToCaseC
00:18:28 [2022-10-05T00:18:28.177Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
00:18:28 [2022-10-05T00:18:28.177Z] === RUN   TestDockerSuite/TestCpToCaseD
00:18:28 [2022-10-05T00:18:28.177Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
00:18:28 [2022-10-05T00:18:28.177Z] === RUN   TestDockerSuite/TestCpToCaseE
00:18:39 [2022-10-05T00:18:39.053Z] === RUN   TestDockerSuite/TestCpToCaseF
00:18:39 [2022-10-05T00:18:39.053Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
00:18:39 [2022-10-05T00:18:39.053Z] === RUN   TestDockerSuite/TestCpToCaseG
00:18:39 [2022-10-05T00:18:39.053Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
00:18:39 [2022-10-05T00:18:39.053Z] === RUN   TestDockerSuite/TestCpToCaseH
00:18:48 [2022-10-05T00:18:48.111Z] === RUN   TestDockerSuite/TestCpToCaseI
00:18:48 [2022-10-05T00:18:48.111Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
00:18:48 [2022-10-05T00:18:48.111Z] === RUN   TestDockerSuite/TestCpToCaseJ
00:18:48 [2022-10-05T00:18:48.111Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
00:18:48 [2022-10-05T00:18:48.111Z] === RUN   TestDockerSuite/TestCpToDot
00:18:49 [2022-10-05T00:18:49.788Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
00:18:49 [2022-10-05T00:18:49.788Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
00:18:49 [2022-10-05T00:18:49.788Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
00:18:49 [2022-10-05T00:18:49.788Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
00:18:49 [2022-10-05T00:18:49.788Z] === RUN   TestDockerSuite/TestCpToStdout
00:18:52 [2022-10-05T00:18:52.151Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
00:18:52 [2022-10-05T00:18:52.151Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
00:18:52 [2022-10-05T00:18:52.151Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
00:18:52 [2022-10-05T00:18:52.151Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
00:18:52 [2022-10-05T00:18:52.151Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
00:18:52 [2022-10-05T00:18:52.151Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
00:18:52 [2022-10-05T00:18:52.151Z] === RUN   TestDockerSuite/TestCpVolumePath
00:18:52 [2022-10-05T00:18:52.151Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
00:18:52 [2022-10-05T00:18:52.151Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
00:18:52 [2022-10-05T00:18:52.151Z] === RUN   TestDockerSuite/TestCreateArgs
00:18:52 [2022-10-05T00:18:52.656Z] === RUN   TestDockerSuite/TestCreateByImageID
00:18:55 [2022-10-05T00:18:55.022Z] === RUN   TestDockerSuite/TestCreateEchoStdout
00:18:57 [2022-10-05T00:18:57.388Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
00:18:57 [2022-10-05T00:18:57.388Z] === RUN   TestDockerSuite/TestCreateHostConfig
00:18:57 [2022-10-05T00:18:57.388Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
00:18:59 [2022-10-05T00:18:59.769Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
00:19:00 [2022-10-05T00:19:00.284Z] === RUN   TestDockerSuite/TestCreateLabels
00:19:00 [2022-10-05T00:19:00.284Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
00:19:00 [2022-10-05T00:19:00.284Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
00:19:00 [2022-10-05T00:19:00.284Z] === RUN   TestDockerSuite/TestCreateRM
00:19:00 [2022-10-05T00:19:00.790Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
00:19:00 [2022-10-05T00:19:00.790Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
00:19:00 [2022-10-05T00:19:00.790Z] === RUN   TestDockerSuite/TestCreateStopSignal
00:19:00 [2022-10-05T00:19:00.790Z] === RUN   TestDockerSuite/TestCreateStopTimeout
00:19:01 [2022-10-05T00:19:01.295Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
00:19:10 [2022-10-05T00:19:10.361Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
00:19:10 [2022-10-05T00:19:10.361Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
00:19:10 [2022-10-05T00:19:10.361Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
00:19:13 [2022-10-05T00:19:13.506Z] === RUN   TestDockerSuite/TestCreateWithPortRange
00:19:13 [2022-10-05T00:19:13.506Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
00:19:13 [2022-10-05T00:19:13.506Z]     docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
00:19:13 [2022-10-05T00:19:13.506Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
00:19:15 [2022-10-05T00:19:15.869Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
00:19:15 [2022-10-05T00:19:15.869Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
00:19:15 [2022-10-05T00:19:15.869Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
00:19:15 [2022-10-05T00:19:15.869Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
00:19:15 [2022-10-05T00:19:15.869Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
00:19:15 [2022-10-05T00:19:15.869Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
00:19:15 [2022-10-05T00:19:15.869Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
00:19:16 [2022-10-05T00:19:16.376Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
00:19:16 [2022-10-05T00:19:16.376Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
00:19:16 [2022-10-05T00:19:16.376Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
00:19:16 [2022-10-05T00:19:16.376Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
00:19:16 [2022-10-05T00:19:16.376Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
00:19:16 [2022-10-05T00:19:16.376Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
00:19:16 [2022-10-05T00:19:16.376Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
00:19:16 [2022-10-05T00:19:16.376Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
00:19:16 [2022-10-05T00:19:16.376Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
00:19:16 [2022-10-05T00:19:16.376Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
00:19:16 [2022-10-05T00:19:16.376Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
00:19:16 [2022-10-05T00:19:16.376Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
00:19:16 [2022-10-05T00:19:16.376Z] === RUN   TestDockerSuite/TestDevicePermissions
00:19:16 [2022-10-05T00:19:16.376Z]     docker_cli_run_test.go:2991: unmatched requirement DaemonIsLinux
00:19:16 [2022-10-05T00:19:16.376Z] === RUN   TestDockerSuite/TestDockerFails
00:19:16 [2022-10-05T00:19:16.376Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
00:19:16 [2022-10-05T00:19:16.376Z]     docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
00:19:16 [2022-10-05T00:19:16.376Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
00:19:16 [2022-10-05T00:19:16.376Z]     docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
00:19:16 [2022-10-05T00:19:16.376Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
00:19:16 [2022-10-05T00:19:16.376Z]     docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
00:19:16 [2022-10-05T00:19:16.376Z] === RUN   TestDockerSuite/TestEventsAttach
00:19:16 [2022-10-05T00:19:16.376Z]     docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
00:19:16 [2022-10-05T00:19:16.376Z] === RUN   TestDockerSuite/TestEventsCommit
00:19:16 [2022-10-05T00:19:16.376Z]     docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
00:19:16 [2022-10-05T00:19:16.376Z] === RUN   TestDockerSuite/TestEventsContainerEvents
00:19:19 [2022-10-05T00:19:19.531Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
00:19:21 [2022-10-05T00:19:21.896Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
00:19:29 [2022-10-05T00:19:29.390Z] === RUN   TestDockerSuite/TestEventsContainerRestart
00:19:38 [2022-10-05T00:19:38.433Z] === RUN   TestDockerSuite/TestEventsCopy
00:19:42 [2022-10-05T00:19:42.452Z] === RUN   TestDockerSuite/TestEventsFilterContainer
00:19:47 [2022-10-05T00:19:47.467Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
00:19:50 [2022-10-05T00:19:50.607Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
00:19:51 [2022-10-05T00:19:51.112Z] === RUN   TestDockerSuite/TestEventsFilterImageName
00:19:55 [2022-10-05T00:19:55.125Z] === RUN   TestDockerSuite/TestEventsFilterLabels
00:19:56 [2022-10-05T00:19:56.186Z] === RUN   TestDockerSuite/TestEventsFilterType
00:19:57 [2022-10-05T00:19:57.247Z] === RUN   TestDockerSuite/TestEventsFilters
00:20:02 [2022-10-05T00:20:02.267Z] === RUN   TestDockerSuite/TestEventsFormat
00:20:07 [2022-10-05T00:20:07.286Z] === RUN   TestDockerSuite/TestEventsFormatBadField
00:20:07 [2022-10-05T00:20:07.286Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
00:20:07 [2022-10-05T00:20:07.286Z] === RUN   TestDockerSuite/TestEventsImageImport
00:20:07 [2022-10-05T00:20:07.286Z]     docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
00:20:07 [2022-10-05T00:20:07.286Z] === RUN   TestDockerSuite/TestEventsImageLoad
00:20:07 [2022-10-05T00:20:07.286Z]     docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
00:20:07 [2022-10-05T00:20:07.286Z] === RUN   TestDockerSuite/TestEventsImagePull
00:20:07 [2022-10-05T00:20:07.286Z]     docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
00:20:07 [2022-10-05T00:20:07.286Z] === RUN   TestDockerSuite/TestEventsImageTag
00:20:08 [2022-10-05T00:20:08.348Z] === RUN   TestDockerSuite/TestEventsPluginOps
00:20:08 [2022-10-05T00:20:08.348Z]     docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
00:20:08 [2022-10-05T00:20:08.348Z] === RUN   TestDockerSuite/TestEventsRename
00:20:15 [2022-10-05T00:20:15.861Z] === RUN   TestDockerSuite/TestEventsResize
00:20:18 [2022-10-05T00:20:18.996Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
00:20:21 [2022-10-05T00:20:21.365Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
00:20:23 [2022-10-05T00:20:23.732Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
00:20:28 [2022-10-05T00:20:28.750Z] === RUN   TestDockerSuite/TestEventsTop
00:20:28 [2022-10-05T00:20:28.750Z]     docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
00:20:28 [2022-10-05T00:20:28.750Z] === RUN   TestDockerSuite/TestEventsUntag
00:20:31 [2022-10-05T00:20:31.947Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
00:20:35 [2022-10-05T00:20:35.965Z] === RUN   TestDockerSuite/TestExec
00:20:35 [2022-10-05T00:20:35.965Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
00:20:35 [2022-10-05T00:20:35.965Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
00:20:35 [2022-10-05T00:20:35.965Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
00:20:35 [2022-10-05T00:20:35.965Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
00:20:37 [2022-10-05T00:20:37.642Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
00:20:40 [2022-10-05T00:20:40.030Z] === RUN   TestDockerSuite/TestExecAPIStart
00:20:40 [2022-10-05T00:20:40.030Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
00:20:40 [2022-10-05T00:20:40.030Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
00:20:40 [2022-10-05T00:20:40.030Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
00:20:40 [2022-10-05T00:20:40.030Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
00:20:40 [2022-10-05T00:20:40.030Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
00:20:40 [2022-10-05T00:20:40.030Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
00:20:42 [2022-10-05T00:20:42.402Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
00:20:44 [2022-10-05T00:20:44.079Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
00:20:46 [2022-10-05T00:20:46.462Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
00:20:48 [2022-10-05T00:20:48.841Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
00:20:53 [2022-10-05T00:20:53.872Z] === RUN   TestDockerSuite/TestExecCgroup
00:20:53 [2022-10-05T00:20:53.872Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
00:20:53 [2022-10-05T00:20:53.872Z] === RUN   TestDockerSuite/TestExecEnv
00:20:53 [2022-10-05T00:20:53.872Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
00:20:53 [2022-10-05T00:20:53.872Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
00:20:53 [2022-10-05T00:20:53.872Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
00:20:53 [2022-10-05T00:20:53.872Z] === RUN   TestDockerSuite/TestExecExitStatus
00:20:56 [2022-10-05T00:20:56.237Z] === RUN   TestDockerSuite/TestExecInspectID
00:21:01 [2022-10-05T00:21:01.258Z] === RUN   TestDockerSuite/TestExecInteractive
00:21:01 [2022-10-05T00:21:01.258Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
00:21:01 [2022-10-05T00:21:01.258Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
00:21:01 [2022-10-05T00:21:01.258Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
00:21:01 [2022-10-05T00:21:01.258Z] === RUN   TestDockerSuite/TestExecParseError
00:21:01 [2022-10-05T00:21:01.258Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
00:21:01 [2022-10-05T00:21:01.258Z] === RUN   TestDockerSuite/TestExecPausedContainer
00:21:01 [2022-10-05T00:21:01.258Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
00:21:01 [2022-10-05T00:21:01.258Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
00:21:01 [2022-10-05T00:21:01.258Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
00:21:01 [2022-10-05T00:21:01.258Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
00:21:03 [2022-10-05T00:21:03.630Z] === RUN   TestDockerSuite/TestExecSetEnv
00:21:03 [2022-10-05T00:21:03.630Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
00:21:03 [2022-10-05T00:21:03.630Z] === RUN   TestDockerSuite/TestExecStartFails
00:21:03 [2022-10-05T00:21:03.630Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
00:21:03 [2022-10-05T00:21:03.630Z] === RUN   TestDockerSuite/TestExecStateCleanup
00:21:03 [2022-10-05T00:21:03.630Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
00:21:03 [2022-10-05T00:21:03.630Z] === RUN   TestDockerSuite/TestExecStopNotHanging
00:21:03 [2022-10-05T00:21:03.630Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
00:21:03 [2022-10-05T00:21:03.630Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
00:21:03 [2022-10-05T00:21:03.630Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
00:21:03 [2022-10-05T00:21:03.630Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
00:21:05 [2022-10-05T00:21:05.995Z] === RUN   TestDockerSuite/TestExecUlimits
00:21:05 [2022-10-05T00:21:05.995Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
00:21:05 [2022-10-05T00:21:05.995Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
00:21:15 [2022-10-05T00:21:15.035Z] === RUN   TestDockerSuite/TestExecWithImageUser
00:21:15 [2022-10-05T00:21:15.035Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
00:21:15 [2022-10-05T00:21:15.035Z] === RUN   TestDockerSuite/TestExecWithPrivileged
00:21:15 [2022-10-05T00:21:15.035Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
00:21:15 [2022-10-05T00:21:15.035Z] === RUN   TestDockerSuite/TestExecWithUser
00:21:15 [2022-10-05T00:21:15.035Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
00:21:15 [2022-10-05T00:21:15.035Z] === RUN   TestDockerSuite/TestGetContainerStats
00:21:20 [2022-10-05T00:21:20.053Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
00:21:26 [2022-10-05T00:21:26.225Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
00:21:30 [2022-10-05T00:21:30.266Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
00:21:36 [2022-10-05T00:21:36.431Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
00:21:36 [2022-10-05T00:21:36.431Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
00:21:36 [2022-10-05T00:21:36.431Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
00:21:36 [2022-10-05T00:21:36.431Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
00:21:36 [2022-10-05T00:21:36.431Z] === RUN   TestDockerSuite/TestHealth
00:21:36 [2022-10-05T00:21:36.431Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
00:21:36 [2022-10-05T00:21:36.431Z] === RUN   TestDockerSuite/TestHistoryExistentImage
00:21:36 [2022-10-05T00:21:36.431Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
00:21:36 [2022-10-05T00:21:36.431Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
00:21:36 [2022-10-05T00:21:36.431Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
00:21:41 [2022-10-05T00:21:41.451Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
00:21:41 [2022-10-05T00:21:41.451Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
00:21:41 [2022-10-05T00:21:41.451Z]     docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
00:21:41 [2022-10-05T00:21:41.451Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
00:21:41 [2022-10-05T00:21:41.451Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
00:21:41 [2022-10-05T00:21:41.451Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
00:21:41 [2022-10-05T00:21:41.451Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
00:21:41 [2022-10-05T00:21:41.957Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
00:21:41 [2022-10-05T00:21:41.957Z]     docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
00:21:41 [2022-10-05T00:21:41.957Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
00:21:43 [2022-10-05T00:21:43.019Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
00:21:43 [2022-10-05T00:21:43.019Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
00:21:45 [2022-10-05T00:21:45.397Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
00:21:45 [2022-10-05T00:21:45.397Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
00:21:47 [2022-10-05T00:21:47.770Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
00:21:55 [2022-10-05T00:21:55.272Z] === RUN   TestDockerSuite/TestImagesFormat
00:21:55 [2022-10-05T00:21:55.272Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
00:21:55 [2022-10-05T00:21:55.272Z]     docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
00:21:55 [2022-10-05T00:21:55.272Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
00:21:59 [2022-10-05T00:21:59.292Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
00:21:59 [2022-10-05T00:21:59.292Z] === RUN   TestDockerSuite/TestImportBadURL
00:22:01 [2022-10-05T00:22:01.659Z] === RUN   TestDockerSuite/TestImportDisplay
00:22:01 [2022-10-05T00:22:01.659Z]     docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
00:22:01 [2022-10-05T00:22:01.659Z] === RUN   TestDockerSuite/TestImportFile
00:22:01 [2022-10-05T00:22:01.659Z]     docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
00:22:01 [2022-10-05T00:22:01.659Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
00:22:01 [2022-10-05T00:22:01.659Z] === RUN   TestDockerSuite/TestImportFileWithMessage
00:22:01 [2022-10-05T00:22:01.659Z]     docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
00:22:01 [2022-10-05T00:22:01.659Z] === RUN   TestDockerSuite/TestImportGzipped
00:22:01 [2022-10-05T00:22:01.659Z]     docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
00:22:01 [2022-10-05T00:22:01.659Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
00:22:01 [2022-10-05T00:22:01.659Z]     docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
00:22:01 [2022-10-05T00:22:01.659Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
00:22:01 [2022-10-05T00:22:01.659Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
00:22:01 [2022-10-05T00:22:01.659Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
00:22:01 [2022-10-05T00:22:01.659Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
00:22:01 [2022-10-05T00:22:01.659Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
00:22:01 [2022-10-05T00:22:01.659Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
00:22:01 [2022-10-05T00:22:01.659Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
00:22:02 [2022-10-05T00:22:02.165Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
00:22:02 [2022-10-05T00:22:02.165Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
00:22:02 [2022-10-05T00:22:02.165Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
00:22:02 [2022-10-05T00:22:02.165Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
00:22:02 [2022-10-05T00:22:02.165Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
00:22:05 [2022-10-05T00:22:05.307Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
00:22:12 [2022-10-05T00:22:12.823Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
00:22:12 [2022-10-05T00:22:12.823Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
00:22:12 [2022-10-05T00:22:12.823Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
00:22:12 [2022-10-05T00:22:12.823Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
00:22:12 [2022-10-05T00:22:12.823Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
00:22:12 [2022-10-05T00:22:12.823Z] === RUN   TestDockerSuite/TestInspectAmpersand
00:22:12 [2022-10-05T00:22:12.823Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
00:22:12 [2022-10-05T00:22:12.823Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
00:22:20 [2022-10-05T00:22:20.323Z] === RUN   TestDockerSuite/TestInspectByPrefix
00:22:20 [2022-10-05T00:22:20.323Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
00:22:22 [2022-10-05T00:22:22.000Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
00:22:22 [2022-10-05T00:22:22.000Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
00:22:22 [2022-10-05T00:22:22.000Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
00:22:22 [2022-10-05T00:22:22.000Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
00:22:22 [2022-10-05T00:22:22.000Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
00:22:22 [2022-10-05T00:22:22.000Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
00:22:22 [2022-10-05T00:22:22.000Z] === RUN   TestDockerSuite/TestInspectDefault
00:22:24 [2022-10-05T00:22:24.366Z] === RUN   TestDockerSuite/TestInspectHistory
00:22:29 [2022-10-05T00:22:29.380Z] === RUN   TestDockerSuite/TestInspectImage
00:22:29 [2022-10-05T00:22:29.380Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
00:22:29 [2022-10-05T00:22:29.380Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
00:22:29 [2022-10-05T00:22:29.380Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
00:22:29 [2022-10-05T00:22:29.380Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
00:22:29 [2022-10-05T00:22:29.380Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
00:22:29 [2022-10-05T00:22:29.380Z] === RUN   TestDockerSuite/TestInspectInt64
00:22:31 [2022-10-05T00:22:31.061Z] === RUN   TestDockerSuite/TestInspectJSONFields
00:22:33 [2022-10-05T00:22:33.432Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
00:22:33 [2022-10-05T00:22:33.937Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
00:22:36 [2022-10-05T00:22:36.301Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
00:22:38 [2022-10-05T00:22:38.666Z] === RUN   TestDockerSuite/TestInspectPlugin
00:22:38 [2022-10-05T00:22:38.666Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
00:22:38 [2022-10-05T00:22:38.666Z] === RUN   TestDockerSuite/TestInspectRootFS
00:22:38 [2022-10-05T00:22:38.666Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
00:22:41 [2022-10-05T00:22:41.034Z] === RUN   TestDockerSuite/TestInspectStatus
00:22:43 [2022-10-05T00:22:43.405Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
00:22:48 [2022-10-05T00:22:48.446Z] === RUN   TestDockerSuite/TestInspectTemplateError
00:22:50 [2022-10-05T00:22:50.824Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
00:22:58 [2022-10-05T00:22:58.327Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
00:23:00 [2022-10-05T00:23:00.004Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
00:23:07 [2022-10-05T00:23:07.499Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
00:23:09 [2022-10-05T00:23:09.877Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
00:23:11 [2022-10-05T00:23:11.555Z] === RUN   TestDockerSuite/TestInspectUnknownObject
00:23:12 [2022-10-05T00:23:12.068Z] === RUN   TestDockerSuite/TestLinkShortDefinition
00:23:12 [2022-10-05T00:23:12.068Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
00:23:12 [2022-10-05T00:23:12.068Z] === RUN   TestDockerSuite/TestLinksEnvs
00:23:12 [2022-10-05T00:23:12.068Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
00:23:12 [2022-10-05T00:23:12.068Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
00:23:12 [2022-10-05T00:23:12.069Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
00:23:12 [2022-10-05T00:23:12.069Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
00:23:12 [2022-10-05T00:23:12.069Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
00:23:12 [2022-10-05T00:23:12.069Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
00:23:12 [2022-10-05T00:23:12.069Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
00:23:12 [2022-10-05T00:23:12.069Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
00:23:12 [2022-10-05T00:23:12.069Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
00:23:12 [2022-10-05T00:23:12.069Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
00:23:12 [2022-10-05T00:23:12.069Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
00:23:12 [2022-10-05T00:23:12.069Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
00:23:12 [2022-10-05T00:23:12.069Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
00:23:12 [2022-10-05T00:23:12.069Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
00:23:12 [2022-10-05T00:23:12.069Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
00:23:12 [2022-10-05T00:23:12.069Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
00:23:12 [2022-10-05T00:23:12.069Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
00:23:12 [2022-10-05T00:23:12.069Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
00:23:12 [2022-10-05T00:23:12.069Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
00:23:12 [2022-10-05T00:23:12.069Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
00:23:12 [2022-10-05T00:23:12.069Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
00:23:12 [2022-10-05T00:23:12.069Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
00:23:12 [2022-10-05T00:23:12.069Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
00:23:12 [2022-10-05T00:23:12.069Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
00:23:12 [2022-10-05T00:23:12.069Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
00:23:12 [2022-10-05T00:23:12.069Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
00:23:12 [2022-10-05T00:23:12.069Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
00:23:12 [2022-10-05T00:23:12.069Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
00:23:12 [2022-10-05T00:23:12.069Z]     docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
00:23:12 [2022-10-05T00:23:12.069Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
00:23:12 [2022-10-05T00:23:12.069Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
00:23:12 [2022-10-05T00:23:12.069Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
00:23:14 [2022-10-05T00:23:14.433Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
00:23:16 [2022-10-05T00:23:16.114Z] === RUN   TestDockerSuite/TestLogsAPIUntil
00:23:22 [2022-10-05T00:23:22.285Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
00:23:24 [2022-10-05T00:23:24.659Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
00:23:24 [2022-10-05T00:23:24.659Z]     docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
00:23:24 [2022-10-05T00:23:24.659Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
00:23:27 [2022-10-05T00:23:27.032Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
00:23:27 [2022-10-05T00:23:27.032Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
00:23:33 [2022-10-05T00:23:33.220Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
00:23:40 [2022-10-05T00:23:40.716Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
00:23:45 [2022-10-05T00:23:45.749Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
00:23:48 [2022-10-05T00:23:48.897Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
00:23:51 [2022-10-05T00:23:51.279Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
00:23:51 [2022-10-05T00:23:51.279Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
00:23:51 [2022-10-05T00:23:51.279Z] === RUN   TestDockerSuite/TestLogsFollowStopped
00:23:54 [2022-10-05T00:23:54.415Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
00:23:56 [2022-10-05T00:23:56.116Z] === RUN   TestDockerSuite/TestLogsSince
00:24:05 [2022-10-05T00:24:05.171Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
00:24:05 [2022-10-05T00:24:05.171Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
00:24:05 [2022-10-05T00:24:05.171Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
00:24:05 [2022-10-05T00:24:05.171Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
00:24:05 [2022-10-05T00:24:05.171Z] === RUN   TestDockerSuite/TestLogsTail
00:24:08 [2022-10-05T00:24:08.311Z] === RUN   TestDockerSuite/TestLogsTimestamps
00:24:10 [2022-10-05T00:24:10.691Z] === RUN   TestDockerSuite/TestLogsWithDetails
00:24:13 [2022-10-05T00:24:13.075Z] === RUN   TestDockerSuite/TestMountIntoProc
00:24:13 [2022-10-05T00:24:13.075Z]     docker_cli_run_test.go:2905: unmatched requirement DaemonIsLinux
00:24:13 [2022-10-05T00:24:13.075Z] === RUN   TestDockerSuite/TestMountIntoSys
00:24:13 [2022-10-05T00:24:13.075Z]     docker_cli_run_test.go:2914: unmatched requirement DaemonIsLinux
00:24:13 [2022-10-05T00:24:13.075Z] === RUN   TestDockerSuite/TestNetHostname
00:24:13 [2022-10-05T00:24:13.075Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
00:24:13 [2022-10-05T00:24:13.075Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
00:24:13 [2022-10-05T00:24:13.075Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
00:24:13 [2022-10-05T00:24:13.075Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
00:24:13 [2022-10-05T00:24:13.075Z]     docker_cli_run_test.go:3508: unmatched requirement DaemonIsLinux
00:24:13 [2022-10-05T00:24:13.589Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
00:24:13 [2022-10-05T00:24:13.589Z]     docker_cli_run_test.go:2694: unmatched requirement DaemonIsLinux
00:24:13 [2022-10-05T00:24:13.589Z] === RUN   TestDockerSuite/TestPluginActive
00:24:13 [2022-10-05T00:24:13.589Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
00:24:13 [2022-10-05T00:24:13.589Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
00:24:13 [2022-10-05T00:24:13.589Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
00:24:13 [2022-10-05T00:24:13.589Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
00:24:13 [2022-10-05T00:24:13.589Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
00:24:13 [2022-10-05T00:24:13.589Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
00:24:13 [2022-10-05T00:24:13.589Z] === RUN   TestDockerSuite/TestPluginLogDriver
00:24:13 [2022-10-05T00:24:13.589Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
00:24:13 [2022-10-05T00:24:13.589Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
00:24:13 [2022-10-05T00:24:13.589Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
00:24:13 [2022-10-05T00:24:13.589Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
00:24:13 [2022-10-05T00:24:13.589Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
00:24:13 [2022-10-05T00:24:13.589Z] === RUN   TestDockerSuite/TestPluginUpgrade
00:24:13 [2022-10-05T00:24:13.589Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
00:24:13 [2022-10-05T00:24:13.589Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
00:24:13 [2022-10-05T00:24:13.589Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
00:24:13 [2022-10-05T00:24:13.589Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
00:24:13 [2022-10-05T00:24:13.589Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
00:24:13 [2022-10-05T00:24:13.589Z] === RUN   TestDockerSuite/TestPortHostBinding
00:24:13 [2022-10-05T00:24:13.589Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
00:24:13 [2022-10-05T00:24:13.589Z] === RUN   TestDockerSuite/TestPortList
00:24:13 [2022-10-05T00:24:13.589Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
00:24:13 [2022-10-05T00:24:13.589Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
00:24:24 [2022-10-05T00:24:24.435Z] === RUN   TestDockerSuite/TestPostContainersAttach
00:24:24 [2022-10-05T00:24:24.435Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
00:24:24 [2022-10-05T00:24:24.435Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
00:24:24 [2022-10-05T00:24:24.435Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
00:24:24 [2022-10-05T00:24:24.435Z]     docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
00:24:24 [2022-10-05T00:24:24.435Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
00:24:24 [2022-10-05T00:24:24.435Z]     docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
00:24:24 [2022-10-05T00:24:24.435Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
00:24:24 [2022-10-05T00:24:24.435Z]     docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
00:24:24 [2022-10-05T00:24:24.435Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
00:24:24 [2022-10-05T00:24:24.435Z]     docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
00:24:24 [2022-10-05T00:24:24.435Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
00:24:24 [2022-10-05T00:24:24.435Z]     docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
00:24:24 [2022-10-05T00:24:24.435Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
00:24:24 [2022-10-05T00:24:24.435Z]     docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
00:24:24 [2022-10-05T00:24:24.435Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
00:24:24 [2022-10-05T00:24:24.435Z]     docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
00:24:24 [2022-10-05T00:24:24.435Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
00:24:28 [2022-10-05T00:24:28.454Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
00:24:28 [2022-10-05T00:24:28.454Z]     docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
00:24:28 [2022-10-05T00:24:28.454Z] === RUN   TestDockerSuite/TestPsByOrder
00:24:37 [2022-10-05T00:24:37.499Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
00:24:37 [2022-10-05T00:24:37.500Z]     docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
00:24:37 [2022-10-05T00:24:37.500Z] === RUN   TestDockerSuite/TestPsListContainersBase
00:24:46 [2022-10-05T00:24:46.567Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
00:25:02 [2022-10-05T00:25:02.019Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
00:25:02 [2022-10-05T00:25:02.019Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
00:25:02 [2022-10-05T00:25:02.019Z]     docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
00:25:02 [2022-10-05T00:25:02.019Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
00:25:14 [2022-10-05T00:25:14.964Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
00:25:18 [2022-10-05T00:25:18.102Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
00:25:27 [2022-10-05T00:25:27.151Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
00:25:31 [2022-10-05T00:25:31.168Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
00:25:31 [2022-10-05T00:25:31.168Z]     docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
00:25:31 [2022-10-05T00:25:31.168Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
00:25:31 [2022-10-05T00:25:31.168Z]     docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
00:25:31 [2022-10-05T00:25:31.168Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
00:25:36 [2022-10-05T00:25:36.194Z] === RUN   TestDockerSuite/TestPsListContainersSize
00:25:36 [2022-10-05T00:25:36.194Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
00:25:36 [2022-10-05T00:25:36.194Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
00:25:36 [2022-10-05T00:25:36.194Z]     docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
00:25:36 [2022-10-05T00:25:36.194Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
00:25:36 [2022-10-05T00:25:36.194Z]     docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
00:25:36 [2022-10-05T00:25:36.194Z] === RUN   TestDockerSuite/TestPsRightTagName
00:25:36 [2022-10-05T00:25:36.194Z]     docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
00:25:36 [2022-10-05T00:25:36.194Z] === RUN   TestDockerSuite/TestPsShowMounts
00:25:43 [2022-10-05T00:25:43.685Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
00:25:43 [2022-10-05T00:25:43.685Z]     docker_cli_run_test.go:3140: unmatched requirement DaemonIsLinux
00:25:43 [2022-10-05T00:25:43.685Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
00:25:45 [2022-10-05T00:25:45.366Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
00:25:45 [2022-10-05T00:25:45.366Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
00:25:45 [2022-10-05T00:25:45.366Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
00:25:46 [2022-10-05T00:25:46.426Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
00:25:47 [2022-10-05T00:25:47.491Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
00:25:47 [2022-10-05T00:25:47.491Z]     docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
00:25:47 [2022-10-05T00:25:47.491Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
00:25:52 [2022-10-05T00:25:52.529Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
00:25:56 [2022-10-05T00:25:56.563Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
00:25:58 [2022-10-05T00:25:58.926Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
00:26:20 [2022-10-05T00:26:20.723Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
00:26:20 [2022-10-05T00:26:20.723Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
00:26:20 [2022-10-05T00:26:20.723Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
00:26:25 [2022-10-05T00:26:25.737Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
00:26:25 [2022-10-05T00:26:25.737Z] === RUN   TestDockerSuite/TestRestartPolicyNO
00:26:25 [2022-10-05T00:26:25.737Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
00:26:26 [2022-10-05T00:26:26.242Z] === RUN   TestDockerSuite/TestRestartRunningContainer
00:26:31 [2022-10-05T00:26:31.271Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
00:26:35 [2022-10-05T00:26:35.291Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
00:26:35 [2022-10-05T00:26:35.291Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
00:26:35 [2022-10-05T00:26:35.291Z] === RUN   TestDockerSuite/TestRestartWithVolumes
00:26:39 [2022-10-05T00:26:39.316Z] === RUN   TestDockerSuite/TestRmiBlank
00:26:39 [2022-10-05T00:26:39.316Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
00:26:39 [2022-10-05T00:26:39.822Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
00:26:55 [2022-10-05T00:26:55.247Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
00:26:56 [2022-10-05T00:26:56.935Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
00:26:57 [2022-10-05T00:26:57.441Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
00:27:03 [2022-10-05T00:27:03.609Z] === RUN   TestDockerSuite/TestRmiImgIDForce
00:27:08 [2022-10-05T00:27:08.630Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
00:27:16 [2022-10-05T00:27:16.127Z] === RUN   TestDockerSuite/TestRmiParentImageFail
00:27:20 [2022-10-05T00:27:20.144Z] === RUN   TestDockerSuite/TestRmiTag
00:27:21 [2022-10-05T00:27:21.206Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
00:27:23 [2022-10-05T00:27:23.571Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
00:27:45 [2022-10-05T00:27:45.364Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
00:27:45 [2022-10-05T00:27:45.870Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
00:27:50 [2022-10-05T00:27:50.903Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
00:27:51 [2022-10-05T00:27:51.970Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
00:27:51 [2022-10-05T00:27:51.971Z]     docker_cli_run_test.go:4423: unmatched requirement DaemonIsLinux
00:27:51 [2022-10-05T00:27:51.971Z] === RUN   TestDockerSuite/TestRunAddHost
00:27:51 [2022-10-05T00:27:51.971Z]     docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
00:27:51 [2022-10-05T00:27:51.971Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
00:27:51 [2022-10-05T00:27:51.971Z]     docker_cli_run_test.go:3940: unmatched requirement DaemonIsLinux
00:27:51 [2022-10-05T00:27:51.971Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
00:27:51 [2022-10-05T00:27:51.971Z]     docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
00:27:51 [2022-10-05T00:27:51.971Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
00:27:51 [2022-10-05T00:27:51.971Z]     docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
00:27:51 [2022-10-05T00:27:51.971Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
00:27:51 [2022-10-05T00:27:51.971Z]     docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
00:27:51 [2022-10-05T00:27:51.971Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
00:27:51 [2022-10-05T00:27:51.971Z]     docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
00:27:51 [2022-10-05T00:27:51.971Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
00:27:54 [2022-10-05T00:27:54.338Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
00:27:54 [2022-10-05T00:27:54.338Z]     docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
00:27:54 [2022-10-05T00:27:54.338Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
00:27:54 [2022-10-05T00:27:54.338Z]     docker_cli_run_test.go:2624: unmatched requirement DaemonIsLinux
00:27:54 [2022-10-05T00:27:54.338Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
00:27:59 [2022-10-05T00:27:59.357Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
00:28:02 [2022-10-05T00:28:02.501Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
00:28:04 [2022-10-05T00:28:04.867Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
00:28:07 [2022-10-05T00:28:07.232Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
00:28:09 [2022-10-05T00:28:09.595Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
00:28:09 [2022-10-05T00:28:09.595Z] === RUN   TestDockerSuite/TestRunBindMounts
00:28:14 [2022-10-05T00:28:14.614Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
00:28:14 [2022-10-05T00:28:14.614Z]     docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
00:28:14 [2022-10-05T00:28:14.614Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
00:28:14 [2022-10-05T00:28:14.614Z]     docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
00:28:14 [2022-10-05T00:28:14.614Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
00:28:14 [2022-10-05T00:28:14.614Z]     docker_cli_run_test.go:3004: unmatched requirement DaemonIsLinux
00:28:14 [2022-10-05T00:28:14.614Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
00:28:14 [2022-10-05T00:28:14.614Z]     docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
00:28:14 [2022-10-05T00:28:14.614Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
00:28:14 [2022-10-05T00:28:14.614Z]     docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
00:28:14 [2022-10-05T00:28:14.614Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
00:28:14 [2022-10-05T00:28:14.614Z]     docker_cli_run_test.go:3190: unmatched requirement DaemonIsLinux
00:28:14 [2022-10-05T00:28:14.614Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
00:28:14 [2022-10-05T00:28:14.614Z]     docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
00:28:14 [2022-10-05T00:28:14.614Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
00:28:14 [2022-10-05T00:28:14.614Z]     docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
00:28:14 [2022-10-05T00:28:14.614Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
00:28:14 [2022-10-05T00:28:14.614Z]     docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
00:28:14 [2022-10-05T00:28:14.614Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
00:28:14 [2022-10-05T00:28:14.614Z]     docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
00:28:14 [2022-10-05T00:28:14.614Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
00:28:14 [2022-10-05T00:28:14.614Z]     docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
00:28:14 [2022-10-05T00:28:14.614Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
00:28:16 [2022-10-05T00:28:16.978Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
00:28:16 [2022-10-05T00:28:16.978Z]     docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
00:28:16 [2022-10-05T00:28:16.978Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
00:28:20 [2022-10-05T00:28:20.120Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
00:28:20 [2022-10-05T00:28:20.120Z]     docker_cli_run_test.go:3332: unmatched requirement DaemonIsLinux
00:28:20 [2022-10-05T00:28:20.120Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
00:28:20 [2022-10-05T00:28:20.120Z]     docker_cli_run_test.go:3356: unmatched requirement DaemonIsLinux
00:28:20 [2022-10-05T00:28:20.120Z] === RUN   TestDockerSuite/TestRunContainerNetwork
00:28:22 [2022-10-05T00:28:22.487Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
00:28:22 [2022-10-05T00:28:22.487Z]     docker_cli_run_test.go:3323: unmatched requirement DaemonIsLinux
00:28:22 [2022-10-05T00:28:22.487Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
00:28:22 [2022-10-05T00:28:22.487Z]     docker_cli_run_test.go:3308: unmatched requirement DaemonIsLinux
00:28:22 [2022-10-05T00:28:22.487Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
00:28:22 [2022-10-05T00:28:22.487Z]     docker_cli_run_test.go:3233: unmatched requirement DaemonIsLinux
00:28:22 [2022-10-05T00:28:22.487Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
00:28:22 [2022-10-05T00:28:22.487Z]     docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
00:28:22 [2022-10-05T00:28:22.487Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
00:28:22 [2022-10-05T00:28:22.487Z]     docker_cli_run_test.go:2681: unmatched requirement DaemonIsLinux
00:28:22 [2022-10-05T00:28:22.487Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
00:28:22 [2022-10-05T00:28:22.487Z]     docker_cli_run_test.go:2754: unmatched requirement DaemonIsLinux
00:28:22 [2022-10-05T00:28:22.487Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
00:28:22 [2022-10-05T00:28:22.487Z]     docker_cli_run_test.go:2744: unmatched requirement DaemonIsLinux
00:28:22 [2022-10-05T00:28:22.487Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
00:28:24 [2022-10-05T00:28:24.855Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
00:28:27 [2022-10-05T00:28:27.221Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
00:28:29 [2022-10-05T00:28:29.584Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
00:28:29 [2022-10-05T00:28:29.584Z]     docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
00:28:29 [2022-10-05T00:28:29.584Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
00:28:29 [2022-10-05T00:28:29.584Z]     docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
00:28:29 [2022-10-05T00:28:29.584Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
00:28:29 [2022-10-05T00:28:29.584Z]     docker_cli_run_test.go:3198: unmatched requirement DaemonIsLinux
00:28:29 [2022-10-05T00:28:29.584Z] === RUN   TestDockerSuite/TestRunCreateVolume
00:28:37 [2022-10-05T00:28:37.098Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
00:28:37 [2022-10-05T00:28:37.098Z]     docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
00:28:37 [2022-10-05T00:28:37.098Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
00:28:37 [2022-10-05T00:28:37.098Z]     docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
00:28:37 [2022-10-05T00:28:37.098Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
00:28:37 [2022-10-05T00:28:37.098Z]     docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
00:28:37 [2022-10-05T00:28:37.098Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
00:28:37 [2022-10-05T00:28:37.098Z]     docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
00:28:37 [2022-10-05T00:28:37.098Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
00:28:38 [2022-10-05T00:28:38.775Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
00:28:44 [2022-10-05T00:28:44.940Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
00:28:44 [2022-10-05T00:28:44.940Z]     docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
00:28:44 [2022-10-05T00:28:44.940Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
00:28:44 [2022-10-05T00:28:44.940Z]     docker_cli_run_test.go:3905: unmatched requirement DaemonIsLinux
00:28:44 [2022-10-05T00:28:44.940Z] === RUN   TestDockerSuite/TestRunDNSOptions
00:28:44 [2022-10-05T00:28:44.940Z]     docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
00:28:44 [2022-10-05T00:28:44.940Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
00:28:44 [2022-10-05T00:28:44.940Z]     docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
00:28:44 [2022-10-05T00:28:44.940Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
00:28:44 [2022-10-05T00:28:44.940Z]     docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
00:28:44 [2022-10-05T00:28:44.940Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
00:28:44 [2022-10-05T00:28:44.940Z]     docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
00:28:44 [2022-10-05T00:28:44.940Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
00:28:46 [2022-10-05T00:28:46.628Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
00:28:46 [2022-10-05T00:28:46.628Z]     docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
00:28:46 [2022-10-05T00:28:46.628Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
00:28:46 [2022-10-05T00:28:46.628Z] === RUN   TestDockerSuite/TestRunDuplicateMount
00:28:46 [2022-10-05T00:28:46.628Z]     docker_cli_run_test.go:4080: unmatched requirement DaemonIsLinux
00:28:46 [2022-10-05T00:28:46.628Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
00:28:48 [2022-10-05T00:28:48.994Z] === RUN   TestDockerSuite/TestRunEchoStdout
00:28:51 [2022-10-05T00:28:51.359Z] === RUN   TestDockerSuite/TestRunEmptyEnv
00:28:51 [2022-10-05T00:28:51.359Z]     docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux
00:28:51 [2022-10-05T00:28:51.359Z] === RUN   TestDockerSuite/TestRunEntrypoint
00:28:53 [2022-10-05T00:28:53.728Z] === RUN   TestDockerSuite/TestRunEnvironment
00:28:53 [2022-10-05T00:28:53.728Z]     docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
00:28:53 [2022-10-05T00:28:53.728Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
00:28:53 [2022-10-05T00:28:53.728Z]     docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
00:28:53 [2022-10-05T00:28:53.728Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
00:28:53 [2022-10-05T00:28:53.728Z]     docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
00:28:54 [2022-10-05T00:28:54.233Z] === RUN   TestDockerSuite/TestRunExitCode
00:28:56 [2022-10-05T00:28:56.598Z] === RUN   TestDockerSuite/TestRunExitCodeOne
00:28:58 [2022-10-05T00:28:58.968Z] === RUN   TestDockerSuite/TestRunExitCodeZero
00:29:01 [2022-10-05T00:29:01.334Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
00:29:03 [2022-10-05T00:29:03.713Z] === RUN   TestDockerSuite/TestRunExposePort
00:29:03 [2022-10-05T00:29:03.713Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
00:29:03 [2022-10-05T00:29:03.713Z]     docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
00:29:03 [2022-10-05T00:29:03.713Z] === RUN   TestDockerSuite/TestRunGroupAdd
00:29:03 [2022-10-05T00:29:03.713Z]     docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
00:29:03 [2022-10-05T00:29:03.713Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
00:29:03 [2022-10-05T00:29:03.713Z]     docker_cli_run_test.go:4402: unmatched requirement DaemonIsLinux
00:29:03 [2022-10-05T00:29:03.713Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
00:29:03 [2022-10-05T00:29:03.713Z]     docker_cli_run_test.go:4415: unmatched requirement DaemonIsLinux
00:29:03 [2022-10-05T00:29:03.713Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
00:29:03 [2022-10-05T00:29:03.713Z]     docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv
00:29:03 [2022-10-05T00:29:03.713Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
00:29:03 [2022-10-05T00:29:03.713Z]     docker_cli_run_test.go:3721: unmatched requirement DaemonIsLinux
00:29:03 [2022-10-05T00:29:03.713Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
00:29:03 [2022-10-05T00:29:03.713Z]     docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
00:29:03 [2022-10-05T00:29:03.713Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
00:29:07 [2022-10-05T00:29:07.748Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
00:29:07 [2022-10-05T00:29:07.748Z]     docker_cli_run_test.go:3268: unmatched requirement DaemonIsLinux
00:29:07 [2022-10-05T00:29:07.748Z] === RUN   TestDockerSuite/TestRunInvalidReference
00:29:07 [2022-10-05T00:29:07.748Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
00:29:07 [2022-10-05T00:29:07.748Z]     docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
00:29:07 [2022-10-05T00:29:07.748Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
00:29:07 [2022-10-05T00:29:07.748Z]     docker_cli_run_test.go:3377: unmatched requirement DaemonIsLinux
00:29:07 [2022-10-05T00:29:07.748Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
00:29:07 [2022-10-05T00:29:07.748Z]     docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
00:29:07 [2022-10-05T00:29:07.748Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
00:29:07 [2022-10-05T00:29:07.748Z]     docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
00:29:07 [2022-10-05T00:29:07.748Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
00:29:18 [2022-10-05T00:29:18.607Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
00:29:18 [2022-10-05T00:29:18.607Z]     docker_cli_run_test.go:3387: unmatched requirement DaemonIsLinux
00:29:18 [2022-10-05T00:29:18.607Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
00:29:19 [2022-10-05T00:29:19.113Z] === RUN   TestDockerSuite/TestRunModeHostname
00:29:19 [2022-10-05T00:29:19.113Z]     docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
00:29:19 [2022-10-05T00:29:19.113Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
00:29:19 [2022-10-05T00:29:19.113Z]     docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
00:29:19 [2022-10-05T00:29:19.113Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
00:29:19 [2022-10-05T00:29:19.113Z]     docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
00:29:19 [2022-10-05T00:29:19.113Z] === RUN   TestDockerSuite/TestRunModeIpcHost
00:29:19 [2022-10-05T00:29:19.113Z]     docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
00:29:19 [2022-10-05T00:29:19.113Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
00:29:19 [2022-10-05T00:29:19.113Z]     docker_cli_run_test.go:3421: unmatched requirement DaemonIsLinux
00:29:19 [2022-10-05T00:29:19.113Z] === RUN   TestDockerSuite/TestRunModePIDContainer
00:29:19 [2022-10-05T00:29:19.113Z]     docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
00:29:19 [2022-10-05T00:29:19.113Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
00:29:19 [2022-10-05T00:29:19.113Z]     docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
00:29:19 [2022-10-05T00:29:19.113Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
00:29:19 [2022-10-05T00:29:19.113Z]     docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
00:29:19 [2022-10-05T00:29:19.113Z] === RUN   TestDockerSuite/TestRunModePIDHost
00:29:19 [2022-10-05T00:29:19.113Z]     docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
00:29:19 [2022-10-05T00:29:19.619Z] === RUN   TestDockerSuite/TestRunModeUTSHost
00:29:19 [2022-10-05T00:29:19.619Z]     docker_cli_run_test.go:2452: unmatched requirement DaemonIsLinux
00:29:19 [2022-10-05T00:29:19.619Z] === RUN   TestDockerSuite/TestRunMount
00:29:19 [2022-10-05T00:29:19.619Z]     docker_cli_run_test.go:4225: unmatched requirement DaemonIsLinux
00:29:19 [2022-10-05T00:29:19.619Z] === RUN   TestDockerSuite/TestRunMountOrdering
00:29:19 [2022-10-05T00:29:19.619Z]     docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
00:29:19 [2022-10-05T00:29:19.619Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
00:29:19 [2022-10-05T00:29:19.619Z]     docker_cli_run_test.go:4213: unmatched requirement DaemonIsLinux
00:29:19 [2022-10-05T00:29:19.619Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
00:29:19 [2022-10-05T00:29:19.619Z]     docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
00:29:19 [2022-10-05T00:29:19.619Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
00:29:32 [2022-10-05T00:29:32.586Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
00:29:32 [2022-10-05T00:29:32.586Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
00:29:32 [2022-10-05T00:29:32.586Z] === RUN   TestDockerSuite/TestRunNamedVolume
00:29:32 [2022-10-05T00:29:32.586Z]     docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux
00:29:32 [2022-10-05T00:29:32.586Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
00:29:32 [2022-10-05T00:29:32.586Z]     docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux
00:29:32 [2022-10-05T00:29:32.586Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
00:29:37 [2022-10-05T00:29:37.616Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
00:29:41 [2022-10-05T00:29:41.632Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
00:29:41 [2022-10-05T00:29:41.632Z]     docker_cli_run_test.go:3765: unmatched requirement DaemonIsLinux
00:29:41 [2022-10-05T00:29:41.632Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
00:29:41 [2022-10-05T00:29:41.632Z]     docker_cli_run_test.go:2604: unmatched requirement DaemonIsLinux
00:29:41 [2022-10-05T00:29:41.632Z] === RUN   TestDockerSuite/TestRunNetHost
00:29:41 [2022-10-05T00:29:41.632Z]     docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux
00:29:41 [2022-10-05T00:29:41.632Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
00:29:41 [2022-10-05T00:29:41.632Z]     docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
00:29:41 [2022-10-05T00:29:41.632Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
00:29:41 [2022-10-05T00:29:41.632Z]     docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux
00:29:41 [2022-10-05T00:29:41.632Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
00:29:41 [2022-10-05T00:29:41.632Z]     docker_cli_run_test.go:3065: unmatched requirement DaemonIsLinux
00:29:41 [2022-10-05T00:29:41.632Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
00:29:41 [2022-10-05T00:29:41.632Z]     docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
00:29:41 [2022-10-05T00:29:41.632Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
00:29:41 [2022-10-05T00:29:41.632Z]     docker_cli_run_test.go:3111: unmatched requirement DaemonIsLinux
00:29:41 [2022-10-05T00:29:41.632Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
00:29:41 [2022-10-05T00:29:41.632Z]     docker_cli_run_test.go:3435: unmatched requirement DaemonIsLinux
00:29:41 [2022-10-05T00:29:41.632Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
00:29:41 [2022-10-05T00:29:41.632Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
00:29:42 [2022-10-05T00:29:42.694Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
00:29:50 [2022-10-05T00:29:50.206Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
00:29:52 [2022-10-05T00:29:52.574Z] === RUN   TestDockerSuite/TestRunNonExistingImage
00:29:53 [2022-10-05T00:29:53.646Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
00:29:56 [2022-10-05T00:29:56.010Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
00:29:56 [2022-10-05T00:29:56.010Z]     docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
00:29:56 [2022-10-05T00:29:56.010Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
00:29:56 [2022-10-05T00:29:56.010Z]     docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux
00:29:56 [2022-10-05T00:29:56.010Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
00:29:56 [2022-10-05T00:29:56.010Z]     docker_cli_run_test.go:2494: unmatched requirement DaemonIsLinux
00:29:56 [2022-10-05T00:29:56.010Z] === RUN   TestDockerSuite/TestRunPortInUse
00:29:56 [2022-10-05T00:29:56.010Z]     docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
00:29:56 [2022-10-05T00:29:56.010Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
00:29:56 [2022-10-05T00:29:56.010Z]     docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
00:29:56 [2022-10-05T00:29:56.010Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
00:29:56 [2022-10-05T00:29:56.010Z]     docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
00:29:56 [2022-10-05T00:29:56.010Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
00:29:56 [2022-10-05T00:29:56.010Z]     docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
00:29:56 [2022-10-05T00:29:56.517Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
00:29:56 [2022-10-05T00:29:56.517Z]     docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
00:29:56 [2022-10-05T00:29:56.517Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
00:29:59 [2022-10-05T00:29:59.660Z] === RUN   TestDockerSuite/TestRunPublishPort
00:29:59 [2022-10-05T00:29:59.660Z]     docker_cli_run_test.go:2979: unmatched requirement DaemonIsLinux
00:29:59 [2022-10-05T00:29:59.660Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
00:29:59 [2022-10-05T00:29:59.660Z]     docker_cli_run_test.go:2882: unmatched requirement Apparmor
00:29:59 [2022-10-05T00:29:59.660Z] === RUN   TestDockerSuite/TestRunReadProcLatency
00:29:59 [2022-10-05T00:29:59.660Z]     docker_cli_run_test.go:2861: unmatched requirement DaemonIsLinux
00:29:59 [2022-10-05T00:29:59.660Z] === RUN   TestDockerSuite/TestRunReadProcTimer
00:29:59 [2022-10-05T00:29:59.660Z]     docker_cli_run_test.go:2846: unmatched requirement DaemonIsLinux
00:29:59 [2022-10-05T00:29:59.660Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
00:29:59 [2022-10-05T00:29:59.660Z]     docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
00:29:59 [2022-10-05T00:29:59.660Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
00:30:12 [2022-10-05T00:30:12.612Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
00:30:12 [2022-10-05T00:30:12.612Z]     docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
00:30:12 [2022-10-05T00:30:12.612Z] === RUN   TestDockerSuite/TestRunRm
00:30:15 [2022-10-05T00:30:15.112Z] === RUN   TestDockerSuite/TestRunRmAndWait
00:30:21 [2022-10-05T00:30:21.285Z] === RUN   TestDockerSuite/TestRunRmPre125Api
00:30:28 [2022-10-05T00:30:28.806Z] === RUN   TestDockerSuite/TestRunRootWorkdir
00:30:30 [2022-10-05T00:30:30.489Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
00:30:32 [2022-10-05T00:30:32.858Z] === RUN   TestDockerSuite/TestRunSetMacAddress
00:30:35 [2022-10-05T00:30:35.235Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
00:30:35 [2022-10-05T00:30:35.235Z]     docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
00:30:35 [2022-10-05T00:30:35.235Z] === RUN   TestDockerSuite/TestRunState
00:30:35 [2022-10-05T00:30:35.235Z]     docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
00:30:35 [2022-10-05T00:30:35.235Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
00:30:37 [2022-10-05T00:30:37.605Z] === RUN   TestDockerSuite/TestRunStdinPipe
00:30:37 [2022-10-05T00:30:37.605Z]     docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
00:30:37 [2022-10-05T00:30:37.605Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
00:30:39 [2022-10-05T00:30:39.971Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
00:30:39 [2022-10-05T00:30:39.971Z]     docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
00:30:39 [2022-10-05T00:30:39.971Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
00:30:39 [2022-10-05T00:30:39.971Z]     docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
00:30:39 [2022-10-05T00:30:39.971Z] === RUN   TestDockerSuite/TestRunTLSVerify
00:30:40 [2022-10-05T00:30:40.478Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
00:30:40 [2022-10-05T00:30:40.478Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
00:30:40 [2022-10-05T00:30:40.478Z]     docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
00:30:40 [2022-10-05T00:30:40.478Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
00:30:45 [2022-10-05T00:30:45.501Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
00:30:45 [2022-10-05T00:30:45.501Z]     docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
00:30:45 [2022-10-05T00:30:45.501Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
00:30:45 [2022-10-05T00:30:45.501Z]     docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
00:30:45 [2022-10-05T00:30:45.501Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
00:30:45 [2022-10-05T00:30:45.501Z]     docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
00:30:45 [2022-10-05T00:30:45.501Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
00:30:45 [2022-10-05T00:30:45.501Z]     docker_cli_run_test.go:3981: unmatched requirement DaemonIsLinux
00:30:45 [2022-10-05T00:30:45.501Z] === RUN   TestDockerSuite/TestRunUnshareProc
00:30:45 [2022-10-05T00:30:45.501Z]     docker_cli_run_test.go:2921: unmatched requirement Apparmor
00:30:45 [2022-10-05T00:30:45.501Z] === RUN   TestDockerSuite/TestRunUserByID
00:30:45 [2022-10-05T00:30:45.501Z]     docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
00:30:45 [2022-10-05T00:30:45.501Z] === RUN   TestDockerSuite/TestRunUserByIDBig
00:30:45 [2022-10-05T00:30:45.501Z]     docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
00:30:45 [2022-10-05T00:30:45.501Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
00:30:45 [2022-10-05T00:30:45.501Z]     docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
00:30:45 [2022-10-05T00:30:45.501Z] === RUN   TestDockerSuite/TestRunUserByIDZero
00:30:45 [2022-10-05T00:30:45.501Z]     docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
00:30:45 [2022-10-05T00:30:45.501Z] === RUN   TestDockerSuite/TestRunUserByName
00:30:45 [2022-10-05T00:30:45.501Z]     docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
00:30:45 [2022-10-05T00:30:45.501Z] === RUN   TestDockerSuite/TestRunUserDefaults
00:30:53 [2022-10-05T00:30:53.010Z] === RUN   TestDockerSuite/TestRunUserNotFound
00:30:53 [2022-10-05T00:30:53.010Z]     docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
00:30:53 [2022-10-05T00:30:53.010Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
00:30:55 [2022-10-05T00:30:55.380Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
00:30:55 [2022-10-05T00:30:55.380Z]     docker_cli_run_test.go:3870: unmatched requirement DaemonIsLinux
00:30:55 [2022-10-05T00:30:55.380Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
00:30:55 [2022-10-05T00:30:55.380Z]     docker_cli_run_test.go:3863: unmatched requirement DaemonIsLinux
00:30:55 [2022-10-05T00:30:55.380Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
00:30:58 [2022-10-05T00:30:58.529Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
00:31:06 [2022-10-05T00:31:06.035Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
00:31:10 [2022-10-05T00:31:10.051Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
00:31:17 [2022-10-05T00:31:17.562Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
00:31:17 [2022-10-05T00:31:17.563Z]     docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
00:31:17 [2022-10-05T00:31:17.563Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
00:31:17 [2022-10-05T00:31:17.563Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
00:31:19 [2022-10-05T00:31:19.246Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
00:31:21 [2022-10-05T00:31:21.611Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
00:31:23 [2022-10-05T00:31:23.978Z] === RUN   TestDockerSuite/TestRunWithBadDevice
00:31:23 [2022-10-05T00:31:23.978Z]     docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
00:31:23 [2022-10-05T00:31:23.978Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
00:31:23 [2022-10-05T00:31:23.978Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
00:31:24 [2022-10-05T00:31:24.483Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
00:31:24 [2022-10-05T00:31:24.483Z]     docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
00:31:24 [2022-10-05T00:31:24.483Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
00:31:24 [2022-10-05T00:31:24.483Z]     docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux
00:31:24 [2022-10-05T00:31:24.483Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
00:31:24 [2022-10-05T00:31:24.483Z]     docker_cli_run_test.go:3748: unmatched requirement DaemonIsLinux
00:31:24 [2022-10-05T00:31:24.483Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
00:31:24 [2022-10-05T00:31:24.483Z]     docker_cli_run_test.go:2827: unmatched requirement DaemonIsLinux
00:31:24 [2022-10-05T00:31:24.483Z] === RUN   TestDockerSuite/TestRunWithUlimits
00:31:24 [2022-10-05T00:31:24.483Z]     docker_cli_run_test.go:3222: unmatched requirement DaemonIsLinux
00:31:24 [2022-10-05T00:31:24.483Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
00:31:28 [2022-10-05T00:31:28.502Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
00:31:30 [2022-10-05T00:31:30.180Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
00:31:32 [2022-10-05T00:31:32.549Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
00:31:43 [2022-10-05T00:31:43.388Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
00:31:43 [2022-10-05T00:31:43.388Z]     docker_cli_run_test.go:3038: unmatched requirement Apparmor
00:31:43 [2022-10-05T00:31:43.388Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
00:31:43 [2022-10-05T00:31:43.388Z]     docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
00:31:43 [2022-10-05T00:31:43.388Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
00:31:43 [2022-10-05T00:31:43.388Z]     docker_cli_run_test.go:2837: unmatched requirement DaemonIsLinux
00:31:43 [2022-10-05T00:31:43.388Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
00:31:43 [2022-10-05T00:31:43.388Z]     docker_cli_run_test.go:3635: unmatched requirement DaemonIsLinux
00:31:43 [2022-10-05T00:31:43.388Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
00:31:43 [2022-10-05T00:31:43.388Z]     docker_cli_run_test.go:3646: unmatched requirement DaemonIsLinux
00:31:43 [2022-10-05T00:31:43.388Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
00:31:43 [2022-10-05T00:31:43.388Z]     docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
00:31:43 [2022-10-05T00:31:43.388Z] === RUN   TestDockerSuite/TestSaveCheckTimes
00:31:43 [2022-10-05T00:31:43.388Z]     docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
00:31:43 [2022-10-05T00:31:43.388Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
00:31:43 [2022-10-05T00:31:43.388Z]     docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
00:31:43 [2022-10-05T00:31:43.388Z] === RUN   TestDockerSuite/TestSaveImageId
00:31:43 [2022-10-05T00:31:43.388Z]     docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
00:31:43 [2022-10-05T00:31:43.388Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
00:31:43 [2022-10-05T00:31:43.388Z]     docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
00:31:43 [2022-10-05T00:31:43.388Z] === RUN   TestDockerSuite/TestSaveLoadParents
00:31:43 [2022-10-05T00:31:43.388Z]     docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
00:31:43 [2022-10-05T00:31:43.388Z] === RUN   TestDockerSuite/TestSaveMultipleNames
00:31:43 [2022-10-05T00:31:43.388Z]     docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
00:31:43 [2022-10-05T00:31:43.388Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
00:31:43 [2022-10-05T00:31:43.388Z]     docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
00:31:43 [2022-10-05T00:31:43.388Z] === RUN   TestDockerSuite/TestSaveSingleTag
00:31:43 [2022-10-05T00:31:43.388Z]     docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
00:31:43 [2022-10-05T00:31:43.388Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
00:31:43 [2022-10-05T00:31:43.389Z]     docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
00:31:43 [2022-10-05T00:31:43.389Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
00:31:43 [2022-10-05T00:31:43.389Z]     docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
00:31:43 [2022-10-05T00:31:43.389Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
00:31:43 [2022-10-05T00:31:43.389Z]     docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
00:31:43 [2022-10-05T00:31:43.389Z] === RUN   TestDockerSuite/TestSearchCmdOptions
00:31:45 [2022-10-05T00:31:45.069Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
00:31:45 [2022-10-05T00:31:45.069Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
00:31:45 [2022-10-05T00:31:45.576Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
00:31:46 [2022-10-05T00:31:46.082Z] === RUN   TestDockerSuite/TestSearchWithLimit
00:31:47 [2022-10-05T00:31:47.767Z] === RUN   TestDockerSuite/TestSlowStdinClosing
00:31:55 [2022-10-05T00:31:55.282Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
00:31:55 [2022-10-05T00:31:55.282Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
00:31:55 [2022-10-05T00:31:55.282Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
00:32:04 [2022-10-05T00:32:04.332Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
00:32:04 [2022-10-05T00:32:04.332Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
00:32:04 [2022-10-05T00:32:04.332Z] === RUN   TestDockerSuite/TestStartAttachSilent
00:32:13 [2022-10-05T00:32:13.380Z] === RUN   TestDockerSuite/TestStartAttachWithRename
00:32:13 [2022-10-05T00:32:13.380Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
00:32:13 [2022-10-05T00:32:13.380Z] === RUN   TestDockerSuite/TestStartMultipleContainers
00:32:13 [2022-10-05T00:32:13.380Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
00:32:13 [2022-10-05T00:32:13.380Z] === RUN   TestDockerSuite/TestStartPausedContainer
00:32:13 [2022-10-05T00:32:13.380Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
00:32:13 [2022-10-05T00:32:13.380Z] === RUN   TestDockerSuite/TestStartRecordError
00:32:13 [2022-10-05T00:32:13.380Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
00:32:13 [2022-10-05T00:32:13.380Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
00:32:18 [2022-10-05T00:32:18.395Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
00:32:18 [2022-10-05T00:32:18.395Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
00:32:18 [2022-10-05T00:32:18.395Z] === RUN   TestDockerSuite/TestStatsAllNoStream
00:32:18 [2022-10-05T00:32:18.395Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
00:32:18 [2022-10-05T00:32:18.395Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
00:32:18 [2022-10-05T00:32:18.395Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
00:32:18 [2022-10-05T00:32:18.395Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
00:32:18 [2022-10-05T00:32:18.395Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
00:32:18 [2022-10-05T00:32:18.395Z] === RUN   TestDockerSuite/TestStatsFormatAll
00:32:18 [2022-10-05T00:32:18.395Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
00:32:18 [2022-10-05T00:32:18.395Z] === RUN   TestDockerSuite/TestStatsNoStream
00:32:18 [2022-10-05T00:32:18.395Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
00:32:18 [2022-10-05T00:32:18.395Z] === RUN   TestDockerSuite/TestTopMultipleArgs
00:32:20 [2022-10-05T00:32:20.765Z] === RUN   TestDockerSuite/TestTopNonPrivileged
00:32:23 [2022-10-05T00:32:23.132Z] === RUN   TestDockerSuite/TestTopPrivileged
00:32:23 [2022-10-05T00:32:23.132Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
00:32:23 [2022-10-05T00:32:23.132Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
00:32:25 [2022-10-05T00:32:25.496Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
00:32:25 [2022-10-05T00:32:25.496Z]     docker_cli_run_test.go:3446: unmatched requirement DaemonIsLinux
00:32:25 [2022-10-05T00:32:25.496Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
00:32:25 [2022-10-05T00:32:25.496Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
00:32:25 [2022-10-05T00:32:25.496Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
00:32:25 [2022-10-05T00:32:25.496Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
00:32:25 [2022-10-05T00:32:25.496Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
00:32:25 [2022-10-05T00:32:25.496Z]     docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
00:32:25 [2022-10-05T00:32:25.496Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
00:32:25 [2022-10-05T00:32:25.496Z]     docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
00:32:25 [2022-10-05T00:32:25.496Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
00:32:25 [2022-10-05T00:32:25.496Z]     docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
00:32:25 [2022-10-05T00:32:25.496Z] === RUN   TestDockerSuite/TestVolumeCLICreate
00:32:40 [2022-10-05T00:32:40.933Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
00:32:41 [2022-10-05T00:32:41.443Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
00:32:41 [2022-10-05T00:32:41.443Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
00:32:41 [2022-10-05T00:32:41.443Z]     docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
00:32:41 [2022-10-05T00:32:41.443Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
00:32:41 [2022-10-05T00:32:41.948Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
00:32:41 [2022-10-05T00:32:41.948Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
00:32:42 [2022-10-05T00:32:42.456Z] === RUN   TestDockerSuite/TestVolumeCLILs
00:32:45 [2022-10-05T00:32:45.596Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
00:32:45 [2022-10-05T00:32:45.596Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
00:32:48 [2022-10-05T00:32:48.743Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
00:32:49 [2022-10-05T00:32:49.250Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
00:32:49 [2022-10-05T00:32:49.250Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
00:32:49 [2022-10-05T00:32:49.754Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
00:32:49 [2022-10-05T00:32:49.754Z] === RUN   TestDockerSuite/TestVolumeCLIRm
00:32:58 [2022-10-05T00:32:58.809Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
00:32:58 [2022-10-05T00:32:58.809Z]     docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
00:32:58 [2022-10-05T00:32:58.809Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
00:32:58 [2022-10-05T00:32:58.809Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
00:32:58 [2022-10-05T00:32:58.809Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
00:32:58 [2022-10-05T00:32:58.809Z]     docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
00:32:58 [2022-10-05T00:32:58.809Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
00:33:06 [2022-10-05T00:33:06.303Z] === RUN   TestDockerSuite/TestVolumeLsFormat
00:33:06 [2022-10-05T00:33:06.303Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
00:33:06 [2022-10-05T00:33:06.303Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
00:33:21 [2022-10-05T00:33:21.722Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
00:33:21 [2022-10-05T00:33:21.722Z]     docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
00:33:21 [2022-10-05T00:33:21.722Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
00:33:22 [2022-10-05T00:33:22.792Z] --- PASS: TestDockerSuite (2733.56s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.85s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.31s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.70s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.40s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (98.74s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.97s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.11s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.32s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.34s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.37s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.94s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (115.00s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.89s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.17s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.86s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.89s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.38s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.52s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.88s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.27s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (9.67s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.35s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.67s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.61s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.51s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAddTar (42.10s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.32s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (31.27s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.56s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.99s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.86s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.80s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.99s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.35s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (9.73s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.18s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.64s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (37.17s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.57s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.61s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.34s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.56s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.33s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.50s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.91s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.56s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.53s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.53s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.52s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.16s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.24s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.51s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.16s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.91s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.50s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.89s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.68s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.24s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (32.01s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.21s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.95s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.99s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.33s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.33s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.55s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (36.66s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.74s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.32s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.70s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.53s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.74s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.77s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.85s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.53s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (91.18s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.55s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.34s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (91.79s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.58s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.75s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (27.86s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.97s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.77s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (36.94s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (14.87s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.61s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (117.25s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.42s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.55s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.09s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.49s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.55s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.57s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.38s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.69s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.04s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.34s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.67s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
00:33:22 [2022-10-05T00:33:22.792Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.00s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.57s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.83s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.71s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildFails (2.52s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (10.48s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.61s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildForceRm (11.69s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildFromGit (10.69s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.41s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.45s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.81s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.55s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (13.25s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildHistory (10.74s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.99s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.12s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.85s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (9.28s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.96s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.68s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.06s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.66s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildLabels (1.03s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.65s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.97s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.58s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.74s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.87s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (25.38s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.90s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (36.26s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.10s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (10.18s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.56s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.73s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.70s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (13.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.72s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildNoContext (3.03s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.39s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.45s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.29s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.22s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (3.11s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.13s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.31s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (18.40s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.59s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.82s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.78s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.63s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.09s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.62s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.04s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.22s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (45.53s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (28.51s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildRm (12.81s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.33s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.37s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.41s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.92s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (8.68s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (4.43s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (20.46s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.76s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.67s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.48s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.36s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.71s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildStderr (4.46s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (20.03s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.32s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.03s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.22s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (4.57s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.16s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (4.03s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.57s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.76s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (20.63s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.86s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (8.38s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (10.61s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.40s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.68s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.84s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (4.46s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.43s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (22.55s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.37s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.35s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.24s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.70s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.89s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.23s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.30s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCommitChange (4.72s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (9.21s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCommitNewFile (11.34s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCommitTTY (11.82s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.30s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (6.72s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.92s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.33s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (2.32s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.38s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (2.57s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.44s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.27s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.35s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.41s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.36s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (2.08s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.70s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.23s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (2.30s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (8.70s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.08s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.99s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (2.60s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.27s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.55s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.17s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.05s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (28.35s)
00:33:22 [2022-10-05T00:33:22.793Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.58s)
00:33:22 [2022-10-05T00:33:22.793Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (7.62s)
00:33:22 [2022-10-05T00:33:22.793Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (2.64s)
00:33:22 [2022-10-05T00:33:22.793Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (7.64s)
00:33:22 [2022-10-05T00:33:22.793Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0005d05b8_<nil>} (2.68s)
00:33:22 [2022-10-05T00:33:22.793Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1329102465_c:\foo_false__<nil>_<nil>_<nil>} (2.60s)
00:33:22 [2022-10-05T00:33:22.793Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1329102465_c:\foo_true__<nil>_<nil>_<nil>} (2.56s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.17s)
00:33:22 [2022-10-05T00:33:22.793Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
00:33:22 [2022-10-05T00:33:22.793Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
00:33:22 [2022-10-05T00:33:22.793Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
00:33:22 [2022-10-05T00:33:22.793Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
00:33:22 [2022-10-05T00:33:22.793Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
00:33:22 [2022-10-05T00:33:22.793Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s)
00:33:22 [2022-10-05T00:33:22.793Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
00:33:22 [2022-10-05T00:33:22.793Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (2.46s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (7.30s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCpRelativePath (2.57s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCpToCaseA (4.73s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.62s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCpToCaseE (9.46s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCpToCaseH (9.45s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCpToDot (2.43s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.43s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.17s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.17s)
00:33:22 [2022-10-05T00:33:22.793Z]     --- PASS: TestDockerSuite/TestCreateByImageID (2.19s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (2.49s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.19s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.18s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.00s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.65s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.17s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestCreateRM (0.30s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.17s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.31s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.92s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.21s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.48s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.48s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.50s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.11s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestDockerFails (0.09s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (2.67s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.40s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (7.36s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (8.43s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsCopy (5.19s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (5.24s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.45s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.82s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (4.31s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (1.06s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsFilterType (1.03s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsFilters (4.83s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsFormat (4.88s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.03s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.19s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsRename (7.49s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsResize (2.85s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.23s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.67s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.87s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.76s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.10s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.03s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.05s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.31s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.34s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.39s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.37s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.35s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestExecExitStatus (2.33s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestExecInspectID (4.85s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.59s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.57s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (8.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestGetContainerStats (6.15s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.23s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.19s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.18s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.11s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestHealth (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.64s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.36s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.64s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.98s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.82s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.30s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.25s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.55s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.23s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.76s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.40s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.90s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (7.19s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (7.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.22s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.38s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectDefault (2.36s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectHistory (4.46s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectInt64 (2.41s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (2.39s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.17s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.30s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.33s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.09s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.26s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectStatus (2.83s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.66s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (2.39s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (7.19s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.29s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (7.14s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.24s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.22s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.99s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.00s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.82s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.59s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.35s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.38s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.28s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.22s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.88s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.63s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (2.50s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.27s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsSince (9.18s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsTail (2.86s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.62s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (2.38s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (9.61s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.63s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestPsByOrder (8.59s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (9.85s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.79s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.29s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.78s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.80s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.75s)
00:33:22 [2022-10-05T00:33:22.794Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.91s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.14s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestPsShowMounts (7.17s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.83s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.43s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.03s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.37s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.23s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.45s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (20.31s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.15s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.22s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.16s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.70s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (4.50s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.27s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (4.31s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.08s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.29s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.04s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.85s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.70s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.47s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (4.77s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.37s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (4.23s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRmiTag (0.76s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.56s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (19.93s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.63s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.68s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.17s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.11s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.11s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.87s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.37s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.51s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.53s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunBindMounts (4.95s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.25s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.13s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (2.05s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.41s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.43s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.28s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (7.15s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.85s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.46s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.39s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.28s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (2.39s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (2.46s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunExitCode (2.40s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (2.32s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (2.36s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.39s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.07s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.10s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.52s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.79s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (12.36s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.07s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.16s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.32s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.36s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (7.13s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.27s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.38s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.10s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.37s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.90s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (13.10s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunRm (2.47s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.61s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (7.33s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (2.47s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.43s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.71s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunState (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.36s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.19s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.88s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (7.21s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.41s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.18s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.11s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.75s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.66s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.11s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.51s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.38s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.37s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.10s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.09s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.72s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.33s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (9.42s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
00:33:22 [2022-10-05T00:33:22.795Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.57s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.43s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.45s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.28s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.95s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (7.31s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.13s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (9.03s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.71s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (2.34s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (2.54s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.38s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.33s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.24s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.38s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.33s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (2.96s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.14s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.49s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.44s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.20s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (8.09s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.61s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.20s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.30s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.30s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (14.59s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.50s)
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistrySuite/TestV2Only
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] --- PASS: TestDockerRegistrySuite (0.18s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.17s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:239: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:239: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:239: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:239: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:239: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:239: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:239: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:239: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistryAuthTokenSuite
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:268: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:268: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:268: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:268: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
00:33:22 [2022-10-05T00:33:22.796Z]     check_test.go:268: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.796Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
00:33:22 [2022-10-05T00:33:22.797Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
00:33:22 [2022-10-05T00:33:22.797Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
00:33:22 [2022-10-05T00:33:22.797Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
00:33:22 [2022-10-05T00:33:22.797Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
00:33:22 [2022-10-05T00:33:22.797Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
00:33:22 [2022-10-05T00:33:22.797Z] === RUN   TestDockerDaemonSuite
00:33:22 [2022-10-05T00:33:22.797Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
00:33:22 [2022-10-05T00:33:22.797Z]     check_test.go:302: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.797Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
00:33:22 [2022-10-05T00:33:22.797Z]     check_test.go:302: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.797Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
00:33:22 [2022-10-05T00:33:22.797Z]     check_test.go:302: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.797Z] --- PASS: TestDockerDaemonSuite (0.00s)
00:33:22 [2022-10-05T00:33:22.797Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
00:33:22 [2022-10-05T00:33:22.797Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
00:33:22 [2022-10-05T00:33:22.797Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
00:33:22 [2022-10-05T00:33:22.797Z] === RUN   TestDockerSwarmSuite
00:33:22 [2022-10-05T00:33:22.797Z] --- PASS: TestDockerSwarmSuite (0.00s)
00:33:22 [2022-10-05T00:33:22.797Z] === RUN   TestDockerPluginSuite
00:33:22 [2022-10-05T00:33:22.797Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
00:33:22 [2022-10-05T00:33:22.797Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.797Z] === RUN   TestDockerPluginSuite/TestPluginCreate
00:33:22 [2022-10-05T00:33:22.797Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.797Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
00:33:22 [2022-10-05T00:33:22.797Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.797Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
00:33:22 [2022-10-05T00:33:22.797Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.797Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
00:33:22 [2022-10-05T00:33:22.797Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.797Z] === RUN   TestDockerPluginSuite/TestPluginInspect
00:33:22 [2022-10-05T00:33:22.797Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.797Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
00:33:22 [2022-10-05T00:33:22.797Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.797Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
00:33:22 [2022-10-05T00:33:22.797Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.797Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
00:33:22 [2022-10-05T00:33:22.797Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.797Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
00:33:22 [2022-10-05T00:33:22.797Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.797Z] === RUN   TestDockerPluginSuite/TestPluginSet
00:33:22 [2022-10-05T00:33:22.797Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:22 [2022-10-05T00:33:22.797Z] --- PASS: TestDockerPluginSuite (0.02s)
00:33:22 [2022-10-05T00:33:22.797Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
00:33:22 [2022-10-05T00:33:22.797Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
00:33:22 [2022-10-05T00:33:22.797Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
00:33:22 [2022-10-05T00:33:22.797Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
00:33:22 [2022-10-05T00:33:22.797Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
00:33:22 [2022-10-05T00:33:22.797Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
00:33:23 [2022-10-05T00:33:23.303Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
00:33:23 [2022-10-05T00:33:23.303Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
00:33:23 [2022-10-05T00:33:23.303Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
00:33:23 [2022-10-05T00:33:23.303Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
00:33:23 [2022-10-05T00:33:23.303Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
00:33:23 [2022-10-05T00:33:23.303Z] === RUN   TestDockerExternalVolumeSuite
00:33:23 [2022-10-05T00:33:23.303Z]     check_test.go:128: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.303Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
00:33:23 [2022-10-05T00:33:23.303Z] === RUN   TestDockerNetworkSuite
00:33:23 [2022-10-05T00:33:23.303Z]     check_test.go:134: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.303Z] --- SKIP: TestDockerNetworkSuite (0.00s)
00:33:23 [2022-10-05T00:33:23.303Z] === RUN   TestDockerHubPullSuite
00:33:23 [2022-10-05T00:33:23.303Z]     check_test.go:142: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.303Z] --- SKIP: TestDockerHubPullSuite (0.00s)
00:33:23 [2022-10-05T00:33:23.303Z] PASS
00:33:23 [2022-10-05T00:33:23.303Z] ok  	github.com/docker/docker/integration-cli	2734.005s
00:33:23 [2022-10-05T00:33:23.303Z] 
00:33:23 [2022-10-05T00:33:23.303Z] === Skipped
00:33:23 [2022-10-05T00:33:23.303Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
00:33:23 [2022-10-05T00:33:23.303Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.303Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
00:33:23 [2022-10-05T00:33:23.303Z] 
00:33:23 [2022-10-05T00:33:23.303Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s)
00:33:23 [2022-10-05T00:33:23.303Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.303Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
00:33:23 [2022-10-05T00:33:23.303Z] 
00:33:23 [2022-10-05T00:33:23.303Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
00:33:23 [2022-10-05T00:33:23.303Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.303Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
00:33:23 [2022-10-05T00:33:23.303Z] 
00:33:23 [2022-10-05T00:33:23.303Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
00:33:23 [2022-10-05T00:33:23.303Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.303Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
00:33:23 [2022-10-05T00:33:23.303Z] 
00:33:23 [2022-10-05T00:33:23.303Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s)
00:33:23 [2022-10-05T00:33:23.303Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.303Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
00:33:23 [2022-10-05T00:33:23.303Z] 
00:33:23 [2022-10-05T00:33:23.303Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s)
00:33:23 [2022-10-05T00:33:23.303Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.303Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s)
00:33:23 [2022-10-05T00:33:23.303Z] 
00:33:23 [2022-10-05T00:33:23.303Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
00:33:23 [2022-10-05T00:33:23.303Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.303Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
00:33:23 [2022-10-05T00:33:23.303Z] 
00:33:23 [2022-10-05T00:33:23.303Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
00:33:23 [2022-10-05T00:33:23.303Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.303Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
00:33:23 [2022-10-05T00:33:23.303Z] 
00:33:23 [2022-10-05T00:33:23.303Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
00:33:23 [2022-10-05T00:33:23.303Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.303Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
00:33:23 [2022-10-05T00:33:23.303Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_run_test.go:3177: unmatched requirement Apparmor
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_run_test.go:3155: unmatched requirement Apparmor
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_api_build_test.go:177: unmatched requirement UnixCli
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.32s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.32s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.86s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.86s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.61s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.61s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.33s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:3571: unmatched requirement UnixCli
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.33s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.33s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.33s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.33s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.32s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.32s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.34s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.34s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.31s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.34s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.34s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:3698: unmatched requirement UnixCli
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.10s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.304Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
00:33:23 [2022-10-05T00:33:23.304Z] 
00:33:23 [2022-10-05T00:33:23.304Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
00:33:23 [2022-10-05T00:33:23.304Z]     docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.37s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.37s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.32s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.32s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.40s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.40s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.37s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.37s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.35s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.35s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.32s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_sni_test.go:18: Flakey test
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_run_test.go:3526: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_run_test.go:3558: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_run_test.go:3589: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_run_test.go:3572: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_run_test.go:3462: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_run_test.go:3454: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_run_test.go:3481: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.305Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.305Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s)
00:33:23 [2022-10-05T00:33:23.305Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_run_test.go:2991: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.03s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.03s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestHealth (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
00:33:23 [2022-10-05T00:33:23.306Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.306Z] 
00:33:23 [2022-10-05T00:33:23.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.03s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.03s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_run_test.go:2905: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_run_test.go:2914: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_run_test.go:3508: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_run_test.go:2694: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_run_test.go:3140: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z]     docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.307Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
00:33:23 [2022-10-05T00:33:23.307Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:4423: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:3940: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:2624: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:3004: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.03s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:3190: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:3332: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:3356: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:3323: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:3308: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:3233: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:2681: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:2754: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:2744: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:3198: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:3905: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:4080: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:4402: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:4415: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:3721: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:3268: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:3377: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:3387: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:3421: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.308Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z] 
00:33:23 [2022-10-05T00:33:23.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
00:33:23 [2022-10-05T00:33:23.308Z]     docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2452: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:4225: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:4213: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:3765: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2604: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:3065: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:3111: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:3435: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.37s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.37s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2494: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2979: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2882: unmatched requirement Apparmor
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2861: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2846: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunState (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:3981: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:2921: unmatched requirement Apparmor
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z] 
00:33:23 [2022-10-05T00:33:23.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s)
00:33:23 [2022-10-05T00:33:23.309Z]     docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.309Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:3870: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:3863: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.03s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:3748: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:2827: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:3222: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:3038: unmatched requirement Apparmor
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:2837: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:3635: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:3646: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:3446: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z]     docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.815Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.815Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.17s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.17s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:185: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:212: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:239: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:239: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:239: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:239: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:239: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:239: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:239: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:239: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:268: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:268: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:268: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:268: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:268: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:302: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:302: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:302: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z]     check_test.go:407: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.816Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
00:33:23 [2022-10-05T00:33:23.816Z] 
00:33:23 [2022-10-05T00:33:23.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
00:33:23 [2022-10-05T00:33:23.817Z]     check_test.go:128: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.817Z] 
00:33:23 [2022-10-05T00:33:23.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
00:33:23 [2022-10-05T00:33:23.817Z]     check_test.go:134: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.817Z] 
00:33:23 [2022-10-05T00:33:23.817Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
00:33:23 [2022-10-05T00:33:23.817Z]     check_test.go:142: unmatched requirement DaemonIsLinux
00:33:23 [2022-10-05T00:33:23.817Z] 
00:33:23 [2022-10-05T00:33:23.817Z] DONE 1093 tests, 547 skipped in 2746.114s
00:33:23 [2022-10-05T00:33:23.817Z] INFO: Integration tests ended at 10/05/2022 00:33:23. Duration:00:45:46.2923864
00:33:23 [2022-10-05T00:33:23.817Z] INFO: Docker info of the daemon under test at end of run
00:33:23 [2022-10-05T00:33:23.817Z] 
00:33:23 [2022-10-05T00:33:23.817Z] Containers: 2
00:33:23 [2022-10-05T00:33:23.817Z]  Running: 0
00:33:23 [2022-10-05T00:33:23.817Z]  Paused: 0
00:33:23 [2022-10-05T00:33:23.817Z]  Stopped: 2
00:33:23 [2022-10-05T00:33:23.817Z] Images: 18
00:33:23 [2022-10-05T00:33:23.817Z] Server Version: 0.0.0-dev
00:33:23 [2022-10-05T00:33:23.817Z] Storage Driver: windowsfilter
00:33:23 [2022-10-05T00:33:23.817Z]  Windows: 
00:33:23 [2022-10-05T00:33:23.817Z] Logging Driver: json-file
00:33:23 [2022-10-05T00:33:23.817Z] Plugins: 
00:33:23 [2022-10-05T00:33:23.817Z]  Volume: local
00:33:23 [2022-10-05T00:33:23.817Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
00:33:23 [2022-10-05T00:33:23.817Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
00:33:23 [2022-10-05T00:33:23.817Z] Swarm: inactive
00:33:23 [2022-10-05T00:33:23.817Z] Default Isolation: process
00:33:23 [2022-10-05T00:33:23.817Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
00:33:23 [2022-10-05T00:33:23.817Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183)
00:33:23 [2022-10-05T00:33:23.817Z] OSType: windows
00:33:23 [2022-10-05T00:33:23.817Z] Architecture: x86_64
00:33:23 [2022-10-05T00:33:23.817Z] CPUs: 4
00:33:23 [2022-10-05T00:33:23.817Z] Total Memory: 32GiB
00:33:23 [2022-10-05T00:33:23.817Z] Name: azwin-2-4c94e0
00:33:23 [2022-10-05T00:33:23.817Z] ID: WMZN:63V6:2QOX:XXEK:AKSA:XWOT:HBGQ:54OQ:GUOU:MBXH:DSEI:HQJK
00:33:23 [2022-10-05T00:33:23.817Z] Docker Root Dir: D:\CI\PR-44247\5\daemon
00:33:23 [2022-10-05T00:33:23.817Z] Debug Mode (client): false
00:33:23 [2022-10-05T00:33:23.817Z] Debug Mode (server): true
00:33:23 [2022-10-05T00:33:23.817Z]  File Descriptors: -1
00:33:23 [2022-10-05T00:33:23.817Z]  Goroutines: 17
00:33:23 [2022-10-05T00:33:23.817Z]  System Time: 2022-10-05T00:33:23.5362737Z
00:33:23 [2022-10-05T00:33:23.817Z]  EventsListeners: 0
00:33:23 [2022-10-05T00:33:23.817Z] Registry: https://index.docker.io/v1/
00:33:23 [2022-10-05T00:33:23.817Z] Labels:
00:33:23 [2022-10-05T00:33:23.817Z] Experimental: false
00:33:23 [2022-10-05T00:33:23.817Z] Insecure Registries:
00:33:23 [2022-10-05T00:33:23.817Z]  127.0.0.0/8
00:33:23 [2022-10-05T00:33:23.817Z] Live Restore Enabled: false
00:33:23 [2022-10-05T00:33:23.817Z] 
00:33:23 [2022-10-05T00:33:23.817Z] 
00:33:23 [2022-10-05T00:33:23.817Z] INFO: Stopping daemon under test
00:33:23 [2022-10-05T00:33:23.817Z] SUCCESS: The process with PID 5360 (child process of PID 2900) has been terminated.
00:33:23 [2022-10-05T00:33:23.817Z] SUCCESS: The process with PID 2900 (child process of PID 2252) has been terminated.
00:33:23 [2022-10-05T00:33:23.817Z] INFO: Stop tailing logs of the daemon under tests
00:33:24 [2022-10-05T00:33:24.322Z] INFO: executeCI.ps1 Completed successfully at 10/05/2022 00:33:23.
00:33:24 [2022-10-05T00:33:24.322Z] INFO: Tidying up at end of run
00:33:24 [2022-10-05T00:33:24.322Z] INFO: Saving daemon under test log (d:\CI\PR-44247\5\dut.out) to bundles\CIDUT.out
00:33:24 [2022-10-05T00:33:24.322Z] INFO: Saving daemon under test log (d:\CI\PR-44247\5\dut.err) to bundles\CIDUT.err
00:33:24 [2022-10-05T00:33:24.322Z] INFO: Nuke-Everything...
00:33:24 [2022-10-05T00:33:24.322Z] INFO: Container count on control daemon to delete is 2
00:33:24 [2022-10-05T00:33:24.322Z] 80c1ab1f4a27
00:33:24 [2022-10-05T00:33:24.322Z] b9251418541c
00:33:24 [2022-10-05T00:33:24.828Z] INFO: Tidying pidfile d:\CI\PR-44247\5\docker.pid
00:33:24 [2022-10-05T00:33:24.828Z] INFO: Nuking d:\CI
00:33:55 [2022-10-05T00:33:55.591Z] INFO: Zapped successfully
00:33:55 [2022-10-05T00:33:55.591Z] 
00:33:55 [2022-10-05T00:33:55.591Z] INFO: executeCI.ps1 exiting at Wed Oct  5 00:33:51 CUT 2022. Duration 01:11:58.2131125
00:33:55 [2022-10-05T00:33:55.591Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
00:33:55 [2022-10-05T00:33:55.876Z] Recording test results
00:34:03 [2022-10-05T00:34:03.778Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
00:34:06 [2022-10-05T00:34:06.098Z] Creating windowsRS5-integration-bundles.zip
[Pipeline] archiveArtifacts
00:34:08 [2022-10-05T00:34:08.038Z] Archiving artifacts
00:34:24 [2022-10-05T00:34:24.780Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44247/5/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
00:34:25 [2022-10-05T00:34:25.841Z] + make clean
00:34:26 [2022-10-05T00:34:26.925Z] docker volume rm -f docker-dev-cache
00:34:26 [2022-10-05T00:34:26.925Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // ws
[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