Pull request #43672 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from e3c14acd3386d52c91463926fccbadf1dd71f59d+5a8304c9c521008b529f6e36776c3fcda2d7496f (fb6c6c21da78a854d570233581b8599a0a5c013f) 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 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-43672@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-05-31T20:17:31.072Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-05-31T20:17:31.078Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-05-31T20:17:31.265Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0017fa259a043ad5f) in /home/ubuntu/workspace/moby_PR-43672 [Pipeline] { [Pipeline] checkout [2022-05-31T20:17:31.291Z] The recommended git tool is: git [2022-05-31T20:17:31.297Z] using credential docker-jenkins-github-credentials [2022-05-31T20:17:31.310Z] Cloning the remote Git repository [2022-05-31T20:17:31.310Z] Cloning with configured refspecs honoured and without tags [2022-05-31T20:17:31.352Z] Cloning repository https://github.com/moby/moby.git [2022-05-31T20:17:31.352Z] > git init /home/ubuntu/workspace/moby_PR-43672 # timeout=10 [2022-05-31T20:17:31.366Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-31T20:17:31.366Z] > git --version # timeout=10 [2022-05-31T20:17:31.371Z] > git --version # 'git version 2.17.1' [2022-05-31T20:17:31.371Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-31T20:17:31.372Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43672/head:refs/remotes/origin/PR-43672 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-31T20:17:46.792Z] Fetching without tags [2022-05-31T20:17:46.968Z] Merging remotes/origin/master commit 5a8304c9c521008b529f6e36776c3fcda2d7496f into PR head commit e3c14acd3386d52c91463926fccbadf1dd71f59d [2022-05-31T20:17:46.768Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-31T20:17:46.771Z] > git config --add remote.origin.fetch +refs/pull/43672/head:refs/remotes/origin/PR-43672 # timeout=10 [2022-05-31T20:17:46.775Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-31T20:17:46.785Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-31T20:17:46.793Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-31T20:17:46.793Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-31T20:17:46.794Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43672/head:refs/remotes/origin/PR-43672 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-31T20:17:46.969Z] > git config core.sparsecheckout # timeout=10 [2022-05-31T20:17:46.972Z] > git checkout -f e3c14acd3386d52c91463926fccbadf1dd71f59d # timeout=10 [2022-05-31T20:17:47.525Z] Merge succeeded, producing e3c14acd3386d52c91463926fccbadf1dd71f59d [2022-05-31T20:17:47.525Z] Checking out Revision e3c14acd3386d52c91463926fccbadf1dd71f59d (PR-43672) [2022-05-31T20:17:48.138Z] Commit message: "Jenkinsfile: remove Windows stages" [2022-05-31T20:17:48.138Z] First time build. Skipping changelog. [2022-05-31T20:17:48.146Z] > git --version # timeout=10 [2022-05-31T20:17:48.153Z] > git --version # 'git version 2.17.1' [2022-05-31T20:17:48.161Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-31T20:17:48.754Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43672:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco [2022-05-31T20:17:48.754Z] Unable to find image 'alpine:latest' locally [2022-05-31T20:17:48.754Z] latest: Pulling from library/alpine [2022-05-31T20:17:47.493Z] > git remote # timeout=10 [2022-05-31T20:17:47.498Z] > git config --get remote.origin.url # timeout=10 [2022-05-31T20:17:47.504Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-31T20:17:47.505Z] > git merge 5a8304c9c521008b529f6e36776c3fcda2d7496f # timeout=10 [2022-05-31T20:17:47.516Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-31T20:17:47.527Z] > git config core.sparsecheckout # timeout=10 [2022-05-31T20:17:47.534Z] > git checkout -f e3c14acd3386d52c91463926fccbadf1dd71f59d # timeout=10 [2022-05-31T20:17:49.009Z] 2408cc74d12b: Pulling fs layer [2022-05-31T20:17:49.009Z] 2408cc74d12b: Verifying Checksum [2022-05-31T20:17:49.009Z] 2408cc74d12b: Download complete [2022-05-31T20:17:49.009Z] 2408cc74d12b: Pull complete [2022-05-31T20:17:49.265Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-05-31T20:17:49.265Z] Status: Downloaded newer image for alpine:latest [2022-05-31T20:17:51.778Z] 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] 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] node [Pipeline] node [Pipeline] node [2022-05-31T20:17:51.957Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0017fa259a043ad5f) in /home/ubuntu/workspace/moby_PR-43672 [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [2022-05-31T20:17:51.987Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-03963f714f23d9829) in /home/ubuntu/workspace/moby_PR-43672 Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-05-31T20:17:51.993Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0e7df4aa92faf1f60) in /home/ubuntu/workspace/moby_PR-43672 [Pipeline] { [Pipeline] checkout [2022-05-31T20:17:52.049Z] The recommended git tool is: git [2022-05-31T20:17:52.058Z] using credential docker-jenkins-github-credentials [Pipeline] { [Pipeline] // stage [2022-05-31T20:17:52.077Z] Fetching changes from the remote Git repository [2022-05-31T20:17:52.077Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00c6219abbcfd8c78) in /home/ubuntu/workspace/moby_PR-43672 [2022-05-31T20:17:52.086Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [2022-05-31T20:17:52.136Z] The recommended git tool is: git [Pipeline] checkout [2022-05-31T20:17:52.145Z] using credential docker-jenkins-github-credentials [2022-05-31T20:17:52.151Z] The recommended git tool is: git [2022-05-31T20:17:52.155Z] Cloning the remote Git repository [2022-05-31T20:17:52.155Z] Cloning with configured refspecs honoured and without tags Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-05-31T20:17:52.164Z] using credential docker-jenkins-github-credentials [Pipeline] { [2022-05-31T20:17:52.176Z] Cloning the remote Git repository [2022-05-31T20:17:52.176Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] // stage [2022-05-31T20:17:52.220Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2022-05-31T20:17:52.309Z] Merging remotes/origin/master commit 5a8304c9c521008b529f6e36776c3fcda2d7496f into PR head commit e3c14acd3386d52c91463926fccbadf1dd71f59d [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [2022-05-31T20:17:52.382Z] Merge succeeded, producing e3c14acd3386d52c91463926fccbadf1dd71f59d [2022-05-31T20:17:52.382Z] Checking out Revision e3c14acd3386d52c91463926fccbadf1dd71f59d (PR-43672) [Pipeline] // stage [Pipeline] } [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2022-05-31T20:17:52.469Z] Commit message: "Jenkinsfile: remove Windows stages" [Pipeline] } [Pipeline] } [2022-05-31T20:17:52.505Z] > git --version # timeout=10 [2022-05-31T20:17:52.517Z] > git --version # 'git version 2.17.1' [2022-05-31T20:17:52.529Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-31T20:17:52.068Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43672/.git # timeout=10 [2022-05-31T20:17:52.078Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-31T20:17:52.132Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-31T20:17:52.132Z] > git --version # timeout=10 [2022-05-31T20:17:52.136Z] > git --version # 'git version 2.17.1' [2022-05-31T20:17:52.137Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-31T20:17:52.137Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43672/head:refs/remotes/origin/PR-43672 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-31T20:17:52.310Z] > git config core.sparsecheckout # timeout=10 [2022-05-31T20:17:52.315Z] > git checkout -f e3c14acd3386d52c91463926fccbadf1dd71f59d # timeout=10 [2022-05-31T20:17:52.357Z] > git remote # timeout=10 [2022-05-31T20:17:52.360Z] > git config --get remote.origin.url # timeout=10 [2022-05-31T20:17:52.361Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-31T20:17:52.362Z] > git merge 5a8304c9c521008b529f6e36776c3fcda2d7496f # timeout=10 [2022-05-31T20:17:52.370Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-31T20:17:52.383Z] > git config core.sparsecheckout # timeout=10 [2022-05-31T20:17:52.386Z] > git checkout -f e3c14acd3386d52c91463926fccbadf1dd71f59d # timeout=10 [2022-05-31T20:17:52.159Z] Cloning repository https://github.com/moby/moby.git [2022-05-31T20:17:52.159Z] > git init /home/ubuntu/workspace/moby_PR-43672 # timeout=10 [2022-05-31T20:17:52.171Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-31T20:17:52.171Z] > git --version # timeout=10 [2022-05-31T20:17:52.177Z] > git --version # 'git version 2.25.1' [2022-05-31T20:17:52.177Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-31T20:17:52.178Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43672/head:refs/remotes/origin/PR-43672 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-31T20:17:52.178Z] Cloning repository https://github.com/moby/moby.git [2022-05-31T20:17:52.178Z] > git init /home/ubuntu/workspace/moby_PR-43672 # timeout=10 [2022-05-31T20:17:52.182Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-31T20:17:52.183Z] > git --version # timeout=10 [2022-05-31T20:17:52.185Z] > git --version # 'git version 2.25.1' [2022-05-31T20:17:52.185Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-31T20:17:52.186Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43672/head:refs/remotes/origin/PR-43672 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-31T20:17:53.281Z] + [ PR != PR ] [2022-05-31T20:17:53.281Z] + [ master != master ] [2022-05-31T20:17:53.281Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-31T20:17:53.634Z] + docker version [2022-05-31T20:17:53.634Z] Client: Docker Engine - Community [2022-05-31T20:17:53.634Z] Version: 20.10.14 [2022-05-31T20:17:53.634Z] API version: 1.41 [2022-05-31T20:17:53.634Z] Go version: go1.16.15 [2022-05-31T20:17:53.634Z] Git commit: a224086 [2022-05-31T20:17:53.634Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-31T20:17:53.634Z] OS/Arch: linux/amd64 [2022-05-31T20:17:53.634Z] Context: default [2022-05-31T20:17:53.634Z] Experimental: true [2022-05-31T20:17:53.634Z] [2022-05-31T20:17:53.634Z] Server: Docker Engine - Community [2022-05-31T20:17:53.634Z] Engine: [2022-05-31T20:17:53.634Z] Version: 20.10.14 [2022-05-31T20:17:53.634Z] API version: 1.41 (minimum version 1.12) [2022-05-31T20:17:53.634Z] Go version: go1.16.15 [2022-05-31T20:17:53.634Z] Git commit: 87a90dc [2022-05-31T20:17:53.634Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-31T20:17:53.634Z] OS/Arch: linux/amd64 [2022-05-31T20:17:53.634Z] Experimental: true [2022-05-31T20:17:53.634Z] containerd: [2022-05-31T20:17:53.634Z] Version: 1.5.11 [2022-05-31T20:17:53.634Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-31T20:17:53.634Z] runc: [2022-05-31T20:17:53.634Z] Version: 1.0.3 [2022-05-31T20:17:53.634Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-31T20:17:53.634Z] docker-init: [2022-05-31T20:17:53.634Z] Version: 0.19.0 [2022-05-31T20:17:53.634Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-31T20:17:53.948Z] + docker info [2022-05-31T20:17:54.399Z] using credential docker-jenkins-github-credentials [2022-05-31T20:17:54.408Z] Cloning the remote Git repository [2022-05-31T20:17:54.408Z] Cloning with configured refspecs honoured and without tags [2022-05-31T20:17:54.509Z] Client: [2022-05-31T20:17:54.509Z] Context: default [2022-05-31T20:17:54.509Z] Debug Mode: false [2022-05-31T20:17:54.509Z] Plugins: [2022-05-31T20:17:54.509Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-31T20:17:54.509Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-31T20:17:54.509Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-31T20:17:54.509Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-31T20:17:54.509Z] [2022-05-31T20:17:54.509Z] Server: [2022-05-31T20:17:54.509Z] Containers: 0 [2022-05-31T20:17:54.509Z] Running: 0 [2022-05-31T20:17:54.509Z] Paused: 0 [2022-05-31T20:17:54.509Z] Stopped: 0 [2022-05-31T20:17:54.509Z] Images: 5 [2022-05-31T20:17:54.509Z] Server Version: 20.10.14 [2022-05-31T20:17:54.509Z] Storage Driver: overlay2 [2022-05-31T20:17:54.509Z] Backing Filesystem: extfs [2022-05-31T20:17:54.509Z] Supports d_type: true [2022-05-31T20:17:54.509Z] Native Overlay Diff: true [2022-05-31T20:17:54.509Z] userxattr: false [2022-05-31T20:17:54.509Z] Logging Driver: json-file [2022-05-31T20:17:54.509Z] Cgroup Driver: cgroupfs [2022-05-31T20:17:54.509Z] Cgroup Version: 1 [2022-05-31T20:17:54.509Z] Plugins: [2022-05-31T20:17:54.509Z] Volume: local [2022-05-31T20:17:54.509Z] Network: bridge host ipvlan macvlan null overlay [2022-05-31T20:17:54.509Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-31T20:17:54.509Z] Swarm: inactive [2022-05-31T20:17:54.509Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-31T20:17:54.509Z] Default Runtime: runc [2022-05-31T20:17:54.509Z] Init Binary: docker-init [2022-05-31T20:17:54.509Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-31T20:17:54.509Z] runc version: v1.0.3-0-gf46b6ba [2022-05-31T20:17:54.509Z] init version: de40ad0 [2022-05-31T20:17:54.509Z] Security Options: [2022-05-31T20:17:54.509Z] apparmor [2022-05-31T20:17:54.509Z] seccomp [2022-05-31T20:17:54.509Z] Profile: default [2022-05-31T20:17:54.509Z] Kernel Version: 5.4.0-1071-aws [2022-05-31T20:17:54.509Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-31T20:17:54.509Z] OSType: linux [2022-05-31T20:17:54.509Z] Architecture: x86_64 [2022-05-31T20:17:54.509Z] CPUs: 2 [2022-05-31T20:17:54.509Z] Total Memory: 7.565GiB [2022-05-31T20:17:54.509Z] Name: ip-10-100-66-133 [2022-05-31T20:17:54.509Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-31T20:17:54.509Z] Docker Root Dir: /var/lib/docker [2022-05-31T20:17:54.509Z] Debug Mode: false [2022-05-31T20:17:54.509Z] Registry: https://index.docker.io/v1/ [2022-05-31T20:17:54.509Z] Labels: [2022-05-31T20:17:54.509Z] Experimental: true [2022-05-31T20:17:54.509Z] Insecure Registries: [2022-05-31T20:17:54.509Z] 127.0.0.0/8 [2022-05-31T20:17:54.509Z] Live Restore Enabled: true [2022-05-31T20:17:54.509Z] [2022-05-31T20:17:54.509Z] WARNING: No swap limit support [Pipeline] sh [2022-05-31T20:17:54.423Z] Cloning repository https://github.com/moby/moby.git [2022-05-31T20:17:54.457Z] > git init /home/ubuntu/workspace/moby_PR-43672 # timeout=10 [2022-05-31T20:17:54.495Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-31T20:17:54.495Z] > git --version # timeout=10 [2022-05-31T20:17:54.507Z] > git --version # 'git version 2.17.1' [2022-05-31T20:17:54.508Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-31T20:17:54.509Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43672/head:refs/remotes/origin/PR-43672 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-31T20:17:54.824Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-31T20:17:54.824Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-31T20:17:54.824Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43672/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-31T20:17:54.824Z] + bash /home/ubuntu/workspace/moby_PR-43672/check-config.sh [2022-05-31T20:17:54.824Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-31T20:17:54.824Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-31T20:17:54.824Z] [2022-05-31T20:17:54.824Z] Generally Necessary: [2022-05-31T20:17:54.824Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-31T20:17:54.824Z] - apparmor: enabled and tools installed [2022-05-31T20:17:54.824Z] - CONFIG_NAMESPACES: enabled [2022-05-31T20:17:54.824Z] - CONFIG_NET_NS: enabled [2022-05-31T20:17:54.824Z] - CONFIG_PID_NS: enabled [2022-05-31T20:17:54.824Z] - CONFIG_IPC_NS: enabled [2022-05-31T20:17:54.824Z] - CONFIG_UTS_NS: enabled [2022-05-31T20:17:54.824Z] - CONFIG_CGROUPS: enabled [2022-05-31T20:17:54.824Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-31T20:17:54.824Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-31T20:17:54.824Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-31T20:17:54.824Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-31T20:17:54.824Z] - CONFIG_CPUSETS: enabled [2022-05-31T20:17:54.824Z] - CONFIG_MEMCG: enabled [2022-05-31T20:17:54.824Z] - CONFIG_KEYS: enabled [2022-05-31T20:17:54.824Z] - CONFIG_VETH: enabled (as module) [2022-05-31T20:17:54.824Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-31T20:17:54.824Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-31T20:17:54.824Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-31T20:17:54.824Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-31T20:17:55.079Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-31T20:17:55.079Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-31T20:17:55.079Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-31T20:17:55.079Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-31T20:17:55.079Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-31T20:17:55.079Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-31T20:17:55.079Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-31T20:17:55.079Z] - CONFIG_CGROUP_BPF: enabled [2022-05-31T20:17:55.079Z] [2022-05-31T20:17:55.079Z] Optional Features: [2022-05-31T20:17:55.079Z] - CONFIG_USER_NS: enabled [2022-05-31T20:17:55.079Z] - CONFIG_SECCOMP: enabled [2022-05-31T20:17:55.079Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-31T20:17:55.079Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-31T20:17:55.079Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-31T20:17:55.079Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-05-31T20:17:55.079Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-31T20:17:55.079Z] - CONFIG_BLK_CGROUP: enabled [2022-05-31T20:17:55.079Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-31T20:17:55.079Z] - CONFIG_CGROUP_PERF: enabled [2022-05-31T20:17:55.079Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-31T20:17:55.079Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-31T20:17:55.079Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-31T20:17:55.079Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-31T20:17:55.079Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-31T20:17:55.079Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-31T20:17:55.079Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-31T20:17:55.079Z] - CONFIG_IP_VS: enabled (as module) [2022-05-31T20:17:55.079Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-31T20:17:55.079Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-31T20:17:55.079Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-31T20:17:55.079Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-31T20:17:55.079Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-31T20:17:55.079Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-31T20:17:55.079Z] - CONFIG_EXT4_FS: enabled [2022-05-31T20:17:55.079Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-31T20:17:55.079Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-31T20:17:55.079Z] - Network Drivers: [2022-05-31T20:17:55.079Z] - "overlay": [2022-05-31T20:17:55.335Z] - CONFIG_VXLAN: enabled (as module) [2022-05-31T20:17:55.335Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-31T20:17:55.335Z] Optional (for encrypted networks): [2022-05-31T20:17:55.335Z] - CONFIG_CRYPTO: enabled [2022-05-31T20:17:55.335Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-31T20:17:55.335Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-31T20:17:55.335Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-31T20:17:55.335Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-31T20:17:55.335Z] - CONFIG_XFRM: enabled [2022-05-31T20:17:55.335Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-31T20:17:55.335Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-31T20:17:55.335Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-31T20:17:55.335Z] - "ipvlan": [2022-05-31T20:17:55.335Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-31T20:17:55.335Z] - "macvlan": [2022-05-31T20:17:55.335Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-31T20:17:55.335Z] - CONFIG_DUMMY: enabled (as module) [2022-05-31T20:17:55.335Z] - "ftp,tftp client in container": [2022-05-31T20:17:55.335Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-31T20:17:55.335Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-31T20:17:55.335Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-31T20:17:55.335Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-31T20:17:55.335Z] - Storage Drivers: [2022-05-31T20:17:55.335Z] - "aufs": [2022-05-31T20:17:55.335Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-31T20:17:55.335Z] - "btrfs": [2022-05-31T20:17:55.335Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-31T20:17:55.335Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-31T20:17:55.335Z] - "devicemapper": [2022-05-31T20:17:55.335Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-31T20:17:55.335Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-31T20:17:55.335Z] - "overlay": [2022-05-31T20:17:55.335Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-31T20:17:55.335Z] - "zfs": [2022-05-31T20:17:55.335Z] - /dev/zfs: present [2022-05-31T20:17:55.335Z] - zfs command: missing [2022-05-31T20:17:55.335Z] - zpool command: missing [2022-05-31T20:17:55.335Z] [2022-05-31T20:17:55.335Z] Limits: [2022-05-31T20:17:55.335Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-31T20:17:55.335Z] [2022-05-31T20:17:55.335Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-31T20:17:55.651Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:e3c14acd3386d52c91463926fccbadf1dd71f59d . [2022-05-31T20:17:55.651Z] #1 [internal] load build definition from Dockerfile [2022-05-31T20:17:55.651Z] #1 sha256:15b81b563ab37080718ad42a4e6ec5b2ca284271a9d6cf082c9b75296e9fc404 [2022-05-31T20:17:55.651Z] #1 transferring dockerfile: 17.93kB done [2022-05-31T20:17:55.651Z] #1 DONE 0.0s [2022-05-31T20:17:55.651Z] [2022-05-31T20:17:55.651Z] #2 [internal] load .dockerignore [2022-05-31T20:17:55.651Z] #2 sha256:52067a3a40db767041514cd42a80f9e154e6f0eff2dad8d87f289264cd4b59d5 [2022-05-31T20:17:55.651Z] #2 transferring context: 145B done [2022-05-31T20:17:55.651Z] #2 DONE 0.0s [2022-05-31T20:17:55.651Z] [2022-05-31T20:17:55.651Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-31T20:17:55.651Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-31T20:17:55.907Z] #3 DONE 0.1s [2022-05-31T20:17:55.907Z] [2022-05-31T20:17:55.907Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-31T20:17:55.907Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-31T20:17:55.907Z] #4 CACHED [2022-05-31T20:17:56.166Z] [2022-05-31T20:17:56.166Z] #6 [internal] load .dockerignore [2022-05-31T20:17:56.166Z] #6 sha256:4d112bcd692fa2d5960afec9c3806ef9b7d0f8479f565534dada1608f51ed6b7 [2022-05-31T20:17:56.166Z] #6 DONE 0.0s [2022-05-31T20:17:56.166Z] [2022-05-31T20:17:56.166Z] #5 [internal] load build definition from Dockerfile [2022-05-31T20:17:56.166Z] #5 sha256:77a8e81142b680a4d6018c6679d80c67d4a527b1cd961e21612d86e1df123ba7 [2022-05-31T20:17:56.166Z] #5 DONE 0.0s [2022-05-31T20:17:56.166Z] [2022-05-31T20:17:56.166Z] #9 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-31T20:17:56.166Z] #9 sha256:bda913637dfc96ae7398e978f5558b8bc08d10fc6fc8d03587819401a102d0a2 [2022-05-31T20:17:56.166Z] #9 DONE 0.1s [2022-05-31T20:17:56.166Z] [2022-05-31T20:17:56.166Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-31T20:17:56.166Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-31T20:17:56.166Z] #7 DONE 0.1s [2022-05-31T20:17:56.166Z] [2022-05-31T20:17:56.166Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-31T20:17:56.166Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-31T20:17:56.166Z] #10 DONE 0.1s [2022-05-31T20:17:56.166Z] [2022-05-31T20:17:56.166Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-31T20:17:56.166Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-31T20:17:56.166Z] #8 DONE 0.1s [2022-05-31T20:17:56.166Z] [2022-05-31T20:17:56.166Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-31T20:17:56.166Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-31T20:17:56.166Z] #80 DONE 0.0s [2022-05-31T20:17:56.166Z] [2022-05-31T20:17:56.166Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-31T20:17:56.166Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-31T20:17:56.166Z] #78 DONE 0.0s [2022-05-31T20:17:56.166Z] [2022-05-31T20:17:56.166Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:17:56.166Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:17:56.166Z] #11 DONE 0.0s [2022-05-31T20:17:56.166Z] [2022-05-31T20:17:56.166Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-05-31T20:17:56.166Z] #35 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-05-31T20:17:56.166Z] #35 DONE 0.0s [2022-05-31T20:17:56.166Z] [2022-05-31T20:17:56.166Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-31T20:17:56.166Z] #12 sha256:ed2167da44ec7f7322c587e3b2c440685dac79f9eb53c5ec447da6304f0d3552 [2022-05-31T20:17:56.166Z] #12 CACHED [2022-05-31T20:17:56.166Z] [2022-05-31T20:17:56.166Z] #13 [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 [2022-05-31T20:17:56.166Z] #13 sha256:64c4343ef448ecd522ef99921c92fb164f7ed53e3c47a64a52a0d6632401225d [2022-05-31T20:17:56.425Z] #13 CACHED [2022-05-31T20:17:56.425Z] [2022-05-31T20:17:56.425Z] #31 [internal] load build context [2022-05-31T20:17:56.425Z] #31 sha256:0971389e1b77df731deb8ae24aaa5de6731f81fb768e03471cb4e5ab8dbb5419 [2022-05-31T20:17:56.681Z] #31 ... [2022-05-31T20:17:56.681Z] [2022-05-31T20:17:56.681Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-31T20:17:56.681Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-31T20:17:56.681Z] #56 DONE 0.5s [2022-05-31T20:17:56.681Z] [2022-05-31T20:17:56.681Z] #31 [internal] load build context [2022-05-31T20:17:56.681Z] #31 sha256:0971389e1b77df731deb8ae24aaa5de6731f81fb768e03471cb4e5ab8dbb5419 [2022-05-31T20:17:57.633Z] #31 ... [2022-05-31T20:17:57.633Z] [2022-05-31T20:17:57.633Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-05-31T20:17:57.633Z] #14 sha256:01abb40a240b42be2069215fad1ce621fa6a1a0c984d1b11777d1154c0ab9c45 [2022-05-31T20:17:57.633Z] #14 DONE 1.2s [2022-05-31T20:17:57.633Z] [2022-05-31T20:17:57.633Z] #31 [internal] load build context [2022-05-31T20:17:57.633Z] #31 sha256:0971389e1b77df731deb8ae24aaa5de6731f81fb768e03471cb4e5ab8dbb5419 [2022-05-31T20:17:59.004Z] #31 ... [2022-05-31T20:17:59.004Z] [2022-05-31T20:17:59.004Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-05-31T20:17:59.004Z] #15 sha256:62f3eabbd53ebb8f21cbd03dac548a444c47ff986b19e6b5f6c91785ddcc2ca7 [2022-05-31T20:17:59.004Z] #15 DONE 1.3s [2022-05-31T20:17:59.004Z] [2022-05-31T20:17:59.004Z] #31 [internal] load build context [2022-05-31T20:17:59.004Z] #31 sha256:0971389e1b77df731deb8ae24aaa5de6731f81fb768e03471cb4e5ab8dbb5419 [2022-05-31T20:17:59.004Z] #31 transferring context: 61.15MB 2.7s done [2022-05-31T20:17:59.261Z] #31 DONE 2.9s [2022-05-31T20:17:59.261Z] [2022-05-31T20:17:59.261Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-05-31T20:17:59.261Z] #16 sha256:5a8a67df7419040af9f49b1a710c4254e91cd7d34e9855357c56b18c41d00dde [2022-05-31T20:17:59.517Z] #16 DONE 0.7s [2022-05-31T20:17:59.517Z] [2022-05-31T20:17:59.517Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-05-31T20:17:59.517Z] #17 sha256:3a6f1a08a9ed92005bb39494913405867210452dd66a3a7eb7159c2dd388e68b [2022-05-31T20:18:00.079Z] #17 DONE 0.5s [2022-05-31T20:18:00.079Z] [2022-05-31T20:18:00.079Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-05-31T20:18:00.079Z] #18 sha256:be2747af35b43f33c9cd6b40ad106649d28232b33895d4c04f3863ceca001853 [2022-05-31T20:18:00.640Z] #18 DONE 0.5s [2022-05-31T20:18:00.640Z] [2022-05-31T20:18:00.640Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-05-31T20:18:00.640Z] #19 sha256:392be95562fc4a138006a952bb7cf5b0202eabb4e618fea58061ed3a613e686b [2022-05-31T20:18:01.566Z] #19 0.948 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-31T20:18:01.822Z] #19 1.126 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-31T20:18:01.822Z] #19 1.216 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-31T20:18:01.822Z] #19 1.220 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-31T20:18:01.822Z] #19 1.320 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-31T20:18:02.078Z] #19 1.414 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-31T20:18:02.078Z] #19 1.502 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-31T20:18:02.078Z] #19 1.581 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-31T20:18:02.334Z] #19 1.665 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-31T20:18:02.334Z] #19 1.749 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-05-31T20:18:02.334Z] #19 1.751 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-05-31T20:18:02.334Z] #19 1.753 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-05-31T20:18:02.334Z] #19 1.755 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-05-31T20:18:02.334Z] #19 1.757 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-05-31T20:18:02.334Z] #19 1.759 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-05-31T20:18:02.334Z] #19 1.760 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-05-31T20:18:02.334Z] #19 1.761 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-31T20:18:02.334Z] #19 1.763 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-05-31T20:18:02.334Z] #19 1.782 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-31T20:18:02.334Z] #19 1.783 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-05-31T20:18:02.334Z] #19 1.784 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-05-31T20:18:04.026Z] Fetching without tags [2022-05-31T20:18:04.239Z] Merging remotes/origin/master commit 5a8304c9c521008b529f6e36776c3fcda2d7496f into PR head commit e3c14acd3386d52c91463926fccbadf1dd71f59d [2022-05-31T20:18:04.009Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-31T20:18:04.013Z] > git config --add remote.origin.fetch +refs/pull/43672/head:refs/remotes/origin/PR-43672 # timeout=10 [2022-05-31T20:18:04.016Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-31T20:18:04.021Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-31T20:18:04.028Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-31T20:18:04.028Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-31T20:18:04.029Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43672/head:refs/remotes/origin/PR-43672 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-31T20:18:04.241Z] > git config core.sparsecheckout # timeout=10 [2022-05-31T20:18:04.245Z] > git checkout -f e3c14acd3386d52c91463926fccbadf1dd71f59d # timeout=10 [2022-05-31T20:18:04.781Z] Merge succeeded, producing e3c14acd3386d52c91463926fccbadf1dd71f59d [2022-05-31T20:18:04.781Z] Checking out Revision e3c14acd3386d52c91463926fccbadf1dd71f59d (PR-43672) [2022-05-31T20:18:05.517Z] Commit message: "Jenkinsfile: remove Windows stages" [2022-05-31T20:18:05.531Z] > git --version # timeout=10 [2022-05-31T20:18:05.535Z] > git --version # 'git version 2.25.1' [2022-05-31T20:18:05.539Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-31T20:18:06.191Z] + docker version [2022-05-31T20:18:06.191Z] Client: Docker Engine - Community [2022-05-31T20:18:06.191Z] Version: 20.10.14 [2022-05-31T20:18:06.191Z] API version: 1.41 [2022-05-31T20:18:06.191Z] Go version: go1.16.15 [2022-05-31T20:18:06.191Z] Git commit: a224086 [2022-05-31T20:18:06.191Z] Built: Thu Mar 24 01:47:20 2022 [2022-05-31T20:18:06.191Z] OS/Arch: linux/arm64 [2022-05-31T20:18:06.191Z] Context: default [2022-05-31T20:18:06.191Z] Experimental: true [2022-05-31T20:18:06.191Z] [2022-05-31T20:18:06.191Z] Server: Docker Engine - Community [2022-05-31T20:18:06.191Z] Engine: [2022-05-31T20:18:06.191Z] Version: 20.10.14 [2022-05-31T20:18:06.191Z] API version: 1.41 (minimum version 1.12) [2022-05-31T20:18:06.191Z] Go version: go1.16.15 [2022-05-31T20:18:06.191Z] Git commit: 87a90dc [2022-05-31T20:18:06.191Z] Built: Thu Mar 24 01:45:39 2022 [2022-05-31T20:18:06.191Z] OS/Arch: linux/arm64 [2022-05-31T20:18:06.191Z] Experimental: true [2022-05-31T20:18:06.191Z] containerd: [2022-05-31T20:18:06.191Z] Version: 1.5.11 [2022-05-31T20:18:06.191Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-31T20:18:06.191Z] runc: [2022-05-31T20:18:06.191Z] Version: 1.0.3 [2022-05-31T20:18:06.191Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-31T20:18:06.191Z] docker-init: [2022-05-31T20:18:06.191Z] Version: 0.19.0 [2022-05-31T20:18:06.191Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-31T20:18:04.760Z] > git remote # timeout=10 [2022-05-31T20:18:04.764Z] > git config --get remote.origin.url # timeout=10 [2022-05-31T20:18:04.767Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-31T20:18:04.768Z] > git merge 5a8304c9c521008b529f6e36776c3fcda2d7496f # timeout=10 [2022-05-31T20:18:04.775Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-31T20:18:04.783Z] > git config core.sparsecheckout # timeout=10 [2022-05-31T20:18:04.785Z] > git checkout -f e3c14acd3386d52c91463926fccbadf1dd71f59d # timeout=10 [2022-05-31T20:18:06.474Z] + docker info [2022-05-31T20:18:06.474Z] Client: [2022-05-31T20:18:06.474Z] Context: default [2022-05-31T20:18:06.474Z] Debug Mode: false [2022-05-31T20:18:06.474Z] Plugins: [2022-05-31T20:18:06.474Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-31T20:18:06.474Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-31T20:18:06.474Z] [2022-05-31T20:18:06.474Z] Server: [2022-05-31T20:18:06.474Z] Containers: 0 [2022-05-31T20:18:06.474Z] Running: 0 [2022-05-31T20:18:06.474Z] Paused: 0 [2022-05-31T20:18:06.474Z] Stopped: 0 [2022-05-31T20:18:06.474Z] Images: 4 [2022-05-31T20:18:06.474Z] Server Version: 20.10.14 [2022-05-31T20:18:06.474Z] Storage Driver: overlay2 [2022-05-31T20:18:06.474Z] Backing Filesystem: extfs [2022-05-31T20:18:06.474Z] Supports d_type: true [2022-05-31T20:18:06.474Z] Native Overlay Diff: true [2022-05-31T20:18:06.474Z] userxattr: false [2022-05-31T20:18:06.474Z] Logging Driver: json-file [2022-05-31T20:18:06.474Z] Cgroup Driver: cgroupfs [2022-05-31T20:18:06.474Z] Cgroup Version: 1 [2022-05-31T20:18:06.474Z] Plugins: [2022-05-31T20:18:06.474Z] Volume: local [2022-05-31T20:18:06.474Z] Network: bridge host ipvlan macvlan null overlay [2022-05-31T20:18:06.474Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-31T20:18:06.474Z] Swarm: inactive [2022-05-31T20:18:06.474Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-31T20:18:06.474Z] Default Runtime: runc [2022-05-31T20:18:06.474Z] Init Binary: docker-init [2022-05-31T20:18:06.474Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-31T20:18:06.474Z] runc version: v1.0.3-0-gf46b6ba [2022-05-31T20:18:06.474Z] init version: de40ad0 [2022-05-31T20:18:06.474Z] Security Options: [2022-05-31T20:18:06.474Z] apparmor [2022-05-31T20:18:06.474Z] seccomp [2022-05-31T20:18:06.474Z] Profile: default [2022-05-31T20:18:06.474Z] Kernel Version: 5.13.0-1021-aws [2022-05-31T20:18:06.474Z] Operating System: Ubuntu 20.04.4 LTS [2022-05-31T20:18:06.474Z] OSType: linux [2022-05-31T20:18:06.474Z] Architecture: aarch64 [2022-05-31T20:18:06.474Z] CPUs: 2 [2022-05-31T20:18:06.474Z] Total Memory: 7.562GiB [2022-05-31T20:18:06.474Z] Name: ip-10-100-38-255 [2022-05-31T20:18:06.474Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-05-31T20:18:06.474Z] Docker Root Dir: /var/lib/docker [2022-05-31T20:18:06.474Z] Debug Mode: false [2022-05-31T20:18:06.474Z] Registry: https://index.docker.io/v1/ [2022-05-31T20:18:06.474Z] Labels: [2022-05-31T20:18:06.474Z] Experimental: true [2022-05-31T20:18:06.474Z] Insecure Registries: [2022-05-31T20:18:06.474Z] 127.0.0.0/8 [2022-05-31T20:18:06.474Z] Live Restore Enabled: true [2022-05-31T20:18:06.474Z] [Pipeline] sh [2022-05-31T20:18:06.757Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-31T20:18:06.757Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-31T20:18:06.757Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43672/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-31T20:18:06.757Z] + bash /home/ubuntu/workspace/moby_PR-43672/check-config.sh [2022-05-31T20:18:06.757Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-31T20:18:06.757Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-05-31T20:18:06.757Z] [2022-05-31T20:18:06.757Z] Generally Necessary: [2022-05-31T20:18:06.757Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-31T20:18:06.757Z] - apparmor: enabled and tools installed [2022-05-31T20:18:06.757Z] - CONFIG_NAMESPACES: enabled [2022-05-31T20:18:06.757Z] - CONFIG_NET_NS: enabled [2022-05-31T20:18:06.757Z] - CONFIG_PID_NS: enabled [2022-05-31T20:18:06.757Z] - CONFIG_IPC_NS: enabled [2022-05-31T20:18:06.757Z] - CONFIG_UTS_NS: enabled [2022-05-31T20:18:06.757Z] - CONFIG_CGROUPS: enabled [2022-05-31T20:18:06.757Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-31T20:18:06.757Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-31T20:18:06.757Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-31T20:18:06.757Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-31T20:18:06.757Z] - CONFIG_CPUSETS: enabled [2022-05-31T20:18:06.757Z] - CONFIG_MEMCG: enabled [2022-05-31T20:18:06.757Z] - CONFIG_KEYS: enabled [2022-05-31T20:18:06.757Z] - CONFIG_VETH: enabled (as module) [2022-05-31T20:18:06.757Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-31T20:18:06.757Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-31T20:18:06.757Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-31T20:18:06.757Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-31T20:18:06.757Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-31T20:18:06.757Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-31T20:18:06.757Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-31T20:18:06.757Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-31T20:18:06.757Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-31T20:18:06.757Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-31T20:18:06.757Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-31T20:18:06.757Z] - CONFIG_CGROUP_BPF: enabled [2022-05-31T20:18:06.757Z] [2022-05-31T20:18:06.757Z] Optional Features: [2022-05-31T20:18:06.757Z] - CONFIG_USER_NS: enabled [2022-05-31T20:18:06.958Z] Still waiting to schedule task [2022-05-31T20:18:06.958Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-05-31T20:18:07.017Z] - CONFIG_SECCOMP: enabled [2022-05-31T20:18:07.017Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-31T20:18:07.017Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-31T20:18:07.017Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-31T20:18:07.017Z] (cgroup swap accounting is currently enabled) [2022-05-31T20:18:07.017Z] - CONFIG_BLK_CGROUP: enabled [2022-05-31T20:18:07.017Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-31T20:18:07.017Z] - CONFIG_CGROUP_PERF: enabled [2022-05-31T20:18:07.017Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-31T20:18:07.017Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-31T20:18:07.017Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-31T20:18:07.017Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-31T20:18:07.017Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-31T20:18:07.017Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-31T20:18:07.017Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-31T20:18:07.017Z] - CONFIG_IP_VS: enabled (as module) [2022-05-31T20:18:07.017Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-31T20:18:07.017Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-31T20:18:07.017Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-31T20:18:07.017Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-31T20:18:07.017Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-31T20:18:07.017Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-31T20:18:07.017Z] - CONFIG_EXT4_FS: enabled [2022-05-31T20:18:07.017Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-31T20:18:07.017Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-31T20:18:07.017Z] - Network Drivers: [2022-05-31T20:18:07.017Z] - "overlay": [2022-05-31T20:18:07.017Z] - CONFIG_VXLAN: enabled (as module) [2022-05-31T20:18:07.017Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-31T20:18:07.017Z] Optional (for encrypted networks): [2022-05-31T20:18:07.277Z] - CONFIG_CRYPTO: enabled [2022-05-31T20:18:07.277Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-31T20:18:07.277Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-31T20:18:07.277Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-31T20:18:07.277Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-31T20:18:07.277Z] - CONFIG_XFRM: enabled [2022-05-31T20:18:07.277Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-31T20:18:07.277Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-31T20:18:07.277Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-31T20:18:07.277Z] - "ipvlan": [2022-05-31T20:18:07.277Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-31T20:18:07.277Z] - "macvlan": [2022-05-31T20:18:07.277Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-31T20:18:07.277Z] - CONFIG_DUMMY: enabled (as module) [2022-05-31T20:18:07.277Z] - "ftp,tftp client in container": [2022-05-31T20:18:07.277Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-31T20:18:07.277Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-31T20:18:07.277Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-31T20:18:07.277Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-31T20:18:07.277Z] - Storage Drivers: [2022-05-31T20:18:07.277Z] - "aufs": [2022-05-31T20:18:07.277Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-31T20:18:07.277Z] - "btrfs": [2022-05-31T20:18:07.277Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-31T20:18:07.277Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-31T20:18:07.277Z] - "devicemapper": [2022-05-31T20:18:07.278Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-31T20:18:07.278Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-31T20:18:07.278Z] - "overlay": [2022-05-31T20:18:07.278Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-31T20:18:07.278Z] - "zfs": [2022-05-31T20:18:07.278Z] - /dev/zfs: present [2022-05-31T20:18:07.278Z] - zfs command: missing [2022-05-31T20:18:07.278Z] - zpool command: missing [2022-05-31T20:18:07.278Z] [2022-05-31T20:18:07.278Z] Limits: [2022-05-31T20:18:07.278Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-31T20:18:07.278Z] [2022-05-31T20:18:07.278Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-31T20:18:07.656Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:e3c14acd3386d52c91463926fccbadf1dd71f59d . [2022-05-31T20:18:07.790Z] Fetching without tags [2022-05-31T20:18:07.915Z] #1 [internal] load build definition from Dockerfile [2022-05-31T20:18:07.915Z] #1 sha256:f5f21a4580a2f08829adce73d1b35fb03767cf99cc7bceaa555d533affad0458 [2022-05-31T20:18:07.915Z] #1 transferring dockerfile: 17.93kB done [2022-05-31T20:18:07.915Z] #1 DONE 0.0s [2022-05-31T20:18:07.915Z] [2022-05-31T20:18:07.915Z] #2 [internal] load .dockerignore [2022-05-31T20:18:07.915Z] #2 sha256:b458be9f854458cc769f27fafce317f60b110230930931a64935483848aa107b [2022-05-31T20:18:07.915Z] #2 transferring context: 145B done [2022-05-31T20:18:07.915Z] #2 DONE 0.0s [2022-05-31T20:18:07.915Z] [2022-05-31T20:18:07.915Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-31T20:18:07.915Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-05-31T20:18:07.915Z] #3 DONE 0.1s [2022-05-31T20:18:07.915Z] [2022-05-31T20:18:07.915Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-31T20:18:07.915Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-05-31T20:18:07.916Z] #4 CACHED [2022-05-31T20:18:07.952Z] Merging remotes/origin/master commit 5a8304c9c521008b529f6e36776c3fcda2d7496f into PR head commit e3c14acd3386d52c91463926fccbadf1dd71f59d [2022-05-31T20:18:07.767Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-31T20:18:07.771Z] > git config --add remote.origin.fetch +refs/pull/43672/head:refs/remotes/origin/PR-43672 # timeout=10 [2022-05-31T20:18:07.774Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-31T20:18:07.783Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-31T20:18:07.790Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-31T20:18:07.790Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-31T20:18:07.790Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43672/head:refs/remotes/origin/PR-43672 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-31T20:18:07.952Z] > git config core.sparsecheckout # timeout=10 [2022-05-31T20:18:07.957Z] > git checkout -f e3c14acd3386d52c91463926fccbadf1dd71f59d # timeout=10 [2022-05-31T20:18:08.175Z] [2022-05-31T20:18:08.175Z] #5 [internal] load .dockerignore [2022-05-31T20:18:08.175Z] #5 sha256:47606af72fc64dad282b8949b2225bc8606eb2232c5d21470037486c397de12e [2022-05-31T20:18:08.175Z] #5 DONE 0.0s [2022-05-31T20:18:08.175Z] [2022-05-31T20:18:08.175Z] #6 [internal] load build definition from Dockerfile [2022-05-31T20:18:08.175Z] #6 sha256:04fb3fa5bd8dd278b04e16735e68f09519ff8599bb14d55caf0931b84a111a8a [2022-05-31T20:18:08.175Z] #6 DONE 0.0s [2022-05-31T20:18:08.175Z] [2022-05-31T20:18:08.175Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-31T20:18:08.175Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-31T20:18:08.175Z] #9 DONE 0.1s [2022-05-31T20:18:08.175Z] [2022-05-31T20:18:08.175Z] #10 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-31T20:18:08.175Z] #10 sha256:e691baf9396323b72b84b107c0a92b7fed5ca921dac8752ea8836d3780215aee [2022-05-31T20:18:08.175Z] #10 DONE 0.1s [2022-05-31T20:18:08.175Z] [2022-05-31T20:18:08.175Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-31T20:18:08.175Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-05-31T20:18:08.175Z] #7 DONE 0.1s [2022-05-31T20:18:08.175Z] [2022-05-31T20:18:08.175Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-31T20:18:08.175Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-31T20:18:08.175Z] #8 DONE 0.1s [2022-05-31T20:18:08.437Z] [2022-05-31T20:18:08.437Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-31T20:18:08.437Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-31T20:18:08.437Z] #73 DONE 0.0s [2022-05-31T20:18:08.437Z] [2022-05-31T20:18:08.437Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-31T20:18:08.437Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-31T20:18:08.437Z] #71 DONE 0.0s [2022-05-31T20:18:08.437Z] [2022-05-31T20:18:08.437Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:18:08.437Z] #11 sha256:51ad80a3f6f20b8588fe39fc7b7aa985a5f5f475dd9a2257698e2d356ce2a206 [2022-05-31T20:18:08.437Z] #11 DONE 0.0s [2022-05-31T20:18:08.437Z] [2022-05-31T20:18:08.437Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-05-31T20:18:08.437Z] #28 sha256:9102157671b3104ca121d5c382a6ea755fd191d2d0d9235b3ccd435febac3c72 [2022-05-31T20:18:08.437Z] #28 DONE 0.0s [2022-05-31T20:18:08.437Z] [2022-05-31T20:18:08.437Z] #24 [internal] load build context [2022-05-31T20:18:08.437Z] #24 sha256:a458ec581ed986703314dd41afb24dc8fe020d632639d004edf94ac3398f9476 [2022-05-31T20:18:08.494Z] Merge succeeded, producing e3c14acd3386d52c91463926fccbadf1dd71f59d [2022-05-31T20:18:08.494Z] Checking out Revision e3c14acd3386d52c91463926fccbadf1dd71f59d (PR-43672) [2022-05-31T20:18:08.873Z] #19 7.397 Fetched 49.0 MB in 7s (7115 kB/s) [2022-05-31T20:18:09.012Z] #24 ... [2022-05-31T20:18:09.012Z] [2022-05-31T20:18:09.012Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-31T20:18:09.012Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-31T20:18:09.012Z] #49 DONE 0.5s [2022-05-31T20:18:09.012Z] [2022-05-31T20:18:09.012Z] #24 [internal] load build context [2022-05-31T20:18:09.012Z] #24 sha256:a458ec581ed986703314dd41afb24dc8fe020d632639d004edf94ac3398f9476 [2022-05-31T20:18:09.073Z] Commit message: "Jenkinsfile: remove Windows stages" [2022-05-31T20:18:09.082Z] > git --version # timeout=10 [2022-05-31T20:18:09.085Z] > git --version # 'git version 2.25.1' [2022-05-31T20:18:09.089Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-31T20:18:09.581Z] #24 transferring context: 61.15MB 1.1s done [2022-05-31T20:18:09.581Z] #24 DONE 1.1s [2022-05-31T20:18:09.694Z] + docker version [2022-05-31T20:18:09.695Z] Client: Docker Engine - Community [2022-05-31T20:18:09.695Z] Version: 20.10.14 [2022-05-31T20:18:09.695Z] API version: 1.41 [2022-05-31T20:18:09.695Z] Go version: go1.16.15 [2022-05-31T20:18:09.695Z] Git commit: a224086 [2022-05-31T20:18:09.695Z] Built: Thu Mar 24 01:48:02 2022 [2022-05-31T20:18:09.695Z] OS/Arch: linux/amd64 [2022-05-31T20:18:09.695Z] Context: default [2022-05-31T20:18:09.695Z] Experimental: true [2022-05-31T20:18:09.695Z] [2022-05-31T20:18:09.695Z] Server: Docker Engine - Community [2022-05-31T20:18:09.695Z] Engine: [2022-05-31T20:18:09.695Z] Version: 20.10.14 [2022-05-31T20:18:09.695Z] API version: 1.41 (minimum version 1.12) [2022-05-31T20:18:09.695Z] Go version: go1.16.15 [2022-05-31T20:18:09.695Z] Git commit: 87a90dc [2022-05-31T20:18:09.695Z] Built: Thu Mar 24 01:45:53 2022 [2022-05-31T20:18:09.695Z] OS/Arch: linux/amd64 [2022-05-31T20:18:09.695Z] Experimental: true [2022-05-31T20:18:09.695Z] containerd: [2022-05-31T20:18:09.695Z] Version: 1.5.11 [2022-05-31T20:18:09.695Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-31T20:18:09.695Z] runc: [2022-05-31T20:18:09.695Z] Version: 1.0.3 [2022-05-31T20:18:09.695Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-31T20:18:09.695Z] docker-init: [2022-05-31T20:18:09.695Z] Version: 0.19.0 [2022-05-31T20:18:09.695Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-31T20:18:08.471Z] > git remote # timeout=10 [2022-05-31T20:18:08.475Z] > git config --get remote.origin.url # timeout=10 [2022-05-31T20:18:08.477Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-31T20:18:08.477Z] > git merge 5a8304c9c521008b529f6e36776c3fcda2d7496f # timeout=10 [2022-05-31T20:18:08.486Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-31T20:18:08.494Z] > git config core.sparsecheckout # timeout=10 [2022-05-31T20:18:08.499Z] > git checkout -f e3c14acd3386d52c91463926fccbadf1dd71f59d # timeout=10 [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-31T20:18:09.841Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-05-31T20:18:09.841Z] #72 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-31T20:18:09.841Z] #41 sha256:49136076b81c6a8fd0078ae83b6798398fbf960ca73f2af620c95ae59fbaa220 [2022-05-31T20:18:09.841Z] #41 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-31T20:18:09.841Z] #46 sha256:695470d5f2f1c25887b2639514a73d1beac6727ee1a3fd434ea464078dea498e [2022-05-31T20:18:09.841Z] #46 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-05-31T20:18:09.841Z] #53 sha256:132952dd1af485412ed289142848e29034d336b5d28689e09c848a3cc0ab0047 [2022-05-31T20:18:09.841Z] #53 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-05-31T20:18:09.841Z] #50 sha256:f2a3a9821ce00ea2013b891ddb413931fe62015f167e157ed7b6532da4cf39c6 [2022-05-31T20:18:09.841Z] #50 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-31T20:18:09.841Z] #37 sha256:6d11c8bbf7d46d9f243275f6c9556161a037e48d13c822f3ad5d8dbb2957172f [2022-05-31T20:18:09.841Z] #37 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-31T20:18:09.841Z] #33 sha256:27b09e1f9de46d053bbaffb09bb4d25254cd4bb1dcb00c08e9052242056cc39b [2022-05-31T20:18:09.841Z] #33 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-05-31T20:18:09.841Z] #26 sha256:2463ebaf7bd138fe344414a34b0cff627d663cc0fb3935aaaa8565cce78978b2 [2022-05-31T20:18:09.841Z] #26 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-31T20:18:09.841Z] #69 sha256:773050e7e02b560ae6584bf0ad11e704e37ef71a1db68f3222abe5c97fff6999 [2022-05-31T20:18:09.841Z] #69 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:18:09.841Z] #64 sha256:7d4e0c5fb082244ed3e33c0feb5ba2052cf2a64d76978ab463de2271f6e6e775 [2022-05-31T20:18:09.841Z] #64 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-31T20:18:09.841Z] #40 sha256:501d15d2692f4d3434c07b18229fec4a3658cfff9a6468a331e5f7e6322b0fae [2022-05-31T20:18:09.841Z] #40 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-31T20:18:09.841Z] #61 sha256:ffa7046c12cd4af38ad65425005422fea3995a17030056ed6bcaec23387cc275 [2022-05-31T20:18:09.841Z] #61 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-05-31T20:18:09.841Z] #20 sha256:3b32415b8ba6c4501956d183a051ac96702deaca65dbc6a68117b1ee91227e15 [2022-05-31T20:18:09.841Z] #20 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-31T20:18:09.841Z] #51 sha256:fe72db2318d079ffddad3a21a81755fa53bf9be991dd4546a5d2a65dffc017b9 [2022-05-31T20:18:09.841Z] #51 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-31T20:18:09.841Z] #67 sha256:1544ec0e74b76de7cf6f14a7581fdb81ec8d97f91efef718011d4240dd862efc [2022-05-31T20:18:09.841Z] #67 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #22 [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 [2022-05-31T20:18:09.841Z] #22 sha256:18a33347ec8598dea8dc6f0d72405179f668e7e998eaa9e376e799691c3eed85 [2022-05-31T20:18:09.841Z] #22 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-31T20:18:09.841Z] #54 sha256:611fece12d7d0af419bfc12306cbf9caab635eccec1e91a54a4e9cdda794fec7 [2022-05-31T20:18:09.841Z] #54 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-31T20:18:09.841Z] #70 sha256:062cfdd354985cb34c74e4e27ae6ce7138c08e167cafe30757eadcf084eeccdf [2022-05-31T20:18:09.841Z] #70 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #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 [2022-05-31T20:18:09.841Z] #34 sha256:beed0a48323882f55e50c58f835f37e060fb97fabb8f07b1fae8eb3b54f7e627 [2022-05-31T20:18:09.841Z] #34 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-31T20:18:09.841Z] #23 sha256:4bb8d37d646639b11642659d539acd38b93228d10530293b314c483702b3c694 [2022-05-31T20:18:09.841Z] #23 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-31T20:18:09.841Z] #15 sha256:7d7c249624a8115819ebd7831b5547d32e4329571e765890825eae101b1b9065 [2022-05-31T20:18:09.841Z] #15 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #31 [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 [2022-05-31T20:18:09.841Z] #31 sha256:c137962595df454c814a41a9fd5f89d571326d23e5e6ff092c518c4aac76447c [2022-05-31T20:18:09.841Z] #31 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-31T20:18:09.841Z] #48 sha256:24f34aaf611ceb3e778eefbaf6ae199274d7d37337845456e7182ca9020b8be4 [2022-05-31T20:18:09.841Z] #48 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-31T20:18:09.841Z] #66 sha256:66d18774fcf8fed83d81e47641ba827353ad655201243c4d3072dcdae15c6a5e [2022-05-31T20:18:09.841Z] #66 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-31T20:18:09.841Z] #52 sha256:b6292874d728a7483c21ecca2f002dee227f1ef0ec367de0080eaaa105309c4d [2022-05-31T20:18:09.841Z] #52 CACHED [2022-05-31T20:18:09.841Z] [2022-05-31T20:18:09.841Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:18:09.841Z] #60 sha256:0153d00f1561d0a7eed42015e44ebadce21fdd959141c15ddfdfba2909382e4b [2022-05-31T20:18:09.841Z] #60 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-31T20:18:09.842Z] #35 sha256:c45665c761fe497254a1fa66ecb038aef74ba595e8a9ed3c877daea89d7f9a84 [2022-05-31T20:18:09.842Z] #35 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-31T20:18:09.842Z] #17 sha256:08e879cae1b7076759db25c78ec7b481f8d445484859812a3045d374463e81f5 [2022-05-31T20:18:09.842Z] #17 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-31T20:18:09.842Z] #45 sha256:107783b11680a8c37ede224b803d5101f2798adac3a8e4bad90f149f51983ff7 [2022-05-31T20:18:09.842Z] #45 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-31T20:18:09.842Z] #68 sha256:29785480972f383d2c8ab4a0a5cdd0b829806c2ce0530e06b9972171edd96e6d [2022-05-31T20:18:09.842Z] #68 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-31T20:18:09.842Z] #16 sha256:58baa479bbe9944b51e08235774a21cb0133ef7b88e84895b85f0fd2ef6ae960 [2022-05-31T20:18:09.842Z] #16 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-31T20:18:09.842Z] #65 sha256:0205de2e8f277c6dd4170474fbf979a9c992769e33e6d2bfabf8a2b0fb4af5c5 [2022-05-31T20:18:09.842Z] #65 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #21 [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 zstd [2022-05-31T20:18:09.842Z] #21 sha256:a8cdfd9597ee32e440caef5a8e2a1e594b610725e3e9cdb9c73bce180bb9bf84 [2022-05-31T20:18:09.842Z] #21 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-31T20:18:09.842Z] #62 sha256:081922c0f1f2b8d29344bd7e567f998f8470232ac8d47e909bbdf173374261e0 [2022-05-31T20:18:09.842Z] #62 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-31T20:18:09.842Z] #63 sha256:2eed6be337abb0261ad183c5fc3e2671e87918cae4578498be9133a1b1f6c653 [2022-05-31T20:18:09.842Z] #63 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #14 [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 [2022-05-31T20:18:09.842Z] #14 sha256:d641479d2546df58f9ccaf9c142afaf5097ef1ff1c4cae7dd0a3a2aa758285a1 [2022-05-31T20:18:09.842Z] #14 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-31T20:18:09.842Z] #39 sha256:ecc929109afc08d2d523f63d3fbafa9c81700cfe9d122ebcc28baf1b135fc68a [2022-05-31T20:18:09.842Z] #39 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-31T20:18:09.842Z] #59 sha256:4c46048a50f28ebfb7140bfa1381c8209b6218181907a64954a26ee006069200 [2022-05-31T20:18:09.842Z] #59 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #13 [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 [2022-05-31T20:18:09.842Z] #13 sha256:b41e523ca3ae45882c3ba13aa47b87999e4cffe4809a0f6072603b8a6c1c0c20 [2022-05-31T20:18:09.842Z] #13 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-31T20:18:09.842Z] #30 sha256:02c501a59e13f78a689b42d30cc848344915f2131adb6352e2a85def868d759e [2022-05-31T20:18:09.842Z] #30 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-31T20:18:09.842Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-05-31T20:18:09.842Z] #74 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-31T20:18:09.842Z] #12 sha256:55042fef80bfc33009fae3f30bfe303fcb90fb84eff833979a30ef54578b15fd [2022-05-31T20:18:09.842Z] #12 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-05-31T20:18:09.842Z] #44 sha256:d058666c77eb1ce4008a644860b2534017d6afb1a898f5a3aa3e6cc1534eea31 [2022-05-31T20:18:09.842Z] #44 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-31T20:18:09.842Z] #27 sha256:183b0e541f2c93a0d7636f0f440aa2499762e74890eebee3a05e543f28619f97 [2022-05-31T20:18:09.842Z] #27 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-31T20:18:09.842Z] #47 sha256:650435ebab16456fc8d5497c502ed5ac0a2a1048043c6c5e353f745328ec6787 [2022-05-31T20:18:09.842Z] #47 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-31T20:18:09.842Z] #25 sha256:1bfb1a000ba2be1df6da6f1d0c28309ed3e487a65976a47cb6e7a8304864d0ff [2022-05-31T20:18:09.842Z] #25 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-31T20:18:09.842Z] #43 sha256:2869dacd7925ae0d34f74d044919b38de845142a1e738814728b7bf44d5afbac [2022-05-31T20:18:09.842Z] #43 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-31T20:18:09.842Z] #58 sha256:5039b33a46547f09238cae98a2d77bbe3957e091d9ea7a51dfab9cea17dc02e9 [2022-05-31T20:18:09.842Z] #58 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-31T20:18:09.842Z] #19 sha256:fe6a0d1fb4eead21069ddfc4eddc2bab9c635b8da9c6f9e2fcdf3e70b155be7d [2022-05-31T20:18:09.842Z] #19 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-31T20:18:09.842Z] #18 sha256:5f0b6c37754c18d37a7695ddd7cc8e0bfbcb93e6ab1a086d2bad7d955e30f728 [2022-05-31T20:18:09.842Z] #18 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-05-31T20:18:09.842Z] #57 sha256:903b999f38a82522c274cf9db390bd6b47b2d17b0902ff6551b698cd72182500 [2022-05-31T20:18:09.842Z] #57 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #29 [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 [2022-05-31T20:18:09.842Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087 [2022-05-31T20:18:09.842Z] #29 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-31T20:18:09.842Z] #36 sha256:b39d370696467ea7822f4dbe7eb296f26bbd5c7ae9e68d996a628cd0860e5013 [2022-05-31T20:18:09.842Z] #36 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-31T20:18:09.842Z] #75 sha256:1f374a4d5626f4b93148dbff9e1fa19505f58d43ba15cef4bb1191e7ab074648 [2022-05-31T20:18:09.842Z] #75 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-31T20:18:09.842Z] #56 sha256:9f2d1f851fa5f7d5d505e0ee0bf9fe4d4bf9991b4c815b3d429641e288c12b7d [2022-05-31T20:18:09.842Z] #56 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:18:09.842Z] #55 sha256:867921f3243380f3acda5abfe14a35a0240ce6fe68b8c2e2ee5e7aa72e3902ec [2022-05-31T20:18:09.842Z] #55 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:18:09.842Z] #42 sha256:a14998fe68a8122c3e79d8070ec279ca860f4dac08d0da5fe802e218b794d71b [2022-05-31T20:18:09.842Z] #42 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-31T20:18:09.842Z] #32 sha256:ce73850a394fdc07c9257b6631222f15f86513831562ebcb76a93bbbdef2c979 [2022-05-31T20:18:09.842Z] #32 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-31T20:18:09.842Z] #38 sha256:bed8db9647fe199afe23d2bf4d48fe7af49623d766d10934f2c5c3ec6a66bbda [2022-05-31T20:18:09.842Z] #38 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-31T20:18:09.842Z] #76 sha256:4a9341785f3a417888bbcaa1fe7169fc008ea5971774f07a4038ab85af3650ea [2022-05-31T20:18:09.842Z] #76 CACHED [2022-05-31T20:18:09.842Z] [2022-05-31T20:18:09.842Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-31T20:18:09.842Z] #77 sha256:946fca891eafbc3e192b8b13da3f8cfcbfe4560ff226a6ce5af2a773223058f1 [2022-05-31T20:18:09.976Z] + docker info [2022-05-31T20:18:10.768Z] #19 7.397 Reading package lists... [2022-05-31T20:18:10.782Z] #77 DONE 1.1s [2022-05-31T20:18:10.782Z] [2022-05-31T20:18:10.782Z] #78 exporting to image [2022-05-31T20:18:10.782Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-31T20:18:10.782Z] #78 exporting layers [2022-05-31T20:18:10.910Z] Client: [2022-05-31T20:18:10.910Z] Context: default [2022-05-31T20:18:10.910Z] Debug Mode: false [2022-05-31T20:18:10.910Z] Plugins: [2022-05-31T20:18:10.910Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-31T20:18:10.910Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-31T20:18:10.910Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-31T20:18:10.910Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-31T20:18:10.910Z] [2022-05-31T20:18:10.910Z] Server: [2022-05-31T20:18:10.910Z] Containers: 0 [2022-05-31T20:18:10.910Z] Running: 0 [2022-05-31T20:18:10.910Z] Paused: 0 [2022-05-31T20:18:10.910Z] Stopped: 0 [2022-05-31T20:18:10.910Z] Images: 4 [2022-05-31T20:18:10.910Z] Server Version: 20.10.14 [2022-05-31T20:18:10.910Z] Storage Driver: overlay2 [2022-05-31T20:18:10.910Z] Backing Filesystem: extfs [2022-05-31T20:18:10.910Z] Supports d_type: true [2022-05-31T20:18:10.910Z] Native Overlay Diff: true [2022-05-31T20:18:10.910Z] userxattr: false [2022-05-31T20:18:10.910Z] Logging Driver: json-file [2022-05-31T20:18:10.910Z] Cgroup Driver: systemd [2022-05-31T20:18:10.910Z] Cgroup Version: 2 [2022-05-31T20:18:10.910Z] Plugins: [2022-05-31T20:18:10.910Z] Volume: local [2022-05-31T20:18:10.910Z] Network: bridge host ipvlan macvlan null overlay [2022-05-31T20:18:10.910Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-31T20:18:10.910Z] Swarm: inactive [2022-05-31T20:18:10.910Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-31T20:18:10.910Z] Default Runtime: runc [2022-05-31T20:18:10.910Z] Init Binary: docker-init [2022-05-31T20:18:10.910Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-31T20:18:10.910Z] runc version: v1.0.3-0-gf46b6ba [2022-05-31T20:18:10.910Z] init version: de40ad0 [2022-05-31T20:18:10.910Z] Security Options: [2022-05-31T20:18:10.910Z] apparmor [2022-05-31T20:18:10.910Z] seccomp [2022-05-31T20:18:10.910Z] Profile: default [2022-05-31T20:18:10.910Z] cgroupns [2022-05-31T20:18:10.910Z] Kernel Version: 5.13.0-1021-aws [2022-05-31T20:18:10.910Z] Operating System: Ubuntu 20.04.4 LTS [2022-05-31T20:18:10.910Z] OSType: linux [2022-05-31T20:18:10.910Z] Architecture: x86_64 [2022-05-31T20:18:10.910Z] CPUs: 2 [2022-05-31T20:18:10.910Z] Total Memory: 7.476GiB [2022-05-31T20:18:10.910Z] Name: ip-10-100-120-168 [2022-05-31T20:18:10.910Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-05-31T20:18:10.910Z] Docker Root Dir: /var/lib/docker [2022-05-31T20:18:10.910Z] Debug Mode: false [2022-05-31T20:18:10.910Z] Registry: https://index.docker.io/v1/ [2022-05-31T20:18:10.910Z] Labels: [2022-05-31T20:18:10.910Z] Experimental: true [2022-05-31T20:18:10.910Z] Insecure Registries: [2022-05-31T20:18:10.910Z] 127.0.0.0/8 [2022-05-31T20:18:10.910Z] Live Restore Enabled: true [2022-05-31T20:18:10.910Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-31T20:18:11.228Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:e3c14acd3386d52c91463926fccbadf1dd71f59d . [2022-05-31T20:18:11.486Z] #1 [internal] load build definition from Dockerfile [2022-05-31T20:18:11.486Z] #1 sha256:1cd2ee481753b1871d7a36efd3550677471baf4101bc1cfd3025ece11aa7bb1d [2022-05-31T20:18:11.486Z] #1 transferring dockerfile: 17.93kB done [2022-05-31T20:18:11.486Z] #1 DONE 0.0s [2022-05-31T20:18:11.486Z] [2022-05-31T20:18:11.486Z] #2 [internal] load .dockerignore [2022-05-31T20:18:11.486Z] #2 sha256:4f2372f943259cd47e635abdf0496d64a069acb2291f59eb3c17dd7162f82b16 [2022-05-31T20:18:11.486Z] #2 transferring context: 145B done [2022-05-31T20:18:11.486Z] #2 DONE 0.0s [2022-05-31T20:18:11.486Z] [2022-05-31T20:18:11.486Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-31T20:18:11.486Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-31T20:18:11.486Z] #3 DONE 0.1s [2022-05-31T20:18:11.486Z] [2022-05-31T20:18:11.486Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-31T20:18:11.486Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-31T20:18:11.486Z] #4 CACHED [2022-05-31T20:18:11.721Z] #78 exporting layers 0.8s done [2022-05-31T20:18:11.721Z] #78 writing image sha256:68eb74f1e4e65125314b028132855a0718e0515a6ab6df25c7503ae9aeb49f91 done [2022-05-31T20:18:11.721Z] #78 naming to docker.io/library/docker:e3c14acd3386d52c91463926fccbadf1dd71f59d done [2022-05-31T20:18:11.721Z] #78 DONE 0.9s [Pipeline] } [Pipeline] // stage [2022-05-31T20:18:11.745Z] [2022-05-31T20:18:11.745Z] #5 [internal] load build definition from Dockerfile [2022-05-31T20:18:11.745Z] #5 sha256:4bc9fc34f9a50d8989a0d4754e38826d313a498740ba55dfb1979cd13209c16f [2022-05-31T20:18:11.745Z] #5 DONE 0.0s [2022-05-31T20:18:11.745Z] [2022-05-31T20:18:11.745Z] #6 [internal] load .dockerignore [2022-05-31T20:18:11.745Z] #6 sha256:1cc0d2e772d158ebfcf287ee3a3fca6fa10ef52e13f8a32d4d4de144d9983e4e [2022-05-31T20:18:11.745Z] #6 DONE 0.0s [2022-05-31T20:18:11.745Z] [2022-05-31T20:18:11.745Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-31T20:18:11.745Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-05-31T20:18:12.027Z] #10 DONE 0.1s [2022-05-31T20:18:12.027Z] [2022-05-31T20:18:12.027Z] #7 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-31T20:18:12.027Z] #7 sha256:bda913637dfc96ae7398e978f5558b8bc08d10fc6fc8d03587819401a102d0a2 [2022-05-31T20:18:12.027Z] #7 DONE 0.1s [2022-05-31T20:18:12.027Z] [2022-05-31T20:18:12.027Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-31T20:18:12.027Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-31T20:18:12.027Z] #9 DONE 0.1s [2022-05-31T20:18:12.027Z] [2022-05-31T20:18:12.027Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-31T20:18:12.027Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-31T20:18:12.027Z] #8 DONE 0.1s [2022-05-31T20:18:12.027Z] [2022-05-31T20:18:12.027Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-31T20:18:12.027Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-31T20:18:12.027Z] #73 DONE 0.0s [2022-05-31T20:18:12.027Z] [2022-05-31T20:18:12.027Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-31T20:18:12.027Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-31T20:18:12.027Z] #71 DONE 0.0s [2022-05-31T20:18:12.027Z] [2022-05-31T20:18:12.027Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:18:12.027Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:18:12.027Z] #11 DONE 0.0s [2022-05-31T20:18:12.027Z] [2022-05-31T20:18:12.027Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-05-31T20:18:12.027Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-05-31T20:18:12.027Z] #28 DONE 0.0s [2022-05-31T20:18:12.027Z] [2022-05-31T20:18:12.027Z] #24 [internal] load build context [2022-05-31T20:18:12.027Z] #24 sha256:7aa284a22f771036cb46724194961ba219151b5eefd8adaba81b64721dd61f9e [2022-05-31T20:18:12.046Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-05-31T20:18:12.330Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43672/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e3c14acd3386d52c91463926fccbadf1dd71f59d hack/test/unit [2022-05-31T20:18:12.592Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-05-31T20:18:12.592Z] + TESTFLAGS+=' -test.timeout=5m' [2022-05-31T20:18:12.592Z] + TESTDIRS=./... [2022-05-31T20:18:12.592Z] + exclude_paths='/vendor/|/integration' [2022-05-31T20:18:12.592Z] ++ go list ./... [2022-05-31T20:18:12.592Z] ++ grep -vE '(/vendor/|/integration)' [2022-05-31T20:18:12.629Z] #24 ... [2022-05-31T20:18:12.629Z] [2022-05-31T20:18:12.629Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-31T20:18:12.629Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-31T20:18:12.629Z] #49 DONE 0.6s [2022-05-31T20:18:12.629Z] [2022-05-31T20:18:12.629Z] #24 [internal] load build context [2022-05-31T20:18:12.629Z] #24 sha256:7aa284a22f771036cb46724194961ba219151b5eefd8adaba81b64721dd61f9e [2022-05-31T20:18:12.757Z] Fetching without tags [2022-05-31T20:18:12.980Z] Merging remotes/origin/master commit 5a8304c9c521008b529f6e36776c3fcda2d7496f into PR head commit e3c14acd3386d52c91463926fccbadf1dd71f59d [2022-05-31T20:18:13.538Z] + pkg_list='github.com/docker/docker/api [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/backend/build [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/httpstatus [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/httputils [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/middleware [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/router [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/router/build [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/router/container [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/router/debug [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/router/distribution [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/router/grpc [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/router/image [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/router/network [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/router/plugin [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/router/session [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/router/swarm [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/router/system [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/router/volume [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/backend [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/blkiodev [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/container [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/events [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/filters [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/image [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/mount [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/network [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/registry [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/strslice [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/swarm [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/time [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/versions [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/types/volume [2022-05-31T20:18:13.538Z] github.com/docker/docker/builder [2022-05-31T20:18:13.538Z] github.com/docker/docker/builder/builder-next [2022-05-31T20:18:13.538Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-31T20:18:13.538Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-31T20:18:13.538Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-31T20:18:13.538Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-31T20:18:13.538Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-31T20:18:13.538Z] github.com/docker/docker/builder/builder-next/worker [2022-05-31T20:18:13.538Z] github.com/docker/docker/builder/dockerfile [2022-05-31T20:18:13.538Z] github.com/docker/docker/builder/remotecontext [2022-05-31T20:18:13.538Z] github.com/docker/docker/builder/remotecontext/git [2022-05-31T20:18:13.538Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-31T20:18:13.538Z] github.com/docker/docker/cli [2022-05-31T20:18:13.538Z] github.com/docker/docker/cli/config [2022-05-31T20:18:13.538Z] github.com/docker/docker/cli/debug [2022-05-31T20:18:13.538Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-31T20:18:13.538Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-31T20:18:13.538Z] github.com/docker/docker/client [2022-05-31T20:18:13.538Z] github.com/docker/docker/cmd/docker-proxy [2022-05-31T20:18:13.538Z] github.com/docker/docker/cmd/dockerd [2022-05-31T20:18:13.538Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-31T20:18:13.538Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-31T20:18:13.538Z] github.com/docker/docker/container [2022-05-31T20:18:13.538Z] github.com/docker/docker/container/stream [2022-05-31T20:18:13.538Z] github.com/docker/docker/contrib/apparmor [2022-05-31T20:18:13.538Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-31T20:18:13.538Z] github.com/docker/docker/contrib/httpserver [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/cluster [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/cluster/convert [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/cluster/executor [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/cluster/provider [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/config [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/events [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/events/testutils [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/exec [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/graphdriver [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/images [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/initlayer [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/links [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/listeners [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/logger [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/logger/gelf [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/logger/journald [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/logger/local [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/logger/logentries [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/logger/loggertest [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/logger/splunk [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/logger/syslog [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/logger/templates [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/names [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/network [2022-05-31T20:18:13.538Z] github.com/docker/docker/daemon/stats [2022-05-31T20:18:13.538Z] github.com/docker/docker/distribution [2022-05-31T20:18:13.538Z] github.com/docker/docker/distribution/metadata [2022-05-31T20:18:13.538Z] github.com/docker/docker/distribution/utils [2022-05-31T20:18:13.538Z] github.com/docker/docker/distribution/xfer [2022-05-31T20:18:13.538Z] github.com/docker/docker/dockerversion [2022-05-31T20:18:13.538Z] github.com/docker/docker/errdefs [2022-05-31T20:18:13.538Z] github.com/docker/docker/image [2022-05-31T20:18:13.538Z] github.com/docker/docker/image/cache [2022-05-31T20:18:13.538Z] github.com/docker/docker/image/tarexport [2022-05-31T20:18:13.538Z] github.com/docker/docker/image/v1 [2022-05-31T20:18:13.538Z] github.com/docker/docker/internal/test/suite [2022-05-31T20:18:13.538Z] github.com/docker/docker/layer [2022-05-31T20:18:13.538Z] github.com/docker/docker/libcontainerd [2022-05-31T20:18:13.538Z] github.com/docker/docker/libcontainerd/queue [2022-05-31T20:18:13.538Z] github.com/docker/docker/libcontainerd/remote [2022-05-31T20:18:13.538Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-31T20:18:13.538Z] github.com/docker/docker/libcontainerd/types [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/bitseq [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/cluster [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/config [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/datastore [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/driverapi [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/etchosts [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/idm [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/ipam [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/iptables [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/netlabel [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/netutils [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/networkdb [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/ns [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/options [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/osl [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/portallocator [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/portmapper [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/testutils [2022-05-31T20:18:13.538Z] github.com/docker/docker/libnetwork/types [2022-05-31T20:18:13.538Z] github.com/docker/docker/oci [2022-05-31T20:18:13.538Z] github.com/docker/docker/oci/caps [2022-05-31T20:18:13.538Z] github.com/docker/docker/opts [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/aaparser [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/archive [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/authorization [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/broadcaster [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/capabilities [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/chrootarchive [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/containerfs [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/devicemapper [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/directory [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/dmesg [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/fileutils [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/fsutils [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/homedir [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/idtools [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/ioutils [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/jsonmessage [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/longpath [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/loopback [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/namesgenerator [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/parsers [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/pidfile [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/platform [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/plugingetter [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/plugins [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/plugins/transport [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/pools [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/progress [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/pubsub [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/reexec [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/signal [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/stack [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/stdcopy [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/streamformatter [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/stringid [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/sysinfo [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/system [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/tailfile [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/tarsum [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/truncindex [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/urlutil [2022-05-31T20:18:13.538Z] github.com/docker/docker/pkg/useragent [2022-05-31T20:18:13.538Z] github.com/docker/docker/plugin [2022-05-31T20:18:13.538Z] github.com/docker/docker/plugin/executor/containerd [2022-05-31T20:18:13.538Z] github.com/docker/docker/plugin/v2 [2022-05-31T20:18:13.538Z] github.com/docker/docker/profiles/apparmor [2022-05-31T20:18:13.538Z] github.com/docker/docker/profiles/seccomp [2022-05-31T20:18:13.538Z] github.com/docker/docker/quota [2022-05-31T20:18:13.538Z] github.com/docker/docker/reference [2022-05-31T20:18:13.538Z] github.com/docker/docker/registry [2022-05-31T20:18:13.538Z] github.com/docker/docker/registry/resumable [2022-05-31T20:18:13.538Z] github.com/docker/docker/restartmanager [2022-05-31T20:18:13.538Z] github.com/docker/docker/rootless [2022-05-31T20:18:13.538Z] github.com/docker/docker/rootless/specconv [2022-05-31T20:18:13.538Z] github.com/docker/docker/runconfig [2022-05-31T20:18:13.538Z] github.com/docker/docker/runconfig/opts [2022-05-31T20:18:13.538Z] github.com/docker/docker/testutil [2022-05-31T20:18:13.538Z] github.com/docker/docker/testutil/daemon [2022-05-31T20:18:13.538Z] github.com/docker/docker/testutil/environment [2022-05-31T20:18:13.538Z] github.com/docker/docker/testutil/fakecontext [2022-05-31T20:18:13.538Z] github.com/docker/docker/testutil/fakegit [2022-05-31T20:18:13.538Z] github.com/docker/docker/testutil/fakestorage [2022-05-31T20:18:13.538Z] github.com/docker/docker/testutil/fixtures/load [2022-05-31T20:18:13.538Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-31T20:18:13.538Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-31T20:18:13.538Z] github.com/docker/docker/testutil/registry [2022-05-31T20:18:13.538Z] github.com/docker/docker/testutil/request [2022-05-31T20:18:13.538Z] github.com/docker/docker/volume [2022-05-31T20:18:13.538Z] github.com/docker/docker/volume/drivers [2022-05-31T20:18:13.538Z] github.com/docker/docker/volume/local [2022-05-31T20:18:13.538Z] github.com/docker/docker/volume/mounts [2022-05-31T20:18:13.538Z] github.com/docker/docker/volume/service [2022-05-31T20:18:13.538Z] github.com/docker/docker/volume/service/opts [2022-05-31T20:18:13.538Z] github.com/docker/docker/volume/testutils' [2022-05-31T20:18:13.538Z] ++ grep --fixed-strings -v /libnetwork [2022-05-31T20:18:13.538Z] ++ echo 'github.com/docker/docker/api [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/backend/build [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/httpstatus [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/httputils [2022-05-31T20:18:13.538Z] github.com/docker/docker/api/server/middleware [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/build [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/container [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/debug [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/distribution [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/grpc [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/image [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/network [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/plugin [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/session [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/swarm [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/system [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/volume [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/backend [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/blkiodev [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/container [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/events [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/filters [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/image [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/mount [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/network [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/registry [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/strslice [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/swarm [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/time [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/versions [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/volume [2022-05-31T20:18:13.539Z] github.com/docker/docker/builder [2022-05-31T20:18:13.539Z] github.com/docker/docker/builder/builder-next [2022-05-31T20:18:13.539Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-31T20:18:13.539Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-31T20:18:13.539Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-31T20:18:13.539Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-31T20:18:13.539Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-31T20:18:13.539Z] github.com/docker/docker/builder/builder-next/worker [2022-05-31T20:18:13.539Z] github.com/docker/docker/builder/dockerfile [2022-05-31T20:18:13.539Z] github.com/docker/docker/builder/remotecontext [2022-05-31T20:18:13.539Z] github.com/docker/docker/builder/remotecontext/git [2022-05-31T20:18:13.539Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-31T20:18:13.539Z] github.com/docker/docker/cli [2022-05-31T20:18:13.539Z] github.com/docker/docker/cli/config [2022-05-31T20:18:13.539Z] github.com/docker/docker/cli/debug [2022-05-31T20:18:13.539Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-31T20:18:13.539Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-31T20:18:13.539Z] github.com/docker/docker/client [2022-05-31T20:18:13.539Z] github.com/docker/docker/cmd/docker-proxy [2022-05-31T20:18:13.539Z] github.com/docker/docker/cmd/dockerd [2022-05-31T20:18:13.539Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-31T20:18:13.539Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-31T20:18:13.539Z] github.com/docker/docker/container [2022-05-31T20:18:13.539Z] github.com/docker/docker/container/stream [2022-05-31T20:18:13.539Z] github.com/docker/docker/contrib/apparmor [2022-05-31T20:18:13.539Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-31T20:18:13.539Z] github.com/docker/docker/contrib/httpserver [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/cluster [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/cluster/convert [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/cluster/executor [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/cluster/provider [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/config [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/events [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/events/testutils [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/exec [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/graphdriver [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/images [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/initlayer [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/links [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/listeners [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/logger [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/logger/gelf [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/logger/journald [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/logger/local [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/logger/logentries [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/logger/loggertest [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/logger/splunk [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/logger/syslog [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/logger/templates [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/names [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/network [2022-05-31T20:18:13.539Z] github.com/docker/docker/daemon/stats [2022-05-31T20:18:13.539Z] github.com/docker/docker/distribution [2022-05-31T20:18:13.539Z] github.com/docker/docker/distribution/metadata [2022-05-31T20:18:13.539Z] github.com/docker/docker/distribution/utils [2022-05-31T20:18:13.539Z] github.com/docker/docker/distribution/xfer [2022-05-31T20:18:13.539Z] github.com/docker/docker/dockerversion [2022-05-31T20:18:13.539Z] github.com/docker/docker/errdefs [2022-05-31T20:18:13.539Z] github.com/docker/docker/image [2022-05-31T20:18:13.539Z] github.com/docker/docker/image/cache [2022-05-31T20:18:13.539Z] github.com/docker/docker/image/tarexport [2022-05-31T20:18:13.539Z] github.com/docker/docker/image/v1 [2022-05-31T20:18:13.539Z] github.com/docker/docker/internal/test/suite [2022-05-31T20:18:13.539Z] github.com/docker/docker/layer [2022-05-31T20:18:13.539Z] github.com/docker/docker/libcontainerd [2022-05-31T20:18:13.539Z] github.com/docker/docker/libcontainerd/queue [2022-05-31T20:18:13.539Z] github.com/docker/docker/libcontainerd/remote [2022-05-31T20:18:13.539Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-31T20:18:13.539Z] github.com/docker/docker/libcontainerd/types [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/bitseq [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/cluster [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/config [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/datastore [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/driverapi [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/etchosts [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/idm [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/ipam [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/iptables [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/netlabel [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/netutils [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/networkdb [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/ns [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/options [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/osl [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/portallocator [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/portmapper [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/testutils [2022-05-31T20:18:13.539Z] github.com/docker/docker/libnetwork/types [2022-05-31T20:18:13.539Z] github.com/docker/docker/oci [2022-05-31T20:18:13.539Z] github.com/docker/docker/oci/caps [2022-05-31T20:18:13.539Z] github.com/docker/docker/opts [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/aaparser [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/archive [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/authorization [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/broadcaster [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/capabilities [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/chrootarchive [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/containerfs [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/devicemapper [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/directory [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/dmesg [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/fileutils [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/fsutils [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/homedir [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/idtools [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/ioutils [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/jsonmessage [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/longpath [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/loopback [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/namesgenerator [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/parsers [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/pidfile [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/platform [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/plugingetter [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/plugins [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/plugins/transport [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/pools [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/progress [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/pubsub [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/reexec [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/signal [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/stack [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/stdcopy [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/streamformatter [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/stringid [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/sysinfo [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/system [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/tailfile [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/tarsum [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/truncindex [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/urlutil [2022-05-31T20:18:13.539Z] github.com/docker/docker/pkg/useragent [2022-05-31T20:18:13.539Z] github.com/docker/docker/plugin [2022-05-31T20:18:13.539Z] github.com/docker/docker/plugin/executor/containerd [2022-05-31T20:18:13.539Z] github.com/docker/docker/plugin/v2 [2022-05-31T20:18:13.539Z] github.com/docker/docker/profiles/apparmor [2022-05-31T20:18:13.539Z] github.com/docker/docker/profiles/seccomp [2022-05-31T20:18:13.539Z] github.com/docker/docker/quota [2022-05-31T20:18:13.539Z] github.com/docker/docker/reference [2022-05-31T20:18:13.539Z] github.com/docker/docker/registry [2022-05-31T20:18:13.539Z] github.com/docker/docker/registry/resumable [2022-05-31T20:18:13.539Z] github.com/docker/docker/restartmanager [2022-05-31T20:18:13.539Z] github.com/docker/docker/rootless [2022-05-31T20:18:13.539Z] github.com/docker/docker/rootless/specconv [2022-05-31T20:18:13.539Z] github.com/docker/docker/runconfig [2022-05-31T20:18:13.539Z] github.com/docker/docker/runconfig/opts [2022-05-31T20:18:13.539Z] github.com/docker/docker/testutil [2022-05-31T20:18:13.539Z] github.com/docker/docker/testutil/daemon [2022-05-31T20:18:13.539Z] github.com/docker/docker/testutil/environment [2022-05-31T20:18:13.539Z] github.com/docker/docker/testutil/fakecontext [2022-05-31T20:18:13.539Z] github.com/docker/docker/testutil/fakegit [2022-05-31T20:18:13.539Z] github.com/docker/docker/testutil/fakestorage [2022-05-31T20:18:13.539Z] github.com/docker/docker/testutil/fixtures/load [2022-05-31T20:18:13.539Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-31T20:18:13.539Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-31T20:18:13.539Z] github.com/docker/docker/testutil/registry [2022-05-31T20:18:13.539Z] github.com/docker/docker/testutil/request [2022-05-31T20:18:13.539Z] github.com/docker/docker/volume [2022-05-31T20:18:13.539Z] github.com/docker/docker/volume/drivers [2022-05-31T20:18:13.539Z] github.com/docker/docker/volume/local [2022-05-31T20:18:13.539Z] github.com/docker/docker/volume/mounts [2022-05-31T20:18:13.539Z] github.com/docker/docker/volume/service [2022-05-31T20:18:13.539Z] github.com/docker/docker/volume/service/opts [2022-05-31T20:18:13.539Z] github.com/docker/docker/volume/testutils' [2022-05-31T20:18:13.539Z] + base_pkg_list='github.com/docker/docker/api [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/backend/build [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/httpstatus [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/httputils [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/middleware [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/build [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/container [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/debug [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/distribution [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/grpc [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/image [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/network [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/plugin [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/session [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/swarm [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/system [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/server/router/volume [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/backend [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/blkiodev [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/container [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/events [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/filters [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/image [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/mount [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/network [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/registry [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/strslice [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/swarm [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/time [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/versions [2022-05-31T20:18:13.539Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/volume [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/builder-next [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/builder-next/worker [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/dockerfile [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/remotecontext [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/remotecontext/git [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-31T20:18:13.540Z] github.com/docker/docker/cli [2022-05-31T20:18:13.540Z] github.com/docker/docker/cli/config [2022-05-31T20:18:13.540Z] github.com/docker/docker/cli/debug [2022-05-31T20:18:13.540Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-31T20:18:13.540Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-31T20:18:13.540Z] github.com/docker/docker/client [2022-05-31T20:18:13.540Z] github.com/docker/docker/cmd/docker-proxy [2022-05-31T20:18:13.540Z] github.com/docker/docker/cmd/dockerd [2022-05-31T20:18:13.540Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-31T20:18:13.540Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-31T20:18:13.540Z] github.com/docker/docker/container [2022-05-31T20:18:13.540Z] github.com/docker/docker/container/stream [2022-05-31T20:18:13.540Z] github.com/docker/docker/contrib/apparmor [2022-05-31T20:18:13.540Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-31T20:18:13.540Z] github.com/docker/docker/contrib/httpserver [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/cluster [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/cluster/convert [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/cluster/executor [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/cluster/provider [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/config [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/events [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/events/testutils [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/exec [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/images [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/initlayer [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/links [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/listeners [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/gelf [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/journald [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/local [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/logentries [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/loggertest [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/splunk [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/syslog [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/templates [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/names [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/network [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/stats [2022-05-31T20:18:13.540Z] github.com/docker/docker/distribution [2022-05-31T20:18:13.540Z] github.com/docker/docker/distribution/metadata [2022-05-31T20:18:13.540Z] github.com/docker/docker/distribution/utils [2022-05-31T20:18:13.540Z] github.com/docker/docker/distribution/xfer [2022-05-31T20:18:13.540Z] github.com/docker/docker/dockerversion [2022-05-31T20:18:13.540Z] github.com/docker/docker/errdefs [2022-05-31T20:18:13.540Z] github.com/docker/docker/image [2022-05-31T20:18:13.540Z] github.com/docker/docker/image/cache [2022-05-31T20:18:13.540Z] github.com/docker/docker/image/tarexport [2022-05-31T20:18:13.540Z] github.com/docker/docker/image/v1 [2022-05-31T20:18:13.540Z] github.com/docker/docker/internal/test/suite [2022-05-31T20:18:13.540Z] github.com/docker/docker/layer [2022-05-31T20:18:13.540Z] github.com/docker/docker/libcontainerd [2022-05-31T20:18:13.540Z] github.com/docker/docker/libcontainerd/queue [2022-05-31T20:18:13.540Z] github.com/docker/docker/libcontainerd/remote [2022-05-31T20:18:13.540Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-31T20:18:13.540Z] github.com/docker/docker/libcontainerd/types [2022-05-31T20:18:13.540Z] github.com/docker/docker/oci [2022-05-31T20:18:13.540Z] github.com/docker/docker/oci/caps [2022-05-31T20:18:13.540Z] github.com/docker/docker/opts [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/aaparser [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/archive [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/authorization [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/broadcaster [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/capabilities [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/chrootarchive [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/containerfs [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/devicemapper [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/directory [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/dmesg [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/fileutils [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/fsutils [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/homedir [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/idtools [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/ioutils [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/jsonmessage [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/longpath [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/loopback [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/namesgenerator [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/parsers [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/pidfile [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/platform [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/plugingetter [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/plugins [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/plugins/transport [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/pools [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/progress [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/pubsub [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/reexec [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/signal [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/stack [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/stdcopy [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/streamformatter [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/stringid [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/sysinfo [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/system [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/tailfile [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/tarsum [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/truncindex [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/urlutil [2022-05-31T20:18:13.540Z] github.com/docker/docker/pkg/useragent [2022-05-31T20:18:13.540Z] github.com/docker/docker/plugin [2022-05-31T20:18:13.540Z] github.com/docker/docker/plugin/executor/containerd [2022-05-31T20:18:13.540Z] github.com/docker/docker/plugin/v2 [2022-05-31T20:18:13.540Z] github.com/docker/docker/profiles/apparmor [2022-05-31T20:18:13.540Z] github.com/docker/docker/profiles/seccomp [2022-05-31T20:18:13.540Z] github.com/docker/docker/quota [2022-05-31T20:18:13.540Z] github.com/docker/docker/reference [2022-05-31T20:18:13.540Z] github.com/docker/docker/registry [2022-05-31T20:18:13.540Z] github.com/docker/docker/registry/resumable [2022-05-31T20:18:13.540Z] github.com/docker/docker/restartmanager [2022-05-31T20:18:13.540Z] github.com/docker/docker/rootless [2022-05-31T20:18:13.540Z] github.com/docker/docker/rootless/specconv [2022-05-31T20:18:13.540Z] github.com/docker/docker/runconfig [2022-05-31T20:18:13.540Z] github.com/docker/docker/runconfig/opts [2022-05-31T20:18:13.540Z] github.com/docker/docker/testutil [2022-05-31T20:18:13.540Z] github.com/docker/docker/testutil/daemon [2022-05-31T20:18:13.540Z] github.com/docker/docker/testutil/environment [2022-05-31T20:18:13.540Z] github.com/docker/docker/testutil/fakecontext [2022-05-31T20:18:13.540Z] github.com/docker/docker/testutil/fakegit [2022-05-31T20:18:13.540Z] github.com/docker/docker/testutil/fakestorage [2022-05-31T20:18:13.540Z] github.com/docker/docker/testutil/fixtures/load [2022-05-31T20:18:13.540Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-31T20:18:13.540Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-31T20:18:13.540Z] github.com/docker/docker/testutil/registry [2022-05-31T20:18:13.540Z] github.com/docker/docker/testutil/request [2022-05-31T20:18:13.540Z] github.com/docker/docker/volume [2022-05-31T20:18:13.540Z] github.com/docker/docker/volume/drivers [2022-05-31T20:18:13.540Z] github.com/docker/docker/volume/local [2022-05-31T20:18:13.540Z] github.com/docker/docker/volume/mounts [2022-05-31T20:18:13.540Z] github.com/docker/docker/volume/service [2022-05-31T20:18:13.540Z] github.com/docker/docker/volume/service/opts [2022-05-31T20:18:13.540Z] github.com/docker/docker/volume/testutils' [2022-05-31T20:18:13.540Z] ++ grep --fixed-strings /libnetwork [2022-05-31T20:18:13.540Z] ++ echo 'github.com/docker/docker/api [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/backend/build [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/httpstatus [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/httputils [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/middleware [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/router [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/router/build [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/router/container [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/router/debug [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/router/distribution [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/router/grpc [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/router/image [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/router/network [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/router/plugin [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/router/session [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/router/swarm [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/router/system [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/server/router/volume [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/backend [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/blkiodev [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/container [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/events [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/filters [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/image [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/mount [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/network [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/registry [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/strslice [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/swarm [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/time [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/versions [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-31T20:18:13.540Z] github.com/docker/docker/api/types/volume [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/builder-next [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/builder-next/worker [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/dockerfile [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/remotecontext [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/remotecontext/git [2022-05-31T20:18:13.540Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-31T20:18:13.540Z] github.com/docker/docker/cli [2022-05-31T20:18:13.540Z] github.com/docker/docker/cli/config [2022-05-31T20:18:13.540Z] github.com/docker/docker/cli/debug [2022-05-31T20:18:13.540Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-31T20:18:13.540Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-31T20:18:13.540Z] github.com/docker/docker/client [2022-05-31T20:18:13.540Z] github.com/docker/docker/cmd/docker-proxy [2022-05-31T20:18:13.540Z] github.com/docker/docker/cmd/dockerd [2022-05-31T20:18:13.540Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-31T20:18:13.540Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-31T20:18:13.540Z] github.com/docker/docker/container [2022-05-31T20:18:13.540Z] github.com/docker/docker/container/stream [2022-05-31T20:18:13.540Z] github.com/docker/docker/contrib/apparmor [2022-05-31T20:18:13.540Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-31T20:18:13.540Z] github.com/docker/docker/contrib/httpserver [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/cluster [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/cluster/convert [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/cluster/executor [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/cluster/provider [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/config [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/events [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/events/testutils [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/exec [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/images [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/initlayer [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/links [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/listeners [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/gelf [2022-05-31T20:18:13.540Z] github.com/docker/docker/daemon/logger/journald [2022-05-31T20:18:13.541Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-31T20:18:13.541Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-31T20:18:13.541Z] github.com/docker/docker/daemon/logger/local [2022-05-31T20:18:13.541Z] github.com/docker/docker/daemon/logger/logentries [2022-05-31T20:18:13.541Z] github.com/docker/docker/daemon/logger/loggertest [2022-05-31T20:18:13.541Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-31T20:18:13.541Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-31T20:18:13.541Z] github.com/docker/docker/daemon/logger/splunk [2022-05-31T20:18:13.541Z] github.com/docker/docker/daemon/logger/syslog [2022-05-31T20:18:13.541Z] github.com/docker/docker/daemon/logger/templates [2022-05-31T20:18:13.541Z] github.com/docker/docker/daemon/names [2022-05-31T20:18:13.541Z] github.com/docker/docker/daemon/network [2022-05-31T20:18:13.541Z] github.com/docker/docker/daemon/stats [2022-05-31T20:18:13.541Z] github.com/docker/docker/distribution [2022-05-31T20:18:13.541Z] github.com/docker/docker/distribution/metadata [2022-05-31T20:18:13.541Z] github.com/docker/docker/distribution/utils [2022-05-31T20:18:13.541Z] github.com/docker/docker/distribution/xfer [2022-05-31T20:18:13.541Z] github.com/docker/docker/dockerversion [2022-05-31T20:18:13.541Z] github.com/docker/docker/errdefs [2022-05-31T20:18:13.541Z] github.com/docker/docker/image [2022-05-31T20:18:13.541Z] github.com/docker/docker/image/cache [2022-05-31T20:18:13.541Z] github.com/docker/docker/image/tarexport [2022-05-31T20:18:13.541Z] github.com/docker/docker/image/v1 [2022-05-31T20:18:13.541Z] github.com/docker/docker/internal/test/suite [2022-05-31T20:18:13.541Z] github.com/docker/docker/layer [2022-05-31T20:18:13.541Z] github.com/docker/docker/libcontainerd [2022-05-31T20:18:13.541Z] github.com/docker/docker/libcontainerd/queue [2022-05-31T20:18:13.541Z] github.com/docker/docker/libcontainerd/remote [2022-05-31T20:18:13.541Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-31T20:18:13.541Z] github.com/docker/docker/libcontainerd/types [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/bitseq [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cluster [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/config [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/datastore [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/driverapi [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/etchosts [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/idm [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipam [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/iptables [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/netlabel [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/netutils [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/networkdb [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ns [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/options [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/osl [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/portallocator [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/portmapper [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/testutils [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/types [2022-05-31T20:18:13.541Z] github.com/docker/docker/oci [2022-05-31T20:18:13.541Z] github.com/docker/docker/oci/caps [2022-05-31T20:18:13.541Z] github.com/docker/docker/opts [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/aaparser [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/archive [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/authorization [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/broadcaster [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/capabilities [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/chrootarchive [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/containerfs [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/devicemapper [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/directory [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/dmesg [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/fileutils [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/fsutils [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/homedir [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/idtools [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/ioutils [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/jsonmessage [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/longpath [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/loopback [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/namesgenerator [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/parsers [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/pidfile [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/platform [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/plugingetter [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/plugins [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/plugins/transport [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/pools [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/progress [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/pubsub [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/reexec [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/signal [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/stack [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/stdcopy [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/streamformatter [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/stringid [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/sysinfo [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/system [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/tailfile [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/tarsum [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/truncindex [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/urlutil [2022-05-31T20:18:13.541Z] github.com/docker/docker/pkg/useragent [2022-05-31T20:18:13.541Z] github.com/docker/docker/plugin [2022-05-31T20:18:13.541Z] github.com/docker/docker/plugin/executor/containerd [2022-05-31T20:18:13.541Z] github.com/docker/docker/plugin/v2 [2022-05-31T20:18:13.541Z] github.com/docker/docker/profiles/apparmor [2022-05-31T20:18:13.541Z] github.com/docker/docker/profiles/seccomp [2022-05-31T20:18:13.541Z] github.com/docker/docker/quota [2022-05-31T20:18:13.541Z] github.com/docker/docker/reference [2022-05-31T20:18:13.541Z] github.com/docker/docker/registry [2022-05-31T20:18:13.541Z] github.com/docker/docker/registry/resumable [2022-05-31T20:18:13.541Z] github.com/docker/docker/restartmanager [2022-05-31T20:18:13.541Z] github.com/docker/docker/rootless [2022-05-31T20:18:13.541Z] github.com/docker/docker/rootless/specconv [2022-05-31T20:18:13.541Z] github.com/docker/docker/runconfig [2022-05-31T20:18:13.541Z] github.com/docker/docker/runconfig/opts [2022-05-31T20:18:13.541Z] github.com/docker/docker/testutil [2022-05-31T20:18:13.541Z] github.com/docker/docker/testutil/daemon [2022-05-31T20:18:13.541Z] github.com/docker/docker/testutil/environment [2022-05-31T20:18:13.541Z] github.com/docker/docker/testutil/fakecontext [2022-05-31T20:18:13.541Z] github.com/docker/docker/testutil/fakegit [2022-05-31T20:18:13.541Z] github.com/docker/docker/testutil/fakestorage [2022-05-31T20:18:13.541Z] github.com/docker/docker/testutil/fixtures/load [2022-05-31T20:18:13.541Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-31T20:18:13.541Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-31T20:18:13.541Z] github.com/docker/docker/testutil/registry [2022-05-31T20:18:13.541Z] github.com/docker/docker/testutil/request [2022-05-31T20:18:13.541Z] github.com/docker/docker/volume [2022-05-31T20:18:13.541Z] github.com/docker/docker/volume/drivers [2022-05-31T20:18:13.541Z] github.com/docker/docker/volume/local [2022-05-31T20:18:13.541Z] github.com/docker/docker/volume/mounts [2022-05-31T20:18:13.541Z] github.com/docker/docker/volume/service [2022-05-31T20:18:13.541Z] github.com/docker/docker/volume/service/opts [2022-05-31T20:18:13.541Z] github.com/docker/docker/volume/testutils' [2022-05-31T20:18:13.541Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/bitseq [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cluster [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/config [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/datastore [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/driverapi [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/etchosts [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/idm [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipam [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/iptables [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/netlabel [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/netutils [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/networkdb [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ns [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/options [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/osl [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/portallocator [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/portmapper [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/testutils [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/types' [2022-05-31T20:18:13.541Z] + echo 'github.com/docker/docker/libnetwork [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/bitseq [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cluster [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/config [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/datastore [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/driverapi [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/etchosts [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/idm [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipam [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/iptables [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/netlabel [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/netutils [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/networkdb [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/ns [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/options [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/osl [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/portallocator [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/portmapper [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/testutils [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/types' [2022-05-31T20:18:13.541Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-31T20:18:13.541Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-31T20:18:13.541Z] + type docker-proxy [2022-05-31T20:18:13.541Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-05-31T20:18:13.541Z] + hack/make.sh binary-proxy install-proxy [2022-05-31T20:18:13.541Z] [2022-05-31T20:18:13.717Z] Merge succeeded, producing e3c14acd3386d52c91463926fccbadf1dd71f59d [2022-05-31T20:18:13.717Z] Checking out Revision e3c14acd3386d52c91463926fccbadf1dd71f59d (PR-43672) [2022-05-31T20:18:13.801Z] Removing bundles/ [2022-05-31T20:18:13.801Z] [2022-05-31T20:18:13.801Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-05-31T20:18:13.801Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-05-31T20:18:13.801Z] GOOS="" GOARCH="" GOARM="" [2022-05-31T20:18:12.678Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-31T20:18:12.706Z] > git config --add remote.origin.fetch +refs/pull/43672/head:refs/remotes/origin/PR-43672 # timeout=10 [2022-05-31T20:18:12.720Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-31T20:18:12.740Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-31T20:18:12.759Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-31T20:18:12.759Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-31T20:18:12.760Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43672/head:refs/remotes/origin/PR-43672 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-31T20:18:12.992Z] > git config core.sparsecheckout # timeout=10 [2022-05-31T20:18:13.007Z] > git checkout -f e3c14acd3386d52c91463926fccbadf1dd71f59d # timeout=10 [2022-05-31T20:18:13.661Z] > git remote # timeout=10 [2022-05-31T20:18:13.675Z] > git config --get remote.origin.url # timeout=10 [2022-05-31T20:18:13.687Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-31T20:18:13.688Z] > git merge 5a8304c9c521008b529f6e36776c3fcda2d7496f # timeout=10 [2022-05-31T20:18:13.702Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-31T20:18:13.718Z] > git config core.sparsecheckout # timeout=10 [2022-05-31T20:18:13.727Z] > git checkout -f e3c14acd3386d52c91463926fccbadf1dd71f59d # timeout=10 [2022-05-31T20:18:14.015Z] #24 transferring context: 61.13MB 1.7s done [2022-05-31T20:18:14.015Z] #24 DONE 1.8s [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-31T20:18:14.015Z] #45 sha256:c98256e5a035942a058e084ef3dfa4ef0ff5b3cad778010d75ac6cc0a25f4939 [2022-05-31T20:18:14.015Z] #45 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-31T20:18:14.015Z] #47 sha256:2289046ff473e3c18fd534924de3f703e3d885992ab5a0daed25d4f30c008c37 [2022-05-31T20:18:14.015Z] #47 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-31T20:18:14.015Z] #59 sha256:26dda490ce6f579667d1b69c3de7fc62094dff704424c253dbeaba3561eab532 [2022-05-31T20:18:14.015Z] #59 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-31T20:18:14.015Z] #58 sha256:07e4662766805ae1e464a2365f1a47af6f1219a0b546bd5b81d4cb4d7134f07d [2022-05-31T20:18:14.015Z] #58 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #13 [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 [2022-05-31T20:18:14.015Z] #13 sha256:64c4343ef448ecd522ef99921c92fb164f7ed53e3c47a64a52a0d6632401225d [2022-05-31T20:18:14.015Z] #13 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-31T20:18:14.015Z] #68 sha256:52eea2b3b5527869a03c251a8e096d2449171cde11732bea7868de6e2fde42db [2022-05-31T20:18:14.015Z] #68 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-31T20:18:14.015Z] #63 sha256:2e8425f6adc09149c8ccf371807f57080d462b86b50eead68680a73a0fcfa806 [2022-05-31T20:18:14.015Z] #63 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-31T20:18:14.015Z] #67 sha256:c5c4b23a83b5db3d0a66ee791640aeacd24f05dc9d387078b67ca6403d994ac6 [2022-05-31T20:18:14.015Z] #67 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-31T20:18:14.015Z] #30 sha256:9530542f6c19baa2f3a17636be49a7c9cace27b5cfaefd477c89b8e318054f7b [2022-05-31T20:18:14.015Z] #30 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #21 [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 zstd [2022-05-31T20:18:14.015Z] #21 sha256:d9a7fb9e0cd212f6be6a5d64406833d78bc26f7751d89067c8b5545dc1d33b53 [2022-05-31T20:18:14.015Z] #21 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #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 [2022-05-31T20:18:14.015Z] #34 sha256:17ed0ad370f36e9e186a1b18b32d44e4b81a44479e14da465d1ad5cf1f730994 [2022-05-31T20:18:14.015Z] #34 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-31T20:18:14.015Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-31T20:18:14.015Z] #72 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-31T20:18:14.015Z] #39 sha256:10c3ae8aeb6902bcc7e9f0fd81b3cdacebda6831097380e084a609027fde5947 [2022-05-31T20:18:14.015Z] #39 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-05-31T20:18:14.015Z] #26 sha256:11b4d204eabf9b2368053db7c442b00504cbc09b90ed4ba61121f99a756f4adb [2022-05-31T20:18:14.015Z] #26 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-05-31T20:18:14.015Z] #50 sha256:67ece1e788e4676d3dcc2f2d4fd4d70745ca77d0be83e09159f82898396f156b [2022-05-31T20:18:14.015Z] #50 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-31T20:18:14.015Z] #76 sha256:d1740bc7770e19cf239fd3e1300ea6a7790ee667639431df5e6d507b38b6f2ba [2022-05-31T20:18:14.015Z] #76 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-31T20:18:14.015Z] #69 sha256:825463a7f83d3fb36222252bc192853cb79daa2f9af64d264fbdb33d53c3deb9 [2022-05-31T20:18:14.015Z] #69 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-31T20:18:14.015Z] #32 sha256:e2443be50d09f94c677c5ffc2b912fd0727c1077b50b106d377cf0d3fef95c08 [2022-05-31T20:18:14.015Z] #32 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-31T20:18:14.015Z] #43 sha256:1037521ca4a766df9ce67227350dc1e334e32d8ae0f31bfb63389d9a7e884c9e [2022-05-31T20:18:14.015Z] #43 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:18:14.015Z] #64 sha256:fd2335dfa7b1bab71ac6921d4b65c5502ab4896957d30c4b6734269b1a942232 [2022-05-31T20:18:14.015Z] #64 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-05-31T20:18:14.015Z] #53 sha256:1d7c87c01a497e4e394d68f389ff5ae50d0d2a9b215dcd310a3e282f6567b06b [2022-05-31T20:18:14.015Z] #53 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-31T20:18:14.015Z] #23 sha256:bd3c1663c2a132c0fd79e53c9e7a9e1cff7905e964bdb28b2597eac0dc931f44 [2022-05-31T20:18:14.015Z] #23 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-31T20:18:14.015Z] #61 sha256:4101164824a07a387510a273211e9bdf41140a9c6a5dc235e949988e180f9f27 [2022-05-31T20:18:14.015Z] #61 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-31T20:18:14.015Z] #15 sha256:d477f35cc8b4dddcba5db26d2304ee89caa3e7bba1058192b4fa02f8921160f7 [2022-05-31T20:18:14.015Z] #15 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-31T20:18:14.015Z] #37 sha256:97706410695b283629186fec95279c8e90dcdd29151e68024d15b4ccd435a247 [2022-05-31T20:18:14.015Z] #37 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-31T20:18:14.015Z] #75 sha256:5722bef3b762bffd82581c26f6dcfb80be87b6695f8711eb5fbbf0edc63e2d4c [2022-05-31T20:18:14.015Z] #75 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-05-31T20:18:14.015Z] #57 sha256:334d46649c24142bc62145f95003806a660f464789eb664bc8e085e425005c88 [2022-05-31T20:18:14.015Z] #57 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-31T20:18:14.015Z] #17 sha256:c068efb74413d2e7cf9f191383cdf5d065e53ce07d7af66f51578202285773ee [2022-05-31T20:18:14.015Z] #17 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-31T20:18:14.015Z] #35 sha256:5ea3973b47b778f4825cb1d8f0a8e7a105d156ab53b1c89ad3fad1ca1408d80b [2022-05-31T20:18:14.015Z] #35 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-31T20:18:14.015Z] #56 sha256:df90e905ea2e8767a7b341f5495042d941f4cf41164db890f46526d7a8a2a183 [2022-05-31T20:18:14.015Z] #56 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-31T20:18:14.015Z] #66 sha256:50436c8eedbed63c1d7464fd33037dc3bb0fa785dfabd56ac5d117b0b1d0fab7 [2022-05-31T20:18:14.015Z] #66 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-31T20:18:14.015Z] #62 sha256:845ed9dce1050c23c598849825d74ac810a4c3839182bf81d445c8b2d46ca45d [2022-05-31T20:18:14.015Z] #62 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:18:14.015Z] #60 sha256:822665085913bf1941682f38bcba4a76663b1196d9ed6332eda34fc7138fb428 [2022-05-31T20:18:14.015Z] #60 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-31T20:18:14.015Z] #70 sha256:f6fa24ca7d9894f6c9c60d40f623f9bb81f3d7b5f3168c6b5fb60b71114f5881 [2022-05-31T20:18:14.015Z] #70 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-31T20:18:14.015Z] #41 sha256:018871edf61c594c2e7771acdc8604f2f80e5594a0b679ccd78a484c6094f5a6 [2022-05-31T20:18:14.015Z] #41 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #29 [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 [2022-05-31T20:18:14.015Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-05-31T20:18:14.015Z] #29 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-31T20:18:14.015Z] #12 sha256:ed2167da44ec7f7322c587e3b2c440685dac79f9eb53c5ec447da6304f0d3552 [2022-05-31T20:18:14.015Z] #12 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-31T20:18:14.015Z] #36 sha256:3ef0c75c5e3533db35f93d7d1735716ef6706e45935f1bcae33ab98262ea08c5 [2022-05-31T20:18:14.015Z] #36 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.015Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-31T20:18:14.015Z] #54 sha256:4a73b9a960373b53d2ec63583b1b1afc622cd27d684084d26089284a4307b6ad [2022-05-31T20:18:14.015Z] #54 CACHED [2022-05-31T20:18:14.015Z] [2022-05-31T20:18:14.016Z] #31 [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 [2022-05-31T20:18:14.016Z] #31 sha256:af9b6fe32e207aa8cecf35a64e46b82b1be79700f9660fd278567a1c1571952a [2022-05-31T20:18:14.016Z] #31 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-31T20:18:14.016Z] #52 sha256:1eed0f524ba494bb8afc47e183bd90759faa390ed992e7ce8bd77267adc27419 [2022-05-31T20:18:14.016Z] #52 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-31T20:18:14.016Z] #27 sha256:eb26e66797caadb8bf393b747bad8981147b9fa4c9b788223b54cff38b1e7a43 [2022-05-31T20:18:14.016Z] #27 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-31T20:18:14.016Z] #46 sha256:06fb131fa3a507bed720fa321312e97005c9a58c12f1f5fa2f1de893c88c4fe8 [2022-05-31T20:18:14.016Z] #46 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-31T20:18:14.016Z] #25 sha256:7f6580ffa6f00a3d3f32a875286627a37078d24e31f67c5062b3004bd985fdc2 [2022-05-31T20:18:14.016Z] #25 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-31T20:18:14.016Z] #19 sha256:e0f95abd5d907e4d7d5280c0307edcd4328ab4217a3939a68189c0a28d9239f2 [2022-05-31T20:18:14.016Z] #19 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #77 [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 [2022-05-31T20:18:14.016Z] #77 sha256:7b30ce99e7fc22381641144eeafa16768a9f2dac4a78bc0e64ec2c36f7efc11e [2022-05-31T20:18:14.016Z] #77 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-31T20:18:14.016Z] #65 sha256:9548cc8181445dc1caaa435adfa2c53f7429c380e3549b33ca812ae16b358a12 [2022-05-31T20:18:14.016Z] #65 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-05-31T20:18:14.016Z] #44 sha256:d091e17c726d012f7a4e6ee23a216363aea1ef4786bc8e37b024cf5790f49e96 [2022-05-31T20:18:14.016Z] #44 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-05-31T20:18:14.016Z] #20 sha256:3be57fbc7135b7cbd5ceb489434f6713ab1a3505c85fba4e6a845928085358c1 [2022-05-31T20:18:14.016Z] #20 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-31T20:18:14.016Z] #38 sha256:dcc6b9145e4c49ad8c752827fae2ccceab4d7b3eeeb3f15be04921e6a91990fd [2022-05-31T20:18:14.016Z] #38 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:18:14.016Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:18:14.016Z] #55 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-31T20:18:14.016Z] #16 sha256:e46abf534256fc611d277f2c8d7c70cbdd17fd22e66fa2673fbfcb70a6b70386 [2022-05-31T20:18:14.016Z] #16 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-31T20:18:14.016Z] #18 sha256:66c56cf51d408e0b5b5180dccc4f8eee67111a2185a0ce1160132e7eb8aa3073 [2022-05-31T20:18:14.016Z] #18 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #22 [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 [2022-05-31T20:18:14.016Z] #22 sha256:9a7a0e9671cf6af12a045f0d4742de900be4d435193cc3c207e59e1ec8383e09 [2022-05-31T20:18:14.016Z] #22 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #14 [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 [2022-05-31T20:18:14.016Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:18:14.016Z] #14 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-31T20:18:14.016Z] #51 sha256:113d2bb1d4548e80ebe8fce070dfbb856d4f7e96e19058ca2a7a1a7cd8f6f6e6 [2022-05-31T20:18:14.016Z] #51 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-31T20:18:14.016Z] #48 sha256:a56a8bb5e050154fb6c1ff05732253ce4938d7aba56138905f0890906bea167d [2022-05-31T20:18:14.016Z] #48 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-31T20:18:14.016Z] #40 sha256:07b89fe8434131bcc5206962ac2f0f7d1f719e71fe00b50814204de3307697ed [2022-05-31T20:18:14.016Z] #40 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:18:14.016Z] #42 sha256:cdddd53eaf66c5a4cc1ad72969ff9954e6e86d2736995232ae865da98cdb3e86 [2022-05-31T20:18:14.016Z] #42 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-31T20:18:14.016Z] #33 sha256:28497624f888b7bd4353dc7f8d764d89d06ad3f8741f54c6b7731fb698ab783b [2022-05-31T20:18:14.016Z] #33 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-31T20:18:14.016Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-31T20:18:14.016Z] #74 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #78 [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 [2022-05-31T20:18:14.016Z] #78 sha256:599ad3b86b68975b0e5905a6a8ea4c5fe1ae864128b106562815842532083b3a [2022-05-31T20:18:14.016Z] #78 CACHED [2022-05-31T20:18:14.016Z] [2022-05-31T20:18:14.016Z] #79 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-31T20:18:14.016Z] #79 sha256:9e013c29e3868e30020e693bf05e55ab8c057abef4577875ea54d060983ed080 [2022-05-31T20:18:14.292Z] #19 10.43 Reading package lists... [2022-05-31T20:18:14.855Z] #19 13.47 Building dependency tree... [2022-05-31T20:18:14.952Z] #79 DONE 1.1s [2022-05-31T20:18:14.952Z] [2022-05-31T20:18:14.952Z] #80 exporting to image [2022-05-31T20:18:14.952Z] #80 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-31T20:18:14.952Z] #80 exporting layers [2022-05-31T20:18:15.111Z] #19 14.70 The following additional packages will be installed: [2022-05-31T20:18:15.111Z] #19 14.70 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-05-31T20:18:15.111Z] #19 14.70 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-05-31T20:18:15.368Z] #19 14.70 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-05-31T20:18:15.368Z] #19 14.70 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-05-31T20:18:15.368Z] #19 14.70 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-05-31T20:18:15.368Z] #19 14.70 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-05-31T20:18:15.368Z] #19 14.70 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-05-31T20:18:15.368Z] #19 14.70 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-05-31T20:18:15.368Z] #19 14.70 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-05-31T20:18:15.368Z] #19 14.70 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-05-31T20:18:15.368Z] #19 14.70 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-05-31T20:18:15.368Z] #19 14.70 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-05-31T20:18:15.368Z] #19 14.70 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-05-31T20:18:15.368Z] #19 14.70 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-05-31T20:18:15.368Z] #19 14.70 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-05-31T20:18:15.368Z] #19 14.70 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-05-31T20:18:15.368Z] #19 14.70 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-05-31T20:18:15.368Z] #19 14.70 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-05-31T20:18:15.368Z] #19 14.70 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-05-31T20:18:15.368Z] #19 14.70 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-05-31T20:18:15.368Z] #19 14.70 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-05-31T20:18:15.368Z] #19 14.70 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-05-31T20:18:15.368Z] #19 14.70 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-05-31T20:18:15.368Z] #19 14.70 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-05-31T20:18:15.368Z] #19 14.70 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-05-31T20:18:15.368Z] #19 14.70 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-05-31T20:18:15.368Z] #19 14.70 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-05-31T20:18:15.368Z] #19 14.70 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-05-31T20:18:15.368Z] #19 14.70 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-05-31T20:18:15.368Z] #19 14.70 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-05-31T20:18:15.368Z] #19 14.70 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-05-31T20:18:15.368Z] #19 14.70 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-05-31T20:18:15.368Z] #19 14.71 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-05-31T20:18:15.368Z] #19 14.71 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-05-31T20:18:15.368Z] #19 14.71 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-05-31T20:18:15.368Z] #19 14.71 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-05-31T20:18:15.368Z] #19 14.71 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-05-31T20:18:15.368Z] #19 14.71 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-05-31T20:18:15.368Z] #19 14.71 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-05-31T20:18:15.368Z] #19 14.71 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-05-31T20:18:15.368Z] #19 14.71 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-05-31T20:18:15.368Z] #19 14.71 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-05-31T20:18:15.368Z] #19 14.71 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-05-31T20:18:15.368Z] #19 14.71 linux-libc-dev-s390x-cross patch xz-utils [2022-05-31T20:18:15.368Z] #19 14.72 Suggested packages: [2022-05-31T20:18:15.368Z] #19 14.72 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-05-31T20:18:15.368Z] #19 14.72 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-05-31T20:18:15.368Z] #19 14.72 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-05-31T20:18:15.368Z] #19 14.72 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-05-31T20:18:15.368Z] #19 14.72 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-05-31T20:18:15.368Z] #19 14.72 libyaml-shell-perl ed diffutils-doc [2022-05-31T20:18:15.368Z] #19 14.72 Recommended packages: [2022-05-31T20:18:15.368Z] #19 14.72 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-05-31T20:18:15.368Z] #19 14.72 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-05-31T20:18:15.888Z] #80 exporting layers 1.0s done [2022-05-31T20:18:15.888Z] #80 writing image sha256:ddf68741fd4a35142fa793399f1a4873543c2cd421611d056a5d503f3880318a done [2022-05-31T20:18:15.888Z] #80 naming to docker.io/library/docker:e3c14acd3386d52c91463926fccbadf1dd71f59d done [2022-05-31T20:18:15.888Z] #80 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-31T20:18:16.220Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43672/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d -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=master docker:e3c14acd3386d52c91463926fccbadf1dd71f59d hack/make.sh dynbinary test-integration [2022-05-31T20:18:16.298Z] #19 15.88 The following NEW packages will be installed: [2022-05-31T20:18:16.298Z] #19 15.88 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-05-31T20:18:16.298Z] #19 15.88 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-05-31T20:18:16.482Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-05-31T20:18:16.482Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-05-31T20:18:16.482Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-05-31T20:18:16.482Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-05-31T20:18:16.482Z] systemd 247.3-7 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) [2022-05-31T20:18:16.482Z] Detected virtualization docker. [2022-05-31T20:18:16.482Z] Detected architecture x86-64. [2022-05-31T20:18:16.482Z] Set hostname to <1ef0fcd8fec9>. [2022-05-31T20:18:16.553Z] #19 15.88 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-05-31T20:18:16.553Z] #19 15.88 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-05-31T20:18:16.553Z] #19 15.88 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-05-31T20:18:16.553Z] #19 15.88 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-05-31T20:18:16.553Z] #19 15.88 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-05-31T20:18:16.553Z] #19 15.88 crossbuild-essential-armel crossbuild-essential-armhf [2022-05-31T20:18:16.553Z] #19 15.88 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-05-31T20:18:16.553Z] #19 15.88 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-05-31T20:18:16.553Z] #19 15.88 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-05-31T20:18:16.553Z] #19 15.88 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-05-31T20:18:16.553Z] #19 15.88 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-05-31T20:18:16.553Z] #19 15.88 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-05-31T20:18:16.553Z] #19 15.88 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-05-31T20:18:16.553Z] #19 15.88 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-05-31T20:18:16.554Z] #19 15.88 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-05-31T20:18:16.554Z] #19 15.88 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-05-31T20:18:16.554Z] #19 15.88 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-05-31T20:18:16.554Z] #19 15.88 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-05-31T20:18:16.554Z] #19 15.88 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-05-31T20:18:16.554Z] #19 15.88 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-05-31T20:18:16.554Z] #19 15.88 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-05-31T20:18:16.554Z] #19 15.88 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-05-31T20:18:16.554Z] #19 15.88 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-05-31T20:18:16.554Z] #19 15.88 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-05-31T20:18:16.554Z] #19 15.88 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-05-31T20:18:16.554Z] #19 15.88 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-05-31T20:18:16.554Z] #19 15.88 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-05-31T20:18:16.554Z] #19 15.88 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-05-31T20:18:16.554Z] #19 15.88 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-05-31T20:18:16.554Z] #19 15.88 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-05-31T20:18:16.554Z] #19 15.88 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-05-31T20:18:16.554Z] #19 15.88 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-05-31T20:18:16.554Z] #19 15.88 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-05-31T20:18:16.554Z] #19 15.88 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-05-31T20:18:16.554Z] #19 15.88 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-05-31T20:18:16.554Z] #19 15.88 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-05-31T20:18:16.554Z] #19 15.88 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-05-31T20:18:16.554Z] #19 15.88 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-05-31T20:18:16.554Z] #19 15.88 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-05-31T20:18:16.554Z] #19 15.88 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-05-31T20:18:16.554Z] #19 15.88 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-05-31T20:18:16.554Z] #19 15.88 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-05-31T20:18:16.554Z] #19 15.88 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-05-31T20:18:16.554Z] #19 15.88 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-05-31T20:18:16.554Z] #19 15.88 linux-libc-dev-s390x-cross patch xz-utils [2022-05-31T20:18:16.740Z] modprobe@configfs.service: Succeeded. [2022-05-31T20:18:16.740Z] modprobe@drm.service: Succeeded. [2022-05-31T20:18:16.740Z] modprobe@fuse.service: Succeeded. [2022-05-31T20:18:16.740Z] + source /etc/docker-entrypoint-cmd [2022-05-31T20:18:16.741Z] ++ hack/make.sh dynbinary test-integration [2022-05-31T20:18:16.741Z] [2022-05-31T20:18:16.810Z] #19 16.27 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:18:16.810Z] #19 16.27 Need to get 788 MB of archives. [2022-05-31T20:18:16.810Z] #19 16.27 After this operation, 3385 MB of additional disk space will be used. [2022-05-31T20:18:16.810Z] #19 16.27 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-05-31T20:18:16.810Z] #19 16.28 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-31T20:18:16.810Z] #19 16.30 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-05-31T20:18:16.810Z] #19 16.30 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-05-31T20:18:16.810Z] #19 16.30 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-05-31T20:18:16.810Z] #19 16.30 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-05-31T20:18:16.810Z] #19 16.31 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-05-31T20:18:16.810Z] #19 16.33 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-05-31T20:18:16.810Z] #19 16.35 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-05-31T20:18:16.810Z] #19 16.37 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-05-31T20:18:16.810Z] #19 16.38 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-05-31T20:18:16.999Z] Removing bundles/ [2022-05-31T20:18:16.999Z] [2022-05-31T20:18:16.999Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-31T20:18:16.999Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-31T20:18:16.999Z] GOOS="" GOARCH="" GOARM="" [2022-05-31T20:18:17.066Z] #19 16.40 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-05-31T20:18:17.066Z] #19 16.40 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB] [2022-05-31T20:18:17.322Z] #19 16.75 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB] [2022-05-31T20:18:17.322Z] #19 16.75 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB] [2022-05-31T20:18:17.579Z] #19 17.09 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB] [2022-05-31T20:18:17.579Z] #19 17.09 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2022-05-31T20:18:17.945Z] Commit message: "Jenkinsfile: remove Windows stages" [2022-05-31T20:18:17.965Z] > git --version # timeout=10 [2022-05-31T20:18:17.967Z] > git --version # 'git version 2.17.1' [2022-05-31T20:18:17.976Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-05-31T20:18:18.141Z] #19 17.45 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-05-31T20:18:18.141Z] #19 17.45 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-31T20:18:18.397Z] #19 17.79 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-05-31T20:18:18.397Z] #19 17.79 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB] [2022-05-31T20:18:18.654Z] #19 18.11 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-05-31T20:18:18.654Z] #19 18.11 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB] [2022-05-31T20:18:18.654Z] #19 18.11 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB] [2022-05-31T20:18:18.654Z] #19 18.12 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-05-31T20:18:18.654Z] #19 18.12 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-05-31T20:18:18.654Z] #19 18.12 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-05-31T20:18:18.654Z] #19 18.12 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-05-31T20:18:18.654Z] #19 18.12 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-05-31T20:18:18.654Z] #19 18.13 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB] [2022-05-31T20:18:18.654Z] #19 18.13 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-05-31T20:18:18.654Z] #19 18.13 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-05-31T20:18:18.654Z] #19 18.13 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-05-31T20:18:18.654Z] #19 18.16 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-05-31T20:18:18.654Z] #19 18.19 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-05-31T20:18:18.654Z] #19 18.19 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-05-31T20:18:18.910Z] #19 18.21 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-05-31T20:18:18.910Z] #19 18.22 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-05-31T20:18:18.910Z] #19 18.22 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB] [2022-05-31T20:18:18.910Z] #19 18.23 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB] [2022-05-31T20:18:18.988Z] + docker version [2022-05-31T20:18:19.473Z] #19 18.67 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B] [2022-05-31T20:18:19.473Z] #19 18.67 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB] [2022-05-31T20:18:19.473Z] #19 18.68 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-05-31T20:18:19.473Z] #19 18.70 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB] [2022-05-31T20:18:19.473Z] #19 18.71 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB] [2022-05-31T20:18:19.729Z] #19 19.12 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-05-31T20:18:19.729Z] #19 19.12 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-31T20:18:19.729Z] #19 19.12 Get:48 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-05-31T20:18:19.729Z] #19 19.13 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-05-31T20:18:19.729Z] #19 19.13 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-05-31T20:18:19.729Z] #19 19.13 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-31T20:18:19.729Z] #19 19.20 Get:52 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB] [2022-05-31T20:18:19.729Z] #19 19.20 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-05-31T20:18:19.729Z] #19 19.20 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] [2022-05-31T20:18:19.729Z] #19 19.20 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-05-31T20:18:19.729Z] #19 19.20 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-05-31T20:18:19.729Z] #19 19.20 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-05-31T20:18:19.729Z] #19 19.21 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-05-31T20:18:19.729Z] #19 19.21 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-05-31T20:18:19.729Z] #19 19.21 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-05-31T20:18:19.729Z] #19 19.21 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-05-31T20:18:19.729Z] #19 19.21 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-05-31T20:18:19.729Z] #19 19.21 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-05-31T20:18:19.729Z] #19 19.21 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-05-31T20:18:19.729Z] #19 19.21 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-05-31T20:18:19.729Z] #19 19.22 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB] [2022-05-31T20:18:19.729Z] #19 19.22 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-05-31T20:18:19.729Z] #19 19.22 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-05-31T20:18:19.729Z] #19 19.22 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-05-31T20:18:19.729Z] #19 19.24 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-05-31T20:18:19.729Z] #19 19.24 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-05-31T20:18:19.729Z] #19 19.25 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB] [2022-05-31T20:18:19.729Z] #19 19.26 Get:73 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB] [2022-05-31T20:18:20.291Z] #19 19.66 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B] [2022-05-31T20:18:20.291Z] #19 19.66 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB] [2022-05-31T20:18:20.291Z] #19 19.67 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-05-31T20:18:20.291Z] #19 19.76 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB] [2022-05-31T20:18:20.291Z] #19 19.77 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB] [2022-05-31T20:18:20.379Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-05-31T20:18:20.379Z] [2022-05-31T20:18:20.379Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-05-31T20:18:20.379Z] Installing docker-proxy to /usr/local/bin/ [2022-05-31T20:18:20.379Z] [2022-05-31T20:18:20.379Z] + mkdir -p bundles [2022-05-31T20:18:20.379Z] + '[' -n 'github.com/docker/docker/api [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/backend/build [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/httpstatus [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/httputils [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/middleware [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/router [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/router/build [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/router/container [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/router/debug [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/router/distribution [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/router/grpc [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/router/image [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/router/network [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/router/plugin [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/router/session [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/router/swarm [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/router/system [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/server/router/volume [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/backend [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/blkiodev [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/container [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/events [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/filters [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/image [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/mount [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/network [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/registry [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/strslice [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/swarm [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/time [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/versions [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-31T20:18:20.379Z] github.com/docker/docker/api/types/volume [2022-05-31T20:18:20.379Z] github.com/docker/docker/builder [2022-05-31T20:18:20.379Z] github.com/docker/docker/builder/builder-next [2022-05-31T20:18:20.379Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-31T20:18:20.379Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-31T20:18:20.379Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-31T20:18:20.379Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-31T20:18:20.379Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-31T20:18:20.379Z] github.com/docker/docker/builder/builder-next/worker [2022-05-31T20:18:20.379Z] github.com/docker/docker/builder/dockerfile [2022-05-31T20:18:20.379Z] github.com/docker/docker/builder/remotecontext [2022-05-31T20:18:20.379Z] github.com/docker/docker/builder/remotecontext/git [2022-05-31T20:18:20.379Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-31T20:18:20.379Z] github.com/docker/docker/cli [2022-05-31T20:18:20.379Z] github.com/docker/docker/cli/config [2022-05-31T20:18:20.379Z] github.com/docker/docker/cli/debug [2022-05-31T20:18:20.379Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-31T20:18:20.379Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-31T20:18:20.379Z] github.com/docker/docker/client [2022-05-31T20:18:20.379Z] github.com/docker/docker/cmd/docker-proxy [2022-05-31T20:18:20.379Z] github.com/docker/docker/cmd/dockerd [2022-05-31T20:18:20.379Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-31T20:18:20.379Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-31T20:18:20.379Z] github.com/docker/docker/container [2022-05-31T20:18:20.379Z] github.com/docker/docker/container/stream [2022-05-31T20:18:20.379Z] github.com/docker/docker/contrib/apparmor [2022-05-31T20:18:20.379Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-31T20:18:20.379Z] github.com/docker/docker/contrib/httpserver [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/cluster [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/cluster/convert [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/cluster/executor [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/cluster/provider [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/config [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/events [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/events/testutils [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/exec [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/graphdriver [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/images [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/initlayer [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/links [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/listeners [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/logger [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/logger/gelf [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/logger/journald [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/logger/local [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/logger/logentries [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/logger/loggertest [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/logger/splunk [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/logger/syslog [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/logger/templates [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/names [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/network [2022-05-31T20:18:20.379Z] github.com/docker/docker/daemon/stats [2022-05-31T20:18:20.379Z] github.com/docker/docker/distribution [2022-05-31T20:18:20.379Z] github.com/docker/docker/distribution/metadata [2022-05-31T20:18:20.379Z] github.com/docker/docker/distribution/utils [2022-05-31T20:18:20.379Z] github.com/docker/docker/distribution/xfer [2022-05-31T20:18:20.379Z] github.com/docker/docker/dockerversion [2022-05-31T20:18:20.379Z] github.com/docker/docker/errdefs [2022-05-31T20:18:20.379Z] github.com/docker/docker/image [2022-05-31T20:18:20.379Z] github.com/docker/docker/image/cache [2022-05-31T20:18:20.379Z] github.com/docker/docker/image/tarexport [2022-05-31T20:18:20.379Z] github.com/docker/docker/image/v1 [2022-05-31T20:18:20.379Z] github.com/docker/docker/internal/test/suite [2022-05-31T20:18:20.379Z] github.com/docker/docker/layer [2022-05-31T20:18:20.379Z] github.com/docker/docker/libcontainerd [2022-05-31T20:18:20.379Z] github.com/docker/docker/libcontainerd/queue [2022-05-31T20:18:20.379Z] github.com/docker/docker/libcontainerd/remote [2022-05-31T20:18:20.379Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-31T20:18:20.379Z] github.com/docker/docker/libcontainerd/types [2022-05-31T20:18:20.379Z] github.com/docker/docker/oci [2022-05-31T20:18:20.379Z] github.com/docker/docker/oci/caps [2022-05-31T20:18:20.379Z] github.com/docker/docker/opts [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/aaparser [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/archive [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/authorization [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/broadcaster [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/capabilities [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/chrootarchive [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/containerfs [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/devicemapper [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/directory [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/dmesg [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/fileutils [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/fsutils [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/homedir [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/idtools [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/ioutils [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/jsonmessage [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/longpath [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/loopback [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/namesgenerator [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/parsers [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/pidfile [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/platform [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/plugingetter [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/plugins [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/plugins/transport [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/pools [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/progress [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/pubsub [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/reexec [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/signal [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/stack [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/stdcopy [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/streamformatter [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/stringid [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/sysinfo [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/system [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/tailfile [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/tarsum [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/truncindex [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/urlutil [2022-05-31T20:18:20.379Z] github.com/docker/docker/pkg/useragent [2022-05-31T20:18:20.379Z] github.com/docker/docker/plugin [2022-05-31T20:18:20.379Z] github.com/docker/docker/plugin/executor/containerd [2022-05-31T20:18:20.379Z] github.com/docker/docker/plugin/v2 [2022-05-31T20:18:20.379Z] github.com/docker/docker/profiles/apparmor [2022-05-31T20:18:20.379Z] github.com/docker/docker/profiles/seccomp [2022-05-31T20:18:20.379Z] github.com/docker/docker/quota [2022-05-31T20:18:20.379Z] github.com/docker/docker/reference [2022-05-31T20:18:20.379Z] github.com/docker/docker/registry [2022-05-31T20:18:20.379Z] github.com/docker/docker/registry/resumable [2022-05-31T20:18:20.379Z] github.com/docker/docker/restartmanager [2022-05-31T20:18:20.379Z] github.com/docker/docker/rootless [2022-05-31T20:18:20.379Z] github.com/docker/docker/rootless/specconv [2022-05-31T20:18:20.379Z] github.com/docker/docker/runconfig [2022-05-31T20:18:20.379Z] github.com/docker/docker/runconfig/opts [2022-05-31T20:18:20.379Z] github.com/docker/docker/testutil [2022-05-31T20:18:20.379Z] github.com/docker/docker/testutil/daemon [2022-05-31T20:18:20.379Z] github.com/docker/docker/testutil/environment [2022-05-31T20:18:20.379Z] github.com/docker/docker/testutil/fakecontext [2022-05-31T20:18:20.379Z] github.com/docker/docker/testutil/fakegit [2022-05-31T20:18:20.379Z] github.com/docker/docker/testutil/fakestorage [2022-05-31T20:18:20.379Z] github.com/docker/docker/testutil/fixtures/load [2022-05-31T20:18:20.379Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-31T20:18:20.379Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-31T20:18:20.379Z] github.com/docker/docker/testutil/registry [2022-05-31T20:18:20.379Z] github.com/docker/docker/testutil/request [2022-05-31T20:18:20.379Z] github.com/docker/docker/volume [2022-05-31T20:18:20.379Z] github.com/docker/docker/volume/drivers [2022-05-31T20:18:20.379Z] github.com/docker/docker/volume/local [2022-05-31T20:18:20.379Z] github.com/docker/docker/volume/mounts [2022-05-31T20:18:20.379Z] github.com/docker/docker/volume/service [2022-05-31T20:18:20.379Z] github.com/docker/docker/volume/service/opts [2022-05-31T20:18:20.379Z] github.com/docker/docker/volume/testutils' ']' [2022-05-31T20:18:20.380Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/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/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/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/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-05-31T20:18:20.380Z] ? github.com/docker/docker/api [no test files] [2022-05-31T20:18:20.549Z] #19 20.17 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B] [2022-05-31T20:18:20.811Z] #19 20.17 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-05-31T20:18:20.811Z] #19 20.17 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-05-31T20:18:20.811Z] #19 20.18 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB] [2022-05-31T20:18:20.811Z] #19 20.18 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-05-31T20:18:20.811Z] #19 20.18 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-05-31T20:18:20.811Z] #19 20.18 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-05-31T20:18:20.811Z] #19 20.19 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-05-31T20:18:20.811Z] #19 20.20 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-05-31T20:18:20.811Z] #19 20.20 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB] [2022-05-31T20:18:20.811Z] #19 20.21 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB] [2022-05-31T20:18:21.070Z] #19 20.60 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B] [2022-05-31T20:18:21.331Z] #19 20.60 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2022-05-31T20:18:21.331Z] #19 20.61 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-05-31T20:18:21.331Z] #19 20.62 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB] [2022-05-31T20:18:21.331Z] #19 20.67 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB] [2022-05-31T20:18:21.648Z] #19 21.03 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B] [2022-05-31T20:18:21.648Z] #19 21.03 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-05-31T20:18:21.648Z] #19 21.03 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-05-31T20:18:21.648Z] #19 21.04 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB] [2022-05-31T20:18:21.648Z] #19 21.04 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-05-31T20:18:21.648Z] #19 21.04 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-05-31T20:18:21.648Z] #19 21.04 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-05-31T20:18:21.648Z] #19 21.04 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-05-31T20:18:21.648Z] #19 21.05 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-05-31T20:18:21.648Z] #19 21.06 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-05-31T20:18:21.648Z] #19 21.07 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-05-31T20:18:21.648Z] #19 21.08 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-05-31T20:18:21.648Z] #19 21.08 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-05-31T20:18:21.648Z] #19 21.08 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB] [2022-05-31T20:18:21.648Z] #19 21.09 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB] [2022-05-31T20:18:22.211Z] #19 21.54 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2022-05-31T20:18:22.212Z] #19 21.54 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB] [2022-05-31T20:18:22.212Z] #19 21.55 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-05-31T20:18:22.212Z] #19 21.57 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB] [2022-05-31T20:18:22.212Z] #19 21.58 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB] [2022-05-31T20:18:22.468Z] #19 21.98 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B] [2022-05-31T20:18:22.468Z] #19 21.98 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-05-31T20:18:22.468Z] #19 21.98 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-05-31T20:18:22.468Z] #19 21.99 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB] [2022-05-31T20:18:22.725Z] #19 21.99 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-05-31T20:18:22.725Z] #19 21.99 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-05-31T20:18:22.725Z] #19 21.99 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-05-31T20:18:22.725Z] #19 21.99 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-05-31T20:18:22.725Z] #19 22.01 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-05-31T20:18:22.725Z] #19 22.01 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-05-31T20:18:22.725Z] #19 22.02 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB] [2022-05-31T20:18:22.725Z] #19 22.02 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB] [2022-05-31T20:18:22.984Z] #19 22.42 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B] [2022-05-31T20:18:22.984Z] #19 22.42 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB] [2022-05-31T20:18:22.984Z] #19 22.43 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-05-31T20:18:22.984Z] #19 22.44 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB] [2022-05-31T20:18:22.984Z] #19 22.45 Get:131 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB] [2022-05-31T20:18:23.547Z] #19 22.79 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-05-31T20:18:23.547Z] #19 22.79 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-05-31T20:18:23.547Z] #19 23.07 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:18:23.803Z] #19 23.19 Fetched 788 MB in 7s (115 MB/s) [2022-05-31T20:18:23.803Z] #19 23.22 Selecting previously unselected package liblocale-gettext-perl. [2022-05-31T20:18:23.803Z] #19 23.22 (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.) [2022-05-31T20:18:23.803Z] #19 23.30 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-05-31T20:18:23.803Z] #19 23.32 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-05-31T20:18:23.803Z] #19 23.38 Selecting previously unselected package bzip2. [2022-05-31T20:18:24.059Z] #19 23.38 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-05-31T20:18:24.059Z] #19 23.38 Unpacking bzip2 (1.0.8-4) ... [2022-05-31T20:18:24.059Z] #19 23.41 Selecting previously unselected package libmagic-mgc. [2022-05-31T20:18:24.059Z] #19 23.42 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-05-31T20:18:24.059Z] #19 23.42 Unpacking libmagic-mgc (1:5.39-3) ... [2022-05-31T20:18:24.059Z] #19 23.50 Selecting previously unselected package libmagic1:amd64. [2022-05-31T20:18:24.059Z] #19 23.50 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-05-31T20:18:24.059Z] #19 23.51 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-05-31T20:18:24.059Z] #19 23.55 Selecting previously unselected package file. [2022-05-31T20:18:24.059Z] #19 23.55 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-05-31T20:18:24.059Z] #19 23.55 Unpacking file (1:5.39-3) ... [2022-05-31T20:18:24.059Z] #19 23.58 Selecting previously unselected package xz-utils. [2022-05-31T20:18:24.059Z] #19 23.58 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-31T20:18:24.059Z] #19 23.59 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-31T20:18:24.315Z] #19 23.66 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-05-31T20:18:24.315Z] #19 23.66 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-05-31T20:18:24.315Z] #19 23.67 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-05-31T20:18:24.571Z] #19 24.00 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-05-31T20:18:24.571Z] #19 24.01 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-05-31T20:18:24.571Z] #19 24.01 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-05-31T20:18:24.827Z] #19 24.31 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-05-31T20:18:24.827Z] #19 24.31 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-05-31T20:18:24.827Z] #19 24.32 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-05-31T20:18:25.083Z] #19 24.62 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-05-31T20:18:25.083Z] #19 24.62 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-05-31T20:18:25.083Z] #19 24.62 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-05-31T20:18:25.572Z] Client: Docker Engine - Community [2022-05-31T20:18:25.572Z] Version: 20.10.14 [2022-05-31T20:18:25.572Z] API version: 1.41 [2022-05-31T20:18:25.572Z] Go version: go1.16.15 [2022-05-31T20:18:25.572Z] Git commit: a224086 [2022-05-31T20:18:25.572Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-31T20:18:25.572Z] OS/Arch: linux/amd64 [2022-05-31T20:18:25.572Z] Context: default [2022-05-31T20:18:25.572Z] Experimental: true [2022-05-31T20:18:25.572Z] [2022-05-31T20:18:25.572Z] Server: Docker Engine - Community [2022-05-31T20:18:25.572Z] Engine: [2022-05-31T20:18:25.572Z] Version: 20.10.14 [2022-05-31T20:18:25.572Z] API version: 1.41 (minimum version 1.12) [2022-05-31T20:18:25.572Z] Go version: go1.16.15 [2022-05-31T20:18:25.572Z] Git commit: 87a90dc [2022-05-31T20:18:25.572Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-31T20:18:25.572Z] OS/Arch: linux/amd64 [2022-05-31T20:18:25.572Z] Experimental: true [2022-05-31T20:18:25.572Z] containerd: [2022-05-31T20:18:25.572Z] Version: 1.5.11 [2022-05-31T20:18:25.572Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-31T20:18:25.572Z] runc: [2022-05-31T20:18:25.572Z] Version: 1.0.3 [2022-05-31T20:18:25.572Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-31T20:18:25.572Z] docker-init: [2022-05-31T20:18:25.572Z] Version: 0.19.0 [2022-05-31T20:18:25.572Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-31T20:18:25.644Z] #19 24.89 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-05-31T20:18:25.644Z] #19 24.89 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-05-31T20:18:25.644Z] #19 24.90 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-05-31T20:18:25.644Z] #19 25.12 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-05-31T20:18:25.888Z] + docker info [2022-05-31T20:18:25.900Z] #19 25.12 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:18:25.900Z] #19 25.13 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-31T20:18:25.900Z] #19 25.16 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-05-31T20:18:25.900Z] #19 25.16 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:18:25.900Z] #19 25.17 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:18:30.067Z] #19 29.62 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-05-31T20:18:30.322Z] #19 29.62 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:18:30.322Z] #19 29.63 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-05-31T20:18:30.322Z] #19 29.66 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-05-31T20:18:30.322Z] #19 29.66 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:18:30.322Z] #19 29.67 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-31T20:18:34.486Z] #19 33.84 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-05-31T20:18:34.486Z] #19 33.85 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:18:34.486Z] #19 33.86 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-05-31T20:18:34.486Z] #19 33.94 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-05-31T20:18:34.486Z] #19 33.94 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:18:34.486Z] #19 33.95 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-31T20:18:35.278Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2022-05-31T20:18:38.654Z] #19 38.11 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-05-31T20:18:38.654Z] #19 38.12 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:18:38.654Z] #19 38.12 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-31T20:18:38.654Z] #19 38.15 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-05-31T20:18:38.654Z] #19 38.16 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:18:38.654Z] #19 38.16 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:18:43.904Z] #19 42.55 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-05-31T20:18:43.904Z] #19 42.55 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:18:43.904Z] #19 42.63 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-31T20:18:43.904Z] #19 42.78 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-05-31T20:18:43.904Z] #19 42.78 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:18:43.904Z] #19 42.78 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:18:44.002Z] Client: [2022-05-31T20:18:44.002Z] Context: default [2022-05-31T20:18:44.002Z] Debug Mode: false [2022-05-31T20:18:44.002Z] Plugins: [2022-05-31T20:18:44.002Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-31T20:18:44.002Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-31T20:18:44.002Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-31T20:18:44.002Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-31T20:18:44.002Z] [2022-05-31T20:18:44.002Z] Server: [2022-05-31T20:18:44.002Z] Containers: 0 [2022-05-31T20:18:44.002Z] Running: 0 [2022-05-31T20:18:44.002Z] Paused: 0 [2022-05-31T20:18:44.002Z] Stopped: 0 [2022-05-31T20:18:44.002Z] Images: 0 [2022-05-31T20:18:44.002Z] Server Version: 20.10.14 [2022-05-31T20:18:44.002Z] Storage Driver: overlay2 [2022-05-31T20:18:44.002Z] Backing Filesystem: extfs [2022-05-31T20:18:44.002Z] Supports d_type: true [2022-05-31T20:18:44.002Z] Native Overlay Diff: true [2022-05-31T20:18:44.002Z] userxattr: false [2022-05-31T20:18:44.002Z] Logging Driver: json-file [2022-05-31T20:18:44.002Z] Cgroup Driver: cgroupfs [2022-05-31T20:18:44.002Z] Cgroup Version: 1 [2022-05-31T20:18:44.002Z] Plugins: [2022-05-31T20:18:44.002Z] Volume: local [2022-05-31T20:18:44.002Z] Network: bridge host ipvlan macvlan null overlay [2022-05-31T20:18:44.002Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-31T20:18:44.002Z] Swarm: inactive [2022-05-31T20:18:44.002Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-05-31T20:18:44.002Z] Default Runtime: runc [2022-05-31T20:18:44.002Z] Init Binary: docker-init [2022-05-31T20:18:44.002Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-31T20:18:44.002Z] runc version: v1.0.3-0-gf46b6ba [2022-05-31T20:18:44.002Z] init version: de40ad0 [2022-05-31T20:18:44.002Z] Security Options: [2022-05-31T20:18:44.002Z] apparmor [2022-05-31T20:18:44.002Z] seccomp [2022-05-31T20:18:44.002Z] Profile: default [2022-05-31T20:18:44.002Z] Kernel Version: 5.4.0-1071-aws [2022-05-31T20:18:44.002Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-31T20:18:44.002Z] OSType: linux [2022-05-31T20:18:44.002Z] Architecture: x86_64 [2022-05-31T20:18:44.002Z] CPUs: 2 [2022-05-31T20:18:44.002Z] Total Memory: 7.565GiB [2022-05-31T20:18:44.002Z] Name: ip-10-100-47-56 [2022-05-31T20:18:44.002Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-31T20:18:44.002Z] Docker Root Dir: /var/lib/docker [2022-05-31T20:18:44.002Z] Debug Mode: false [2022-05-31T20:18:44.002Z] Registry: https://index.docker.io/v1/ [2022-05-31T20:18:44.002Z] Labels: [2022-05-31T20:18:44.002Z] Experimental: true [2022-05-31T20:18:44.002Z] Insecure Registries: [2022-05-31T20:18:44.002Z] 127.0.0.0/8 [2022-05-31T20:18:44.002Z] Live Restore Enabled: true [2022-05-31T20:18:44.002Z] [2022-05-31T20:18:44.002Z] WARNING: No swap limit support [Pipeline] sh [2022-05-31T20:18:44.288Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-31T20:18:44.288Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-31T20:18:44.288Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43672/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-31T20:18:44.288Z] + bash /home/ubuntu/workspace/moby_PR-43672/check-config.sh [2022-05-31T20:18:44.288Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-31T20:18:44.288Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-31T20:18:44.288Z] [2022-05-31T20:18:44.288Z] Generally Necessary: [2022-05-31T20:18:44.288Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-31T20:18:44.288Z] - apparmor: enabled and tools installed [2022-05-31T20:18:44.288Z] - CONFIG_NAMESPACES: enabled [2022-05-31T20:18:44.288Z] - CONFIG_NET_NS: enabled [2022-05-31T20:18:44.288Z] - CONFIG_PID_NS: enabled [2022-05-31T20:18:44.288Z] - CONFIG_IPC_NS: enabled [2022-05-31T20:18:44.288Z] - CONFIG_UTS_NS: enabled [2022-05-31T20:18:44.288Z] - CONFIG_CGROUPS: enabled [2022-05-31T20:18:44.288Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-31T20:18:44.288Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-31T20:18:44.288Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-31T20:18:44.288Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-31T20:18:44.288Z] - CONFIG_CPUSETS: enabled [2022-05-31T20:18:44.288Z] - CONFIG_MEMCG: enabled [2022-05-31T20:18:44.288Z] - CONFIG_KEYS: enabled [2022-05-31T20:18:44.288Z] - CONFIG_VETH: enabled (as module) [2022-05-31T20:18:44.288Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-31T20:18:44.288Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-31T20:18:44.288Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-31T20:18:44.288Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-31T20:18:44.288Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-31T20:18:44.288Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-31T20:18:44.288Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-31T20:18:44.288Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-31T20:18:44.288Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-31T20:18:44.288Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-31T20:18:44.288Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-31T20:18:44.288Z] - CONFIG_CGROUP_BPF: enabled [2022-05-31T20:18:44.288Z] [2022-05-31T20:18:44.288Z] Optional Features: [2022-05-31T20:18:44.288Z] - CONFIG_USER_NS: enabled [2022-05-31T20:18:44.288Z] - CONFIG_SECCOMP: enabled [2022-05-31T20:18:44.288Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-31T20:18:44.288Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-31T20:18:44.288Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-31T20:18:44.288Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-05-31T20:18:44.288Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-31T20:18:44.549Z] - CONFIG_BLK_CGROUP: enabled [2022-05-31T20:18:44.549Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-31T20:18:44.549Z] - CONFIG_CGROUP_PERF: enabled [2022-05-31T20:18:44.549Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-31T20:18:44.549Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-31T20:18:44.549Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-31T20:18:44.549Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-31T20:18:44.549Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-31T20:18:44.549Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-31T20:18:44.549Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-31T20:18:44.549Z] - CONFIG_IP_VS: enabled (as module) [2022-05-31T20:18:44.549Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-31T20:18:44.549Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-31T20:18:44.549Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-31T20:18:44.549Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-31T20:18:44.549Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-31T20:18:44.549Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-31T20:18:44.549Z] - CONFIG_EXT4_FS: enabled [2022-05-31T20:18:44.549Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-31T20:18:44.549Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-31T20:18:44.549Z] - Network Drivers: [2022-05-31T20:18:44.549Z] - "overlay": [2022-05-31T20:18:44.549Z] - CONFIG_VXLAN: enabled (as module) [2022-05-31T20:18:44.549Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-31T20:18:44.549Z] Optional (for encrypted networks): [2022-05-31T20:18:44.549Z] - CONFIG_CRYPTO: enabled [2022-05-31T20:18:44.549Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-31T20:18:44.549Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-31T20:18:44.549Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-31T20:18:44.549Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-31T20:18:44.549Z] - CONFIG_XFRM: enabled [2022-05-31T20:18:44.549Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-31T20:18:44.549Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-31T20:18:44.549Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-31T20:18:44.549Z] - "ipvlan": [2022-05-31T20:18:44.549Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-31T20:18:44.549Z] - "macvlan": [2022-05-31T20:18:44.549Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-31T20:18:44.549Z] - CONFIG_DUMMY: enabled (as module) [2022-05-31T20:18:44.549Z] - "ftp,tftp client in container": [2022-05-31T20:18:44.810Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-31T20:18:44.810Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-31T20:18:44.810Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-31T20:18:44.810Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-31T20:18:44.810Z] - Storage Drivers: [2022-05-31T20:18:44.810Z] - "aufs": [2022-05-31T20:18:44.810Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-31T20:18:44.810Z] - "btrfs": [2022-05-31T20:18:44.810Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-31T20:18:44.810Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-31T20:18:44.810Z] - "devicemapper": [2022-05-31T20:18:44.810Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-31T20:18:44.810Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-31T20:18:44.810Z] - "overlay": [2022-05-31T20:18:44.810Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-31T20:18:44.810Z] - "zfs": [2022-05-31T20:18:44.810Z] - /dev/zfs: present [2022-05-31T20:18:44.810Z] - zfs command: missing [2022-05-31T20:18:44.810Z] - zpool command: missing [2022-05-31T20:18:44.810Z] [2022-05-31T20:18:44.810Z] Limits: [2022-05-31T20:18:44.810Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-31T20:18:44.810Z] [2022-05-31T20:18:44.810Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-31T20:18:45.143Z] + sudo modprobe ip_vs [2022-05-31T20:18:45.143Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:e3c14acd3386d52c91463926fccbadf1dd71f59d . [2022-05-31T20:18:45.405Z] #1 [internal] load build definition from Dockerfile [2022-05-31T20:18:45.405Z] #1 sha256:5581180b4d620589d8e62c0f1371d12649bf424d63d01096809a1e20f85a239f [2022-05-31T20:18:45.405Z] #1 transferring dockerfile: 17.93kB done [2022-05-31T20:18:45.405Z] #1 DONE 0.1s [2022-05-31T20:18:45.405Z] [2022-05-31T20:18:45.405Z] #2 [internal] load .dockerignore [2022-05-31T20:18:45.405Z] #2 sha256:fa4138d4c9947ff7141840513e09461cfd340c7e9123ca9a86cbc9b4fa5396a2 [2022-05-31T20:18:45.405Z] #2 transferring context: 145B done [2022-05-31T20:18:45.667Z] #2 DONE 0.1s [2022-05-31T20:18:45.667Z] [2022-05-31T20:18:45.667Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-31T20:18:45.667Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-31T20:18:45.928Z] #3 DONE 0.4s [2022-05-31T20:18:45.928Z] [2022-05-31T20:18:45.928Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-31T20:18:45.928Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-31T20:18:45.928Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done [2022-05-31T20:18:45.928Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-05-31T20:18:45.928Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 6.29MB / 9.67MB 0.1s [2022-05-31T20:18:45.928Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-31T20:18:45.928Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-05-31T20:18:46.189Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-05-31T20:18:46.189Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-05-31T20:18:46.449Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-05-31T20:18:46.449Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.3s done [2022-05-31T20:18:46.449Z] #4 DONE 0.7s [2022-05-31T20:18:47.020Z] [2022-05-31T20:18:47.020Z] #6 [internal] load build definition from Dockerfile [2022-05-31T20:18:47.020Z] #6 sha256:4723134248e270f9fb94f3b1cd8b5e2dc4e5a3dfac9658497a8fbf91e1a95b0b [2022-05-31T20:18:47.020Z] #6 DONE 0.0s [2022-05-31T20:18:47.020Z] [2022-05-31T20:18:47.020Z] #5 [internal] load .dockerignore [2022-05-31T20:18:47.020Z] #5 sha256:29ce94329ab43457a30961c2b234beb54ccdacaa78cfc9827494f3550d904a5b [2022-05-31T20:18:47.020Z] #5 DONE 0.0s [2022-05-31T20:18:47.020Z] [2022-05-31T20:18:47.020Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-31T20:18:47.020Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-31T20:18:47.169Z] #19 46.64 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-05-31T20:18:47.169Z] #19 46.64 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-31T20:18:47.169Z] #19 46.64 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:18:47.169Z] #19 46.67 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-05-31T20:18:47.169Z] #19 46.67 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-05-31T20:18:47.169Z] #19 46.68 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-31T20:18:47.169Z] #19 46.71 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-05-31T20:18:47.169Z] #19 46.71 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-05-31T20:18:47.169Z] #19 46.71 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-31T20:18:47.169Z] #19 46.74 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-05-31T20:18:47.169Z] #19 46.74 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-31T20:18:47.425Z] #19 46.74 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:18:47.425Z] #19 46.77 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-05-31T20:18:47.425Z] #19 46.77 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-31T20:18:47.425Z] #19 46.78 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:18:47.425Z] #19 46.81 Selecting previously unselected package cross-config. [2022-05-31T20:18:47.425Z] #19 46.81 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-05-31T20:18:47.425Z] #19 46.81 Unpacking cross-config (2.6.18+nmu1) ... [2022-05-31T20:18:47.425Z] #19 46.84 Selecting previously unselected package gcc-10-cross-base. [2022-05-31T20:18:47.425Z] #19 46.85 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-05-31T20:18:47.425Z] #19 46.85 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-05-31T20:18:47.425Z] #19 46.89 Selecting previously unselected package libc6-arm64-cross. [2022-05-31T20:18:47.425Z] #19 46.89 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-05-31T20:18:47.425Z] #19 46.89 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-05-31T20:18:47.592Z] #10 ... [2022-05-31T20:18:47.592Z] [2022-05-31T20:18:47.592Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-31T20:18:47.592Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-31T20:18:47.592Z] #8 DONE 0.7s [2022-05-31T20:18:47.592Z] [2022-05-31T20:18:47.592Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-31T20:18:47.592Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-31T20:18:47.592Z] #9 DONE 0.7s [2022-05-31T20:18:47.592Z] [2022-05-31T20:18:47.592Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-31T20:18:47.592Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-31T20:18:47.592Z] #10 DONE 0.7s [2022-05-31T20:18:47.592Z] [2022-05-31T20:18:47.592Z] #7 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-31T20:18:47.592Z] #7 sha256:bda913637dfc96ae7398e978f5558b8bc08d10fc6fc8d03587819401a102d0a2 [2022-05-31T20:18:47.592Z] #7 DONE 0.7s [2022-05-31T20:18:47.680Z] #19 47.02 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-05-31T20:18:47.680Z] #19 47.03 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:18:47.680Z] #19 47.03 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:18:47.680Z] #19 47.07 Selecting previously unselected package libgomp1-arm64-cross. [2022-05-31T20:18:47.680Z] #19 47.07 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:18:47.680Z] #19 47.08 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:18:47.680Z] #19 47.11 Selecting previously unselected package libitm1-arm64-cross. [2022-05-31T20:18:47.680Z] #19 47.11 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:18:47.680Z] #19 47.12 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:18:47.680Z] #19 47.15 Selecting previously unselected package libatomic1-arm64-cross. [2022-05-31T20:18:47.680Z] #19 47.15 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:18:47.680Z] #19 47.15 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:18:47.680Z] #19 47.20 Selecting previously unselected package libasan6-arm64-cross. [2022-05-31T20:18:47.680Z] #19 47.20 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:18:47.680Z] #19 47.21 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:18:47.854Z] [2022-05-31T20:18:47.854Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-05-31T20:18:47.854Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-05-31T20:18:47.854Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.1s done [2022-05-31T20:18:47.854Z] #28 DONE 0.1s [2022-05-31T20:18:47.854Z] [2022-05-31T20:18:47.854Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-31T20:18:47.854Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-31T20:18:47.854Z] #73 DONE 0.1s [2022-05-31T20:18:47.854Z] [2022-05-31T20:18:47.854Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-31T20:18:47.854Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-31T20:18:47.854Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-05-31T20:18:47.854Z] #71 DONE 0.1s [2022-05-31T20:18:47.854Z] [2022-05-31T20:18:47.854Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:18:47.854Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:18:47.854Z] #11 resolve docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 0.1s done [2022-05-31T20:18:47.854Z] #11 DONE 0.1s [2022-05-31T20:18:47.854Z] [2022-05-31T20:18:47.854Z] #24 [internal] load build context [2022-05-31T20:18:47.854Z] #24 sha256:1d1c6b72cf240507aa928566531b0e8642bc96c1780e1adde41d22533210d27e [2022-05-31T20:18:47.936Z] #19 47.44 Selecting previously unselected package liblsan0-arm64-cross. [2022-05-31T20:18:47.936Z] #19 47.45 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:18:47.936Z] #19 47.45 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:18:47.936Z] #19 47.55 Selecting previously unselected package libtsan0-arm64-cross. [2022-05-31T20:18:48.192Z] #19 47.56 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:18:48.192Z] #19 47.56 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:18:48.448Z] #19 47.78 Selecting previously unselected package libstdc++6-arm64-cross. [2022-05-31T20:18:48.448Z] #19 47.78 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:18:48.448Z] #19 47.79 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:18:48.448Z] #19 47.86 Selecting previously unselected package libubsan1-arm64-cross. [2022-05-31T20:18:48.448Z] #19 47.86 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:18:48.448Z] #19 47.86 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:18:48.448Z] #19 47.96 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-05-31T20:18:48.704Z] #19 47.96 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:18:48.704Z] #19 47.97 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:18:48.704Z] #19 48.10 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-05-31T20:18:48.704Z] #19 48.10 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:18:48.704Z] #19 48.11 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:18:49.299Z] #24 ... [2022-05-31T20:18:49.299Z] [2022-05-31T20:18:49.299Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-31T20:18:49.299Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-31T20:18:49.299Z] #49 DONE 0.0s [2022-05-31T20:18:49.299Z] [2022-05-31T20:18:49.299Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:18:49.299Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:18:49.299Z] #11 sha256:1ef717333a4148055d28149ff4ba450d124bfaeeb15bc4c5e56ca4695a1eca79 1.80kB / 1.80kB done [2022-05-31T20:18:49.299Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.3s done [2022-05-31T20:18:49.299Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 0.6s done [2022-05-31T20:18:49.299Z] #11 sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 1.86kB / 1.86kB done [2022-05-31T20:18:49.299Z] #11 sha256:738636f0601079e18f7b2295f4183a0b6e52a94305a4260e1f156aa8d8014396 7.10kB / 7.10kB done [2022-05-31T20:18:49.299Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 0.9s done [2022-05-31T20:18:49.299Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 1.2s [2022-05-31T20:18:49.299Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 3.15MB / 85.87MB 1.2s [2022-05-31T20:18:49.299Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 5.24MB / 141.73MB 1.2s [2022-05-31T20:18:49.299Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c [2022-05-31T20:18:49.299Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 1.2s done [2022-05-31T20:18:49.299Z] #11 sha256:26ce77466daeaabddaa22bc74dcfd0ff40a955448368b55b1d8fe66c203f2466 0B / 155B 1.3s [2022-05-31T20:18:49.299Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 10.49MB / 85.87MB 1.4s [2022-05-31T20:18:49.299Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 15.73MB / 141.73MB 1.4s [2022-05-31T20:18:49.299Z] #11 sha256:26ce77466daeaabddaa22bc74dcfd0ff40a955448368b55b1d8fe66c203f2466 155B / 155B 1.3s done [2022-05-31T20:18:49.561Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 23.07MB / 141.73MB 1.5s [2022-05-31T20:18:49.561Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 19.92MB / 85.87MB 1.6s [2022-05-31T20:18:49.561Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 33.55MB / 85.87MB 1.8s [2022-05-31T20:18:49.561Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 37.22MB / 141.73MB 1.8s [2022-05-31T20:18:49.828Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 40.89MB / 85.87MB 1.9s [2022-05-31T20:18:49.828Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 47.19MB / 85.87MB 2.0s [2022-05-31T20:18:49.828Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 46.14MB / 141.73MB 2.0s [2022-05-31T20:18:50.092Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 53.48MB / 85.87MB 2.1s [2022-05-31T20:18:50.092Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 62.91MB / 85.87MB 2.3s [2022-05-31T20:18:50.092Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 57.67MB / 141.73MB 2.3s [2022-05-31T20:18:50.354Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 68.16MB / 85.87MB 2.4s [2022-05-31T20:18:50.354Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 65.01MB / 141.73MB 2.4s [2022-05-31T20:18:50.616Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 76.55MB / 85.87MB 2.6s [2022-05-31T20:18:50.616Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 73.40MB / 141.73MB 2.7s [2022-05-31T20:18:50.616Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 2.8s [2022-05-31T20:18:50.882Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 88.08MB / 141.73MB 2.9s [2022-05-31T20:18:50.882Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 100.66MB / 141.73MB 3.1s [2022-05-31T20:18:51.155Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 109.05MB / 141.73MB 3.2s [2022-05-31T20:18:51.155Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 116.39MB / 141.73MB 3.3s [2022-05-31T20:18:51.419Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 3.3s done [2022-05-31T20:18:51.419Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 127.93MB / 141.73MB 3.5s [2022-05-31T20:18:51.680Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 141.73MB / 141.73MB 3.7s [2022-05-31T20:18:52.628Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 141.73MB / 141.73MB 4.8s done [2022-05-31T20:18:52.889Z] #11 ... [2022-05-31T20:18:52.889Z] [2022-05-31T20:18:52.889Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-31T20:18:52.889Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-31T20:18:52.889Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-31T20:18:52.889Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-31T20:18:52.889Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-31T20:18:52.889Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 1.8s done [2022-05-31T20:18:52.889Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.6s done [2022-05-31T20:18:52.889Z] #71 DONE 4.9s [2022-05-31T20:18:52.889Z] [2022-05-31T20:18:52.889Z] #24 [internal] load build context [2022-05-31T20:18:52.889Z] #24 sha256:1d1c6b72cf240507aa928566531b0e8642bc96c1780e1adde41d22533210d27e [2022-05-31T20:18:52.889Z] #24 transferring context: 61.15MB 4.9s done [2022-05-31T20:18:52.889Z] #24 DONE 5.0s [2022-05-31T20:18:52.889Z] [2022-05-31T20:18:52.889Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:18:52.889Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:18:52.889Z] #11 ... [2022-05-31T20:18:52.889Z] [2022-05-31T20:18:52.889Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-31T20:18:52.889Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-31T20:18:52.889Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-31T20:18:52.889Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-31T20:18:52.889Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-31T20:18:52.889Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.4s done [2022-05-31T20:18:52.889Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.3s done [2022-05-31T20:18:52.889Z] #73 DONE 5.0s [2022-05-31T20:18:52.889Z] [2022-05-31T20:18:52.889Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-05-31T20:18:52.889Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-05-31T20:18:52.889Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 0.9s done [2022-05-31T20:18:52.889Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-05-31T20:18:52.889Z] #28 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done [2022-05-31T20:18:52.889Z] #28 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done [2022-05-31T20:18:53.955Z] #19 53.10 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-05-31T20:18:53.955Z] #19 53.10 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-31T20:18:53.955Z] #19 53.11 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:18:53.955Z] #19 53.14 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-05-31T20:18:53.955Z] #19 53.14 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-05-31T20:18:53.955Z] #19 53.15 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-05-31T20:18:53.955Z] #19 53.33 Selecting previously unselected package libc6-dev-arm64-cross. [2022-05-31T20:18:53.955Z] #19 53.34 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-05-31T20:18:53.955Z] #19 53.34 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-05-31T20:18:54.210Z] #19 53.59 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-05-31T20:18:54.210Z] #19 53.59 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:18:54.210Z] #19 53.60 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:18:54.278Z] #28 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.0s [2022-05-31T20:18:54.278Z] #28 ... [2022-05-31T20:18:54.278Z] [2022-05-31T20:18:54.278Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-31T20:18:54.278Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-31T20:18:54.466Z] #19 53.85 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-05-31T20:18:54.466Z] #19 53.86 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:18:54.466Z] #19 53.86 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:18:54.852Z] #72 DONE 0.6s [2022-05-31T20:18:54.852Z] [2022-05-31T20:18:54.852Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-31T20:18:54.852Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-31T20:18:55.423Z] #74 DONE 0.6s [2022-05-31T20:18:55.423Z] [2022-05-31T20:18:55.423Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-05-31T20:18:55.423Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-05-31T20:18:55.423Z] #28 DONE 7.5s [2022-05-31T20:18:55.423Z] [2022-05-31T20:18:55.423Z] #29 [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 [2022-05-31T20:18:55.423Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-05-31T20:18:56.809Z] #29 1.171 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-31T20:18:56.809Z] #29 1.176 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-31T20:18:56.809Z] #29 1.184 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-31T20:18:56.809Z] #29 1.307 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-05-31T20:18:56.809Z] #29 1.481 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-31T20:18:57.380Z] #29 2.016 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-05-31T20:18:58.767Z] #29 3.157 Fetched 8537 kB in 2s (3731 kB/s) [2022-05-31T20:18:59.339Z] #29 3.157 Reading package lists... [2022-05-31T20:18:59.826Z] #19 58.79 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-05-31T20:18:59.826Z] #19 58.80 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-31T20:18:59.826Z] #19 58.81 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:18:59.826Z] #19 58.85 Selecting previously unselected package patch. [2022-05-31T20:18:59.826Z] #19 58.85 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-05-31T20:18:59.826Z] #19 58.85 Unpacking patch (2.7.6-7) ... [2022-05-31T20:18:59.826Z] #19 58.92 Selecting previously unselected package dpkg-dev. [2022-05-31T20:18:59.826Z] #19 58.92 Preparing to unpack .../047-dpkg-dev_1.20.10_all.deb ... [2022-05-31T20:18:59.826Z] #19 58.93 Unpacking dpkg-dev (1.20.10) ... [2022-05-31T20:18:59.826Z] #19 59.07 Selecting previously unselected package libconfig-inifiles-perl. [2022-05-31T20:18:59.826Z] #19 59.07 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-05-31T20:18:59.826Z] #19 59.08 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-05-31T20:18:59.826Z] #19 59.11 Selecting previously unselected package libio-string-perl. [2022-05-31T20:18:59.826Z] #19 59.12 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-05-31T20:18:59.826Z] #19 59.12 Unpacking libio-string-perl (1.08-3.1) ... [2022-05-31T20:18:59.826Z] #19 59.16 Selecting previously unselected package libicu67:amd64. [2022-05-31T20:18:59.826Z] #19 59.16 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-05-31T20:18:59.826Z] #19 59.16 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-31T20:19:00.282Z] #29 3.953 Reading package lists... [2022-05-31T20:19:00.282Z] #29 4.740 Building dependency tree... [2022-05-31T20:19:00.543Z] #29 5.108 The following additional packages will be installed: [2022-05-31T20:19:00.543Z] #29 5.108 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-31T20:19:00.543Z] #29 5.108 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-31T20:19:00.543Z] #29 5.108 Recommended packages: [2022-05-31T20:19:00.543Z] #29 5.108 libldap-common publicsuffix libsasl2-modules [2022-05-31T20:19:00.754Z] #19 59.99 Selecting previously unselected package libxml2:amd64. [2022-05-31T20:19:00.754Z] #19 59.99 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-05-31T20:19:00.754Z] #19 60.00 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-05-31T20:19:00.754Z] #19 60.08 Selecting previously unselected package libxml-namespacesupport-perl. [2022-05-31T20:19:00.754Z] #19 60.08 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-05-31T20:19:00.754Z] #19 60.09 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-05-31T20:19:00.754Z] #19 60.12 Selecting previously unselected package libxml-sax-base-perl. [2022-05-31T20:19:00.754Z] #19 60.12 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-05-31T20:19:00.754Z] #19 60.12 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-05-31T20:19:00.754Z] #19 60.17 Selecting previously unselected package libxml-sax-perl. [2022-05-31T20:19:00.754Z] #19 60.17 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-05-31T20:19:00.754Z] #19 60.17 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-05-31T20:19:00.754Z] #19 60.21 Selecting previously unselected package libxml-libxml-perl. [2022-05-31T20:19:00.754Z] #19 60.22 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-05-31T20:19:00.754Z] #19 60.22 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-05-31T20:19:00.754Z] #19 60.28 Selecting previously unselected package libxml-simple-perl. [2022-05-31T20:19:00.754Z] #19 60.28 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-05-31T20:19:00.754Z] #19 60.29 Unpacking libxml-simple-perl (2.25-1) ... [2022-05-31T20:19:00.754Z] #19 60.32 Selecting previously unselected package libyaml-perl. [2022-05-31T20:19:00.805Z] #29 5.250 The following NEW packages will be installed: [2022-05-31T20:19:00.805Z] #29 5.251 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-31T20:19:00.805Z] #29 5.251 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-31T20:19:00.805Z] #29 5.252 libssh2-1 openssl [2022-05-31T20:19:00.805Z] #29 5.532 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:19:00.805Z] #29 5.532 Need to get 3040 kB of archives. [2022-05-31T20:19:00.805Z] #29 5.532 After this operation, 6651 kB of additional disk space will be used. [2022-05-31T20:19:00.805Z] #29 5.532 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-05-31T20:19:00.805Z] #29 5.536 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-05-31T20:19:00.805Z] #29 5.548 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-05-31T20:19:00.805Z] #29 5.548 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-05-31T20:19:00.805Z] #29 5.548 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-05-31T20:19:00.805Z] #29 5.548 Get:6 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-05-31T20:19:00.805Z] #29 5.548 Get:7 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-05-31T20:19:00.805Z] #29 5.548 Get:8 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-05-31T20:19:00.805Z] #29 5.548 Get:9 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-05-31T20:19:00.805Z] #29 5.548 Get:10 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-05-31T20:19:00.805Z] #29 5.556 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-05-31T20:19:00.805Z] #29 5.556 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-05-31T20:19:01.011Z] #19 60.32 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-05-31T20:19:01.011Z] #19 60.33 Unpacking libyaml-perl (1.30-1) ... [2022-05-31T20:19:01.011Z] #19 60.37 Selecting previously unselected package libconfig-auto-perl. [2022-05-31T20:19:01.011Z] #19 60.37 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-05-31T20:19:01.011Z] #19 60.37 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-05-31T20:19:01.011Z] #19 60.42 Selecting previously unselected package libfile-which-perl. [2022-05-31T20:19:01.011Z] #19 60.42 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-05-31T20:19:01.011Z] #19 60.43 Unpacking libfile-which-perl (1.23-1) ... [2022-05-31T20:19:01.011Z] #19 60.45 Selecting previously unselected package libfile-homedir-perl. [2022-05-31T20:19:01.011Z] #19 60.45 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-05-31T20:19:01.011Z] #19 60.46 Unpacking libfile-homedir-perl (1.006-1) ... [2022-05-31T20:19:01.011Z] #19 60.51 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-05-31T20:19:01.011Z] #19 60.52 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-05-31T20:19:01.011Z] #19 60.53 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-05-31T20:19:01.011Z] #19 60.59 Selecting previously unselected package dpkg-cross. [2022-05-31T20:19:01.011Z] #19 60.60 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-05-31T20:19:01.011Z] #19 60.60 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-05-31T20:19:01.011Z] #19 60.63 Selecting previously unselected package crossbuild-essential-arm64. [2022-05-31T20:19:01.066Z] #29 5.560 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-31T20:19:01.066Z] #29 5.560 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-31T20:19:01.066Z] #29 5.563 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-31T20:19:01.267Z] #19 60.64 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-05-31T20:19:01.267Z] #19 60.64 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-05-31T20:19:01.267Z] #19 60.67 Selecting previously unselected package libc6-armel-cross. [2022-05-31T20:19:01.267Z] #19 60.67 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-05-31T20:19:01.267Z] #19 60.68 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-05-31T20:19:01.267Z] #19 60.80 Selecting previously unselected package libgcc-s1-armel-cross. [2022-05-31T20:19:01.267Z] #19 60.80 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:01.267Z] #19 60.80 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-05-31T20:19:01.267Z] #19 60.84 Selecting previously unselected package libgomp1-armel-cross. [2022-05-31T20:19:01.267Z] #19 60.85 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:01.267Z] #19 60.85 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-05-31T20:19:01.267Z] #19 60.89 Selecting previously unselected package libatomic1-armel-cross. [2022-05-31T20:19:01.328Z] #29 5.798 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:19:01.328Z] #29 5.833 Fetched 3040 kB in 0s (9977 kB/s) [2022-05-31T20:19:01.328Z] #29 5.864 Selecting previously unselected package openssl. [2022-05-31T20:19:01.328Z] #29 5.864 (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 ... 6662 files and directories currently installed.) [2022-05-31T20:19:01.328Z] #29 5.864 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-05-31T20:19:01.328Z] #29 5.868 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-05-31T20:19:01.523Z] #19 60.90 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:01.523Z] #19 60.90 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-05-31T20:19:01.523Z] #19 60.93 Selecting previously unselected package libasan6-armel-cross. [2022-05-31T20:19:01.523Z] #19 60.93 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:01.523Z] #19 60.94 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-05-31T20:19:01.589Z] #29 6.019 Selecting previously unselected package ca-certificates. [2022-05-31T20:19:01.589Z] #29 6.019 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-31T20:19:01.589Z] #29 6.023 Unpacking ca-certificates (20210119) ... [2022-05-31T20:19:01.589Z] #29 6.100 Selecting previously unselected package libbrotli1:amd64. [2022-05-31T20:19:01.589Z] #29 6.100 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-05-31T20:19:01.589Z] #29 6.108 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-31T20:19:01.589Z] #29 6.178 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-05-31T20:19:01.589Z] #29 6.178 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-31T20:19:01.589Z] #29 6.188 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-31T20:19:01.589Z] #29 6.224 Selecting previously unselected package libsasl2-2:amd64. [2022-05-31T20:19:01.589Z] #29 6.224 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-31T20:19:01.778Z] #19 61.19 Selecting previously unselected package libstdc++6-armel-cross. [2022-05-31T20:19:01.778Z] #19 61.20 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:01.778Z] #19 61.20 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-05-31T20:19:01.778Z] #19 61.26 Selecting previously unselected package libubsan1-armel-cross. [2022-05-31T20:19:01.778Z] #19 61.26 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:01.778Z] #19 61.27 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-05-31T20:19:01.849Z] #29 6.231 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-31T20:19:01.849Z] #29 6.278 Selecting previously unselected package libldap-2.4-2:amd64. [2022-05-31T20:19:01.849Z] #29 6.278 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-05-31T20:19:01.849Z] #29 6.283 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-05-31T20:19:01.849Z] #29 6.356 Selecting previously unselected package libnghttp2-14:amd64. [2022-05-31T20:19:01.849Z] #29 6.357 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-05-31T20:19:01.849Z] #29 6.362 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-31T20:19:01.849Z] #29 6.410 Selecting previously unselected package libpsl5:amd64. [2022-05-31T20:19:01.849Z] #29 6.410 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-05-31T20:19:01.849Z] #29 6.414 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-05-31T20:19:01.849Z] #29 6.453 Selecting previously unselected package librtmp1:amd64. [2022-05-31T20:19:01.849Z] #29 6.453 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-05-31T20:19:01.849Z] #29 6.457 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-31T20:19:01.849Z] #29 6.496 Selecting previously unselected package libssh2-1:amd64. [2022-05-31T20:19:01.849Z] #29 6.496 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-05-31T20:19:01.849Z] #29 6.501 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-05-31T20:19:01.849Z] #29 6.561 Selecting previously unselected package libcurl4:amd64. [2022-05-31T20:19:01.849Z] #29 6.561 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-31T20:19:02.034Z] #19 61.36 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-05-31T20:19:02.034Z] #19 61.36 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:02.034Z] #19 61.37 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-31T20:19:02.034Z] #19 61.48 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-05-31T20:19:02.034Z] #19 61.48 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:19:02.034Z] #19 61.49 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-31T20:19:02.119Z] #29 6.563 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-31T20:19:02.119Z] #29 6.732 Selecting previously unselected package curl. [2022-05-31T20:19:02.119Z] #29 6.732 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-31T20:19:02.119Z] #29 6.744 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-31T20:19:02.119Z] #29 6.824 Selecting previously unselected package libonig5:amd64. [2022-05-31T20:19:02.119Z] #29 6.824 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-31T20:19:02.379Z] #29 6.829 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-31T20:19:02.379Z] #29 6.909 Selecting previously unselected package libjq1:amd64. [2022-05-31T20:19:02.379Z] #29 6.909 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-05-31T20:19:02.379Z] #29 6.912 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-31T20:19:02.379Z] #29 6.967 Selecting previously unselected package jq. [2022-05-31T20:19:02.379Z] #29 6.967 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-05-31T20:19:02.379Z] #29 6.973 Unpacking jq (1.6-2.1) ... [2022-05-31T20:19:02.379Z] #29 7.042 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-05-31T20:19:02.379Z] #29 7.052 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-31T20:19:02.379Z] #29 7.067 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-31T20:19:02.640Z] #29 7.076 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-31T20:19:02.640Z] #29 7.087 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-31T20:19:02.640Z] #29 7.098 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-31T20:19:02.640Z] #29 7.110 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-05-31T20:19:02.640Z] #29 7.124 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-05-31T20:19:02.640Z] #29 7.142 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-31T20:19:02.640Z] #29 7.159 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-31T20:19:02.640Z] #29 7.167 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-05-31T20:19:02.640Z] #29 7.181 Setting up ca-certificates (20210119) ... [2022-05-31T20:19:03.212Z] #29 ... [2022-05-31T20:19:03.212Z] [2022-05-31T20:19:03.212Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:19:03.212Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:19:03.212Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.7s done [2022-05-31T20:19:03.212Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.5s done [2022-05-31T20:19:03.212Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.4s done [2022-05-31T20:19:03.212Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 4.7s done [2022-05-31T20:19:03.212Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 1.6s [2022-05-31T20:19:03.212Z] #11 ... [2022-05-31T20:19:03.212Z] [2022-05-31T20:19:03.212Z] #29 [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 [2022-05-31T20:19:03.212Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-05-31T20:19:03.212Z] #29 7.798 Updating certificates in /etc/ssl/certs... [2022-05-31T20:19:03.784Z] #29 8.534 129 added, 0 removed; done. [2022-05-31T20:19:04.047Z] #29 8.644 Setting up jq (1.6-2.1) ... [2022-05-31T20:19:04.047Z] #29 8.657 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-31T20:19:04.047Z] #29 8.672 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-31T20:19:04.047Z] #29 8.685 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:19:04.047Z] #29 8.705 Processing triggers for ca-certificates (20210119) ... [2022-05-31T20:19:04.047Z] #29 8.716 Updating certificates in /etc/ssl/certs... [2022-05-31T20:19:04.997Z] #29 9.348 0 added, 0 removed; done. [2022-05-31T20:19:04.997Z] #29 9.348 Running hooks in /etc/ca-certificates/update.d... [2022-05-31T20:19:04.997Z] #29 9.353 done. [2022-05-31T20:19:07.278Z] #19 66.23 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-05-31T20:19:07.278Z] #19 66.23 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-05-31T20:19:07.278Z] #19 66.23 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-31T20:19:07.279Z] #19 66.28 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-05-31T20:19:07.279Z] #19 66.28 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-05-31T20:19:07.279Z] #19 66.28 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-05-31T20:19:07.279Z] #19 66.46 Selecting previously unselected package libc6-dev-armel-cross. [2022-05-31T20:19:07.279Z] #19 66.46 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-05-31T20:19:07.279Z] #19 66.47 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-05-31T20:19:07.279Z] #19 66.69 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-05-31T20:19:07.279Z] #19 66.69 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:07.279Z] #19 66.70 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-31T20:19:07.534Z] #19 66.96 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-05-31T20:19:07.534Z] #19 66.96 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:19:07.534Z] #19 66.96 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-31T20:19:08.310Z] #29 DONE 12.5s [2022-05-31T20:19:08.311Z] [2022-05-31T20:19:08.311Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-31T20:19:08.311Z] #30 sha256:dd30bfe7111044fd7d6dc76161dcdca16e6a0dfb5351c9cccecebdf19dc178c6 [2022-05-31T20:19:08.311Z] #30 DONE 0.2s [2022-05-31T20:19:08.311Z] [2022-05-31T20:19:08.311Z] #31 [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 [2022-05-31T20:19:08.311Z] #31 sha256:3de139fd5a22435ad7bc7840c591d26e25d50fc60ec804c96f316bba74f20810 [2022-05-31T20:19:08.873Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08a0bc7972dea1b46) in /home/ubuntu/workspace/moby_PR-43672 [Pipeline] { [Pipeline] checkout [2022-05-31T20:19:08.995Z] The recommended git tool is: git [2022-05-31T20:19:09.703Z] #31 1.504 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-31T20:19:09.965Z] #31 1.758 [2022-05-31T20:19:10.226Z] #31 1.974 #=#=# ######################################################################## 100.0% [2022-05-31T20:19:10.486Z] #31 2.245 [2022-05-31T20:19:11.429Z] #31 3.109 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-31T20:19:11.429Z] #31 3.383 [2022-05-31T20:19:11.821Z] using credential docker-jenkins-github-credentials [2022-05-31T20:19:11.830Z] Cloning the remote Git repository [2022-05-31T20:19:11.830Z] Cloning with configured refspecs honoured and without tags [2022-05-31T20:19:11.952Z] #31 3.607 #=#=# ######################################################################## 100.0% [2022-05-31T20:19:11.952Z] #31 3.926 [2022-05-31T20:19:11.899Z] Cloning repository https://github.com/moby/moby.git [2022-05-31T20:19:11.959Z] > git init /home/ubuntu/workspace/moby_PR-43672 # timeout=10 [2022-05-31T20:19:12.284Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-31T20:19:12.285Z] > git --version # timeout=10 [2022-05-31T20:19:12.303Z] > git --version # 'git version 2.17.1' [2022-05-31T20:19:12.304Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-31T20:19:12.306Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43672/head:refs/remotes/origin/PR-43672 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-31T20:19:12.789Z] #19 71.40 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-05-31T20:19:12.789Z] #19 71.41 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-05-31T20:19:12.789Z] #19 71.41 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-31T20:19:12.789Z] #19 71.44 Selecting previously unselected package crossbuild-essential-armel. [2022-05-31T20:19:12.789Z] #19 71.44 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-05-31T20:19:12.789Z] #19 71.45 Unpacking crossbuild-essential-armel (12.9) ... [2022-05-31T20:19:12.789Z] #19 71.48 Selecting previously unselected package libc6-armhf-cross. [2022-05-31T20:19:12.789Z] #19 71.49 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-05-31T20:19:12.789Z] #19 71.49 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-05-31T20:19:12.789Z] #19 71.61 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-05-31T20:19:12.789Z] #19 71.61 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:12.789Z] #19 71.61 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-05-31T20:19:12.789Z] #19 71.68 Selecting previously unselected package libgomp1-armhf-cross. [2022-05-31T20:19:12.789Z] #19 71.69 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:12.789Z] #19 71.69 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-05-31T20:19:12.789Z] #19 71.73 Selecting previously unselected package libatomic1-armhf-cross. [2022-05-31T20:19:12.789Z] #19 71.73 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:12.789Z] #19 71.77 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-05-31T20:19:12.789Z] #19 71.80 Selecting previously unselected package libasan6-armhf-cross. [2022-05-31T20:19:12.789Z] #19 71.81 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:12.789Z] #19 71.81 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-05-31T20:19:12.789Z] #19 72.04 Selecting previously unselected package libstdc++6-armhf-cross. [2022-05-31T20:19:12.789Z] #19 72.05 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:12.789Z] #19 72.06 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-05-31T20:19:12.789Z] #19 72.12 Selecting previously unselected package libubsan1-armhf-cross. [2022-05-31T20:19:12.789Z] #19 72.13 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:12.789Z] #19 72.13 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-05-31T20:19:12.789Z] #19 72.24 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-05-31T20:19:12.789Z] #19 72.24 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:12.789Z] #19 72.26 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-31T20:19:13.045Z] #19 72.48 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-05-31T20:19:13.045Z] #19 72.48 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:19:13.045Z] #19 72.49 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-31T20:19:13.351Z] #31 4.980 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-31T20:19:13.351Z] #31 ... [2022-05-31T20:19:13.351Z] [2022-05-31T20:19:13.351Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:19:13.351Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:19:13.351Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 4.1s done [2022-05-31T20:19:13.351Z] #11 extracting sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 6.9s [2022-05-31T20:19:13.613Z] #11 extracting sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 7.6s done [2022-05-31T20:19:13.874Z] #11 ... [2022-05-31T20:19:13.874Z] [2022-05-31T20:19:13.874Z] #31 [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 [2022-05-31T20:19:13.874Z] #31 sha256:3de139fd5a22435ad7bc7840c591d26e25d50fc60ec804c96f316bba74f20810 [2022-05-31T20:19:13.874Z] #31 5.243 [2022-05-31T20:19:13.874Z] #31 5.459 #=#=# ######### 12.9% ######################################## 56.6% ################################################################# 90.6% ######################################################################## 100.0% [2022-05-31T20:19:14.135Z] #31 5.929 [2022-05-31T20:19:14.135Z] #31 ... [2022-05-31T20:19:14.135Z] [2022-05-31T20:19:14.135Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:19:14.135Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:19:14.135Z] #11 extracting sha256:26ce77466daeaabddaa22bc74dcfd0ff40a955448368b55b1d8fe66c203f2466 done [2022-05-31T20:19:14.135Z] #11 DONE 26.3s [2022-05-31T20:19:14.395Z] [2022-05-31T20:19:14.395Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-31T20:19:14.395Z] #12 sha256:ed2167da44ec7f7322c587e3b2c440685dac79f9eb53c5ec447da6304f0d3552 [2022-05-31T20:19:15.336Z] #12 DONE 1.1s [2022-05-31T20:19:15.336Z] [2022-05-31T20:19:15.336Z] #31 [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 [2022-05-31T20:19:15.336Z] #31 sha256:3de139fd5a22435ad7bc7840c591d26e25d50fc60ec804c96f316bba74f20810 [2022-05-31T20:19:15.336Z] #31 6.859 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-31T20:19:15.336Z] #31 7.045 [2022-05-31T20:19:15.596Z] #31 7.263 #=#=# ######################################################################## 100.0% [2022-05-31T20:19:15.596Z] #31 7.509 [2022-05-31T20:19:15.858Z] #31 ... [2022-05-31T20:19:15.858Z] [2022-05-31T20:19:15.858Z] #13 [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 [2022-05-31T20:19:15.858Z] #13 sha256:64c4343ef448ecd522ef99921c92fb164f7ed53e3c47a64a52a0d6632401225d [2022-05-31T20:19:15.858Z] #13 DONE 0.6s [2022-05-31T20:19:16.118Z] [2022-05-31T20:19:16.118Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-31T20:19:16.118Z] #46 sha256:06fb131fa3a507bed720fa321312e97005c9a58c12f1f5fa2f1de893c88c4fe8 [2022-05-31T20:19:16.118Z] #46 DONE 0.2s [2022-05-31T20:19:16.118Z] [2022-05-31T20:19:16.118Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-31T20:19:16.118Z] #33 sha256:28497624f888b7bd4353dc7f8d764d89d06ad3f8741f54c6b7731fb698ab783b [2022-05-31T20:19:16.118Z] #33 DONE 0.2s [2022-05-31T20:19:16.118Z] [2022-05-31T20:19:16.118Z] #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 [2022-05-31T20:19:16.118Z] #34 sha256:17ed0ad370f36e9e186a1b18b32d44e4b81a44479e14da465d1ad5cf1f730994 [2022-05-31T20:19:16.379Z] #34 ... [2022-05-31T20:19:16.379Z] [2022-05-31T20:19:16.379Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-31T20:19:16.379Z] #66 sha256:a039e787f7717ee675726fa5d819f80fcb6fb3c55d8b939bb6472005fb92cfe5 [2022-05-31T20:19:16.379Z] #66 DONE 0.3s [2022-05-31T20:19:16.379Z] [2022-05-31T20:19:16.379Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-05-31T20:19:16.379Z] #50 sha256:67ece1e788e4676d3dcc2f2d4fd4d70745ca77d0be83e09159f82898396f156b [2022-05-31T20:19:16.379Z] #50 DONE 0.3s [2022-05-31T20:19:16.379Z] [2022-05-31T20:19:16.379Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-31T20:19:16.379Z] #25 sha256:e603eea737f8ba03ed6f107a6416dfd36a5318c1e1ebbcf238991d9e2105efae [2022-05-31T20:19:16.379Z] #25 DONE 0.3s [2022-05-31T20:19:16.379Z] [2022-05-31T20:19:16.379Z] #31 [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 [2022-05-31T20:19:16.379Z] #31 sha256:3de139fd5a22435ad7bc7840c591d26e25d50fc60ec804c96f316bba74f20810 [2022-05-31T20:19:16.379Z] #31 8.154 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-31T20:19:16.811Z] #31 8.721 [2022-05-31T20:19:17.343Z] #31 9.021 #=#=# ######################################################################## 100.0% [2022-05-31T20:19:17.604Z] #31 9.540 [2022-05-31T20:19:17.604Z] #31 9.614 Download of images into '/build' complete. [2022-05-31T20:19:17.604Z] #31 9.614 Use something like the following to load the result into a Docker daemon: [2022-05-31T20:19:17.604Z] #31 9.614 tar -cC '/build' . | docker load [2022-05-31T20:19:17.865Z] #31 DONE 9.7s [2022-05-31T20:19:17.865Z] [2022-05-31T20:19:17.865Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-05-31T20:19:17.865Z] #26 sha256:ab9835e361e0f3f527866d21a02b98f4c7239db0c94cace1609d6a6406349290 [2022-05-31T20:19:18.290Z] #19 77.53 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-05-31T20:19:18.290Z] #19 77.54 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-05-31T20:19:18.290Z] #19 77.61 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-31T20:19:18.557Z] #19 77.94 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-05-31T20:19:18.557Z] #19 77.94 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-05-31T20:19:18.557Z] #19 78.00 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-05-31T20:19:18.812Z] #19 78.22 Selecting previously unselected package libc6-dev-armhf-cross. [2022-05-31T20:19:18.812Z] #19 78.23 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-05-31T20:19:18.812Z] #19 78.23 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-05-31T20:19:19.067Z] #19 78.44 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-05-31T20:19:19.067Z] #19 78.45 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:19.067Z] #19 78.45 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-31T20:19:19.323Z] #19 78.70 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-05-31T20:19:19.323Z] #19 78.70 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:19:19.323Z] #19 78.71 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-31T20:19:21.167Z] #26 4.630 + RM_GOPATH=0 [2022-05-31T20:19:21.167Z] #26 4.630 + TMP_GOPATH= [2022-05-31T20:19:21.167Z] #26 4.630 + : /build [2022-05-31T20:19:21.167Z] #26 4.630 + '[' -z '' ']' [2022-05-31T20:19:21.167Z] #26 4.630 ++ mktemp -d [2022-05-31T20:19:21.167Z] #26 4.637 + export GOPATH=/tmp/tmp.yYoRVUaZSD [2022-05-31T20:19:21.167Z] #26 4.637 + GOPATH=/tmp/tmp.yYoRVUaZSD [2022-05-31T20:19:21.167Z] #26 4.637 + RM_GOPATH=1 [2022-05-31T20:19:21.167Z] #26 4.637 + case "$(go env GOARCH)" in [2022-05-31T20:19:21.167Z] #26 4.637 ++ go env GOARCH [2022-05-31T20:19:21.167Z] #26 4.707 + export GO_BUILDMODE=-buildmode=pie [2022-05-31T20:19:21.167Z] #26 4.707 + GO_BUILDMODE=-buildmode=pie [2022-05-31T20:19:21.167Z] #26 4.707 ++ dirname /install.sh [2022-05-31T20:19:21.167Z] #26 4.707 + dir=/ [2022-05-31T20:19:21.167Z] #26 4.707 + bin=dockercli [2022-05-31T20:19:21.167Z] #26 4.707 + shift [2022-05-31T20:19:21.167Z] #26 4.717 + '[' '!' -f //dockercli.installer ']' [2022-05-31T20:19:21.167Z] #26 4.717 + . //dockercli.installer [2022-05-31T20:19:21.167Z] #26 4.717 ++ : stable [2022-05-31T20:19:21.167Z] #26 4.717 ++ : 17.06.2-ce [2022-05-31T20:19:21.167Z] #26 4.717 + install_dockercli [2022-05-31T20:19:21.167Z] #26 4.717 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-31T20:19:21.167Z] #26 4.717 ++ uname -m [2022-05-31T20:19:21.167Z] #26 4.717 Install docker/cli version 17.06.2-ce from stable [2022-05-31T20:19:21.167Z] #26 4.739 + arch=x86_64 [2022-05-31T20:19:21.167Z] #26 4.740 + '[' x86_64 '!=' x86_64 ']' [2022-05-31T20:19:21.167Z] #26 4.741 + url=https://download.docker.com/linux/static [2022-05-31T20:19:21.167Z] #26 4.741 + tar -xz docker/docker [2022-05-31T20:19:21.167Z] #26 4.745 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-31T20:19:22.113Z] #26 ... [2022-05-31T20:19:22.113Z] [2022-05-31T20:19:22.113Z] #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 [2022-05-31T20:19:22.113Z] #34 sha256:17ed0ad370f36e9e186a1b18b32d44e4b81a44479e14da465d1ad5cf1f730994 [2022-05-31T20:19:22.113Z] #34 4.849 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-31T20:19:22.113Z] #34 4.857 Cloning into '.'... [2022-05-31T20:19:24.566Z] #19 83.16 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-05-31T20:19:24.566Z] #19 83.17 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-05-31T20:19:24.566Z] #19 83.18 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-31T20:19:24.566Z] #19 83.22 Selecting previously unselected package crossbuild-essential-armhf. [2022-05-31T20:19:24.566Z] #19 83.22 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-05-31T20:19:24.566Z] #19 83.23 Unpacking crossbuild-essential-armhf (12.9) ... [2022-05-31T20:19:24.566Z] #19 83.28 Selecting previously unselected package libc6-ppc64el-cross. [2022-05-31T20:19:24.566Z] #19 83.28 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-05-31T20:19:24.566Z] #19 83.29 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-05-31T20:19:24.566Z] #19 83.46 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-05-31T20:19:24.566Z] #19 83.46 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:24.566Z] #19 83.46 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:24.566Z] #19 83.49 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-05-31T20:19:24.566Z] #19 83.50 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:24.566Z] #19 83.50 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:24.566Z] #19 83.57 Selecting previously unselected package libitm1-ppc64el-cross. [2022-05-31T20:19:24.566Z] #19 83.57 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:24.566Z] #19 83.59 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:24.566Z] #19 83.65 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-05-31T20:19:24.566Z] #19 83.65 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:24.566Z] #19 83.65 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:24.566Z] #19 83.73 Selecting previously unselected package libasan6-ppc64el-cross. [2022-05-31T20:19:24.566Z] #19 83.73 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:24.566Z] #19 83.74 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:24.566Z] #19 83.97 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-05-31T20:19:24.566Z] #19 83.98 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:24.566Z] #19 83.98 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:24.566Z] #19 84.09 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-05-31T20:19:24.822Z] #19 84.09 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:24.822Z] #19 84.09 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:24.822Z] #19 84.32 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-05-31T20:19:24.822Z] #19 84.33 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:24.822Z] #19 84.33 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:25.078Z] #19 84.41 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-05-31T20:19:25.078Z] #19 84.41 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:25.078Z] #19 84.42 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:25.078Z] #19 84.52 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-05-31T20:19:25.078Z] #19 84.53 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:25.078Z] #19 84.53 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:25.078Z] #19 84.57 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-05-31T20:19:25.078Z] #19 84.57 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:25.078Z] #19 84.57 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:25.335Z] #19 84.74 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-05-31T20:19:25.335Z] #19 84.75 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:19:25.335Z] #19 84.75 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:19:26.321Z] #34 ... [2022-05-31T20:19:26.321Z] [2022-05-31T20:19:26.321Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-31T20:19:26.321Z] #38 sha256:dcc6b9145e4c49ad8c752827fae2ccceab4d7b3eeeb3f15be04921e6a91990fd [2022-05-31T20:19:26.321Z] #38 4.746 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-31T20:19:26.321Z] #38 ... [2022-05-31T20:19:26.321Z] [2022-05-31T20:19:26.321Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-05-31T20:19:26.321Z] #57 sha256:334d46649c24142bc62145f95003806a660f464789eb664bc8e085e425005c88 [2022-05-31T20:19:26.321Z] #57 4.822 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-31T20:19:26.321Z] #57 6.092 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-31T20:19:26.321Z] #57 6.108 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-31T20:19:26.321Z] #57 6.235 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-31T20:19:26.321Z] #57 8.155 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-31T20:19:26.321Z] #57 ... [2022-05-31T20:19:26.321Z] [2022-05-31T20:19:26.321Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-31T20:19:26.321Z] #62 sha256:845ed9dce1050c23c598849825d74ac810a4c3839182bf81d445c8b2d46ca45d [2022-05-31T20:19:26.321Z] #62 5.101 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-31T20:19:26.321Z] #62 5.235 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-31T20:19:26.321Z] #62 5.410 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-31T20:19:26.321Z] #62 6.065 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-31T20:19:26.321Z] #62 8.639 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-05-31T20:19:26.321Z] #62 10.42 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-05-31T20:19:26.321Z] #62 ... [2022-05-31T20:19:26.321Z] [2022-05-31T20:19:26.321Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-31T20:19:26.321Z] #51 sha256:113d2bb1d4548e80ebe8fce070dfbb856d4f7e96e19058ca2a7a1a7cd8f6f6e6 [2022-05-31T20:19:26.321Z] #51 4.802 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-31T20:19:26.321Z] #51 4.929 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-31T20:19:26.321Z] #51 5.100 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-31T20:19:26.321Z] #51 5.436 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-31T20:19:26.321Z] #51 5.728 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-31T20:19:26.321Z] #51 7.651 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-05-31T20:19:26.321Z] #51 9.871 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-05-31T20:19:26.321Z] #51 ... [2022-05-31T20:19:26.321Z] [2022-05-31T20:19:26.321Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-05-31T20:19:26.321Z] #53 sha256:1d7c87c01a497e4e394d68f389ff5ae50d0d2a9b215dcd310a3e282f6567b06b [2022-05-31T20:19:26.321Z] #53 4.516 go: downloading gotest.tools/gotestsum v1.8.1 [2022-05-31T20:19:26.321Z] #53 6.176 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-31T20:19:26.321Z] #53 6.217 go: downloading github.com/fatih/color v1.10.0 [2022-05-31T20:19:26.321Z] #53 6.230 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-31T20:19:26.321Z] #53 6.309 go: downloading github.com/pkg/errors v0.9.1 [2022-05-31T20:19:26.321Z] #53 6.737 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-31T20:19:26.321Z] #53 6.893 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-31T20:19:26.321Z] #53 6.957 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-31T20:19:26.321Z] #53 6.988 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-31T20:19:26.321Z] #53 7.204 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-31T20:19:26.321Z] #53 7.239 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-31T20:19:26.321Z] #53 7.432 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-31T20:19:26.321Z] #53 7.692 go: downloading golang.org/x/tools v0.1.0 [2022-05-31T20:19:26.581Z] #53 ... [2022-05-31T20:19:26.581Z] [2022-05-31T20:19:26.581Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-31T20:19:26.581Z] #40 sha256:07b89fe8434131bcc5206962ac2f0f7d1f719e71fe00b50814204de3307697ed [2022-05-31T20:19:26.581Z] #40 4.392 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-31T20:19:26.581Z] #40 5.392 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-31T20:19:26.581Z] #40 6.807 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-31T20:19:26.581Z] #40 7.223 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-31T20:19:26.581Z] #40 7.303 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-31T20:19:26.581Z] #40 10.71 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-31T20:19:26.842Z] #40 ... [2022-05-31T20:19:26.842Z] [2022-05-31T20:19:26.842Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-31T20:19:26.842Z] #67 sha256:cef74217adb0a641af742f2a51a0ceda16883e6f1a13bd6a8f6ea0264b45b247 [2022-05-31T20:19:26.842Z] #67 4.716 + RM_GOPATH=0 [2022-05-31T20:19:26.842Z] #67 4.716 + TMP_GOPATH= [2022-05-31T20:19:26.842Z] #67 4.716 + : /build [2022-05-31T20:19:26.842Z] #67 4.716 + '[' -z '' ']' [2022-05-31T20:19:26.842Z] #67 4.716 ++ mktemp -d [2022-05-31T20:19:26.842Z] #67 4.716 + export GOPATH=/tmp/tmp.4xWdlwko80 [2022-05-31T20:19:26.842Z] #67 4.716 + GOPATH=/tmp/tmp.4xWdlwko80 [2022-05-31T20:19:26.842Z] #67 4.716 + RM_GOPATH=1 [2022-05-31T20:19:26.842Z] #67 4.716 + case "$(go env GOARCH)" in [2022-05-31T20:19:26.842Z] #67 4.716 ++ go env GOARCH [2022-05-31T20:19:26.842Z] #67 4.749 + export GO_BUILDMODE=-buildmode=pie [2022-05-31T20:19:26.842Z] #67 4.749 + GO_BUILDMODE=-buildmode=pie [2022-05-31T20:19:26.842Z] #67 4.749 ++ dirname /install.sh [2022-05-31T20:19:26.842Z] #67 4.760 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-31T20:19:26.842Z] #67 4.760 + dir=/ [2022-05-31T20:19:26.842Z] #67 4.760 + bin=rootlesskit [2022-05-31T20:19:26.842Z] #67 4.760 + shift [2022-05-31T20:19:26.842Z] #67 4.760 + '[' '!' -f //rootlesskit.installer ']' [2022-05-31T20:19:26.842Z] #67 4.760 + . //rootlesskit.installer [2022-05-31T20:19:26.842Z] #67 4.760 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-31T20:19:26.842Z] #67 4.760 + install_rootlesskit [2022-05-31T20:19:26.842Z] #67 4.760 + case "$1" in [2022-05-31T20:19:26.842Z] #67 4.760 + export CGO_ENABLED=0 [2022-05-31T20:19:26.842Z] #67 4.760 + CGO_ENABLED=0 [2022-05-31T20:19:26.842Z] #67 4.760 + _install_rootlesskit [2022-05-31T20:19:26.842Z] #67 4.760 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-31T20:19:26.842Z] #67 4.760 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-31T20:19:26.842Z] #67 4.760 + GOBIN=/build [2022-05-31T20:19:26.842Z] #67 4.760 + GO111MODULE=on [2022-05-31T20:19:26.842Z] #67 4.760 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-31T20:19:26.842Z] #67 5.387 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-31T20:19:26.842Z] #67 8.426 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-31T20:19:26.842Z] #67 8.433 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-31T20:19:26.842Z] #67 8.987 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-31T20:19:26.842Z] #67 ... [2022-05-31T20:19:26.842Z] [2022-05-31T20:19:26.842Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:19:26.842Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:19:26.842Z] #55 5.739 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-31T20:19:27.103Z] #55 ... [2022-05-31T20:19:27.103Z] [2022-05-31T20:19:27.103Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:19:27.103Z] #42 sha256:cdddd53eaf66c5a4cc1ad72969ff9954e6e86d2736995232ae865da98cdb3e86 [2022-05-31T20:19:27.103Z] #42 5.416 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-31T20:19:27.103Z] #42 5.466 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-31T20:19:27.103Z] #42 5.473 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-31T20:19:27.103Z] #42 6.498 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-31T20:19:27.103Z] #42 8.558 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-05-31T20:19:27.103Z] #42 10.93 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-05-31T20:19:27.103Z] #42 ... [2022-05-31T20:19:27.103Z] [2022-05-31T20:19:27.103Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-31T20:19:27.103Z] #36 sha256:3ef0c75c5e3533db35f93d7d1735716ef6706e45935f1bcae33ab98262ea08c5 [2022-05-31T20:19:27.103Z] #36 4.866 go: downloading github.com/go-delve/delve v1.8.1 [2022-05-31T20:19:27.364Z] #36 ... [2022-05-31T20:19:27.364Z] [2022-05-31T20:19:27.364Z] #14 [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 [2022-05-31T20:19:27.364Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:19:27.364Z] #14 5.056 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-31T20:19:27.364Z] #14 5.234 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-31T20:19:27.364Z] #14 5.406 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-31T20:19:27.364Z] #14 5.905 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-31T20:19:27.364Z] #14 7.877 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-05-31T20:19:27.364Z] #14 10.01 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-05-31T20:19:27.364Z] #14 ... [2022-05-31T20:19:27.364Z] [2022-05-31T20:19:27.364Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-31T20:19:27.364Z] #47 sha256:2289046ff473e3c18fd534924de3f703e3d885992ab5a0daed25d4f30c008c37 [2022-05-31T20:19:27.364Z] #47 4.207 + git clone https://github.com/docker/distribution.git . [2022-05-31T20:19:27.364Z] #47 4.213 Cloning into '.'... [2022-05-31T20:19:27.626Z] #47 ... [2022-05-31T20:19:27.626Z] [2022-05-31T20:19:27.626Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-31T20:19:27.626Z] #40 sha256:07b89fe8434131bcc5206962ac2f0f7d1f719e71fe00b50814204de3307697ed [2022-05-31T20:19:27.626Z] #40 10.97 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-31T20:19:30.175Z] #40 ... [2022-05-31T20:19:30.175Z] [2022-05-31T20:19:30.175Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-05-31T20:19:30.175Z] #26 sha256:ab9835e361e0f3f527866d21a02b98f4c7239db0c94cace1609d6a6406349290 [2022-05-31T20:19:30.175Z] #26 13.11 + mkdir -p /build [2022-05-31T20:19:30.175Z] #26 13.11 + mv docker/docker /build/ [2022-05-31T20:19:30.175Z] #26 13.11 + rmdir docker [2022-05-31T20:19:30.175Z] #26 DONE 13.8s [2022-05-31T20:19:30.175Z] [2022-05-31T20:19:30.175Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-05-31T20:19:30.175Z] #53 sha256:1d7c87c01a497e4e394d68f389ff5ae50d0d2a9b215dcd310a3e282f6567b06b [2022-05-31T20:19:30.175Z] #53 14.09 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-31T20:19:30.175Z] #53 14.10 go: downloading golang.org/x/mod v0.3.0 [2022-05-31T20:19:30.600Z] #19 89.35 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-05-31T20:19:30.600Z] #19 89.35 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-31T20:19:30.600Z] #19 89.36 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:19:30.600Z] #19 89.39 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-05-31T20:19:30.600Z] #19 89.39 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-05-31T20:19:30.600Z] #19 89.40 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-05-31T20:19:30.600Z] #19 89.57 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-05-31T20:19:30.600Z] #19 89.58 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-05-31T20:19:30.600Z] #19 89.58 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-05-31T20:19:30.600Z] #19 89.89 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-05-31T20:19:30.600Z] #19 89.89 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:30.600Z] #19 89.91 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:30.600Z] #19 90.18 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-05-31T20:19:30.856Z] #19 90.18 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:19:30.856Z] #19 90.19 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:19:34.386Z] #53 ... [2022-05-31T20:19:34.387Z] [2022-05-31T20:19:34.387Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-31T20:19:34.387Z] #38 sha256:dcc6b9145e4c49ad8c752827fae2ccceab4d7b3eeeb3f15be04921e6a91990fd [2022-05-31T20:19:34.387Z] #38 18.00 tomll can be used in two ways: [2022-05-31T20:19:34.387Z] #38 18.00 Writing to STDIN and reading from STDOUT: [2022-05-31T20:19:34.387Z] #38 18.00 cat file.toml | tomll > file.toml [2022-05-31T20:19:34.387Z] #38 18.00 [2022-05-31T20:19:34.387Z] #38 18.00 Reading and updating a list of files: [2022-05-31T20:19:34.387Z] #38 18.00 tomll a.toml b.toml c.toml [2022-05-31T20:19:34.387Z] #38 18.00 [2022-05-31T20:19:34.387Z] #38 18.00 When given a list of files, tomll will modify all files in place without asking. [2022-05-31T20:19:34.387Z] #38 DONE 18.2s [2022-05-31T20:19:34.387Z] [2022-05-31T20:19:34.387Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-31T20:19:34.387Z] #36 sha256:3ef0c75c5e3533db35f93d7d1735716ef6706e45935f1bcae33ab98262ea08c5 [2022-05-31T20:19:34.387Z] #36 15.22 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-05-31T20:19:34.387Z] #36 15.23 go: downloading github.com/spf13/cobra v1.1.3 [2022-05-31T20:19:34.387Z] #36 15.81 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-05-31T20:19:34.387Z] #36 15.96 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-05-31T20:19:34.387Z] #36 16.21 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-31T20:19:34.387Z] #36 16.50 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-31T20:19:34.387Z] #36 16.80 go: downloading github.com/cosiner/argv v0.1.0 [2022-05-31T20:19:34.387Z] #36 16.82 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-05-31T20:19:34.387Z] #36 16.87 go: downloading github.com/peterh/liner v1.2.2 [2022-05-31T20:19:34.387Z] #36 17.07 go: downloading github.com/google/go-dap v0.6.0 [2022-05-31T20:19:34.387Z] #36 17.40 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-05-31T20:19:34.387Z] #36 17.69 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-05-31T20:19:34.387Z] #36 18.50 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-05-31T20:19:34.648Z] #36 18.74 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-31T20:19:34.648Z] #36 18.79 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-05-31T20:19:36.036Z] #36 20.24 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-05-31T20:19:36.101Z] #19 94.90 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-05-31T20:19:36.101Z] #19 94.90 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-31T20:19:36.101Z] #19 94.97 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:19:36.101Z] #19 95.31 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-05-31T20:19:36.101Z] #19 95.31 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-05-31T20:19:36.101Z] #19 95.36 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-05-31T20:19:36.101Z] #19 95.44 Selecting previously unselected package libc6-s390x-cross. [2022-05-31T20:19:36.101Z] #19 95.44 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-05-31T20:19:36.101Z] #19 95.45 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-05-31T20:19:36.101Z] #19 95.58 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-05-31T20:19:36.101Z] #19 95.59 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:36.101Z] #19 95.59 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:36.102Z] #19 95.62 Selecting previously unselected package libgomp1-s390x-cross. [2022-05-31T20:19:36.102Z] #19 95.62 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:36.102Z] #19 95.63 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:36.102Z] #19 95.67 Selecting previously unselected package libitm1-s390x-cross. [2022-05-31T20:19:36.298Z] #36 20.34 go: downloading github.com/cilium/ebpf v0.7.0 [2022-05-31T20:19:36.357Z] #19 95.67 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:36.357Z] #19 95.68 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:36.357Z] #19 95.71 Selecting previously unselected package libatomic1-s390x-cross. [2022-05-31T20:19:36.357Z] #19 95.71 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:36.357Z] #19 95.72 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:36.357Z] #19 95.75 Selecting previously unselected package libasan6-s390x-cross. [2022-05-31T20:19:36.357Z] #19 95.75 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:36.357Z] #19 95.75 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:36.613Z] #19 96.01 Selecting previously unselected package libstdc++6-s390x-cross. [2022-05-31T20:19:36.613Z] #19 96.01 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:36.613Z] #19 96.02 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:36.613Z] #19 96.09 Selecting previously unselected package libubsan1-s390x-cross. [2022-05-31T20:19:36.613Z] #19 96.09 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:36.613Z] #19 96.09 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:36.613Z] #19 96.19 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-05-31T20:19:36.870Z] #19 96.20 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:36.870Z] #19 96.20 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:36.870Z] #19 96.31 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-05-31T20:19:36.870Z] #19 96.31 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:19:36.870Z] #19 96.31 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:19:38.215Z] #36 ... [2022-05-31T20:19:38.215Z] [2022-05-31T20:19:38.215Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-31T20:19:38.215Z] #51 sha256:113d2bb1d4548e80ebe8fce070dfbb856d4f7e96e19058ca2a7a1a7cd8f6f6e6 [2022-05-31T20:19:38.215Z] #51 12.09 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-05-31T20:19:38.215Z] #51 20.27 Fetched 8541 kB in 16s (540 kB/s) [2022-05-31T20:19:38.451Z] Fetching without tags [2022-05-31T20:19:38.476Z] #51 20.27 Reading package lists... [2022-05-31T20:19:38.476Z] #51 ... [2022-05-31T20:19:38.476Z] [2022-05-31T20:19:38.476Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-31T20:19:38.476Z] #67 sha256:cef74217adb0a641af742f2a51a0ceda16883e6f1a13bd6a8f6ea0264b45b247 [2022-05-31T20:19:38.476Z] #67 12.26 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-31T20:19:38.476Z] #67 13.20 go: downloading github.com/google/uuid v1.3.0 [2022-05-31T20:19:38.476Z] #67 13.35 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-31T20:19:38.476Z] #67 13.35 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-31T20:19:38.476Z] #67 13.57 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-31T20:19:38.476Z] #67 13.64 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-31T20:19:38.476Z] #67 13.99 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-31T20:19:38.476Z] #67 14.63 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-31T20:19:38.476Z] #67 14.90 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-31T20:19:38.476Z] #67 17.01 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-31T20:19:38.476Z] #67 17.24 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-31T20:19:38.777Z] Merging remotes/origin/master commit 5a8304c9c521008b529f6e36776c3fcda2d7496f into PR head commit e3c14acd3386d52c91463926fccbadf1dd71f59d [2022-05-31T20:19:39.760Z] Merge succeeded, producing e3c14acd3386d52c91463926fccbadf1dd71f59d [2022-05-31T20:19:39.760Z] Checking out Revision e3c14acd3386d52c91463926fccbadf1dd71f59d (PR-43672) [2022-05-31T20:19:38.355Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-31T20:19:38.380Z] > git config --add remote.origin.fetch +refs/pull/43672/head:refs/remotes/origin/PR-43672 # timeout=10 [2022-05-31T20:19:38.396Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-31T20:19:38.417Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-05-31T20:19:38.498Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-05-31T20:19:38.498Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-31T20:19:38.499Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43672/head:refs/remotes/origin/PR-43672 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-05-31T20:19:38.788Z] > git config core.sparsecheckout # timeout=10 [2022-05-31T20:19:38.811Z] > git checkout -f e3c14acd3386d52c91463926fccbadf1dd71f59d # timeout=10 [2022-05-31T20:19:39.649Z] > git remote # timeout=10 [2022-05-31T20:19:39.677Z] > git config --get remote.origin.url # timeout=10 [2022-05-31T20:19:39.705Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-05-31T20:19:39.707Z] > git merge 5a8304c9c521008b529f6e36776c3fcda2d7496f # timeout=10 [2022-05-31T20:19:39.729Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-31T20:19:39.761Z] > git config core.sparsecheckout # timeout=10 [2022-05-31T20:19:39.790Z] > git checkout -f e3c14acd3386d52c91463926fccbadf1dd71f59d # timeout=10 [2022-05-31T20:19:41.782Z] #67 ... [2022-05-31T20:19:41.782Z] [2022-05-31T20:19:41.782Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-31T20:19:41.782Z] #47 sha256:2289046ff473e3c18fd534924de3f703e3d885992ab5a0daed25d4f30c008c37 [2022-05-31T20:19:41.782Z] #47 25.39 Updating files: 79% (1735/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-05-31T20:19:41.782Z] #47 25.78 + git checkout -q v2.3.0 [2022-05-31T20:19:42.116Z] #19 100.6 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-05-31T20:19:42.116Z] #19 100.6 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-31T20:19:42.116Z] #19 100.6 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:19:42.116Z] #19 100.6 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-05-31T20:19:42.116Z] #19 100.6 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-05-31T20:19:42.116Z] #19 100.6 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-05-31T20:19:42.116Z] #19 100.8 Selecting previously unselected package libc6-dev-s390x-cross. [2022-05-31T20:19:42.116Z] #19 100.8 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-05-31T20:19:42.116Z] #19 100.8 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-05-31T20:19:42.116Z] #19 101.0 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-05-31T20:19:42.116Z] #19 101.0 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-05-31T20:19:42.116Z] #19 101.0 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:42.116Z] #19 101.3 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-05-31T20:19:42.116Z] #19 101.3 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-05-31T20:19:42.116Z] #19 101.3 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:19:42.991Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-31T20:19:42.991Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-31T20:19:42.991Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 31.9% of statements [2022-05-31T20:19:42.991Z] ok github.com/docker/docker/api/server/middleware 0.007s coverage: 37.7% of statements [2022-05-31T20:19:42.991Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-31T20:19:42.991Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-31T20:19:42.991Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-31T20:19:42.991Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-31T20:19:42.991Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-31T20:19:42.991Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-31T20:19:42.991Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-31T20:19:42.991Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-31T20:19:42.991Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-31T20:19:42.991Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-31T20:19:42.991Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-31T20:19:43.251Z] ok github.com/docker/docker/api/server/router/swarm 0.006s coverage: 6.0% of statements [2022-05-31T20:19:43.251Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-31T20:19:43.821Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2022-05-31T20:19:43.821Z] ok github.com/docker/docker/api/server/router/volume 0.009s coverage: 67.9% of statements [2022-05-31T20:19:43.821Z] ? github.com/docker/docker/api/types [no test files] [2022-05-31T20:19:43.821Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-31T20:19:43.821Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-31T20:19:43.821Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-31T20:19:43.821Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-31T20:19:43.821Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-31T20:19:43.821Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-31T20:19:43.821Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-31T20:19:43.821Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-31T20:19:43.821Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-31T20:19:44.081Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-05-31T20:19:44.081Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-31T20:19:44.081Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-31T20:19:44.081Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2022-05-31T20:19:44.332Z] #47 28.06 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-05-31T20:19:44.341Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 77.3% of statements [2022-05-31T20:19:44.341Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-31T20:19:44.341Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-31T20:19:44.341Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-31T20:19:44.341Z] ? github.com/docker/docker/builder [no test files] [2022-05-31T20:19:44.341Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-31T20:19:44.341Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-31T20:19:44.341Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-31T20:19:44.341Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-31T20:19:44.341Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-31T20:19:44.341Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-31T20:19:44.341Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-31T20:19:44.847Z] Commit message: "Jenkinsfile: remove Windows stages" [2022-05-31T20:19:44.874Z] > git --version # timeout=10 [2022-05-31T20:19:44.898Z] > git --version # 'git version 2.17.1' [2022-05-31T20:19:44.929Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-05-31T20:19:45.721Z] #47 ... [2022-05-31T20:19:45.721Z] [2022-05-31T20:19:45.721Z] #14 [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 [2022-05-31T20:19:45.721Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:19:45.721Z] #14 19.69 Fetched 8537 kB in 15s (565 kB/s) [2022-05-31T20:19:45.721Z] #14 19.69 Reading package lists... [2022-05-31T20:19:45.721Z] #14 25.37 Reading package lists... [2022-05-31T20:19:45.721Z] #14 ... [2022-05-31T20:19:45.721Z] [2022-05-31T20:19:45.721Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-31T20:19:45.721Z] #62 sha256:845ed9dce1050c23c598849825d74ac810a4c3839182bf81d445c8b2d46ca45d [2022-05-31T20:19:45.721Z] #62 19.87 Fetched 8537 kB in 15s (568 kB/s) [2022-05-31T20:19:45.721Z] #62 19.87 Reading package lists... [2022-05-31T20:19:45.983Z] #62 25.13 Reading package lists... [2022-05-31T20:19:45.983Z] #62 ... [2022-05-31T20:19:45.983Z] [2022-05-31T20:19:45.983Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-31T20:19:45.983Z] #51 sha256:113d2bb1d4548e80ebe8fce070dfbb856d4f7e96e19058ca2a7a1a7cd8f6f6e6 [2022-05-31T20:19:45.983Z] #51 20.27 Reading package lists... [2022-05-31T20:19:46.027Z] + docker version [2022-05-31T20:19:46.245Z] #51 25.76 Reading package lists... [2022-05-31T20:19:46.245Z] #51 ... [2022-05-31T20:19:46.245Z] [2022-05-31T20:19:46.245Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:19:46.245Z] #42 sha256:cdddd53eaf66c5a4cc1ad72969ff9954e6e86d2736995232ae865da98cdb3e86 [2022-05-31T20:19:46.245Z] #42 20.28 Fetched 8537 kB in 15s (563 kB/s) [2022-05-31T20:19:46.245Z] #42 20.28 Reading package lists... [2022-05-31T20:19:46.285Z] #19 105.4 Selecting previously unselected package g++-s390x-linux-gnu. [2022-05-31T20:19:46.285Z] #19 105.4 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-05-31T20:19:46.285Z] #19 105.4 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:19:46.285Z] #19 105.4 Selecting previously unselected package crossbuild-essential-s390x. [2022-05-31T20:19:46.285Z] #19 105.4 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-05-31T20:19:46.285Z] #19 105.4 Unpacking crossbuild-essential-s390x (12.9) ... [2022-05-31T20:19:46.285Z] #19 105.5 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-05-31T20:19:46.285Z] #19 105.5 Setting up libfile-which-perl (1.23-1) ... [2022-05-31T20:19:46.285Z] #19 105.5 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-05-31T20:19:46.285Z] #19 105.5 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-05-31T20:19:46.285Z] #19 105.5 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-05-31T20:19:46.285Z] #19 105.5 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-31T20:19:46.285Z] #19 105.5 Setting up libicu67:amd64 (67.1-7) ... [2022-05-31T20:19:46.285Z] #19 105.6 Setting up libmagic-mgc (1:5.39-3) ... [2022-05-31T20:19:46.285Z] #19 105.6 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-05-31T20:19:46.285Z] #19 105.6 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-05-31T20:19:46.285Z] #19 105.6 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-05-31T20:19:46.285Z] #19 105.6 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-05-31T20:19:46.285Z] #19 105.6 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-05-31T20:19:46.285Z] #19 105.6 Setting up file (1:5.39-3) ... [2022-05-31T20:19:46.285Z] #19 105.6 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-05-31T20:19:46.285Z] #19 105.7 Setting up bzip2 (1.0.8-4) ... [2022-05-31T20:19:46.285Z] #19 105.7 Setting up libyaml-perl (1.30-1) ... [2022-05-31T20:19:46.285Z] #19 105.7 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-05-31T20:19:46.285Z] #19 105.7 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-05-31T20:19:46.285Z] #19 105.7 Setting up libio-string-perl (1.08-3.1) ... [2022-05-31T20:19:46.285Z] #19 105.7 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-05-31T20:19:46.285Z] #19 105.7 Setting up cross-config (2.6.18+nmu1) ... [2022-05-31T20:19:46.285Z] #19 105.8 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-31T20:19:46.506Z] #42 26.08 Reading package lists... [2022-05-31T20:19:46.506Z] #42 ... [2022-05-31T20:19:46.506Z] [2022-05-31T20:19:46.506Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-31T20:19:46.506Z] #62 sha256:845ed9dce1050c23c598849825d74ac810a4c3839182bf81d445c8b2d46ca45d [2022-05-31T20:19:46.506Z] #62 25.13 Reading package lists... [2022-05-31T20:19:46.541Z] #19 105.9 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-31T20:19:46.541Z] #19 105.9 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-05-31T20:19:46.541Z] #19 105.9 Setting up patch (2.7.6-7) ... [2022-05-31T20:19:46.541Z] #19 105.9 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-05-31T20:19:46.541Z] #19 105.9 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-05-31T20:19:46.541Z] #19 105.9 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.541Z] #19 105.9 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-05-31T20:19:46.541Z] #19 105.9 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-05-31T20:19:46.541Z] #19 106.0 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.541Z] #19 106.0 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.541Z] #19 106.0 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-05-31T20:19:46.541Z] #19 106.0 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-05-31T20:19:46.541Z] #19 106.0 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.541Z] #19 106.0 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:19:46.541Z] #19 106.0 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-05-31T20:19:46.541Z] #19 106.0 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-05-31T20:19:46.541Z] #19 106.0 Setting up libfile-homedir-perl (1.006-1) ... [2022-05-31T20:19:46.541Z] #19 106.1 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-05-31T20:19:46.541Z] #19 106.1 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.541Z] #19 106.1 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-05-31T20:19:46.541Z] #19 106.1 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-31T20:19:46.541Z] #19 106.1 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-05-31T20:19:46.541Z] #19 106.1 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:19:46.541Z] #19 106.1 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-05-31T20:19:46.541Z] #19 106.1 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-31T20:19:46.541Z] #19 106.1 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.541Z] #19 106.2 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-05-31T20:19:46.541Z] #19 106.2 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.796Z] #19 106.2 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.796Z] #19 106.2 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.796Z] #19 106.2 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.796Z] #19 106.2 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.796Z] #19 106.2 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.796Z] #19 106.2 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-05-31T20:19:46.796Z] #19 106.2 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.796Z] #19 106.3 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.796Z] #19 106.3 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.796Z] #19 106.3 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.796Z] #19 106.3 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-05-31T20:19:46.796Z] #19 106.3 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.796Z] #19 106.3 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.796Z] #19 106.3 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.796Z] #19 106.3 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-05-31T20:19:46.796Z] #19 106.3 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.796Z] #19 106.3 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.796Z] #19 106.4 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:46.796Z] #19 106.4 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-05-31T20:19:46.882Z] ok github.com/docker/docker/builder/remotecontext 0.160s coverage: 13.7% of statements [2022-05-31T20:19:46.882Z] ok github.com/docker/docker/builder/dockerfile 0.445s coverage: 49.3% of statements [2022-05-31T20:19:47.052Z] #19 106.4 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-05-31T20:19:47.052Z] #19 106.5 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-05-31T20:19:47.052Z] #19 106.6 [2022-05-31T20:19:47.052Z] #19 106.6 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-05-31T20:19:47.142Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-05-31T20:19:47.308Z] #19 106.7 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.308Z] #19 106.7 Setting up dpkg-dev (1.20.10) ... [2022-05-31T20:19:47.308Z] #19 106.7 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.308Z] #19 106.7 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-31T20:19:47.308Z] #19 106.7 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.308Z] #19 106.8 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.308Z] #19 106.8 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.308Z] #19 106.8 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.308Z] #19 106.8 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-31T20:19:47.308Z] #19 106.8 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.308Z] #19 106.8 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.308Z] #19 106.8 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.308Z] #19 106.9 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.308Z] #19 106.9 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-05-31T20:19:47.308Z] #19 106.9 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-05-31T20:19:47.454Z] #62 30.33 Building dependency tree... [2022-05-31T20:19:47.564Z] #19 107.0 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-05-31T20:19:47.564Z] #19 107.0 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-05-31T20:19:47.564Z] #19 107.2 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-05-31T20:19:47.711Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-05-31T20:19:47.820Z] #19 107.2 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:19:47.820Z] #19 107.2 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:19:47.820Z] #19 107.2 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.820Z] #19 107.2 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-31T20:19:47.820Z] #19 107.2 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.820Z] #19 107.2 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.820Z] #19 107.3 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:19:47.820Z] #19 107.3 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-31T20:19:47.820Z] #19 107.3 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.820Z] #19 107.3 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.820Z] #19 107.3 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.820Z] #19 107.3 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.821Z] #19 107.3 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.821Z] #19 107.3 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:47.821Z] #19 107.3 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-05-31T20:19:47.821Z] #19 107.4 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:19:47.821Z] #19 107.4 Setting up libxml-simple-perl (2.25-1) ... [2022-05-31T20:19:48.076Z] #19 107.4 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-31T20:19:48.076Z] #19 107.4 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-31T20:19:48.076Z] #19 107.4 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-05-31T20:19:48.076Z] #19 107.4 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:48.076Z] #19 107.4 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:48.076Z] #19 107.4 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-05-31T20:19:48.076Z] #19 107.4 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-05-31T20:19:48.076Z] #19 107.5 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:19:48.076Z] #19 107.5 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-05-31T20:19:48.076Z] #19 107.5 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-05-31T20:19:48.076Z] #19 107.5 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:19:48.076Z] #19 107.5 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:48.076Z] #19 107.5 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:19:48.076Z] #19 107.5 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-31T20:19:48.076Z] #19 107.5 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-05-31T20:19:48.076Z] #19 107.5 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-05-31T20:19:48.076Z] #19 107.6 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:19:48.076Z] #19 107.6 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-05-31T20:19:48.076Z] #19 107.6 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:19:48.076Z] #19 107.6 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:19:48.076Z] #19 107.6 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-05-31T20:19:48.076Z] #19 107.6 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:19:48.076Z] #19 107.6 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:19:48.076Z] #19 107.6 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-05-31T20:19:48.076Z] #19 107.6 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:19:48.076Z] #19 107.7 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-05-31T20:19:48.076Z] #19 107.7 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:19:48.289Z] ok github.com/docker/docker/builder/remotecontext/git 1.440s coverage: 86.3% of statements [2022-05-31T20:19:48.290Z] ? github.com/docker/docker/cli [no test files] [2022-05-31T20:19:48.290Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-31T20:19:48.290Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-31T20:19:48.290Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-31T20:19:48.332Z] #19 107.7 Setting up crossbuild-essential-armel (12.9) ... [2022-05-31T20:19:48.332Z] #19 107.7 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-05-31T20:19:48.332Z] #19 107.7 Setting up crossbuild-essential-armhf (12.9) ... [2022-05-31T20:19:48.332Z] #19 107.7 Setting up crossbuild-essential-arm64 (12.9) ... [2022-05-31T20:19:48.332Z] #19 107.8 Setting up crossbuild-essential-s390x (12.9) ... [2022-05-31T20:19:48.332Z] #19 107.8 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-05-31T20:19:48.332Z] #19 107.8 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:19:48.895Z] ok github.com/docker/docker/cmd/docker-proxy 0.015s coverage: 67.6% of statements [2022-05-31T20:19:49.258Z] #19 DONE 108.9s [2022-05-31T20:19:49.372Z] #62 33.25 The following additional packages will be installed: [2022-05-31T20:19:49.372Z] #62 33.29 libbtrfs0 [2022-05-31T20:19:49.372Z] #62 33.44 The following NEW packages will be installed: [2022-05-31T20:19:49.372Z] #62 33.48 libbtrfs-dev libbtrfs0 [2022-05-31T20:19:49.515Z] [2022-05-31T20:19:49.515Z] #20 [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 [2022-05-31T20:19:49.515Z] #20 sha256:ef08cb1ac9fe355aba72e35fa69f19df2f5007531dd65a1c6a81e679c5aa682b [2022-05-31T20:19:49.515Z] #20 ... [2022-05-31T20:19:49.515Z] [2022-05-31T20:19:49.515Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-31T20:19:49.515Z] #32 sha256:5c29ad63a7ea024768a3c96af51e2eecc2a33ded701b515e4609fc272e9519e5 [2022-05-31T20:19:49.515Z] #32 DONE 0.2s [2022-05-31T20:19:49.771Z] [2022-05-31T20:19:49.771Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-31T20:19:49.771Z] #73 sha256:470ce2e7d1c36202fe9138046beb1f40c2a560913ad245c87ffd79d1d6018379 [2022-05-31T20:19:49.771Z] #73 DONE 0.3s [2022-05-31T20:19:49.771Z] [2022-05-31T20:19:49.771Z] #74 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-31T20:19:49.771Z] #74 sha256:bf7c0655d883edfab40897bb97d59cfa90eb25cd96310c826d3db41efe7c4d2c [2022-05-31T20:19:49.945Z] #62 33.90 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:19:49.945Z] #62 33.90 Need to get 460 kB of archives. [2022-05-31T20:19:49.945Z] #62 33.90 After this operation, 1237 kB of additional disk space will be used. [2022-05-31T20:19:49.945Z] #62 33.90 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-31T20:19:49.945Z] #62 33.93 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-31T20:19:50.900Z] #62 35.12 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:19:51.139Z] #74 1.258 + RM_GOPATH=0 [2022-05-31T20:19:51.139Z] #74 1.258 + TMP_GOPATH= [2022-05-31T20:19:51.139Z] #74 1.258 + : /build [2022-05-31T20:19:51.139Z] #74 1.258 + '[' -z '' ']' [2022-05-31T20:19:51.139Z] #74 1.262 ++ mktemp -d [2022-05-31T20:19:51.139Z] #74 1.264 + export GOPATH=/tmp/tmp.ispO7ePVVg [2022-05-31T20:19:51.139Z] #74 1.264 + GOPATH=/tmp/tmp.ispO7ePVVg [2022-05-31T20:19:51.139Z] #74 1.264 + RM_GOPATH=1 [2022-05-31T20:19:51.139Z] #74 1.264 + case "$(go env GOARCH)" in [2022-05-31T20:19:51.139Z] #74 1.264 ++ go env GOARCH [2022-05-31T20:19:51.139Z] #74 1.274 + export GO_BUILDMODE=-buildmode=pie [2022-05-31T20:19:51.139Z] #74 1.274 + GO_BUILDMODE=-buildmode=pie [2022-05-31T20:19:51.139Z] #74 1.274 ++ dirname /install.sh [2022-05-31T20:19:51.139Z] #74 1.275 + dir=/ [2022-05-31T20:19:51.139Z] #74 1.275 + bin=rootlesskit [2022-05-31T20:19:51.139Z] #74 1.275 + shift [2022-05-31T20:19:51.139Z] #74 1.276 + '[' '!' -f //rootlesskit.installer ']' [2022-05-31T20:19:51.139Z] #74 1.276 + . //rootlesskit.installer [2022-05-31T20:19:51.139Z] #74 1.276 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-31T20:19:51.139Z] #74 1.277 + install_rootlesskit [2022-05-31T20:19:51.139Z] #74 1.278 + case "$1" in [2022-05-31T20:19:51.139Z] #74 1.278 + export CGO_ENABLED=0 [2022-05-31T20:19:51.139Z] #74 1.278 + CGO_ENABLED=0 [2022-05-31T20:19:51.139Z] #74 1.278 + _install_rootlesskit [2022-05-31T20:19:51.139Z] #74 1.278 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-31T20:19:51.139Z] #74 1.278 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-31T20:19:51.139Z] #74 1.278 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-31T20:19:51.139Z] #74 1.278 + GOBIN=/build [2022-05-31T20:19:51.139Z] #74 1.279 + GO111MODULE=on [2022-05-31T20:19:51.139Z] #74 1.279 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-31T20:19:51.395Z] #74 1.711 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-31T20:19:51.474Z] #62 35.41 Fetched 460 kB in 0s (1144 kB/s) [2022-05-31T20:19:51.474Z] #62 35.52 Selecting previously unselected package libbtrfs0:amd64. [2022-05-31T20:19:51.474Z] #62 35.52 (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.) [2022-05-31T20:19:51.736Z] #62 35.59 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-31T20:19:51.736Z] #62 35.60 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-31T20:19:51.736Z] #62 35.87 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-31T20:19:51.736Z] #62 35.89 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-31T20:19:51.736Z] #62 35.91 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-31T20:19:52.317Z] #62 36.30 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-31T20:19:52.317Z] #62 36.36 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-31T20:19:52.317Z] #62 ... [2022-05-31T20:19:52.317Z] [2022-05-31T20:19:52.317Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-05-31T20:19:52.317Z] #57 sha256:334d46649c24142bc62145f95003806a660f464789eb664bc8e085e425005c88 [2022-05-31T20:19:52.317Z] #57 36.47 v3.0.2 [2022-05-31T20:19:52.582Z] Client: Docker Engine - Community [2022-05-31T20:19:52.582Z] Version: 20.10.14 [2022-05-31T20:19:52.582Z] API version: 1.41 [2022-05-31T20:19:52.582Z] Go version: go1.16.15 [2022-05-31T20:19:52.582Z] Git commit: a224086 [2022-05-31T20:19:52.582Z] Built: Thu Mar 24 01:47:57 2022 [2022-05-31T20:19:52.582Z] OS/Arch: linux/amd64 [2022-05-31T20:19:52.582Z] Context: default [2022-05-31T20:19:52.582Z] Experimental: true [2022-05-31T20:19:52.582Z] [2022-05-31T20:19:52.582Z] Server: Docker Engine - Community [2022-05-31T20:19:52.582Z] Engine: [2022-05-31T20:19:52.582Z] Version: 20.10.14 [2022-05-31T20:19:52.582Z] API version: 1.41 (minimum version 1.12) [2022-05-31T20:19:52.582Z] Go version: go1.16.15 [2022-05-31T20:19:52.582Z] Git commit: 87a90dc [2022-05-31T20:19:52.582Z] Built: Thu Mar 24 01:45:46 2022 [2022-05-31T20:19:52.582Z] OS/Arch: linux/amd64 [2022-05-31T20:19:52.582Z] Experimental: true [2022-05-31T20:19:52.582Z] containerd: [2022-05-31T20:19:52.582Z] Version: 1.5.11 [2022-05-31T20:19:52.582Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-31T20:19:52.582Z] runc: [2022-05-31T20:19:52.582Z] Version: 1.0.3 [2022-05-31T20:19:52.582Z] GitCommit: v1.0.3-0-gf46b6ba [2022-05-31T20:19:52.582Z] docker-init: [2022-05-31T20:19:52.582Z] Version: 0.19.0 [2022-05-31T20:19:52.582Z] GitCommit: de40ad0 [Pipeline] sh [2022-05-31T20:19:52.763Z] #74 3.019 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-31T20:19:52.763Z] #74 3.021 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-31T20:19:52.909Z] + docker info [2022-05-31T20:19:53.018Z] #74 3.252 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-31T20:19:53.093Z] ok github.com/docker/docker/client 0.081s coverage: 75.6% of statements [2022-05-31T20:19:53.271Z] #57 DONE 37.3s [2022-05-31T20:19:53.271Z] [2022-05-31T20:19:53.271Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-31T20:19:53.271Z] #62 sha256:845ed9dce1050c23c598849825d74ac810a4c3839182bf81d445c8b2d46ca45d [2022-05-31T20:19:53.271Z] #62 36.50 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:19:53.271Z] #62 DONE 37.3s [2022-05-31T20:19:53.271Z] [2022-05-31T20:19:53.271Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-31T20:19:53.271Z] #63 sha256:b328775d5e42fab6bd0f181783c8406cbdcf778d235bd0c1decfe87c43316e69 [2022-05-31T20:19:53.537Z] #63 DONE 0.3s [2022-05-31T20:19:53.537Z] [2022-05-31T20:19:53.537Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:19:53.537Z] #64 sha256:cb55b5fc5cda5bd3b59b0ee12d50e00a8ac0a7ec1b94ec8e5c9b85e34342e897 [2022-05-31T20:19:54.398Z] #74 4.546 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-31T20:19:54.398Z] #74 ... [2022-05-31T20:19:54.398Z] [2022-05-31T20:19:54.398Z] #33 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-05-31T20:19:54.398Z] #33 sha256:152cb01fbcee77a04b6950ec1186bf62dfdcf2376e682fb22319e01f7cc04868 [2022-05-31T20:19:54.398Z] #33 1.307 + RM_GOPATH=0 [2022-05-31T20:19:54.398Z] #33 1.307 + TMP_GOPATH= [2022-05-31T20:19:54.398Z] #33 1.307 + : /build [2022-05-31T20:19:54.398Z] #33 1.307 + '[' -z '' ']' [2022-05-31T20:19:54.398Z] #33 1.307 ++ mktemp -d [2022-05-31T20:19:54.398Z] #33 1.308 + export GOPATH=/tmp/tmp.O7wPE2HjYY [2022-05-31T20:19:54.398Z] #33 1.308 + GOPATH=/tmp/tmp.O7wPE2HjYY [2022-05-31T20:19:54.398Z] #33 1.308 + RM_GOPATH=1 [2022-05-31T20:19:54.398Z] #33 1.308 + case "$(go env GOARCH)" in [2022-05-31T20:19:54.398Z] #33 1.308 ++ go env GOARCH [2022-05-31T20:19:54.398Z] #33 1.311 + export GO_BUILDMODE=-buildmode=pie [2022-05-31T20:19:54.398Z] #33 1.311 + GO_BUILDMODE=-buildmode=pie [2022-05-31T20:19:54.398Z] #33 1.312 ++ dirname /install.sh [2022-05-31T20:19:54.398Z] #33 1.313 + dir=/ [2022-05-31T20:19:54.398Z] #33 1.313 + bin=dockercli [2022-05-31T20:19:54.398Z] #33 1.313 + shift [2022-05-31T20:19:54.398Z] #33 1.313 + '[' '!' -f //dockercli.installer ']' [2022-05-31T20:19:54.398Z] #33 1.313 + . //dockercli.installer [2022-05-31T20:19:54.398Z] #33 1.313 ++ : stable [2022-05-31T20:19:54.398Z] #33 1.313 ++ : 17.06.2-ce [2022-05-31T20:19:54.398Z] #33 1.313 + install_dockercli [2022-05-31T20:19:54.398Z] #33 1.313 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-31T20:19:54.398Z] #33 1.313 Install docker/cli version 17.06.2-ce from stable [2022-05-31T20:19:54.398Z] #33 1.314 ++ uname -m [2022-05-31T20:19:54.398Z] #33 1.315 + arch=x86_64 [2022-05-31T20:19:54.398Z] #33 1.315 + '[' x86_64 '!=' x86_64 ']' [2022-05-31T20:19:54.398Z] #33 1.315 + url=https://download.docker.com/linux/static [2022-05-31T20:19:54.398Z] #33 1.316 + tar -xz docker/docker [2022-05-31T20:19:54.398Z] #33 1.316 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-31T20:19:54.398Z] #33 4.610 + mkdir -p /build [2022-05-31T20:19:54.398Z] #33 4.612 + mv docker/docker /build/ [2022-05-31T20:19:54.398Z] #33 4.613 + rmdir docker [2022-05-31T20:19:54.398Z] #33 DONE 4.8s [2022-05-31T20:19:54.654Z] [2022-05-31T20:19:54.654Z] #74 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-31T20:19:54.654Z] #74 sha256:bf7c0655d883edfab40897bb97d59cfa90eb25cd96310c826d3db41efe7c4d2c [2022-05-31T20:19:54.654Z] #74 4.951 go: downloading github.com/google/uuid v1.3.0 [2022-05-31T20:19:54.654Z] #74 5.029 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-31T20:19:54.654Z] #74 5.080 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-31T20:19:54.910Z] #74 5.245 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-31T20:19:54.910Z] #74 5.306 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-31T20:19:55.167Z] #74 5.401 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-31T20:19:55.423Z] #74 5.652 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-31T20:19:55.423Z] #74 5.706 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-31T20:19:55.423Z] #74 5.768 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-31T20:19:55.462Z] #64 1.615 + RM_GOPATH=0 [2022-05-31T20:19:55.462Z] #64 1.615 + TMP_GOPATH= [2022-05-31T20:19:55.462Z] #64 1.615 + : /build [2022-05-31T20:19:55.462Z] #64 1.615 + '[' -z '' ']' [2022-05-31T20:19:55.462Z] #64 1.615 ++ mktemp -d [2022-05-31T20:19:55.462Z] #64 1.617 + export GOPATH=/tmp/tmp.ZNvYhuuQoy [2022-05-31T20:19:55.462Z] #64 1.617 + GOPATH=/tmp/tmp.ZNvYhuuQoy [2022-05-31T20:19:55.462Z] #64 1.617 + RM_GOPATH=1 [2022-05-31T20:19:55.462Z] #64 1.617 + case "$(go env GOARCH)" in [2022-05-31T20:19:55.462Z] #64 1.617 ++ go env GOARCH [2022-05-31T20:19:55.462Z] #64 1.646 + export GO_BUILDMODE=-buildmode=pie [2022-05-31T20:19:55.462Z] #64 1.646 + GO_BUILDMODE=-buildmode=pie [2022-05-31T20:19:55.462Z] #64 1.653 ++ dirname /install.sh [2022-05-31T20:19:55.462Z] #64 1.664 + dir=/ [2022-05-31T20:19:55.462Z] #64 1.668 + bin=containerd [2022-05-31T20:19:55.462Z] #64 1.668 + shift [2022-05-31T20:19:55.462Z] #64 1.671 + '[' '!' -f //containerd.installer ']' [2022-05-31T20:19:55.462Z] #64 1.672 + . //containerd.installer [2022-05-31T20:19:55.462Z] #64 1.672 ++ set -e [2022-05-31T20:19:55.462Z] #64 1.672 ++ : v1.6.4 [2022-05-31T20:19:55.462Z] #64 1.672 + install_containerd [2022-05-31T20:19:55.462Z] #64 1.672 + echo 'Install containerd version v1.6.4' [2022-05-31T20:19:55.462Z] #64 1.672 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ZNvYhuuQoy/src/github.com/containerd/containerd [2022-05-31T20:19:55.462Z] #64 1.672 Install containerd version v1.6.4 [2022-05-31T20:19:55.462Z] #64 1.681 Cloning into '/tmp/tmp.ZNvYhuuQoy/src/github.com/containerd/containerd'... [2022-05-31T20:19:56.037Z] #64 ... [2022-05-31T20:19:56.037Z] [2022-05-31T20:19:56.037Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-31T20:19:56.037Z] #40 sha256:07b89fe8434131bcc5206962ac2f0f7d1f719e71fe00b50814204de3307697ed [2022-05-31T20:19:56.037Z] #40 39.85 NAME: [2022-05-31T20:19:56.037Z] #40 39.85 go-winres - A tool for embedding resources in Windows executables [2022-05-31T20:19:56.037Z] #40 39.85 [2022-05-31T20:19:56.037Z] #40 39.85 USAGE: [2022-05-31T20:19:56.037Z] #40 39.85 go-winres [global options] command [command options] [arguments...] [2022-05-31T20:19:56.037Z] #40 39.85 [2022-05-31T20:19:56.037Z] #40 39.85 COMMANDS: [2022-05-31T20:19:56.037Z] #40 39.85 init Create an initial ./winres/winres.json [2022-05-31T20:19:56.037Z] #40 39.85 make Make syso files for the "go build" command [2022-05-31T20:19:56.037Z] #40 39.85 simply Make syso files for the "go build" command (simplified) [2022-05-31T20:19:56.037Z] #40 39.85 extract Extract all resources from an executable [2022-05-31T20:19:56.037Z] #40 39.85 patch Replace resources in an executable file (exe, dll) [2022-05-31T20:19:56.037Z] #40 39.85 help, h Shows a list of commands or help for one command [2022-05-31T20:19:56.037Z] #40 39.85 [2022-05-31T20:19:56.037Z] #40 39.85 GLOBAL OPTIONS: [2022-05-31T20:19:56.037Z] #40 39.85 --help, -h show help (default: false) [2022-05-31T20:19:56.037Z] #40 DONE 40.0s [2022-05-31T20:19:56.037Z] [2022-05-31T20:19:56.037Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:19:56.037Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:19:56.037Z] #55 31.16 go: downloading github.com/fatih/color v1.13.0 [2022-05-31T20:19:56.037Z] #55 31.19 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-31T20:19:56.037Z] #55 31.25 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-31T20:19:56.037Z] #55 31.27 go: downloading github.com/spf13/viper v1.10.1 [2022-05-31T20:19:56.037Z] #55 31.54 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-31T20:19:56.037Z] #55 31.99 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-31T20:19:56.037Z] #55 32.09 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-31T20:19:56.037Z] #55 32.97 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-31T20:19:56.037Z] #55 33.02 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-31T20:19:56.037Z] #55 35.99 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-31T20:19:56.037Z] #55 36.01 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-31T20:19:56.037Z] #55 36.07 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-31T20:19:56.037Z] #55 36.21 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-31T20:19:56.037Z] #55 36.25 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-31T20:19:56.037Z] #55 36.31 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-31T20:19:56.037Z] #55 36.38 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-31T20:19:56.037Z] #55 36.43 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-31T20:19:56.037Z] #55 36.56 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-31T20:19:56.037Z] #55 36.63 go: downloading github.com/spf13/afero v1.6.0 [2022-05-31T20:19:56.037Z] #55 36.63 go: downloading github.com/spf13/cast v1.4.1 [2022-05-31T20:19:56.037Z] #55 36.78 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-31T20:19:56.037Z] #55 36.83 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-31T20:19:56.037Z] #55 36.84 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-31T20:19:56.037Z] #55 36.99 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-31T20:19:56.037Z] #55 37.03 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-31T20:19:56.037Z] #55 37.04 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-31T20:19:56.037Z] #55 37.05 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-31T20:19:56.037Z] #55 37.06 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-31T20:19:56.037Z] #55 37.06 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-31T20:19:56.037Z] #55 37.08 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-31T20:19:56.037Z] #55 37.08 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-31T20:19:56.037Z] #55 37.09 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-31T20:19:56.037Z] #55 37.13 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-31T20:19:56.037Z] #55 37.17 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-31T20:19:56.037Z] #55 37.20 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-31T20:19:56.037Z] #55 37.23 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-31T20:19:56.037Z] #55 37.52 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-31T20:19:56.037Z] #55 38.16 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-31T20:19:56.037Z] #55 38.16 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-31T20:19:56.037Z] #55 38.25 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-31T20:19:56.037Z] #55 38.34 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-31T20:19:56.037Z] #55 38.36 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-31T20:19:56.037Z] #55 38.44 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-31T20:19:56.037Z] #55 38.50 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-31T20:19:56.037Z] #55 38.56 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-31T20:19:56.037Z] #55 38.59 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-31T20:19:56.037Z] #55 38.61 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-31T20:19:56.037Z] #55 38.67 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-31T20:19:56.037Z] #55 38.82 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-31T20:19:56.037Z] #55 38.82 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-31T20:19:56.037Z] #55 38.82 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-31T20:19:56.037Z] #55 38.94 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-31T20:19:56.037Z] #55 38.96 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-31T20:19:56.037Z] #55 39.06 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-31T20:19:56.037Z] #55 39.13 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-31T20:19:56.037Z] #55 39.13 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-31T20:19:56.037Z] #55 39.33 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-31T20:19:56.037Z] #55 39.54 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-31T20:19:56.037Z] #55 39.60 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-31T20:19:56.037Z] #55 39.62 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-31T20:19:56.037Z] #55 39.68 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-31T20:19:56.037Z] #55 39.75 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-31T20:19:56.037Z] #55 39.82 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-31T20:19:56.037Z] #55 39.84 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-31T20:19:56.037Z] #55 39.90 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-31T20:19:56.037Z] #55 39.94 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-31T20:19:56.037Z] #55 39.95 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-31T20:19:56.037Z] #55 39.99 go: downloading github.com/julz/importas v0.1.0 [2022-05-31T20:19:56.037Z] #55 39.99 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-31T20:19:56.037Z] #55 40.00 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-31T20:19:56.037Z] #55 40.09 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-31T20:19:56.037Z] #55 40.09 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-31T20:19:56.037Z] #55 40.11 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-31T20:19:56.302Z] #55 40.23 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-31T20:19:56.302Z] #55 40.32 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-31T20:19:56.302Z] #55 40.41 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-31T20:19:56.355Z] #74 6.670 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-31T20:19:56.566Z] #55 40.52 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-31T20:19:56.566Z] #55 40.55 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-31T20:19:56.566Z] #55 ... [2022-05-31T20:19:56.566Z] [2022-05-31T20:19:56.566Z] #14 [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 [2022-05-31T20:19:56.566Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:19:56.566Z] #14 25.37 Reading package lists... [2022-05-31T20:19:56.566Z] #14 30.66 Building dependency tree... [2022-05-31T20:19:56.566Z] #14 33.38 The following additional packages will be installed: [2022-05-31T20:19:56.566Z] #14 33.39 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-31T20:19:56.566Z] #14 33.39 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-31T20:19:56.566Z] #14 33.39 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-31T20:19:56.566Z] #14 33.39 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-31T20:19:56.566Z] #14 33.39 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-31T20:19:56.566Z] #14 33.39 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-31T20:19:56.566Z] #14 33.39 mingw-w64-common mingw-w64-x86-64-dev [2022-05-31T20:19:56.566Z] #14 33.39 Suggested packages: [2022-05-31T20:19:56.566Z] #14 33.40 gcc-10-locales seccomp wine64 [2022-05-31T20:19:56.566Z] #14 34.72 The following NEW packages will be installed: [2022-05-31T20:19:56.566Z] #14 34.73 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-31T20:19:56.566Z] #14 34.73 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-31T20:19:56.566Z] #14 34.73 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-31T20:19:56.566Z] #14 34.73 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-31T20:19:56.566Z] #14 34.73 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-31T20:19:56.566Z] #14 34.73 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-31T20:19:56.566Z] #14 34.73 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-31T20:19:56.566Z] #14 34.73 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-31T20:19:56.566Z] #14 34.73 mingw-w64-x86-64-dev [2022-05-31T20:19:56.566Z] #14 35.16 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:19:56.566Z] #14 35.16 Need to get 115 MB of archives. [2022-05-31T20:19:56.566Z] #14 35.16 After this operation, 645 MB of additional disk space will be used. [2022-05-31T20:19:56.566Z] #14 35.16 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] [2022-05-31T20:19:56.566Z] #14 35.28 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] [2022-05-31T20:19:56.566Z] #14 35.47 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-05-31T20:19:56.566Z] #14 35.47 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-05-31T20:19:56.566Z] #14 35.47 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-05-31T20:19:56.566Z] #14 35.49 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-31T20:19:56.566Z] #14 35.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] [2022-05-31T20:19:56.566Z] #14 35.93 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] [2022-05-31T20:19:56.566Z] #14 35.94 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] [2022-05-31T20:19:56.566Z] #14 36.74 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] [2022-05-31T20:19:56.566Z] #14 38.55 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] [2022-05-31T20:19:56.566Z] #14 39.47 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] [2022-05-31T20:19:56.566Z] #14 40.09 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] [2022-05-31T20:19:56.566Z] #14 ... [2022-05-31T20:19:56.566Z] [2022-05-31T20:19:56.566Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:19:56.566Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:19:56.566Z] #55 40.59 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-31T20:19:56.566Z] #55 40.63 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-31T20:19:57.139Z] #55 ... [2022-05-31T20:19:57.139Z] [2022-05-31T20:19:57.140Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-31T20:19:57.140Z] #51 sha256:113d2bb1d4548e80ebe8fce070dfbb856d4f7e96e19058ca2a7a1a7cd8f6f6e6 [2022-05-31T20:19:57.140Z] #51 25.76 Reading package lists... [2022-05-31T20:19:57.140Z] #51 30.92 Building dependency tree... [2022-05-31T20:19:57.140Z] #51 33.85 The following additional packages will be installed: [2022-05-31T20:19:57.140Z] #51 33.88 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-31T20:19:57.140Z] #51 33.88 python3-protobuf python3-six [2022-05-31T20:19:57.140Z] #51 33.89 Suggested packages: [2022-05-31T20:19:57.140Z] #51 33.90 python3-setuptools [2022-05-31T20:19:57.140Z] #51 33.90 Recommended packages: [2022-05-31T20:19:57.140Z] #51 33.90 iproute2 | iproute [2022-05-31T20:19:57.140Z] #51 34.59 The following NEW packages will be installed: [2022-05-31T20:19:57.140Z] #51 34.60 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-31T20:19:57.140Z] #51 34.61 python3-protobuf python3-six [2022-05-31T20:19:57.140Z] #51 35.04 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:19:57.140Z] #51 35.04 Need to get 2314 kB of archives. [2022-05-31T20:19:57.140Z] #51 35.04 After this operation, 11.1 MB of additional disk space will be used. [2022-05-31T20:19:57.140Z] #51 35.04 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-05-31T20:19:57.140Z] #51 35.08 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-31T20:19:57.140Z] #51 35.08 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-31T20:19:57.140Z] #51 35.09 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-05-31T20:19:57.140Z] #51 35.12 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-31T20:19:57.140Z] #51 35.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-05-31T20:19:57.140Z] #51 35.13 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-31T20:19:57.140Z] #51 37.62 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-05-31T20:19:57.140Z] #51 39.50 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:19:57.140Z] #51 39.89 Fetched 2314 kB in 3s (708 kB/s) [2022-05-31T20:19:57.140Z] #51 40.21 Selecting previously unselected package libprotobuf23:amd64. [2022-05-31T20:19:57.140Z] #51 40.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.) [2022-05-31T20:19:57.140Z] #51 40.26 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-05-31T20:19:57.140Z] #51 40.28 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-05-31T20:19:57.140Z] #51 ... [2022-05-31T20:19:57.140Z] [2022-05-31T20:19:57.140Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:19:57.140Z] #42 sha256:cdddd53eaf66c5a4cc1ad72969ff9954e6e86d2736995232ae865da98cdb3e86 [2022-05-31T20:19:57.140Z] #42 26.08 Reading package lists... [2022-05-31T20:19:57.140Z] #42 31.42 Building dependency tree... [2022-05-31T20:19:57.140Z] #42 34.44 The following additional packages will be installed: [2022-05-31T20:19:57.140Z] #42 34.48 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-31T20:19:57.140Z] #42 34.50 Suggested packages: [2022-05-31T20:19:57.140Z] #42 34.51 cmake-doc ninja-build lrzip [2022-05-31T20:19:57.140Z] #42 34.51 Recommended packages: [2022-05-31T20:19:57.140Z] #42 34.51 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-31T20:19:57.140Z] #42 35.32 The following NEW packages will be installed: [2022-05-31T20:19:57.140Z] #42 35.33 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-31T20:19:57.140Z] #42 35.34 vim-common xxd [2022-05-31T20:19:57.140Z] #42 35.75 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:19:57.140Z] #42 35.75 Need to get 17.7 MB of archives. [2022-05-31T20:19:57.140Z] #42 35.75 After this operation, 70.7 MB of additional disk space will be used. [2022-05-31T20:19:57.140Z] #42 35.75 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-31T20:19:57.140Z] #42 35.75 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-31T20:19:57.140Z] #42 35.76 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-31T20:19:57.140Z] #42 35.86 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-31T20:19:57.140Z] #42 36.49 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB] [2022-05-31T20:19:57.140Z] #42 36.52 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-31T20:19:57.140Z] #42 36.56 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-31T20:19:57.140Z] #42 36.56 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-31T20:19:57.140Z] #42 36.57 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-31T20:19:57.140Z] #42 36.58 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-31T20:19:57.140Z] #42 38.27 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:19:57.140Z] #42 38.71 Fetched 17.7 MB in 2s (11.2 MB/s) [2022-05-31T20:19:57.140Z] #42 38.90 Selecting previously unselected package xxd. [2022-05-31T20:19:57.140Z] #42 38.90 (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.) [2022-05-31T20:19:57.140Z] #42 39.03 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-31T20:19:57.140Z] #42 39.06 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:19:57.140Z] #42 39.82 Selecting previously unselected package vim-common. [2022-05-31T20:19:57.140Z] #42 39.82 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-31T20:19:57.140Z] #42 39.88 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:19:57.140Z] #42 40.38 Selecting previously unselected package cmake-data. [2022-05-31T20:19:57.140Z] #42 40.39 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-31T20:19:57.140Z] #42 40.41 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-31T20:19:57.285Z] #74 ... [2022-05-31T20:19:57.285Z] [2022-05-31T20:19:57.285Z] #36 [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 [2022-05-31T20:19:57.285Z] #36 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-05-31T20:19:57.285Z] #36 CACHED [2022-05-31T20:19:57.285Z] [2022-05-31T20:19:57.285Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-31T20:19:57.285Z] #37 sha256:184111e8ebffd263e0ddb688674caf68cf2fdefb02f4d326285c5acd76fb10f6 [2022-05-31T20:19:57.285Z] #37 CACHED [2022-05-31T20:19:57.285Z] [2022-05-31T20:19:57.285Z] #38 [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 [2022-05-31T20:19:57.285Z] #38 sha256:00e03566c45dbc5ca29b86ee45831531770f06faf16dcb89febc483c08d8aa8b [2022-05-31T20:19:57.285Z] #38 CACHED [2022-05-31T20:19:57.285Z] [2022-05-31T20:19:57.285Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-31T20:19:57.285Z] #40 sha256:28497624f888b7bd4353dc7f8d764d89d06ad3f8741f54c6b7731fb698ab783b [2022-05-31T20:19:57.285Z] #40 CACHED [2022-05-31T20:19:57.285Z] [2022-05-31T20:19:57.285Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-31T20:19:57.285Z] #41 sha256:17ed0ad370f36e9e186a1b18b32d44e4b81a44479e14da465d1ad5cf1f730994 [2022-05-31T20:19:57.285Z] #41 CACHED [2022-05-31T20:19:57.285Z] [2022-05-31T20:19:57.285Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-31T20:19:57.285Z] #43 sha256:3ef0c75c5e3533db35f93d7d1735716ef6706e45935f1bcae33ab98262ea08c5 [2022-05-31T20:19:57.285Z] #43 CACHED [2022-05-31T20:19:57.285Z] [2022-05-31T20:19:57.285Z] #45 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-31T20:19:57.285Z] #45 sha256:dcc6b9145e4c49ad8c752827fae2ccceab4d7b3eeeb3f15be04921e6a91990fd [2022-05-31T20:19:57.285Z] #45 CACHED [2022-05-31T20:19:57.285Z] [2022-05-31T20:19:57.285Z] #47 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-31T20:19:57.285Z] #47 sha256:07b89fe8434131bcc5206962ac2f0f7d1f719e71fe00b50814204de3307697ed [2022-05-31T20:19:57.285Z] #47 CACHED [2022-05-31T20:19:57.285Z] [2022-05-31T20:19:57.285Z] #20 [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 [2022-05-31T20:19:57.285Z] #20 sha256:ef08cb1ac9fe355aba72e35fa69f19df2f5007531dd65a1c6a81e679c5aa682b [2022-05-31T20:19:57.285Z] #20 1.784 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-31T20:19:57.285Z] #20 1.791 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-31T20:19:57.285Z] #20 1.791 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-05-31T20:19:57.285Z] #20 2.127 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-31T20:19:57.285Z] #20 2.557 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-31T20:19:57.285Z] #20 3.001 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-31T20:19:57.285Z] #20 3.507 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-31T20:19:57.285Z] #20 4.075 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-31T20:19:57.285Z] #20 4.639 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-05-31T20:19:57.285Z] #20 4.640 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-05-31T20:19:57.285Z] #20 4.640 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-05-31T20:19:57.286Z] #20 4.641 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-05-31T20:19:57.286Z] #20 4.642 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-05-31T20:19:57.286Z] #20 4.975 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-31T20:19:57.286Z] #20 4.978 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-05-31T20:19:57.286Z] #20 4.979 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-05-31T20:19:57.286Z] #20 4.981 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-31T20:19:57.286Z] #20 4.993 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-05-31T20:19:57.401Z] #42 ... [2022-05-31T20:19:57.401Z] [2022-05-31T20:19:57.401Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:19:57.401Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:19:57.401Z] #55 41.45 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-31T20:19:57.401Z] #55 41.48 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-31T20:19:57.401Z] #55 41.48 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-31T20:19:57.401Z] #55 41.50 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-31T20:19:57.401Z] #55 41.53 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-31T20:19:57.401Z] #55 41.59 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-31T20:19:57.663Z] #55 41.62 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-31T20:19:57.663Z] #55 41.69 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-31T20:19:57.663Z] #55 41.73 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-31T20:19:57.924Z] #55 42.02 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-31T20:19:57.924Z] #55 42.03 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-31T20:19:57.924Z] #55 42.05 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-31T20:19:57.924Z] #55 42.07 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-31T20:19:57.924Z] #55 42.09 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-31T20:19:57.924Z] #55 42.11 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-31T20:19:57.924Z] #55 42.16 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-31T20:19:58.185Z] #55 42.18 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-31T20:19:58.185Z] #55 42.19 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-31T20:19:58.185Z] #55 42.20 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-31T20:19:58.185Z] #55 42.33 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-31T20:19:58.185Z] #55 42.39 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-31T20:19:58.473Z] #55 42.54 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-31T20:19:58.473Z] #55 42.56 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-31T20:19:58.473Z] #55 42.60 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-31T20:19:58.473Z] #55 42.63 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-31T20:19:58.473Z] #55 42.66 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-31T20:19:59.111Z] #55 43.12 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-31T20:19:59.111Z] #55 43.22 go: downloading honnef.co/go/tools v0.2.2 [2022-05-31T20:19:59.805Z] #20 ... [2022-05-31T20:19:59.805Z] [2022-05-31T20:19:59.805Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:19:59.805Z] #49 sha256:0e0cdf44a4b6cc742b40a8b1662a581d6a2e697759daf41a7184757fd98f44f6 [2022-05-31T20:19:59.805Z] #49 1.771 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-31T20:19:59.805Z] #49 1.775 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-31T20:19:59.805Z] #49 1.775 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-05-31T20:19:59.805Z] #49 2.052 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-31T20:19:59.805Z] #49 2.343 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-31T20:19:59.805Z] #49 2.716 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-31T20:19:59.805Z] #49 3.159 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-31T20:19:59.805Z] #49 3.660 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-31T20:19:59.805Z] #49 4.232 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-05-31T20:19:59.805Z] #49 4.236 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-05-31T20:19:59.805Z] #49 4.244 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-05-31T20:19:59.805Z] #49 4.254 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-05-31T20:19:59.805Z] #49 4.261 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-05-31T20:19:59.805Z] #49 4.875 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-05-31T20:19:59.805Z] #49 4.878 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-05-31T20:19:59.805Z] #49 4.879 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-31T20:19:59.805Z] #49 4.881 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-05-31T20:19:59.805Z] #49 4.881 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-31T20:19:59.805Z] #49 ... [2022-05-31T20:19:59.805Z] [2022-05-31T20:19:59.805Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-31T20:19:59.805Z] #69 sha256:24f785a9149ca615766f07d3798764a4e1960931c1e143a69263ea80d79dbbfd [2022-05-31T20:19:59.805Z] #69 1.610 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-31T20:19:59.805Z] #69 1.610 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-31T20:19:59.805Z] #69 1.610 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-05-31T20:19:59.805Z] #69 1.703 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-31T20:19:59.805Z] #69 1.833 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-31T20:19:59.805Z] #69 2.216 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-31T20:19:59.805Z] #69 2.749 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-31T20:19:59.805Z] #69 3.244 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-31T20:19:59.805Z] #69 3.736 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-05-31T20:19:59.805Z] #69 3.736 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-05-31T20:19:59.805Z] #69 3.740 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-05-31T20:19:59.805Z] #69 3.741 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-05-31T20:19:59.805Z] #69 3.743 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-05-31T20:19:59.805Z] #69 3.750 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-05-31T20:19:59.805Z] #69 3.756 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-05-31T20:19:59.805Z] #69 3.757 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-05-31T20:19:59.805Z] #69 3.759 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-31T20:19:59.805Z] #69 3.760 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-31T20:20:00.523Z] #55 44.57 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-31T20:20:00.523Z] #55 44.58 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-31T20:20:00.523Z] #55 44.70 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-31T20:20:00.789Z] #55 44.75 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-31T20:20:02.177Z] #55 46.27 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-31T20:20:02.177Z] #55 46.27 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-31T20:20:02.177Z] #55 46.30 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-31T20:20:02.439Z] #55 46.48 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-31T20:20:02.702Z] #55 46.72 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-31T20:20:02.702Z] #55 46.73 go: downloading golang.org/x/text v0.3.7 [2022-05-31T20:20:03.275Z] #55 ... [2022-05-31T20:20:03.275Z] [2022-05-31T20:20:03.275Z] #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 [2022-05-31T20:20:03.275Z] #34 sha256:17ed0ad370f36e9e186a1b18b32d44e4b81a44479e14da465d1ad5cf1f730994 [2022-05-31T20:20:03.275Z] #34 46.05 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. [2022-05-31T20:20:03.275Z] #34 46.20 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-31T20:20:03.275Z] #34 46.51 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-31T20:20:07.896Z] #69 18.50 Fetched 40.5 MB in 17s (2361 kB/s) [2022-05-31T20:20:08.460Z] #69 18.50 Reading package lists... [2022-05-31T20:20:08.460Z] #69 ... [2022-05-31T20:20:08.460Z] [2022-05-31T20:20:08.460Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:20:08.460Z] #49 sha256:0e0cdf44a4b6cc742b40a8b1662a581d6a2e697759daf41a7184757fd98f44f6 [2022-05-31T20:20:08.460Z] #49 18.94 Fetched 40.5 MB in 17s (2325 kB/s) [2022-05-31T20:20:08.573Z] #34 ... [2022-05-31T20:20:08.573Z] [2022-05-31T20:20:08.573Z] #14 [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 [2022-05-31T20:20:08.573Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:20:08.573Z] #14 41.83 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] [2022-05-31T20:20:08.573Z] #14 42.43 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] [2022-05-31T20:20:08.573Z] #14 42.43 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-31T20:20:08.573Z] #14 42.43 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-31T20:20:08.574Z] #14 42.43 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-31T20:20:08.574Z] #14 42.44 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-31T20:20:08.574Z] #14 42.45 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] [2022-05-31T20:20:08.574Z] #14 42.46 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-31T20:20:08.574Z] #14 42.47 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-31T20:20:08.574Z] #14 42.47 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-31T20:20:08.574Z] #14 42.50 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-31T20:20:08.574Z] #14 42.50 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-31T20:20:08.574Z] #14 42.51 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-31T20:20:08.574Z] #14 42.54 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-31T20:20:08.574Z] #14 42.55 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-05-31T20:20:08.574Z] #14 42.55 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-05-31T20:20:08.574Z] #14 42.56 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-31T20:20:08.574Z] #14 43.90 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:20:08.574Z] #14 44.18 Fetched 115 MB in 8s (14.7 MB/s) [2022-05-31T20:20:08.574Z] #14 44.25 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-31T20:20:08.574Z] #14 44.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 ... 15718 files and directories currently installed.) [2022-05-31T20:20:08.574Z] #14 44.37 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-31T20:20:08.574Z] #14 44.41 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-31T20:20:08.574Z] #14 46.48 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-31T20:20:08.574Z] #14 46.50 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-31T20:20:08.574Z] #14 46.52 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-31T20:20:08.574Z] #14 49.04 Selecting previously unselected package binutils-mingw-w64. [2022-05-31T20:20:08.574Z] #14 49.05 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-31T20:20:08.574Z] #14 49.07 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-31T20:20:08.574Z] #14 49.18 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-31T20:20:08.574Z] #14 49.19 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-31T20:20:08.574Z] #14 49.20 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:20:08.574Z] #14 49.36 Selecting previously unselected package dmsetup. [2022-05-31T20:20:08.574Z] #14 49.36 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-31T20:20:08.574Z] #14 49.37 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-31T20:20:08.574Z] #14 49.56 Selecting previously unselected package mingw-w64-common. [2022-05-31T20:20:08.574Z] #14 49.56 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-31T20:20:08.574Z] #14 49.56 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-31T20:20:08.574Z] #14 ... [2022-05-31T20:20:08.574Z] [2022-05-31T20:20:08.574Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-31T20:20:08.574Z] #51 sha256:113d2bb1d4548e80ebe8fce070dfbb856d4f7e96e19058ca2a7a1a7cd8f6f6e6 [2022-05-31T20:20:08.574Z] #51 41.49 Selecting previously unselected package python3-pkg-resources. [2022-05-31T20:20:08.574Z] #51 41.49 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-31T20:20:08.574Z] #51 41.51 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-31T20:20:08.574Z] #51 41.76 Selecting previously unselected package python3-six. [2022-05-31T20:20:08.574Z] #51 41.76 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-31T20:20:08.574Z] #51 41.78 Unpacking python3-six (1.16.0-2) ... [2022-05-31T20:20:08.574Z] #51 41.89 Selecting previously unselected package python3-protobuf. [2022-05-31T20:20:08.574Z] #51 41.89 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-05-31T20:20:08.574Z] #51 41.91 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-31T20:20:08.574Z] #51 42.44 Selecting previously unselected package libnet1:amd64. [2022-05-31T20:20:08.574Z] #51 42.44 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-31T20:20:08.574Z] #51 42.45 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-31T20:20:08.574Z] #51 42.73 Selecting previously unselected package libnl-3-200:amd64. [2022-05-31T20:20:08.574Z] #51 42.73 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-31T20:20:08.574Z] #51 42.74 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-31T20:20:08.574Z] #51 42.85 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-31T20:20:08.574Z] #51 42.87 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-31T20:20:08.574Z] #51 42.88 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-31T20:20:08.574Z] #51 43.00 Selecting previously unselected package criu. [2022-05-31T20:20:08.574Z] #51 43.00 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-05-31T20:20:08.574Z] #51 43.02 Unpacking criu (3.17-1) ... [2022-05-31T20:20:08.574Z] #51 43.84 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-31T20:20:08.574Z] #51 45.50 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-05-31T20:20:08.574Z] #51 45.52 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-31T20:20:08.574Z] #51 45.53 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-31T20:20:08.574Z] #51 45.54 Setting up python3-six (1.16.0-2) ... [2022-05-31T20:20:08.574Z] #51 46.61 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-31T20:20:08.574Z] #51 46.64 Setting up python3-protobuf (3.12.4-1) ... [2022-05-31T20:20:08.574Z] #51 50.42 Setting up criu (3.17-1) ... [2022-05-31T20:20:08.574Z] #51 ... [2022-05-31T20:20:08.574Z] [2022-05-31T20:20:08.574Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:20:08.574Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:20:08.574Z] #55 52.13 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-31T20:20:08.574Z] #55 52.20 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-31T20:20:08.574Z] #55 52.26 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-31T20:20:08.574Z] #55 52.36 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-31T20:20:08.574Z] #55 52.41 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-31T20:20:08.574Z] #55 52.41 go: downloading golang.org/x/mod v0.5.1 [2022-05-31T20:20:08.574Z] #55 52.50 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-31T20:20:08.574Z] #55 52.61 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-31T20:20:08.574Z] #55 52.62 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-31T20:20:08.574Z] #55 52.66 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-31T20:20:08.574Z] #55 52.69 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-31T20:20:08.835Z] #55 52.90 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-31T20:20:09.097Z] #55 53.25 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-31T20:20:09.360Z] #55 53.40 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-31T20:20:09.622Z] #55 53.73 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-31T20:20:09.886Z] #55 53.82 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-31T20:20:09.886Z] #55 53.82 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-31T20:20:09.886Z] #55 53.94 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-31T20:20:09.886Z] #55 53.94 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-31T20:20:09.887Z] #55 53.98 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-31T20:20:09.887Z] #55 54.01 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-31T20:20:09.887Z] #55 ... [2022-05-31T20:20:09.887Z] [2022-05-31T20:20:09.887Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:20:09.887Z] #42 sha256:cdddd53eaf66c5a4cc1ad72969ff9954e6e86d2736995232ae865da98cdb3e86 [2022-05-31T20:20:09.887Z] #42 44.07 Selecting previously unselected package libicu67:amd64. [2022-05-31T20:20:09.887Z] #42 44.07 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-05-31T20:20:09.887Z] #42 44.09 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-31T20:20:09.887Z] #42 50.18 Selecting previously unselected package libxml2:amd64. [2022-05-31T20:20:09.887Z] #42 50.18 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-05-31T20:20:09.887Z] #42 50.19 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-05-31T20:20:09.887Z] #42 50.66 Selecting previously unselected package libarchive13:amd64. [2022-05-31T20:20:09.887Z] #42 50.67 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-31T20:20:09.887Z] #42 50.68 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-31T20:20:09.887Z] #42 51.06 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-31T20:20:09.887Z] #42 51.08 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-31T20:20:09.887Z] #42 51.08 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-31T20:20:09.887Z] #42 51.22 Selecting previously unselected package librhash0:amd64. [2022-05-31T20:20:09.887Z] #42 51.23 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-05-31T20:20:09.887Z] #42 51.24 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-31T20:20:09.887Z] #42 51.40 Selecting previously unselected package libuv1:amd64. [2022-05-31T20:20:09.887Z] #42 51.41 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-05-31T20:20:09.887Z] #42 51.42 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-31T20:20:09.887Z] #42 51.65 Selecting previously unselected package cmake. [2022-05-31T20:20:09.887Z] #42 51.65 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-31T20:20:09.887Z] #42 51.66 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-31T20:20:10.149Z] #42 ... [2022-05-31T20:20:10.149Z] [2022-05-31T20:20:10.149Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:20:10.149Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:20:10.149Z] #55 54.23 go: downloading github.com/prometheus/common v0.10.0 [2022-05-31T20:20:10.149Z] #55 ... [2022-05-31T20:20:10.149Z] [2022-05-31T20:20:10.149Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-31T20:20:10.149Z] #51 sha256:113d2bb1d4548e80ebe8fce070dfbb856d4f7e96e19058ca2a7a1a7cd8f6f6e6 [2022-05-31T20:20:10.149Z] #51 52.24 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:20:10.149Z] #51 DONE 53.9s [2022-05-31T20:20:10.410Z] [2022-05-31T20:20:10.410Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:20:10.410Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:20:10.410Z] #55 54.50 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-31T20:20:10.671Z] #55 54.67 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-31T20:20:10.671Z] #55 54.79 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-31T20:20:10.974Z] Client: [2022-05-31T20:20:10.975Z] Context: default [2022-05-31T20:20:10.975Z] Debug Mode: false [2022-05-31T20:20:10.975Z] Plugins: [2022-05-31T20:20:10.975Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-05-31T20:20:10.975Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-05-31T20:20:10.975Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-05-31T20:20:10.975Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-05-31T20:20:10.975Z] [2022-05-31T20:20:10.975Z] Server: [2022-05-31T20:20:10.975Z] Containers: 0 [2022-05-31T20:20:10.975Z] Running: 0 [2022-05-31T20:20:10.975Z] Paused: 0 [2022-05-31T20:20:10.975Z] Stopped: 0 [2022-05-31T20:20:10.975Z] Images: 0 [2022-05-31T20:20:10.975Z] Server Version: 20.10.14 [2022-05-31T20:20:10.975Z] Storage Driver: overlay2 [2022-05-31T20:20:10.975Z] Backing Filesystem: extfs [2022-05-31T20:20:10.975Z] Supports d_type: true [2022-05-31T20:20:10.975Z] Native Overlay Diff: true [2022-05-31T20:20:10.975Z] userxattr: false [2022-05-31T20:20:10.975Z] Logging Driver: json-file [2022-05-31T20:20:10.975Z] Cgroup Driver: cgroupfs [2022-05-31T20:20:10.975Z] Cgroup Version: 1 [2022-05-31T20:20:10.975Z] Plugins: [2022-05-31T20:20:10.975Z] Volume: local [2022-05-31T20:20:10.975Z] Network: bridge host ipvlan macvlan null overlay [2022-05-31T20:20:10.975Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-05-31T20:20:10.975Z] Swarm: inactive [2022-05-31T20:20:10.975Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-05-31T20:20:10.975Z] Default Runtime: runc [2022-05-31T20:20:10.975Z] Init Binary: docker-init [2022-05-31T20:20:10.975Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-05-31T20:20:10.975Z] runc version: v1.0.3-0-gf46b6ba [2022-05-31T20:20:10.975Z] init version: de40ad0 [2022-05-31T20:20:10.975Z] Security Options: [2022-05-31T20:20:10.975Z] apparmor [2022-05-31T20:20:10.975Z] seccomp [2022-05-31T20:20:10.975Z] Profile: default [2022-05-31T20:20:10.975Z] Kernel Version: 5.4.0-1071-aws [2022-05-31T20:20:10.975Z] Operating System: Ubuntu 18.04.6 LTS [2022-05-31T20:20:10.975Z] OSType: linux [2022-05-31T20:20:10.975Z] Architecture: x86_64 [2022-05-31T20:20:10.975Z] CPUs: 2 [2022-05-31T20:20:10.975Z] Total Memory: 7.565GiB [2022-05-31T20:20:10.975Z] Name: ip-10-100-85-246 [2022-05-31T20:20:10.975Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-05-31T20:20:10.975Z] Docker Root Dir: /var/lib/docker [2022-05-31T20:20:10.975Z] Debug Mode: false [2022-05-31T20:20:10.975Z] Registry: https://index.docker.io/v1/ [2022-05-31T20:20:10.975Z] Labels: [2022-05-31T20:20:10.975Z] Experimental: true [2022-05-31T20:20:10.975Z] Insecure Registries: [2022-05-31T20:20:10.975Z] 127.0.0.0/8 [2022-05-31T20:20:10.975Z] Live Restore Enabled: true [2022-05-31T20:20:10.975Z] [2022-05-31T20:20:10.975Z] WARNING: No swap limit support [Pipeline] sh [2022-05-31T20:20:11.310Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-31T20:20:11.310Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-05-31T20:20:11.310Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43672/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-05-31T20:20:11.310Z] + bash /home/ubuntu/workspace/moby_PR-43672/check-config.sh [2022-05-31T20:20:11.310Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-05-31T20:20:11.310Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-05-31T20:20:11.310Z] [2022-05-31T20:20:11.310Z] Generally Necessary: [2022-05-31T20:20:11.310Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-05-31T20:20:11.310Z] - apparmor: enabled and tools installed [2022-05-31T20:20:11.310Z] - CONFIG_NAMESPACES: enabled [2022-05-31T20:20:11.310Z] - CONFIG_NET_NS: enabled [2022-05-31T20:20:11.310Z] - CONFIG_PID_NS: enabled [2022-05-31T20:20:11.310Z] - CONFIG_IPC_NS: enabled [2022-05-31T20:20:11.310Z] - CONFIG_UTS_NS: enabled [2022-05-31T20:20:11.310Z] - CONFIG_CGROUPS: enabled [2022-05-31T20:20:11.310Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-05-31T20:20:11.310Z] - CONFIG_CGROUP_DEVICE: enabled [2022-05-31T20:20:11.310Z] - CONFIG_CGROUP_FREEZER: enabled [2022-05-31T20:20:11.310Z] - CONFIG_CGROUP_SCHED: enabled [2022-05-31T20:20:11.310Z] - CONFIG_CPUSETS: enabled [2022-05-31T20:20:11.310Z] - CONFIG_MEMCG: enabled [2022-05-31T20:20:11.310Z] - CONFIG_KEYS: enabled [2022-05-31T20:20:11.310Z] - CONFIG_VETH: enabled (as module) [2022-05-31T20:20:11.310Z] - CONFIG_BRIDGE: enabled (as module) [2022-05-31T20:20:11.310Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-05-31T20:20:11.310Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-05-31T20:20:11.590Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-05-31T20:20:11.590Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-05-31T20:20:11.590Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-05-31T20:20:11.590Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-05-31T20:20:11.590Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-05-31T20:20:11.590Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-05-31T20:20:11.590Z] - CONFIG_NF_NAT: enabled (as module) [2022-05-31T20:20:11.590Z] - CONFIG_POSIX_MQUEUE: enabled [2022-05-31T20:20:11.590Z] - CONFIG_CGROUP_BPF: enabled [2022-05-31T20:20:11.590Z] [2022-05-31T20:20:11.590Z] Optional Features: [2022-05-31T20:20:11.590Z] - CONFIG_USER_NS: enabled [2022-05-31T20:20:11.590Z] - CONFIG_SECCOMP: enabled [2022-05-31T20:20:11.590Z] - CONFIG_SECCOMP_FILTER: enabled [2022-05-31T20:20:11.590Z] - CONFIG_CGROUP_PIDS: enabled [2022-05-31T20:20:11.590Z] - CONFIG_MEMCG_SWAP: enabled [2022-05-31T20:20:11.590Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-05-31T20:20:11.590Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-05-31T20:20:11.590Z] - CONFIG_BLK_CGROUP: enabled [2022-05-31T20:20:11.590Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-05-31T20:20:11.590Z] - CONFIG_CGROUP_PERF: enabled [2022-05-31T20:20:11.590Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-05-31T20:20:11.590Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-05-31T20:20:11.590Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-05-31T20:20:11.590Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-05-31T20:20:11.590Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-05-31T20:20:11.590Z] - CONFIG_RT_GROUP_SCHED: missing [2022-05-31T20:20:11.590Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-05-31T20:20:11.590Z] - CONFIG_IP_VS: enabled (as module) [2022-05-31T20:20:11.590Z] - CONFIG_IP_VS_NFCT: enabled [2022-05-31T20:20:11.590Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-05-31T20:20:11.590Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-05-31T20:20:11.590Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-05-31T20:20:11.590Z] - CONFIG_SECURITY_SELINUX: enabled [2022-05-31T20:20:11.590Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-05-31T20:20:11.590Z] - CONFIG_EXT4_FS: enabled [2022-05-31T20:20:11.590Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-05-31T20:20:11.590Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-05-31T20:20:11.590Z] - Network Drivers: [2022-05-31T20:20:11.590Z] - "overlay": [2022-05-31T20:20:11.590Z] - CONFIG_VXLAN: enabled (as module) [2022-05-31T20:20:11.590Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-05-31T20:20:11.590Z] Optional (for encrypted networks): [2022-05-31T20:20:11.853Z] - CONFIG_CRYPTO: enabled [2022-05-31T20:20:11.853Z] - CONFIG_CRYPTO_AEAD: enabled [2022-05-31T20:20:11.853Z] - CONFIG_CRYPTO_GCM: enabled [2022-05-31T20:20:11.853Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-05-31T20:20:11.853Z] - CONFIG_CRYPTO_GHASH: enabled [2022-05-31T20:20:11.853Z] - CONFIG_XFRM: enabled [2022-05-31T20:20:11.853Z] - CONFIG_XFRM_USER: enabled (as module) [2022-05-31T20:20:11.853Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-05-31T20:20:11.853Z] - CONFIG_INET_ESP: enabled (as module) [2022-05-31T20:20:11.853Z] - "ipvlan": [2022-05-31T20:20:11.853Z] - CONFIG_IPVLAN: enabled (as module) [2022-05-31T20:20:11.853Z] - "macvlan": [2022-05-31T20:20:11.853Z] - CONFIG_MACVLAN: enabled (as module) [2022-05-31T20:20:11.853Z] - CONFIG_DUMMY: enabled (as module) [2022-05-31T20:20:11.853Z] - "ftp,tftp client in container": [2022-05-31T20:20:11.853Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-05-31T20:20:11.853Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-05-31T20:20:11.853Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-05-31T20:20:11.853Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-05-31T20:20:11.853Z] - Storage Drivers: [2022-05-31T20:20:11.853Z] - "aufs": [2022-05-31T20:20:11.853Z] - CONFIG_AUFS_FS: enabled (as module) [2022-05-31T20:20:11.853Z] - "btrfs": [2022-05-31T20:20:11.853Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-05-31T20:20:11.853Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-05-31T20:20:11.853Z] - "devicemapper": [2022-05-31T20:20:11.853Z] - CONFIG_BLK_DEV_DM: enabled [2022-05-31T20:20:11.853Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-05-31T20:20:11.853Z] - "overlay": [2022-05-31T20:20:11.853Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-05-31T20:20:11.853Z] - "zfs": [2022-05-31T20:20:11.853Z] - /dev/zfs: present [2022-05-31T20:20:11.853Z] - zfs command: missing [2022-05-31T20:20:11.853Z] - zpool command: missing [2022-05-31T20:20:11.853Z] [2022-05-31T20:20:11.853Z] Limits: [2022-05-31T20:20:11.853Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-05-31T20:20:11.853Z] [2022-05-31T20:20:11.853Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-05-31T20:20:12.222Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:e3c14acd3386d52c91463926fccbadf1dd71f59d . [2022-05-31T20:20:12.480Z] #1 [internal] load build definition from Dockerfile [2022-05-31T20:20:12.480Z] #1 sha256:e5210da52ffde9e4b2c15c00fd498c520d21d1b51fd68e3d55cc92c5946cb538 [2022-05-31T20:20:12.480Z] #1 transferring dockerfile: [2022-05-31T20:20:12.480Z] #1 transferring dockerfile: 17.93kB done [2022-05-31T20:20:12.480Z] #1 DONE 0.2s [2022-05-31T20:20:12.480Z] [2022-05-31T20:20:12.480Z] #2 [internal] load .dockerignore [2022-05-31T20:20:12.480Z] #2 sha256:910cffc9d3f0102902b132ec6d2eb14b04e64ea8c640a490bc3147a521423e21 [2022-05-31T20:20:12.480Z] #2 transferring context: 145B done [2022-05-31T20:20:12.480Z] #2 DONE 0.1s [2022-05-31T20:20:12.480Z] [2022-05-31T20:20:12.480Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-05-31T20:20:12.480Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-05-31T20:20:12.598Z] #55 56.47 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-31T20:20:12.859Z] #55 ... [2022-05-31T20:20:12.859Z] [2022-05-31T20:20:12.859Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:20:12.859Z] #42 sha256:cdddd53eaf66c5a4cc1ad72969ff9954e6e86d2736995232ae865da98cdb3e86 [2022-05-31T20:20:12.859Z] #42 56.22 Setting up libicu67:amd64 (67.1-7) ... [2022-05-31T20:20:12.859Z] #42 56.26 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:20:12.859Z] #42 56.28 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-31T20:20:12.859Z] #42 56.30 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:20:12.859Z] #42 56.36 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-31T20:20:12.859Z] #42 56.39 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-31T20:20:12.859Z] #42 56.40 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-31T20:20:12.859Z] #42 56.43 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-05-31T20:20:12.859Z] #42 56.44 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-31T20:20:12.859Z] #42 56.46 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-31T20:20:12.859Z] #42 56.48 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:20:12.859Z] #42 DONE 57.0s [2022-05-31T20:20:13.049Z] #3 DONE 0.4s [2022-05-31T20:20:13.049Z] [2022-05-31T20:20:13.049Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-05-31T20:20:13.049Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-05-31T20:20:13.049Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-05-31T20:20:13.049Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 1.05MB / 9.67MB 0.1s [2022-05-31T20:20:13.049Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-05-31T20:20:13.049Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-05-31T20:20:13.049Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-05-31T20:20:13.121Z] [2022-05-31T20:20:13.121Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-31T20:20:13.121Z] #43 sha256:d827e07419ea898468ee56cdfa7f92e3c8d180a0ee91162c43c4e1a826cd3cd8 [2022-05-31T20:20:13.121Z] #43 DONE 0.2s [2022-05-31T20:20:13.121Z] [2022-05-31T20:20:13.121Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-05-31T20:20:13.121Z] #44 sha256:481b8b491cc174329881f77177528688d1633b949e81a90fe6eaa2c0260e9b71 [2022-05-31T20:20:13.310Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-05-31T20:20:13.570Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.4s done [2022-05-31T20:20:13.570Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-05-31T20:20:14.064Z] #44 0.835 + RM_GOPATH=0 [2022-05-31T20:20:14.064Z] #44 0.835 + TMP_GOPATH= [2022-05-31T20:20:14.064Z] #44 0.835 + : /build [2022-05-31T20:20:14.064Z] #44 0.835 + '[' -z '' ']' [2022-05-31T20:20:14.064Z] #44 0.835 ++ mktemp -d [2022-05-31T20:20:14.064Z] #44 0.838 + export GOPATH=/tmp/tmp.Qe5kx6i28d [2022-05-31T20:20:14.064Z] #44 0.838 + GOPATH=/tmp/tmp.Qe5kx6i28d [2022-05-31T20:20:14.064Z] #44 0.838 + RM_GOPATH=1 [2022-05-31T20:20:14.064Z] #44 0.838 + case "$(go env GOARCH)" in [2022-05-31T20:20:14.064Z] #44 0.841 ++ go env GOARCH [2022-05-31T20:20:14.064Z] #44 0.876 + export GO_BUILDMODE=-buildmode=pie [2022-05-31T20:20:14.064Z] #44 0.876 + GO_BUILDMODE=-buildmode=pie [2022-05-31T20:20:14.064Z] #44 0.876 ++ dirname /install.sh [2022-05-31T20:20:14.064Z] #44 0.878 + dir=/ [2022-05-31T20:20:14.064Z] #44 0.878 + bin=tini [2022-05-31T20:20:14.064Z] #44 0.879 + shift [2022-05-31T20:20:14.064Z] #44 0.880 + '[' '!' -f //tini.installer ']' [2022-05-31T20:20:14.064Z] #44 0.880 + . //tini.installer [2022-05-31T20:20:14.064Z] #44 0.880 ++ : v0.19.0 [2022-05-31T20:20:14.064Z] #44 0.881 + install_tini [2022-05-31T20:20:14.064Z] #44 0.882 + echo 'Install tini version v0.19.0' [2022-05-31T20:20:14.064Z] #44 0.882 Install tini version v0.19.0 [2022-05-31T20:20:14.064Z] #44 0.882 + git clone https://github.com/krallin/tini.git /tmp/tmp.Qe5kx6i28d/tini [2022-05-31T20:20:14.064Z] #44 0.885 Cloning into '/tmp/tmp.Qe5kx6i28d/tini'... [2022-05-31T20:20:14.134Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.5s done [2022-05-31T20:20:14.636Z] #44 1.572 + cd /tmp/tmp.Qe5kx6i28d/tini [2022-05-31T20:20:14.897Z] #44 1.572 + git checkout -q v0.19.0 [2022-05-31T20:20:14.897Z] #44 1.604 + cmake . [2022-05-31T20:20:15.070Z] #4 DONE 1.9s [2022-05-31T20:20:15.070Z] [2022-05-31T20:20:15.070Z] #6 [internal] load build definition from Dockerfile [2022-05-31T20:20:15.070Z] #6 sha256:9a6492a1ba0b4761547d66272f79a87cca6b43e01d3916b609393622179e2163 [2022-05-31T20:20:15.070Z] #6 DONE 0.0s [2022-05-31T20:20:15.070Z] [2022-05-31T20:20:15.070Z] #5 [internal] load .dockerignore [2022-05-31T20:20:15.070Z] #5 sha256:f2ed902160a6455534f1659ff5334810f2df77830588900e3d803a0db5f21cc6 [2022-05-31T20:20:15.070Z] #5 DONE 0.0s [2022-05-31T20:20:15.070Z] [2022-05-31T20:20:15.070Z] #10 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-31T20:20:15.070Z] #10 sha256:bda913637dfc96ae7398e978f5558b8bc08d10fc6fc8d03587819401a102d0a2 [2022-05-31T20:20:15.470Z] #44 2.188 -- The C compiler identification is GNU 10.2.1 [2022-05-31T20:20:15.470Z] #44 2.276 -- Detecting C compiler ABI info [2022-05-31T20:20:16.010Z] #10 ... [2022-05-31T20:20:16.010Z] [2022-05-31T20:20:16.010Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-05-31T20:20:16.010Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-05-31T20:20:16.010Z] #7 DONE 0.8s [2022-05-31T20:20:16.010Z] [2022-05-31T20:20:16.010Z] #10 [internal] load metadata for docker.io/library/golang:1.18.2-bullseye [2022-05-31T20:20:16.010Z] #10 sha256:bda913637dfc96ae7398e978f5558b8bc08d10fc6fc8d03587819401a102d0a2 [2022-05-31T20:20:16.010Z] #10 DONE 0.8s [2022-05-31T20:20:16.010Z] [2022-05-31T20:20:16.010Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-31T20:20:16.010Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-05-31T20:20:16.010Z] #9 DONE 0.9s [2022-05-31T20:20:16.010Z] [2022-05-31T20:20:16.010Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-05-31T20:20:16.010Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-05-31T20:20:16.010Z] #8 DONE 0.9s [2022-05-31T20:20:16.044Z] #44 2.790 -- Detecting C compiler ABI info - done [2022-05-31T20:20:16.044Z] #44 2.935 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-31T20:20:16.044Z] #44 2.950 -- Detecting C compile features [2022-05-31T20:20:16.044Z] #44 2.952 -- Detecting C compile features - done [2022-05-31T20:20:16.044Z] #44 2.998 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-31T20:20:16.289Z] [2022-05-31T20:20:16.289Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-31T20:20:16.289Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-31T20:20:16.289Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-05-31T20:20:16.289Z] #71 DONE 0.1s [2022-05-31T20:20:16.289Z] [2022-05-31T20:20:16.289Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-05-31T20:20:16.289Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-05-31T20:20:16.289Z] #28 resolve docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 0.1s done [2022-05-31T20:20:16.305Z] #44 3.179 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-31T20:20:16.305Z] #44 3.264 -- Configuring done [2022-05-31T20:20:16.557Z] #28 sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 1.85kB / 1.85kB done [2022-05-31T20:20:16.557Z] #28 sha256:f0203caaadfa5e8191aa8d75ad0b36c95c72543c33f76e48f0a4d9dec22d5a63 529B / 529B done [2022-05-31T20:20:16.557Z] #28 sha256:4eacea30377a698ef8fbec99b6caf01cb150151cbedc8e0b1c3d22f134206f1a 1.46kB / 1.46kB done [2022-05-31T20:20:16.566Z] #44 3.275 -- Generating done [2022-05-31T20:20:16.566Z] #44 3.293 -- Build files have been written to: /tmp/tmp.Qe5kx6i28d/tini [2022-05-31T20:20:16.566Z] #44 3.315 + make tini-static [2022-05-31T20:20:16.817Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 4.19MB / 55.01MB 0.2s [2022-05-31T20:20:16.817Z] #28 ... [2022-05-31T20:20:16.817Z] [2022-05-31T20:20:16.817Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-05-31T20:20:16.817Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-05-31T20:20:16.817Z] #49 DONE 0.0s [2022-05-31T20:20:16.817Z] [2022-05-31T20:20:16.817Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-05-31T20:20:16.817Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-05-31T20:20:16.839Z] #44 3.676 Scanning dependencies of target tini-static [2022-05-31T20:20:16.839Z] #44 3.771 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-31T20:20:17.077Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 8.39MB / 55.01MB 0.4s [2022-05-31T20:20:17.340Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 11.53MB / 55.01MB 0.6s [2022-05-31T20:20:17.597Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 15.73MB / 55.01MB 0.9s [2022-05-31T20:20:17.597Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 19.09MB / 55.01MB 1.1s [2022-05-31T20:20:17.803Z] #44 ... [2022-05-31T20:20:17.803Z] [2022-05-31T20:20:17.803Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-05-31T20:20:17.803Z] #53 sha256:1d7c87c01a497e4e394d68f389ff5ae50d0d2a9b215dcd310a3e282f6567b06b [2022-05-31T20:20:17.803Z] #53 61.09 gotestsum version dev [2022-05-31T20:20:17.803Z] #53 DONE 61.7s [2022-05-31T20:20:17.803Z] [2022-05-31T20:20:17.803Z] #14 [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 [2022-05-31T20:20:17.803Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:20:17.803Z] #14 55.61 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-31T20:20:17.803Z] #14 55.61 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-31T20:20:17.803Z] #14 55.62 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-31T20:20:17.803Z] #14 61.44 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-31T20:20:17.803Z] #14 61.47 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:20:17.803Z] #14 61.49 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-31T20:20:17.803Z] #14 61.71 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-31T20:20:17.803Z] #14 61.75 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:20:17.803Z] #14 61.77 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-31T20:20:17.853Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 23.83MB / 55.01MB 1.2s [2022-05-31T20:20:17.853Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 30.41MB / 55.01MB 1.3s [2022-05-31T20:20:18.064Z] #14 ... [2022-05-31T20:20:18.064Z] [2022-05-31T20:20:18.064Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-05-31T20:20:18.064Z] #44 sha256:481b8b491cc174329881f77177528688d1633b949e81a90fe6eaa2c0260e9b71 [2022-05-31T20:20:18.064Z] #44 5.067 [100%] Linking C executable tini-static [2022-05-31T20:20:18.115Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 35.65MB / 55.01MB 1.4s [2022-05-31T20:20:18.115Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 44.04MB / 55.01MB 1.6s [2022-05-31T20:20:18.377Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 47.19MB / 55.01MB 1.7s [2022-05-31T20:20:18.409Z] #49 18.94 Reading package lists... [2022-05-31T20:20:18.409Z] #49 ... [2022-05-31T20:20:18.409Z] [2022-05-31T20:20:18.409Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-31T20:20:18.409Z] #69 sha256:24f785a9149ca615766f07d3798764a4e1960931c1e143a69263ea80d79dbbfd [2022-05-31T20:20:18.409Z] #69 18.50 Reading package lists... [2022-05-31T20:20:18.642Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 51.38MB / 55.01MB 1.9s [2022-05-31T20:20:18.642Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 2.1s [2022-05-31T20:20:18.971Z] #69 27.92 Reading package lists... [2022-05-31T20:20:18.971Z] #69 ... [2022-05-31T20:20:18.971Z] [2022-05-31T20:20:18.971Z] #20 [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 [2022-05-31T20:20:18.971Z] #20 sha256:ef08cb1ac9fe355aba72e35fa69f19df2f5007531dd65a1c6a81e679c5aa682b [2022-05-31T20:20:18.971Z] #20 19.42 Fetched 40.5 MB in 18s (2264 kB/s) [2022-05-31T20:20:18.971Z] #20 19.42 Reading package lists... [2022-05-31T20:20:18.971Z] #20 28.31 Reading package lists... [2022-05-31T20:20:18.971Z] #20 ... [2022-05-31T20:20:18.971Z] [2022-05-31T20:20:18.971Z] #74 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-31T20:20:18.971Z] #74 sha256:bf7c0655d883edfab40897bb97d59cfa90eb25cd96310c826d3db41efe7c4d2c [2022-05-31T20:20:18.971Z] #74 29.24 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-31T20:20:18.971Z] #74 29.24 + GOBIN=/build [2022-05-31T20:20:18.971Z] #74 29.24 + GO111MODULE=on [2022-05-31T20:20:18.971Z] #74 29.24 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-31T20:20:19.008Z] #44 5.818 [100%] Built target tini-static [2022-05-31T20:20:19.008Z] #44 5.880 + mkdir -p /build [2022-05-31T20:20:19.008Z] #44 5.881 + cp tini-static /build/docker-init [2022-05-31T20:20:19.008Z] #44 DONE 6.0s [2022-05-31T20:20:19.008Z] [2022-05-31T20:20:19.008Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-31T20:20:19.008Z] #67 sha256:cef74217adb0a641af742f2a51a0ceda16883e6f1a13bd6a8f6ea0264b45b247 [2022-05-31T20:20:19.209Z] #28 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 2.6s done [2022-05-31T20:20:20.142Z] #28 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 0.4s [2022-05-31T20:20:22.686Z] #28 ... [2022-05-31T20:20:22.686Z] [2022-05-31T20:20:22.686Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:20:22.686Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:20:22.686Z] #11 resolve docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 0.1s done [2022-05-31T20:20:22.686Z] #11 sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 1.86kB / 1.86kB done [2022-05-31T20:20:22.686Z] #11 sha256:1ef717333a4148055d28149ff4ba450d124bfaeeb15bc4c5e56ca4695a1eca79 1.80kB / 1.80kB done [2022-05-31T20:20:22.686Z] #11 sha256:738636f0601079e18f7b2295f4183a0b6e52a94305a4260e1f156aa8d8014396 7.10kB / 7.10kB done [2022-05-31T20:20:22.686Z] #11 sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 55.01MB / 55.01MB 2.6s done [2022-05-31T20:20:22.686Z] #11 sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 5.16MB / 5.16MB 0.4s done [2022-05-31T20:20:22.686Z] #11 sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 10.88MB / 10.88MB 0.9s done [2022-05-31T20:20:22.686Z] #11 sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 54.58MB / 54.58MB 3.1s done [2022-05-31T20:20:22.686Z] #11 sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 85.87MB / 85.87MB 4.2s done [2022-05-31T20:20:22.686Z] #11 sha256:26ce77466daeaabddaa22bc74dcfd0ff40a955448368b55b1d8fe66c203f2466 155B / 155B 3.2s done [2022-05-31T20:20:22.686Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 79.07MB / 141.73MB 6.1s [2022-05-31T20:20:23.142Z] #74 32.83 rootlesskit version 1.0.0 [2022-05-31T20:20:23.142Z] #74 32.83 Usage of /build/rootlesskit-docker-proxy: [2022-05-31T20:20:23.142Z] #74 32.83 -container-ip string [2022-05-31T20:20:23.142Z] #74 32.83 container ip [2022-05-31T20:20:23.142Z] #74 32.83 -container-port int [2022-05-31T20:20:23.142Z] #74 32.83 container port (default -1) [2022-05-31T20:20:23.142Z] #74 32.83 -host-ip string [2022-05-31T20:20:23.142Z] #74 32.83 host ip [2022-05-31T20:20:23.142Z] #74 32.83 -host-port int [2022-05-31T20:20:23.142Z] #74 32.83 host port (default -1) [2022-05-31T20:20:23.142Z] #74 32.83 -proto string [2022-05-31T20:20:23.142Z] #74 32.83 proxy protocol (default "tcp") [2022-05-31T20:20:23.253Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 90.18MB / 141.73MB 6.7s [2022-05-31T20:20:23.482Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-31T20:20:23.482Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-31T20:20:23.482Z] GOOS="" GOARCH="" GOARM="" [2022-05-31T20:20:23.482Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-31T20:20:23.482Z] [2022-05-31T20:20:23.482Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-31T20:20:23.482Z] DOCKER_SYSTEMD=1 [2022-05-31T20:20:23.482Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-31T20:20:23.482Z] HOSTNAME=1ef0fcd8fec9 [2022-05-31T20:20:23.482Z] DEST=bundles/test-integration [2022-05-31T20:20:23.482Z] PWD=/go/src/github.com/docker/docker [2022-05-31T20:20:23.482Z] DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d [2022-05-31T20:20:23.482Z] container=docker [2022-05-31T20:20:23.482Z] HOME=/root [2022-05-31T20:20:23.482Z] LANG=C.UTF-8 [2022-05-31T20:20:23.482Z] INVOCATION_ID=7ef48bf0a6ac408cb9239c754b1a29b7 [2022-05-31T20:20:23.482Z] GOLANG_VERSION=1.18.2 [2022-05-31T20:20:23.482Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-31T20:20:23.482Z] VALIDATE_BRANCH=master [2022-05-31T20:20:23.482Z] TERM=xterm [2022-05-31T20:20:23.482Z] DOCKER_PKG=github.com/docker/docker [2022-05-31T20:20:23.482Z] SHLVL=3 [2022-05-31T20:20:23.482Z] TIMEOUT=120m [2022-05-31T20:20:23.482Z] DOCKER_BUILDTAGS= journald [2022-05-31T20:20:23.482Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-31T20:20:23.482Z] GO111MODULE=off [2022-05-31T20:20:23.482Z] DOCKER_EXPERIMENTAL=1 [2022-05-31T20:20:23.482Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-31T20:20:23.482Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-31T20:20:23.482Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-31T20:20:23.482Z] GOPATH=/go [2022-05-31T20:20:23.482Z] PKG_CONFIG=pkg-config [2022-05-31T20:20:23.482Z] _=/usr/bin/env [2022-05-31T20:20:23.482Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-31T20:20:23.510Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 103.81MB / 141.73MB 7.0s [2022-05-31T20:20:23.705Z] #74 DONE 33.9s [2022-05-31T20:20:23.705Z] [2022-05-31T20:20:23.705Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-31T20:20:23.705Z] #75 sha256:d3e5661ca8cacb1f6b2f89c66f545b8a8dabbda2d962b713a9f70ecc1d3edfa8 [2022-05-31T20:20:23.705Z] #75 DONE 0.1s [2022-05-31T20:20:23.705Z] [2022-05-31T20:20:23.705Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:20:23.705Z] #49 sha256:0e0cdf44a4b6cc742b40a8b1662a581d6a2e697759daf41a7184757fd98f44f6 [2022-05-31T20:20:23.705Z] #49 18.94 Reading package lists... [2022-05-31T20:20:23.705Z] #49 28.05 Reading package lists... [2022-05-31T20:20:23.705Z] #49 ... [2022-05-31T20:20:23.705Z] [2022-05-31T20:20:23.705Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-31T20:20:23.705Z] #76 sha256:11659635a71dba75b217b0634be25b09e09fde27c7294fec3113f46eef89c90f [2022-05-31T20:20:23.705Z] #76 DONE 0.1s [2022-05-31T20:20:23.772Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 112.20MB / 141.73MB 7.3s [2022-05-31T20:20:23.772Z] #11 ... [2022-05-31T20:20:23.772Z] [2022-05-31T20:20:23.772Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-05-31T20:20:23.772Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-05-31T20:20:23.962Z] [2022-05-31T20:20:23.962Z] #20 [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 [2022-05-31T20:20:23.962Z] #20 sha256:ef08cb1ac9fe355aba72e35fa69f19df2f5007531dd65a1c6a81e679c5aa682b [2022-05-31T20:20:25.143Z] #28 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 5.6s [2022-05-31T20:20:25.189Z] ok github.com/docker/docker/cmd/dockerd 0.082s coverage: 29.7% of statements [2022-05-31T20:20:25.341Z] #20 28.31 Reading package lists... [2022-05-31T20:20:25.342Z] #20 ... [2022-05-31T20:20:25.342Z] [2022-05-31T20:20:25.342Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-31T20:20:25.342Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-31T20:20:25.342Z] #79 CACHED [2022-05-31T20:20:25.342Z] [2022-05-31T20:20:25.342Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-31T20:20:25.342Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-31T20:20:25.342Z] #81 CACHED [2022-05-31T20:20:25.342Z] [2022-05-31T20:20:25.342Z] #20 [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 [2022-05-31T20:20:25.342Z] #20 sha256:ef08cb1ac9fe355aba72e35fa69f19df2f5007531dd65a1c6a81e679c5aa682b [2022-05-31T20:20:25.457Z] ok github.com/docker/docker/container 0.118s coverage: 34.8% of statements [2022-05-31T20:20:25.604Z] #67 ... [2022-05-31T20:20:25.604Z] [2022-05-31T20:20:25.604Z] #14 [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 [2022-05-31T20:20:25.604Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:20:25.604Z] #14 68.82 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-31T20:20:25.604Z] #14 68.82 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:20:25.604Z] #14 68.83 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-31T20:20:25.716Z] ok github.com/docker/docker/cmd/dockerd/trap 2.435s coverage: 0.0% of statements [2022-05-31T20:20:25.716Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-31T20:20:25.716Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-31T20:20:25.716Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-31T20:20:25.716Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-31T20:20:25.716Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-31T20:20:25.750Z] #28 ... [2022-05-31T20:20:25.750Z] [2022-05-31T20:20:25.750Z] #24 [internal] load build context [2022-05-31T20:20:25.750Z] #24 sha256:1fc93e7e2d5b15739d15ceede59331bc82390f0ab862c2a7cb69b894530e925c [2022-05-31T20:20:25.750Z] #24 transferring context: 61.15MB 9.0s done [2022-05-31T20:20:25.750Z] #24 DONE 9.6s [2022-05-31T20:20:25.904Z] #20 28.31 Reading package lists... [2022-05-31T20:20:25.904Z] #20 ... [2022-05-31T20:20:25.905Z] [2022-05-31T20:20:25.905Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-31T20:20:25.905Z] #69 sha256:24f785a9149ca615766f07d3798764a4e1960931c1e143a69263ea80d79dbbfd [2022-05-31T20:20:25.905Z] #69 27.92 Reading package lists... [2022-05-31T20:20:26.012Z] [2022-05-31T20:20:26.012Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-31T20:20:26.012Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-05-31T20:20:26.012Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-05-31T20:20:26.012Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-31T20:20:26.012Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-05-31T20:20:26.012Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.3s done [2022-05-31T20:20:26.012Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.9s done [2022-05-31T20:20:26.012Z] #71 DONE 9.6s [2022-05-31T20:20:26.012Z] [2022-05-31T20:20:26.012Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:20:26.012Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:20:26.012Z] #11 sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 141.73MB / 141.73MB 9.3s done [2022-05-31T20:20:26.289Z] #11 ... [2022-05-31T20:20:26.289Z] [2022-05-31T20:20:26.289Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-05-31T20:20:26.289Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-05-31T20:20:26.289Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-05-31T20:20:26.289Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-05-31T20:20:26.289Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-05-31T20:20:26.289Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-05-31T20:20:26.289Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.8s done [2022-05-31T20:20:26.289Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.3s done [2022-05-31T20:20:26.289Z] #73 DONE 9.7s [2022-05-31T20:20:26.289Z] [2022-05-31T20:20:26.289Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:20:26.289Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:20:27.796Z] #69 36.52 Building dependency tree... [2022-05-31T20:20:27.796Z] #69 38.12 Reading state information... [2022-05-31T20:20:28.808Z] #11 ... [2022-05-31T20:20:28.808Z] [2022-05-31T20:20:28.808Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-05-31T20:20:28.808Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-05-31T20:20:28.808Z] #72 DONE 0.7s [2022-05-31T20:20:28.808Z] [2022-05-31T20:20:28.808Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:20:28.808Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:20:29.164Z] #69 39.57 The following additional packages will be installed: [2022-05-31T20:20:29.164Z] #69 39.58 libbtrfs0 [2022-05-31T20:20:29.164Z] #69 39.71 The following NEW packages will be installed: [2022-05-31T20:20:29.164Z] #69 39.72 libbtrfs-dev libbtrfs0 [2022-05-31T20:20:29.382Z] #11 ... [2022-05-31T20:20:29.382Z] [2022-05-31T20:20:29.382Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-05-31T20:20:29.382Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-05-31T20:20:29.382Z] #74 DONE 0.8s [2022-05-31T20:20:29.420Z] #69 40.16 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:20:29.420Z] #69 40.16 Need to get 460 kB of archives. [2022-05-31T20:20:29.420Z] #69 40.16 After this operation, 1237 kB of additional disk space will be used. [2022-05-31T20:20:29.420Z] #69 40.16 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-31T20:20:29.640Z] [2022-05-31T20:20:29.640Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:20:29.640Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:20:29.677Z] #69 40.17 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-31T20:20:29.934Z] #69 40.52 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:20:30.190Z] #69 40.75 Fetched 460 kB in 0s (1448 kB/s) [2022-05-31T20:20:30.190Z] #69 40.81 Selecting previously unselected package libbtrfs0:amd64. [2022-05-31T20:20:30.446Z] #69 40.81 (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 ... 30256 files and directories currently installed.) [2022-05-31T20:20:30.446Z] #69 40.84 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-31T20:20:30.446Z] #69 40.85 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-31T20:20:30.446Z] #69 40.96 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-31T20:20:30.446Z] #69 40.96 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-31T20:20:30.446Z] #69 40.97 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-31T20:20:30.578Z] #11 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 10.7s [2022-05-31T20:20:30.702Z] #69 41.12 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-31T20:20:30.702Z] #69 41.16 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-31T20:20:30.702Z] #69 41.19 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:20:30.702Z] #69 DONE 41.3s [2022-05-31T20:20:30.702Z] [2022-05-31T20:20:30.702Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-31T20:20:30.702Z] #70 sha256:9efa61b5e898d0f613711752f3be083139965839d98d4142cb707b738efc44e9 [2022-05-31T20:20:30.834Z] #11 ... [2022-05-31T20:20:30.834Z] [2022-05-31T20:20:30.834Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-05-31T20:20:30.834Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-05-31T20:20:30.834Z] #28 extracting sha256:e756f3fdd6a378aa16205b0f75d178b7532b110e86be7659004fc6a21183226c 11.0s done [2022-05-31T20:20:30.834Z] #28 DONE 14.5s [2022-05-31T20:20:30.834Z] [2022-05-31T20:20:30.834Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:20:30.834Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:20:30.834Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 [2022-05-31T20:20:30.957Z] #70 DONE 0.1s [2022-05-31T20:20:30.957Z] [2022-05-31T20:20:30.957Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:20:30.957Z] #71 sha256:6e8246a5ae7569b8189be83f7fa9cb216d3421d7bce2ae85ade63c786f264195 [2022-05-31T20:20:31.397Z] #11 extracting sha256:bf168a6748997eb97b48cc86234b7ff7d8bc907645b9be99013158b3f146b272 0.5s done [2022-05-31T20:20:31.397Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.1s [2022-05-31T20:20:31.520Z] #71 0.748 + RM_GOPATH=0 [2022-05-31T20:20:31.520Z] #71 0.748 + TMP_GOPATH= [2022-05-31T20:20:31.520Z] #71 0.748 + : /build [2022-05-31T20:20:31.520Z] #71 0.748 + '[' -z '' ']' [2022-05-31T20:20:31.520Z] #71 0.748 ++ mktemp -d [2022-05-31T20:20:31.777Z] #71 0.750 + export GOPATH=/tmp/tmp.TaU2b9bZi7 [2022-05-31T20:20:31.777Z] #71 0.750 + GOPATH=/tmp/tmp.TaU2b9bZi7 [2022-05-31T20:20:31.777Z] #71 0.750 + RM_GOPATH=1 [2022-05-31T20:20:31.777Z] #71 0.750 + case "$(go env GOARCH)" in [2022-05-31T20:20:31.777Z] #71 0.751 ++ go env GOARCH [2022-05-31T20:20:31.777Z] #71 0.761 + export GO_BUILDMODE=-buildmode=pie [2022-05-31T20:20:31.777Z] #71 0.761 + GO_BUILDMODE=-buildmode=pie [2022-05-31T20:20:31.777Z] #71 0.762 ++ dirname /install.sh [2022-05-31T20:20:31.777Z] #71 0.762 + dir=/ [2022-05-31T20:20:31.777Z] #71 0.762 + bin=containerd [2022-05-31T20:20:31.777Z] #71 0.762 + shift [2022-05-31T20:20:31.777Z] #71 0.763 + '[' '!' -f //containerd.installer ']' [2022-05-31T20:20:31.777Z] #71 0.763 + . //containerd.installer [2022-05-31T20:20:31.777Z] #71 0.763 ++ set -e [2022-05-31T20:20:31.777Z] #71 0.763 ++ : v1.6.4 [2022-05-31T20:20:31.777Z] #71 0.763 + install_containerd [2022-05-31T20:20:31.777Z] #71 0.763 + echo 'Install containerd version v1.6.4' [2022-05-31T20:20:31.777Z] #71 0.764 Install containerd version v1.6.4 [2022-05-31T20:20:31.777Z] #71 0.764 + git clone https://github.com/containerd/containerd.git /tmp/tmp.TaU2b9bZi7/src/github.com/containerd/containerd [2022-05-31T20:20:31.777Z] #71 0.785 Cloning into '/tmp/tmp.TaU2b9bZi7/src/github.com/containerd/containerd'... [2022-05-31T20:20:31.960Z] #11 extracting sha256:e604223835ccf02d097187b5a58ca73e8598cadbb16a36202ca1943e97f56f1f 0.4s done [2022-05-31T20:20:32.217Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 [2022-05-31T20:20:32.298Z] ok github.com/docker/docker/daemon/cluster 0.072s coverage: 0.5% of statements [2022-05-31T20:20:32.558Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.016s coverage: 65.3% of statements [2022-05-31T20:20:33.944Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 36.9% of statements [2022-05-31T20:20:35.046Z] #71 ... [2022-05-31T20:20:35.046Z] [2022-05-31T20:20:35.046Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:20:35.046Z] #49 sha256:0e0cdf44a4b6cc742b40a8b1662a581d6a2e697759daf41a7184757fd98f44f6 [2022-05-31T20:20:35.046Z] #49 28.05 Reading package lists... [2022-05-31T20:20:35.046Z] #49 37.08 Building dependency tree... [2022-05-31T20:20:35.046Z] #49 38.57 Reading state information... [2022-05-31T20:20:35.046Z] #49 39.93 The following additional packages will be installed: [2022-05-31T20:20:35.046Z] #49 39.94 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-05-31T20:20:35.046Z] #49 39.96 Suggested packages: [2022-05-31T20:20:35.046Z] #49 39.96 cmake-doc ninja-build lrzip [2022-05-31T20:20:35.046Z] #49 39.96 Recommended packages: [2022-05-31T20:20:35.046Z] #49 39.96 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-31T20:20:35.046Z] #49 40.29 The following NEW packages will be installed: [2022-05-31T20:20:35.046Z] #49 40.30 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-05-31T20:20:35.046Z] #49 40.63 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:20:35.046Z] #49 40.63 Need to get 8418 kB of archives. [2022-05-31T20:20:35.046Z] #49 40.63 After this operation, 34.9 MB of additional disk space will be used. [2022-05-31T20:20:35.046Z] #49 40.63 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-31T20:20:35.046Z] #49 40.64 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-31T20:20:35.046Z] #49 40.64 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-31T20:20:35.046Z] #49 40.68 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-31T20:20:35.046Z] #49 40.68 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-31T20:20:35.046Z] #49 40.68 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-31T20:20:35.046Z] #49 40.69 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-31T20:20:35.046Z] #49 40.69 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-31T20:20:35.046Z] #49 41.20 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:20:35.046Z] #49 41.47 Fetched 8418 kB in 0s (20.9 MB/s) [2022-05-31T20:20:35.046Z] #49 41.54 Selecting previously unselected package xxd. [2022-05-31T20:20:35.046Z] #49 41.54 (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 ... 30256 files and directories currently installed.) [2022-05-31T20:20:35.046Z] #49 41.59 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-31T20:20:35.046Z] #49 41.60 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:20:35.046Z] #49 41.74 Selecting previously unselected package vim-common. [2022-05-31T20:20:35.046Z] #49 41.75 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-31T20:20:35.046Z] #49 41.76 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:20:35.046Z] #49 41.97 Selecting previously unselected package cmake-data. [2022-05-31T20:20:35.046Z] #49 41.97 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-31T20:20:35.046Z] #49 41.97 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-31T20:20:35.046Z] #49 42.71 Selecting previously unselected package libarchive13:amd64. [2022-05-31T20:20:35.046Z] #49 42.71 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-31T20:20:35.046Z] #49 42.72 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-31T20:20:35.046Z] #49 42.80 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-31T20:20:35.046Z] #49 42.80 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-31T20:20:35.046Z] #49 42.81 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-31T20:20:35.046Z] #49 42.87 Selecting previously unselected package librhash0:amd64. [2022-05-31T20:20:35.046Z] #49 42.88 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-05-31T20:20:35.046Z] #49 42.88 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-31T20:20:35.046Z] #49 42.95 Selecting previously unselected package libuv1:amd64. [2022-05-31T20:20:35.046Z] #49 42.96 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-05-31T20:20:35.046Z] #49 42.97 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-31T20:20:35.046Z] #49 43.03 Selecting previously unselected package cmake. [2022-05-31T20:20:35.046Z] #49 43.04 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-31T20:20:35.046Z] #49 43.04 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-31T20:20:35.046Z] #49 44.33 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-31T20:20:35.046Z] #49 44.35 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:20:35.046Z] #49 44.36 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-31T20:20:35.046Z] #49 44.37 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:20:35.046Z] #49 44.40 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-31T20:20:35.046Z] #49 44.42 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-31T20:20:35.046Z] #49 44.43 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-31T20:20:35.046Z] #49 44.45 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-31T20:20:35.046Z] #49 44.47 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:20:35.046Z] #49 DONE 45.2s [2022-05-31T20:20:35.046Z] [2022-05-31T20:20:35.046Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-31T20:20:35.046Z] #50 sha256:2f967a3c9291211bb8ba3188b0f575ab7ce141ecf2c29640bf52a5e40a618e86 [2022-05-31T20:20:35.046Z] #50 DONE 0.1s [2022-05-31T20:20:35.046Z] [2022-05-31T20:20:35.046Z] #20 [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 [2022-05-31T20:20:35.046Z] #20 sha256:ef08cb1ac9fe355aba72e35fa69f19df2f5007531dd65a1c6a81e679c5aa682b [2022-05-31T20:20:35.046Z] #20 28.31 Reading package lists... [2022-05-31T20:20:35.046Z] #20 36.64 Building dependency tree... [2022-05-31T20:20:35.046Z] #20 38.18 Reading state information... [2022-05-31T20:20:35.046Z] #20 39.51 The following additional packages will be installed: [2022-05-31T20:20:35.046Z] #20 39.51 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-31T20:20:35.046Z] #20 39.51 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-31T20:20:35.046Z] #20 39.51 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-31T20:20:35.046Z] #20 39.51 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-31T20:20:35.046Z] #20 39.52 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-31T20:20:35.046Z] #20 39.52 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-31T20:20:35.046Z] #20 39.52 mingw-w64-common mingw-w64-x86-64-dev [2022-05-31T20:20:35.046Z] #20 39.54 Suggested packages: [2022-05-31T20:20:35.046Z] #20 39.54 gcc-10-locales seccomp wine64 [2022-05-31T20:20:35.046Z] #20 40.09 The following NEW packages will be installed: [2022-05-31T20:20:35.046Z] #20 40.09 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-31T20:20:35.046Z] #20 40.09 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-31T20:20:35.046Z] #20 40.09 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-31T20:20:35.046Z] #20 40.09 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-31T20:20:35.046Z] #20 40.09 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-31T20:20:35.046Z] #20 40.10 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-31T20:20:35.046Z] #20 40.10 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-31T20:20:35.046Z] #20 40.10 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-31T20:20:35.046Z] #20 40.10 mingw-w64-x86-64-dev [2022-05-31T20:20:35.046Z] #20 40.46 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:20:35.046Z] #20 40.46 Need to get 115 MB of archives. [2022-05-31T20:20:35.046Z] #20 40.46 After this operation, 645 MB of additional disk space will be used. [2022-05-31T20:20:35.046Z] #20 40.46 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] [2022-05-31T20:20:35.046Z] #20 40.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] [2022-05-31T20:20:35.046Z] #20 40.51 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-05-31T20:20:35.046Z] #20 40.51 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-05-31T20:20:35.046Z] #20 40.51 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-05-31T20:20:35.046Z] #20 40.51 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-31T20:20:35.046Z] #20 40.56 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-05-31T20:20:35.046Z] #20 40.59 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] [2022-05-31T20:20:35.046Z] #20 40.60 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] [2022-05-31T20:20:35.046Z] #20 40.77 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] [2022-05-31T20:20:35.046Z] #20 41.15 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] [2022-05-31T20:20:35.046Z] #20 41.31 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] [2022-05-31T20:20:35.046Z] #20 41.53 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] [2022-05-31T20:20:35.046Z] #20 41.94 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] [2022-05-31T20:20:35.046Z] #20 42.08 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] [2022-05-31T20:20:35.046Z] #20 42.09 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-31T20:20:35.046Z] #20 42.09 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-31T20:20:35.046Z] #20 42.09 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-31T20:20:35.046Z] #20 42.10 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-31T20:20:35.046Z] #20 42.10 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] [2022-05-31T20:20:35.046Z] #20 42.10 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-31T20:20:35.046Z] #20 42.10 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-31T20:20:35.046Z] #20 42.11 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-31T20:20:35.046Z] #20 42.11 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-31T20:20:35.046Z] #20 42.12 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-31T20:20:35.046Z] #20 42.12 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-31T20:20:35.046Z] #20 42.13 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-31T20:20:35.046Z] #20 42.14 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-05-31T20:20:35.046Z] #20 42.14 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-05-31T20:20:35.046Z] #20 42.14 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-31T20:20:35.046Z] #20 42.60 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:20:35.046Z] #20 42.73 Fetched 115 MB in 2s (57.8 MB/s) [2022-05-31T20:20:35.046Z] #20 42.76 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-31T20:20:35.046Z] #20 42.76 (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 ... 30256 files and directories currently installed.) [2022-05-31T20:20:35.046Z] #20 42.78 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-31T20:20:35.046Z] #20 42.79 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-31T20:20:35.046Z] #20 43.33 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-31T20:20:35.046Z] #20 43.33 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-31T20:20:35.046Z] #20 43.34 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-31T20:20:35.046Z] #20 44.21 Selecting previously unselected package binutils-mingw-w64. [2022-05-31T20:20:35.046Z] #20 44.21 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-31T20:20:35.046Z] #20 44.21 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-31T20:20:35.046Z] #20 44.29 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-31T20:20:35.046Z] #20 44.29 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-31T20:20:35.046Z] #20 44.31 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:20:35.046Z] #20 44.39 Selecting previously unselected package dmsetup. [2022-05-31T20:20:35.046Z] #20 44.39 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-31T20:20:35.046Z] #20 44.40 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-31T20:20:35.046Z] #20 44.46 Selecting previously unselected package mingw-w64-common. [2022-05-31T20:20:35.046Z] #20 44.46 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-31T20:20:35.046Z] #20 44.48 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-31T20:20:35.609Z] #20 ... [2022-05-31T20:20:35.609Z] [2022-05-31T20:20:35.609Z] #51 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-05-31T20:20:35.609Z] #51 sha256:7a654d6bc3154cbdf2d72985008d6acdae88df7d8563d6eabec7d8e8e47151b9 [2022-05-31T20:20:35.609Z] #51 0.725 + RM_GOPATH=0 [2022-05-31T20:20:35.609Z] #51 0.725 + TMP_GOPATH= [2022-05-31T20:20:35.609Z] #51 0.725 + : /build [2022-05-31T20:20:35.609Z] #51 0.725 + '[' -z '' ']' [2022-05-31T20:20:35.609Z] #51 0.725 ++ mktemp -d [2022-05-31T20:20:35.609Z] #51 0.728 + export GOPATH=/tmp/tmp.3fds8GTKSb [2022-05-31T20:20:35.609Z] #51 0.729 + GOPATH=/tmp/tmp.3fds8GTKSb [2022-05-31T20:20:35.609Z] #51 0.729 + RM_GOPATH=1 [2022-05-31T20:20:35.609Z] #51 0.729 + case "$(go env GOARCH)" in [2022-05-31T20:20:35.609Z] #51 0.729 ++ go env GOARCH [2022-05-31T20:20:35.609Z] #51 0.743 + export GO_BUILDMODE=-buildmode=pie [2022-05-31T20:20:35.609Z] #51 0.743 + GO_BUILDMODE=-buildmode=pie [2022-05-31T20:20:35.609Z] #51 0.743 ++ dirname /install.sh [2022-05-31T20:20:35.609Z] #51 0.744 + dir=/ [2022-05-31T20:20:35.609Z] #51 0.744 + bin=tini [2022-05-31T20:20:35.609Z] #51 0.745 + shift [2022-05-31T20:20:35.609Z] #51 0.745 + '[' '!' -f //tini.installer ']' [2022-05-31T20:20:35.609Z] #51 0.745 + . //tini.installer [2022-05-31T20:20:35.609Z] #51 0.745 ++ : v0.19.0 [2022-05-31T20:20:35.609Z] #51 0.745 + install_tini [2022-05-31T20:20:35.609Z] #51 0.746 + echo 'Install tini version v0.19.0' [2022-05-31T20:20:35.609Z] #51 0.746 Install tini version v0.19.0 [2022-05-31T20:20:35.609Z] #51 0.746 + git clone https://github.com/krallin/tini.git /tmp/tmp.3fds8GTKSb/tini [2022-05-31T20:20:35.609Z] #51 0.748 Cloning into '/tmp/tmp.3fds8GTKSb/tini'... [2022-05-31T20:20:35.865Z] #51 1.123 + cd /tmp/tmp.3fds8GTKSb/tini [2022-05-31T20:20:35.865Z] #51 1.124 + git checkout -q v0.19.0 [2022-05-31T20:20:35.865Z] #51 1.136 + cmake . [2022-05-31T20:20:36.121Z] #51 1.393 -- The C compiler identification is GNU 10.2.1 [2022-05-31T20:20:36.378Z] #51 1.416 -- Detecting C compiler ABI info [2022-05-31T20:20:36.378Z] #51 1.692 -- Detecting C compiler ABI info - done [2022-05-31T20:20:36.634Z] #51 1.749 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-31T20:20:36.634Z] #51 1.750 -- Detecting C compile features [2022-05-31T20:20:36.634Z] #51 1.751 -- Detecting C compile features - done [2022-05-31T20:20:36.634Z] #51 1.771 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-31T20:20:36.634Z] #51 1.869 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-31T20:20:36.634Z] #51 1.913 -- Configuring done [2022-05-31T20:20:36.634Z] #51 1.929 -- Generating done [2022-05-31T20:20:36.634Z] #51 1.937 -- Build files have been written to: /tmp/tmp.3fds8GTKSb/tini [2022-05-31T20:20:36.634Z] #51 1.949 + make tini-static [2022-05-31T20:20:36.891Z] #51 2.055 Scanning dependencies of target tini-static [2022-05-31T20:20:36.891Z] #51 2.075 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-31T20:20:37.455Z] #51 2.544 [100%] Linking C executable tini-static [2022-05-31T20:20:37.455Z] #51 2.795 [100%] Built target tini-static [2022-05-31T20:20:37.476Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 5.0s [2022-05-31T20:20:37.711Z] #51 2.809 + mkdir -p /build [2022-05-31T20:20:37.711Z] #51 2.811 + cp tini-static /build/docker-init [2022-05-31T20:20:37.842Z] #14 ... [2022-05-31T20:20:37.842Z] [2022-05-31T20:20:37.842Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:20:37.842Z] #64 sha256:cb55b5fc5cda5bd3b59b0ee12d50e00a8ac0a7ec1b94ec8e5c9b85e34342e897 [2022-05-31T20:20:37.842Z] #64 42.75 Updating files: 47% (2262/4766) Updating files: 48% (2288/4766) Updating files: 49% (2336/4766) Updating files: 50% (2383/4766) Updating files: 51% (2431/4766) Updating files: 52% (2479/4766) Updating files: 53% (2526/4766) Updating files: 54% (2574/4766) Updating files: 55% (2622/4766) Updating files: 56% (2669/4766) Updating files: 57% (2717/4766) Updating files: 58% (2765/4766) Updating files: 59% (2812/4766) Updating files: 60% (2860/4766) Updating files: 61% (2908/4766) Updating files: 62% (2955/4766) Updating files: 63% (3003/4766) Updating files: 64% (3051/4766) Updating files: 65% (3098/4766) Updating files: 66% (3146/4766) Updating files: 67% (3194/4766) Updating files: 68% (3241/4766) Updating files: 69% (3289/4766) Updating files: 70% (3337/4766) Updating files: 71% (3384/4766) Updating files: 72% (3432/4766) Updating files: 73% (3480/4766) Updating files: 74% (3527/4766) Updating files: 75% (3575/4766) Updating files: 76% (3623/4766) Updating files: 77% (3670/4766) Updating files: 78% (3718/4766) Updating files: 79% (3766/4766) Updating files: 80% (3813/4766) Updating files: 81% (3861/4766) Updating files: 82% (3909/4766) Updating files: 83% (3956/4766) Updating files: 84% (4004/4766) Updating files: 85% (4052/4766) Updating files: 86% (4099/4766) Updating files: 87% (4147/4766) Updating files: 88% (4195/4766) Updating files: 89% (4242/4766) Updating files: 90% (4290/4766) Updating files: 91% (4338/4766) Updating files: 92% (4385/4766) Updating files: 93% (4433/4766) Updating files: 93% (4452/4766) Updating files: 94% (4481/4766) Updating files: 95% (4528/4766) Updating files: 96% (4576/4766) Updating files: 97% (4624/4766) Updating files: 98% (4671/4766) Updating files: 99% (4719/4766) Updating files: 100% (4766/4766) Updating files: 100% (4766/4766), done. [2022-05-31T20:20:37.842Z] #64 43.94 + cd /tmp/tmp.ZNvYhuuQoy/src/github.com/containerd/containerd [2022-05-31T20:20:37.842Z] #64 43.96 + git checkout -q v1.6.4 [2022-05-31T20:20:38.274Z] #51 DONE 3.5s [2022-05-31T20:20:38.275Z] [2022-05-31T20:20:38.275Z] #20 [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 [2022-05-31T20:20:38.275Z] #20 sha256:ef08cb1ac9fe355aba72e35fa69f19df2f5007531dd65a1c6a81e679c5aa682b [2022-05-31T20:20:38.275Z] #20 46.20 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-31T20:20:38.275Z] #20 46.20 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-31T20:20:38.275Z] #20 46.21 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-31T20:20:38.275Z] #20 47.96 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-31T20:20:38.275Z] #20 47.97 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:20:38.275Z] #20 47.98 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-31T20:20:38.275Z] #20 48.04 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-31T20:20:38.275Z] #20 48.05 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:20:38.275Z] #20 48.05 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-31T20:20:38.785Z] #64 45.19 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-31T20:20:38.785Z] #64 45.19 + BUILDTAGS='netgo osusergo static_build' [2022-05-31T20:20:38.785Z] #64 45.20 + export EXTRA_FLAGS=-buildmode=pie [2022-05-31T20:20:38.785Z] #64 45.20 + EXTRA_FLAGS=-buildmode=pie [2022-05-31T20:20:38.785Z] #64 45.20 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-31T20:20:38.785Z] #64 45.20 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-31T20:20:38.785Z] #64 45.20 + '[' '' = dynamic ']' [2022-05-31T20:20:38.785Z] #64 45.20 + make [2022-05-31T20:20:38.845Z] #11 extracting sha256:6d5c91c4cd86dde23108ab3af91e9eae838d0059a380ee7dfd4f370b6d985523 6.8s done [2022-05-31T20:20:39.102Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 [2022-05-31T20:20:39.641Z] #20 ... [2022-05-31T20:20:39.641Z] [2022-05-31T20:20:39.641Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-31T20:20:39.641Z] #53 sha256:06fb131fa3a507bed720fa321312e97005c9a58c12f1f5fa2f1de893c88c4fe8 [2022-05-31T20:20:39.641Z] #53 CACHED [2022-05-31T20:20:39.641Z] [2022-05-31T20:20:39.641Z] #54 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-31T20:20:39.641Z] #54 sha256:2289046ff473e3c18fd534924de3f703e3d885992ab5a0daed25d4f30c008c37 [2022-05-31T20:20:39.641Z] #54 CACHED [2022-05-31T20:20:39.641Z] [2022-05-31T20:20:39.641Z] #57 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-05-31T20:20:39.641Z] #57 sha256:67ece1e788e4676d3dcc2f2d4fd4d70745ca77d0be83e09159f82898396f156b [2022-05-31T20:20:39.641Z] #57 CACHED [2022-05-31T20:20:39.641Z] [2022-05-31T20:20:39.642Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-31T20:20:39.642Z] #58 sha256:113d2bb1d4548e80ebe8fce070dfbb856d4f7e96e19058ca2a7a1a7cd8f6f6e6 [2022-05-31T20:20:39.642Z] #58 CACHED [2022-05-31T20:20:39.642Z] [2022-05-31T20:20:39.642Z] #60 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-05-31T20:20:39.642Z] #60 sha256:1d7c87c01a497e4e394d68f389ff5ae50d0d2a9b215dcd310a3e282f6567b06b [2022-05-31T20:20:39.642Z] #60 CACHED [2022-05-31T20:20:39.642Z] [2022-05-31T20:20:39.642Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:20:39.642Z] #62 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:20:39.642Z] #62 CACHED [2022-05-31T20:20:39.642Z] [2022-05-31T20:20:39.642Z] #64 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-05-31T20:20:39.642Z] #64 sha256:334d46649c24142bc62145f95003806a660f464789eb664bc8e085e425005c88 [2022-05-31T20:20:39.642Z] #64 CACHED [2022-05-31T20:20:39.642Z] [2022-05-31T20:20:39.642Z] #20 [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 [2022-05-31T20:20:39.642Z] #20 sha256:ef08cb1ac9fe355aba72e35fa69f19df2f5007531dd65a1c6a81e679c5aa682b [2022-05-31T20:20:40.516Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.446s coverage: 13.4% of statements [2022-05-31T20:20:40.570Z] #20 50.91 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-31T20:20:40.570Z] #20 50.91 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:20:40.570Z] #20 50.91 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-31T20:20:40.700Z] #64 46.81 + bin/ctr [2022-05-31T20:20:41.002Z] #11 ... [2022-05-31T20:20:41.002Z] [2022-05-31T20:20:41.002Z] #29 [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 [2022-05-31T20:20:41.002Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-05-31T20:20:41.002Z] #29 1.177 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-31T20:20:41.002Z] #29 1.178 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-31T20:20:41.002Z] #29 1.205 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-31T20:20:41.002Z] #29 1.354 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-31T20:20:41.002Z] #29 1.673 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-05-31T20:20:41.002Z] #29 1.827 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-05-31T20:20:41.002Z] #29 3.499 Fetched 8537 kB in 3s (3272 kB/s) [2022-05-31T20:20:41.002Z] #29 3.499 Reading package lists... [2022-05-31T20:20:41.002Z] #29 4.322 Reading package lists... [2022-05-31T20:20:41.002Z] #29 5.071 Building dependency tree... [2022-05-31T20:20:41.002Z] #29 5.418 The following additional packages will be installed: [2022-05-31T20:20:41.002Z] #29 5.418 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-05-31T20:20:41.002Z] #29 5.418 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-05-31T20:20:41.002Z] #29 5.418 Recommended packages: [2022-05-31T20:20:41.002Z] #29 5.418 libldap-common publicsuffix libsasl2-modules [2022-05-31T20:20:41.002Z] #29 5.553 The following NEW packages will be installed: [2022-05-31T20:20:41.002Z] #29 5.553 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-05-31T20:20:41.002Z] #29 5.553 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-05-31T20:20:41.002Z] #29 5.553 libssh2-1 openssl [2022-05-31T20:20:41.002Z] #29 5.856 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:20:41.002Z] #29 5.856 Need to get 3040 kB of archives. [2022-05-31T20:20:41.002Z] #29 5.856 After this operation, 6651 kB of additional disk space will be used. [2022-05-31T20:20:41.002Z] #29 5.856 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u2 [852 kB] [2022-05-31T20:20:41.002Z] #29 5.856 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-05-31T20:20:41.002Z] #29 5.872 Get:3 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-05-31T20:20:41.002Z] #29 5.872 Get:4 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-05-31T20:20:41.002Z] #29 5.872 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-05-31T20:20:41.002Z] #29 5.872 Get:6 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-05-31T20:20:41.002Z] #29 5.885 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-05-31T20:20:41.002Z] #29 5.885 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-05-31T20:20:41.002Z] #29 5.885 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-05-31T20:20:41.002Z] #29 5.885 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-05-31T20:20:41.002Z] #29 5.885 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-05-31T20:20:41.002Z] #29 5.897 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-05-31T20:20:41.002Z] #29 5.897 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-31T20:20:41.002Z] #29 5.897 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-31T20:20:41.002Z] #29 5.897 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-31T20:20:41.002Z] #29 6.129 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:20:41.002Z] #29 6.176 Fetched 3040 kB in 0s (9008 kB/s) [2022-05-31T20:20:41.002Z] #29 6.245 Selecting previously unselected package openssl. [2022-05-31T20:20:41.002Z] #29 6.245 (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 ... 6662 files and directories currently installed.) [2022-05-31T20:20:41.002Z] #29 6.245 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u2_amd64.deb ... [2022-05-31T20:20:41.002Z] #29 6.252 Unpacking openssl (1.1.1n-0+deb11u2) ... [2022-05-31T20:20:41.002Z] #29 6.593 Selecting previously unselected package ca-certificates. [2022-05-31T20:20:41.002Z] #29 6.593 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-05-31T20:20:41.002Z] #29 6.593 Unpacking ca-certificates (20210119) ... [2022-05-31T20:20:41.002Z] #29 6.812 Selecting previously unselected package libbrotli1:amd64. [2022-05-31T20:20:41.002Z] #29 6.812 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-05-31T20:20:41.002Z] #29 6.868 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-31T20:20:41.002Z] #29 6.972 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-05-31T20:20:41.002Z] #29 6.972 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-31T20:20:41.002Z] #29 6.977 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-31T20:20:41.002Z] #29 7.043 Selecting previously unselected package libsasl2-2:amd64. [2022-05-31T20:20:41.002Z] #29 7.046 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-05-31T20:20:41.002Z] #29 7.051 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-31T20:20:41.002Z] #29 7.116 Selecting previously unselected package libldap-2.4-2:amd64. [2022-05-31T20:20:41.002Z] #29 7.116 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-05-31T20:20:41.002Z] #29 7.123 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-05-31T20:20:41.002Z] #29 7.211 Selecting previously unselected package libnghttp2-14:amd64. [2022-05-31T20:20:41.002Z] #29 7.211 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-05-31T20:20:41.002Z] #29 7.216 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-31T20:20:41.002Z] #29 7.292 Selecting previously unselected package libpsl5:amd64. [2022-05-31T20:20:41.002Z] #29 7.292 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-05-31T20:20:41.002Z] #29 7.298 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-05-31T20:20:41.002Z] #29 7.365 Selecting previously unselected package librtmp1:amd64. [2022-05-31T20:20:41.002Z] #29 7.365 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-05-31T20:20:41.002Z] #29 7.370 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-31T20:20:41.002Z] #29 7.433 Selecting previously unselected package libssh2-1:amd64. [2022-05-31T20:20:41.002Z] #29 7.433 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-05-31T20:20:41.002Z] #29 7.445 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-05-31T20:20:41.002Z] #29 7.525 Selecting previously unselected package libcurl4:amd64. [2022-05-31T20:20:41.002Z] #29 7.525 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-31T20:20:41.002Z] #29 7.530 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-31T20:20:41.002Z] #29 7.617 Selecting previously unselected package curl. [2022-05-31T20:20:41.002Z] #29 7.617 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-05-31T20:20:41.002Z] #29 7.621 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-05-31T20:20:41.002Z] #29 7.709 Selecting previously unselected package libonig5:amd64. [2022-05-31T20:20:41.002Z] #29 7.709 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-31T20:20:41.002Z] #29 7.716 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-31T20:20:41.002Z] #29 7.822 Selecting previously unselected package libjq1:amd64. [2022-05-31T20:20:41.002Z] #29 7.822 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-05-31T20:20:41.002Z] #29 7.829 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-31T20:20:41.002Z] #29 7.895 Selecting previously unselected package jq. [2022-05-31T20:20:41.002Z] #29 7.895 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-05-31T20:20:41.002Z] #29 7.905 Unpacking jq (1.6-2.1) ... [2022-05-31T20:20:41.002Z] #29 7.963 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-05-31T20:20:41.002Z] #29 7.981 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-05-31T20:20:41.002Z] #29 7.996 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-05-31T20:20:41.002Z] #29 8.011 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-31T20:20:41.002Z] #29 8.030 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-05-31T20:20:41.002Z] #29 8.047 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-05-31T20:20:41.002Z] #29 8.061 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-05-31T20:20:41.002Z] #29 8.075 Setting up openssl (1.1.1n-0+deb11u2) ... [2022-05-31T20:20:41.002Z] #29 8.099 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-31T20:20:41.003Z] #29 8.114 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-31T20:20:41.003Z] #29 8.127 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-05-31T20:20:41.003Z] #29 8.139 Setting up ca-certificates (20210119) ... [2022-05-31T20:20:41.003Z] #29 8.874 Updating certificates in /etc/ssl/certs... [2022-05-31T20:20:41.003Z] #29 10.08 129 added, 0 removed; done. [2022-05-31T20:20:41.003Z] #29 ... [2022-05-31T20:20:41.003Z] [2022-05-31T20:20:41.003Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:20:41.003Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:20:41.460Z] ok github.com/docker/docker/daemon/config 0.033s coverage: 81.5% of statements [2022-05-31T20:20:42.035Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-05-31T20:20:42.605Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-05-31T20:20:43.543Z] ok github.com/docker/docker/daemon 10.123s coverage: 16.1% of statements [2022-05-31T20:20:43.543Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-31T20:20:43.543Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-31T20:20:43.543Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-31T20:20:43.543Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-31T20:20:43.807Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.564s coverage: 74.8% of statements [2022-05-31T20:20:44.741Z] #20 54.67 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-31T20:20:44.741Z] #20 54.68 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:20:44.741Z] #20 54.68 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-31T20:20:44.747Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.297s coverage: 56.2% of statements [2022-05-31T20:20:45.191Z] #11 extracting sha256:93c221c34e03cb2bc3c5cb0e1fcf029b793cfe2c10362287dd05270d80333db9 5.4s done [2022-05-31T20:20:45.317Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.0% of statements [2022-05-31T20:20:45.448Z] #11 ... [2022-05-31T20:20:45.448Z] [2022-05-31T20:20:45.448Z] #29 [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 [2022-05-31T20:20:45.448Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-05-31T20:20:45.448Z] #29 10.17 Setting up jq (1.6-2.1) ... [2022-05-31T20:20:45.448Z] #29 10.18 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-05-31T20:20:45.448Z] #29 10.20 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-05-31T20:20:45.448Z] #29 10.21 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:20:45.448Z] #29 10.23 Processing triggers for ca-certificates (20210119) ... [2022-05-31T20:20:45.448Z] #29 10.24 Updating certificates in /etc/ssl/certs... [2022-05-31T20:20:45.448Z] #29 11.12 0 added, 0 removed; done. [2022-05-31T20:20:45.448Z] #29 11.12 Running hooks in /etc/ca-certificates/update.d... [2022-05-31T20:20:45.448Z] #29 11.12 done. [2022-05-31T20:20:45.448Z] #29 DONE 14.5s [2022-05-31T20:20:45.448Z] [2022-05-31T20:20:45.448Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:20:45.448Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:20:45.448Z] #11 extracting sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 [2022-05-31T20:20:45.694Z] #20 56.32 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-31T20:20:45.705Z] #11 ... [2022-05-31T20:20:45.705Z] [2022-05-31T20:20:45.705Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-05-31T20:20:45.705Z] #30 sha256:3af72155bc95f9b19f193b5f13766423cc2dbceb8b077a1ffec7198922e7e231 [2022-05-31T20:20:45.705Z] #30 DONE 0.2s [2022-05-31T20:20:45.705Z] [2022-05-31T20:20:45.705Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:20:45.705Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:20:45.951Z] #20 56.33 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:20:45.951Z] #20 56.33 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-31T20:20:46.701Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.011s coverage: 1.9% of statements [2022-05-31T20:20:47.289Z] #64 ... [2022-05-31T20:20:47.289Z] [2022-05-31T20:20:47.289Z] #14 [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 [2022-05-31T20:20:47.289Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:20:47.289Z] #14 81.34 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-31T20:20:47.289Z] #14 81.34 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:20:47.289Z] #14 81.35 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-31T20:20:47.289Z] #14 86.77 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-31T20:20:47.289Z] #14 86.78 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:20:47.289Z] #14 86.78 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-31T20:20:47.320Z] #20 57.93 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-31T20:20:47.577Z] #20 57.94 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:20:47.577Z] #20 57.95 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-31T20:20:48.611Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.335s coverage: 50.6% of statements [2022-05-31T20:20:48.611Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.858s coverage: 45.9% of statements [2022-05-31T20:20:48.611Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-31T20:20:48.675Z] #14 92.76 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-31T20:20:48.675Z] #14 92.76 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:20:48.675Z] #14 92.77 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-31T20:20:49.549Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.5% of statements [2022-05-31T20:20:50.096Z] #20 ... [2022-05-31T20:20:50.096Z] [2022-05-31T20:20:50.096Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:20:50.096Z] #71 sha256:6e8246a5ae7569b8189be83f7fa9cb216d3421d7bce2ae85ade63c786f264195 [2022-05-31T20:20:50.096Z] #71 12.76 + cd /tmp/tmp.TaU2b9bZi7/src/github.com/containerd/containerd [2022-05-31T20:20:50.096Z] #71 12.76 + git checkout -q v1.6.4 [2022-05-31T20:20:50.096Z] #71 13.47 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-31T20:20:50.096Z] #71 13.47 + BUILDTAGS='netgo osusergo static_build' [2022-05-31T20:20:50.096Z] #71 13.47 + export EXTRA_FLAGS=-buildmode=pie [2022-05-31T20:20:50.096Z] #71 13.47 + EXTRA_FLAGS=-buildmode=pie [2022-05-31T20:20:50.096Z] #71 13.47 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-31T20:20:50.096Z] #71 13.47 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-31T20:20:50.096Z] #71 13.47 + '[' '' = dynamic ']' [2022-05-31T20:20:50.096Z] #71 13.47 + make [2022-05-31T20:20:50.096Z] #71 14.52 + bin/ctr [2022-05-31T20:20:50.488Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.904s coverage: 58.5% of statements [2022-05-31T20:20:50.488Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-05-31T20:20:50.488Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-31T20:20:50.488Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2022-05-31T20:20:50.748Z] ok github.com/docker/docker/daemon/links 0.006s coverage: 93.0% of statements [2022-05-31T20:20:50.966Z] #11 extracting sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 5.0s [2022-05-31T20:20:51.026Z] #71 ... [2022-05-31T20:20:51.026Z] [2022-05-31T20:20:51.026Z] #20 [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 [2022-05-31T20:20:51.026Z] #20 sha256:ef08cb1ac9fe355aba72e35fa69f19df2f5007531dd65a1c6a81e679c5aa682b [2022-05-31T20:20:51.026Z] #20 61.60 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-31T20:20:51.026Z] #20 61.61 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:20:51.026Z] #20 61.62 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-31T20:20:52.657Z] ok github.com/docker/docker/daemon/images 0.042s coverage: 6.6% of statements [2022-05-31T20:20:52.657Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-31T20:20:52.657Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-31T20:20:52.657Z] ok github.com/docker/docker/daemon/logger 0.225s coverage: 43.2% of statements [2022-05-31T20:20:52.917Z] #20 63.33 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-31T20:20:52.917Z] #20 63.34 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-31T20:20:52.917Z] #20 63.35 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-31T20:20:52.917Z] #20 63.43 Selecting previously unselected package libapparmor1:amd64. [2022-05-31T20:20:52.917Z] #20 63.44 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-31T20:20:52.917Z] #20 63.44 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-31T20:20:52.917Z] #20 63.49 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-31T20:20:52.917Z] #20 63.50 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-31T20:20:52.917Z] #20 63.50 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-31T20:20:53.174Z] #20 63.59 Selecting previously unselected package libbtrfs0:amd64. [2022-05-31T20:20:53.174Z] #20 63.60 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-31T20:20:53.174Z] #20 63.61 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-31T20:20:53.174Z] #20 63.68 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-31T20:20:53.174Z] #20 63.69 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-31T20:20:53.174Z] #20 63.69 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-31T20:20:53.174Z] #20 63.80 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-31T20:20:53.431Z] #20 63.80 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-31T20:20:53.431Z] #20 63.80 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:20:53.431Z] #20 63.85 Selecting previously unselected package libudev-dev:amd64. [2022-05-31T20:20:53.431Z] #20 63.86 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-31T20:20:53.431Z] #20 63.86 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-31T20:20:53.431Z] #20 63.93 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-31T20:20:53.431Z] #20 63.94 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-31T20:20:53.431Z] #20 63.95 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-31T20:20:53.431Z] #20 64.08 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-31T20:20:53.596Z] ok github.com/docker/docker/daemon/logger/fluentd 0.013s coverage: 53.6% of statements [2022-05-31T20:20:53.597Z] ok github.com/docker/docker/daemon/logger/awslogs 0.152s coverage: 80.2% of statements [2022-05-31T20:20:53.597Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-31T20:20:53.688Z] #20 64.08 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-31T20:20:53.688Z] #20 64.09 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-31T20:20:53.688Z] #20 64.18 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-31T20:20:53.688Z] #20 64.19 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-31T20:20:53.688Z] #20 64.19 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-31T20:20:53.688Z] #20 64.28 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-31T20:20:53.688Z] #20 64.28 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-31T20:20:53.688Z] #20 64.29 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-31T20:20:53.944Z] #20 64.33 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-31T20:20:53.944Z] #20 64.33 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-31T20:20:53.944Z] #20 64.34 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-31T20:20:53.944Z] #20 64.52 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-31T20:20:53.944Z] #20 64.53 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-31T20:20:53.944Z] #20 64.54 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-31T20:20:54.168Z] ok github.com/docker/docker/daemon/logger/gelf 0.019s coverage: 68.2% of statements [2022-05-31T20:20:54.168Z] ok github.com/docker/docker/daemon/logger/journald 0.021s coverage: 23.4% of statements [2022-05-31T20:20:54.201Z] #20 64.65 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-31T20:20:54.201Z] #20 64.66 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-31T20:20:54.201Z] #20 64.67 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:20:54.201Z] #20 64.72 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-31T20:20:54.201Z] #20 64.72 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-31T20:20:54.201Z] #20 64.73 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-31T20:20:54.201Z] #20 64.80 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-31T20:20:54.201Z] #20 64.81 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-31T20:20:54.201Z] #20 64.81 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-31T20:20:54.428Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2022-05-31T20:20:54.457Z] #20 65.07 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-31T20:20:54.457Z] #20 65.08 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-31T20:20:54.457Z] #20 65.09 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-31T20:20:54.457Z] #20 65.10 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-31T20:20:54.457Z] #20 65.12 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-31T20:20:54.714Z] #20 65.14 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-31T20:20:54.714Z] #20 65.15 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-31T20:20:54.714Z] #20 65.16 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-31T20:20:54.714Z] #20 65.17 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-31T20:20:54.714Z] #20 65.19 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-31T20:20:54.714Z] #20 65.20 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-31T20:20:54.714Z] #20 65.22 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-31T20:20:54.714Z] #20 65.23 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-31T20:20:54.714Z] #20 65.24 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-31T20:20:54.714Z] #20 65.25 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-31T20:20:54.714Z] #20 65.26 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-31T20:20:54.714Z] #20 65.28 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-31T20:20:54.714Z] #20 65.30 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-31T20:20:54.714Z] #20 65.31 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-31T20:20:54.714Z] #20 65.32 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-31T20:20:54.973Z] #20 65.34 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-31T20:20:54.974Z] #20 65.35 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 [2022-05-31T20:20:54.974Z] #20 65.36 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-31T20:20:54.974Z] #20 65.38 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 [2022-05-31T20:20:54.974Z] #20 65.38 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-31T20:20:54.974Z] #20 65.39 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-31T20:20:54.974Z] #20 65.40 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 [2022-05-31T20:20:54.974Z] #20 65.42 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-31T20:20:54.974Z] #20 65.44 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-31T20:20:54.974Z] #20 65.46 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:20:54.974Z] #20 65.47 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-31T20:20:54.974Z] #20 65.49 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:20:54.974Z] #20 65.50 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:20:54.974Z] #20 65.52 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:20:55.367Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.134s coverage: 76.8% of statements [2022-05-31T20:20:55.367Z] ok github.com/docker/docker/daemon/logger/local 0.024s coverage: 79.2% of statements [2022-05-31T20:20:55.367Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-31T20:20:55.367Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-05-31T20:20:55.937Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.026s coverage: 31.5% of statements [2022-05-31T20:20:56.197Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.023s coverage: 62.0% of statements [2022-05-31T20:20:56.232Z] #11 extracting sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 10.1s [2022-05-31T20:20:56.232Z] #11 ... [2022-05-31T20:20:56.232Z] [2022-05-31T20:20:56.232Z] #31 [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 [2022-05-31T20:20:56.232Z] #31 sha256:5deb4066bd87aab8b5a93e0f7d6421746460cc1dfe1668d9dd5c50c4dbe08b2a [2022-05-31T20:20:56.232Z] #31 2.295 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-05-31T20:20:56.232Z] #31 2.591 [2022-05-31T20:20:56.232Z] #31 2.816 #=#=# ######################################################################## 100.0% [2022-05-31T20:20:56.232Z] #31 3.138 [2022-05-31T20:20:56.232Z] #31 4.123 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-05-31T20:20:56.232Z] #31 4.410 [2022-05-31T20:20:56.232Z] #31 4.650 #=#=# 0.6% ######################################################################## 100.0% [2022-05-31T20:20:56.232Z] #31 5.229 [2022-05-31T20:20:56.232Z] #31 6.290 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-05-31T20:20:56.232Z] #31 6.611 [2022-05-31T20:20:56.232Z] #31 6.838 #=#=# ############## 19.5% ######################################## 56.5% ################################################################# 90.6% ######################################################################## 100.0% [2022-05-31T20:20:56.232Z] #31 7.422 [2022-05-31T20:20:56.232Z] #31 8.470 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-05-31T20:20:56.232Z] #31 8.746 [2022-05-31T20:20:56.232Z] #31 8.967 #=#=# ######################################################################## 100.0% [2022-05-31T20:20:56.232Z] #31 9.274 [2022-05-31T20:20:56.232Z] #31 9.981 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-05-31T20:20:56.232Z] #31 10.36 [2022-05-31T20:20:56.232Z] #31 10.58 #=#=# [2022-05-31T20:20:56.232Z] #31 ... [2022-05-31T20:20:56.232Z] [2022-05-31T20:20:56.232Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:20:56.232Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:20:56.352Z] #20 DONE 66.8s [2022-05-31T20:20:56.352Z] [2022-05-31T20:20:56.352Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:20:56.352Z] #71 sha256:6e8246a5ae7569b8189be83f7fa9cb216d3421d7bce2ae85ade63c786f264195 [2022-05-31T20:20:56.352Z] #71 ... [2022-05-31T20:20:56.352Z] [2022-05-31T20:20:56.352Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el libseccomp-dev:s390x [2022-05-31T20:20:56.352Z] #21 sha256:76557d60240bbbdc07b9dcf657af722383a6fd06254eb93c6c92dfefb93ecc0a [2022-05-31T20:20:57.137Z] ok github.com/docker/docker/daemon/logger/syslog 0.009s coverage: 46.8% of statements [2022-05-31T20:20:57.397Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-05-31T20:20:57.602Z] #11 ... [2022-05-31T20:20:57.602Z] [2022-05-31T20:20:57.602Z] #31 [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 [2022-05-31T20:20:57.602Z] #31 sha256:5deb4066bd87aab8b5a93e0f7d6421746460cc1dfe1668d9dd5c50c4dbe08b2a [2022-05-31T20:20:57.602Z] #31 10.58 #=#=# ######################################################################## 100.0% [2022-05-31T20:20:57.602Z] #31 10.90 [2022-05-31T20:20:57.602Z] #31 10.98 Download of images into '/build' complete. [2022-05-31T20:20:57.602Z] #31 10.98 Use something like the following to load the result into a Docker daemon: [2022-05-31T20:20:57.602Z] #31 10.98 tar -cC '/build' . | docker load [2022-05-31T20:20:57.602Z] #31 DONE 12.2s [2022-05-31T20:20:57.602Z] [2022-05-31T20:20:57.602Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.2-bullseye@sha256:70c3d6ee73f75104b256b5d2379996836e10f66c3152a022e8abfb7bea88ae80 [2022-05-31T20:20:57.602Z] #11 sha256:c107c75c064f1ed55188e8b2ba809de80a75e1b4cfdd4b7995780fb87a9e58cc [2022-05-31T20:20:57.657Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-05-31T20:20:57.718Z] #21 1.315 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-31T20:20:57.718Z] #21 1.318 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-31T20:20:57.718Z] #21 1.318 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-05-31T20:20:58.596Z] ok github.com/docker/docker/daemon/logger/splunk 1.556s coverage: 82.5% of statements [2022-05-31T20:20:58.596Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-31T20:20:58.596Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-31T20:20:59.165Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 44.4% of statements [2022-05-31T20:20:59.735Z] ok github.com/docker/docker/distribution 0.620s coverage: 28.2% of statements [2022-05-31T20:20:59.735Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-31T20:21:00.305Z] ok github.com/docker/docker/errdefs 0.005s coverage: 77.0% of statements [2022-05-31T20:21:00.877Z] #11 extracting sha256:b7b49b07aaadc9febea4f0d5241428cfe31de44f6c359f6ae2af9f98b8a7daf7 14.9s done [2022-05-31T20:21:00.877Z] #11 extracting sha256:26ce77466daeaabddaa22bc74dcfd0ff40a955448368b55b1d8fe66c203f2466 [2022-05-31T20:21:00.877Z] #11 extracting sha256:26ce77466daeaabddaa22bc74dcfd0ff40a955448368b55b1d8fe66c203f2466 done [2022-05-31T20:21:00.877Z] #11 DONE 44.5s [2022-05-31T20:21:00.877Z] [2022-05-31T20:21:00.877Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-05-31T20:21:00.877Z] #12 sha256:ed2167da44ec7f7322c587e3b2c440685dac79f9eb53c5ec447da6304f0d3552 [2022-05-31T20:21:00.886Z] ok github.com/docker/docker/image 0.024s coverage: 86.9% of statements [2022-05-31T20:21:00.914Z] #14 105.0 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-31T20:21:00.914Z] #14 105.0 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:21:00.914Z] #14 105.0 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-31T20:21:01.455Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-05-31T20:21:01.715Z] ok github.com/docker/docker/distribution/xfer 1.900s coverage: 85.4% of statements [2022-05-31T20:21:01.808Z] #12 DONE 0.8s [2022-05-31T20:21:01.808Z] [2022-05-31T20:21:01.808Z] #13 [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 [2022-05-31T20:21:01.808Z] #13 sha256:64c4343ef448ecd522ef99921c92fb164f7ed53e3c47a64a52a0d6632401225d [2022-05-31T20:21:01.975Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-31T20:21:01.976Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.7% of statements [2022-05-31T20:21:01.976Z] ? github.com/docker/docker/image/v1 [no test files] [2022-05-31T20:21:01.976Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-31T20:21:02.236Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2022-05-31T20:21:02.370Z] #13 DONE 0.6s [2022-05-31T20:21:02.370Z] [2022-05-31T20:21:02.370Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-31T20:21:02.370Z] #33 sha256:28497624f888b7bd4353dc7f8d764d89d06ad3f8741f54c6b7731fb698ab783b [2022-05-31T20:21:02.370Z] #33 ... [2022-05-31T20:21:02.370Z] [2022-05-31T20:21:02.370Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-05-31T20:21:02.370Z] #46 sha256:06fb131fa3a507bed720fa321312e97005c9a58c12f1f5fa2f1de893c88c4fe8 [2022-05-31T20:21:02.370Z] #46 DONE 0.2s [2022-05-31T20:21:02.370Z] [2022-05-31T20:21:02.370Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-05-31T20:21:02.370Z] #33 sha256:28497624f888b7bd4353dc7f8d764d89d06ad3f8741f54c6b7731fb698ab783b [2022-05-31T20:21:02.370Z] #33 DONE 0.3s [2022-05-31T20:21:02.370Z] [2022-05-31T20:21:02.371Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-05-31T20:21:02.371Z] #25 sha256:0519890bfe595c7074c7a9435cb4292dbf2e90023fe8f4f4d14ff2a6c6e657b2 [2022-05-31T20:21:02.371Z] #25 DONE 0.3s [2022-05-31T20:21:02.371Z] [2022-05-31T20:21:02.371Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-05-31T20:21:02.371Z] #50 sha256:67ece1e788e4676d3dcc2f2d4fd4d70745ca77d0be83e09159f82898396f156b [2022-05-31T20:21:02.371Z] #50 DONE 0.3s [2022-05-31T20:21:02.371Z] [2022-05-31T20:21:02.371Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-05-31T20:21:02.371Z] #26 sha256:27ba7ae50790a5eec1fa440ec2fa31a45774c194f20d09c7248659490de3cebd [2022-05-31T20:21:02.629Z] #26 ... [2022-05-31T20:21:02.629Z] [2022-05-31T20:21:02.629Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-05-31T20:21:02.629Z] #66 sha256:4ab770237731eb1f257dc82aa9025ac0101611244b08d32d3b06111e19f218f4 [2022-05-31T20:21:02.629Z] #66 DONE 0.3s [2022-05-31T20:21:02.886Z] [2022-05-31T20:21:02.886Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-31T20:21:02.886Z] #67 sha256:e3f00baffe6765238ddb256a3f3b4229b187e79b36541d560f14700196d25e48 [2022-05-31T20:21:03.177Z] ok github.com/docker/docker/oci 0.008s coverage: 46.0% of statements [2022-05-31T20:21:03.224Z] #21 1.838 Reading package lists... [2022-05-31T20:21:03.746Z] ok github.com/docker/docker/opts 0.025s coverage: 66.0% of statements [2022-05-31T20:21:03.746Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-05-31T20:21:05.129Z] #14 ... [2022-05-31T20:21:05.129Z] [2022-05-31T20:21:05.129Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-31T20:21:05.129Z] #67 sha256:cef74217adb0a641af742f2a51a0ceda16883e6f1a13bd6a8f6ea0264b45b247 [2022-05-31T20:21:05.129Z] #67 108.2 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-31T20:21:05.129Z] #67 108.2 + GOBIN=/build [2022-05-31T20:21:05.129Z] #67 108.2 + GO111MODULE=on [2022-05-31T20:21:05.129Z] #67 108.2 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-31T20:21:05.655Z] ok github.com/docker/docker/pkg/archive 0.296s coverage: 82.3% of statements [2022-05-31T20:21:06.594Z] ok github.com/docker/docker/pkg/authorization 0.604s coverage: 68.3% of statements [2022-05-31T20:21:06.594Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-05-31T20:21:06.854Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-05-31T20:21:07.396Z] #21 6.511 Reading package lists... [2022-05-31T20:21:08.152Z] #67 ... [2022-05-31T20:21:08.152Z] [2022-05-31T20:21:08.152Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-31T20:21:08.152Z] #40 sha256:07b89fe8434131bcc5206962ac2f0f7d1f719e71fe00b50814204de3307697ed [2022-05-31T20:21:08.152Z] #40 4.953 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-05-31T20:21:08.152Z] #40 5.541 go: downloading github.com/tc-hib/winres v0.1.5 [2022-05-31T20:21:08.410Z] #40 ... [2022-05-31T20:21:08.410Z] [2022-05-31T20:21:08.410Z] #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 [2022-05-31T20:21:08.410Z] #34 sha256:17ed0ad370f36e9e186a1b18b32d44e4b81a44479e14da465d1ad5cf1f730994 [2022-05-31T20:21:08.410Z] #34 5.895 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-05-31T20:21:08.410Z] #34 5.897 Cloning into '.'... [2022-05-31T20:21:08.410Z] #34 ... [2022-05-31T20:21:08.410Z] [2022-05-31T20:21:08.410Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-05-31T20:21:08.410Z] #26 sha256:27ba7ae50790a5eec1fa440ec2fa31a45774c194f20d09c7248659490de3cebd [2022-05-31T20:21:08.410Z] #26 6.026 + RM_GOPATH=0 [2022-05-31T20:21:08.410Z] #26 6.026 + TMP_GOPATH= [2022-05-31T20:21:08.410Z] #26 6.026 + : /build [2022-05-31T20:21:08.410Z] #26 6.026 + '[' -z '' ']' [2022-05-31T20:21:08.410Z] #26 6.028 ++ mktemp -d [2022-05-31T20:21:08.410Z] #26 6.028 + export GOPATH=/tmp/tmp.T5GVFh0uNa [2022-05-31T20:21:08.410Z] #26 6.028 + GOPATH=/tmp/tmp.T5GVFh0uNa [2022-05-31T20:21:08.410Z] #26 6.028 + RM_GOPATH=1 [2022-05-31T20:21:08.410Z] #26 6.028 + case "$(go env GOARCH)" in [2022-05-31T20:21:08.410Z] #26 6.058 ++ go env GOARCH [2022-05-31T20:21:08.670Z] #26 6.066 + export GO_BUILDMODE=-buildmode=pie [2022-05-31T20:21:08.670Z] #26 6.066 + GO_BUILDMODE=-buildmode=pie [2022-05-31T20:21:08.670Z] #26 6.084 ++ dirname /install.sh [2022-05-31T20:21:08.670Z] #26 6.088 + dir=/ [2022-05-31T20:21:08.670Z] #26 6.088 + bin=dockercli [2022-05-31T20:21:08.670Z] #26 6.088 + shift [2022-05-31T20:21:08.670Z] #26 6.088 + '[' '!' -f //dockercli.installer ']' [2022-05-31T20:21:08.670Z] #26 6.088 + . //dockercli.installer [2022-05-31T20:21:08.670Z] #26 6.088 ++ : stable [2022-05-31T20:21:08.670Z] #26 6.088 ++ : 17.06.2-ce [2022-05-31T20:21:08.670Z] #26 6.088 + install_dockercli [2022-05-31T20:21:08.670Z] #26 6.088 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-05-31T20:21:08.670Z] #26 6.088 Install docker/cli version 17.06.2-ce from stable [2022-05-31T20:21:08.670Z] #26 6.106 ++ uname -m [2022-05-31T20:21:08.670Z] #26 6.107 + arch=x86_64 [2022-05-31T20:21:08.670Z] #26 6.107 + '[' x86_64 '!=' x86_64 ']' [2022-05-31T20:21:08.670Z] #26 6.107 + url=https://download.docker.com/linux/static [2022-05-31T20:21:08.670Z] #26 6.108 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-05-31T20:21:08.670Z] #26 6.108 + tar -xz docker/docker [2022-05-31T20:21:08.763Z] #21 11.08 Building dependency tree... [2022-05-31T20:21:08.763Z] #21 12.22 Reading state information... [2022-05-31T20:21:09.697Z] #21 13.27 The following additional packages will be installed: [2022-05-31T20:21:09.697Z] #21 13.27 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-05-31T20:21:09.697Z] #21 13.27 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-05-31T20:21:09.697Z] #21 13.27 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-05-31T20:21:09.697Z] #21 13.27 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-05-31T20:21:09.697Z] #21 13.28 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-05-31T20:21:09.697Z] #21 13.28 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-05-31T20:21:09.697Z] #21 13.29 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-05-31T20:21:09.697Z] #21 13.30 Suggested packages: [2022-05-31T20:21:09.697Z] #21 13.30 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-05-31T20:21:09.697Z] #21 13.30 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-05-31T20:21:09.697Z] #21 13.30 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-05-31T20:21:09.697Z] #21 13.30 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-05-31T20:21:09.697Z] #21 13.30 seccomp:ppc64el seccomp:s390x [2022-05-31T20:21:09.697Z] #21 13.30 Recommended packages: [2022-05-31T20:21:09.697Z] #21 13.30 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-05-31T20:21:09.697Z] #21 13.30 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-05-31T20:21:09.697Z] #21 13.30 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-05-31T20:21:09.697Z] #21 13.30 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-05-31T20:21:09.954Z] #21 13.80 The following NEW packages will be installed: [2022-05-31T20:21:09.954Z] #21 13.80 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-05-31T20:21:09.954Z] #21 13.81 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-05-31T20:21:09.954Z] #21 13.81 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-05-31T20:21:09.954Z] #21 13.81 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-05-31T20:21:09.954Z] #21 13.81 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-05-31T20:21:09.954Z] #21 13.81 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-05-31T20:21:09.954Z] #21 13.81 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-05-31T20:21:09.954Z] #21 13.81 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-05-31T20:21:09.954Z] #21 13.81 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-05-31T20:21:09.954Z] #21 13.81 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-05-31T20:21:09.954Z] #21 13.82 libseccomp2:ppc64el libseccomp2:s390x [2022-05-31T20:21:10.147Z] ok github.com/docker/docker/pkg/chrootarchive 2.528s coverage: 42.7% of statements [2022-05-31T20:21:10.147Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-05-31T20:21:10.167Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-31T20:21:10.407Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-05-31T20:21:10.422Z] #67 ... [2022-05-31T20:21:10.422Z] [2022-05-31T20:21:10.422Z] #14 [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 [2022-05-31T20:21:10.422Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:21:10.422Z] #14 110.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-31T20:21:10.422Z] #14 110.7 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-31T20:21:10.422Z] #14 110.7 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-31T20:21:10.422Z] #14 110.8 Selecting previously unselected package libapparmor1:amd64. [2022-05-31T20:21:10.422Z] #14 110.8 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-31T20:21:10.422Z] #14 110.8 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-31T20:21:10.422Z] #14 110.9 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-31T20:21:10.422Z] #14 110.9 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-31T20:21:10.422Z] #14 111.0 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-31T20:21:10.422Z] #14 111.1 Selecting previously unselected package libbtrfs0:amd64. [2022-05-31T20:21:10.422Z] #14 111.1 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-31T20:21:10.422Z] #14 111.1 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-31T20:21:10.422Z] #14 111.2 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-31T20:21:10.422Z] #14 111.3 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-31T20:21:10.422Z] #14 111.3 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-31T20:21:10.422Z] #14 111.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-31T20:21:10.422Z] #14 111.5 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-31T20:21:10.422Z] #14 111.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:21:10.422Z] #14 111.6 Selecting previously unselected package libudev-dev:amd64. [2022-05-31T20:21:10.422Z] #14 111.6 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-31T20:21:10.422Z] #14 111.6 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-31T20:21:10.422Z] #14 111.7 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-31T20:21:10.422Z] #14 111.7 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-31T20:21:10.422Z] #14 111.8 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-31T20:21:10.422Z] #14 112.4 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-31T20:21:10.422Z] #14 112.4 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-31T20:21:10.422Z] #14 112.5 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-31T20:21:10.422Z] #14 113.0 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-31T20:21:10.422Z] #14 113.0 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-31T20:21:10.422Z] #14 113.0 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-31T20:21:10.422Z] #14 113.2 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-31T20:21:10.422Z] #14 113.2 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-31T20:21:10.422Z] #14 113.2 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-31T20:21:10.422Z] #14 113.3 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-31T20:21:10.422Z] #14 113.3 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-31T20:21:10.422Z] #14 113.3 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-31T20:21:10.422Z] #14 113.8 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-31T20:21:10.422Z] #14 113.8 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-31T20:21:10.422Z] #14 113.8 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-31T20:21:10.422Z] #14 114.0 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-31T20:21:10.422Z] #14 114.0 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-31T20:21:10.422Z] #14 114.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:21:10.516Z] #21 14.16 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:21:10.516Z] #21 14.16 Need to get 15.9 MB of archives. [2022-05-31T20:21:10.516Z] #21 14.16 After this operation, 73.0 MB of additional disk space will be used. [2022-05-31T20:21:10.516Z] #21 14.16 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-05-31T20:21:10.516Z] #21 14.17 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-05-31T20:21:10.516Z] #21 14.17 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-05-31T20:21:10.516Z] #21 14.17 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-05-31T20:21:10.516Z] #21 14.18 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-05-31T20:21:10.516Z] #21 14.18 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-05-31T20:21:10.516Z] #21 14.18 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-05-31T20:21:10.516Z] #21 14.19 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB] [2022-05-31T20:21:10.516Z] #21 14.22 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-05-31T20:21:10.516Z] #21 14.22 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-05-31T20:21:10.516Z] #21 14.23 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-05-31T20:21:10.516Z] #21 14.23 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-05-31T20:21:10.516Z] #21 14.23 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB] [2022-05-31T20:21:10.516Z] #21 14.27 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-05-31T20:21:10.516Z] #21 14.27 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-05-31T20:21:10.516Z] #21 14.27 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-05-31T20:21:10.516Z] #21 14.27 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-05-31T20:21:10.516Z] #21 14.28 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB] [2022-05-31T20:21:10.516Z] #21 14.31 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-05-31T20:21:10.516Z] #21 14.32 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-05-31T20:21:10.516Z] #21 14.32 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-05-31T20:21:10.516Z] #21 14.32 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-05-31T20:21:10.516Z] #21 14.32 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB] [2022-05-31T20:21:10.516Z] #21 14.36 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-05-31T20:21:10.516Z] #21 14.36 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-05-31T20:21:10.516Z] #21 14.36 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-05-31T20:21:10.516Z] #21 14.36 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-05-31T20:21:10.516Z] #21 14.36 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB] [2022-05-31T20:21:10.516Z] #21 14.39 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-05-31T20:21:10.667Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-05-31T20:21:10.683Z] #14 114.9 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-31T20:21:10.772Z] #21 14.39 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-05-31T20:21:10.772Z] #21 14.39 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-05-31T20:21:10.772Z] #21 14.40 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-05-31T20:21:10.772Z] #21 14.40 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-05-31T20:21:10.772Z] #21 14.40 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-05-31T20:21:10.772Z] #21 14.40 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-05-31T20:21:10.772Z] #21 14.41 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-05-31T20:21:10.772Z] #21 14.41 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-05-31T20:21:10.772Z] #21 14.41 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-05-31T20:21:10.772Z] #21 14.41 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-05-31T20:21:10.772Z] #21 14.42 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-05-31T20:21:10.926Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 87.2% of statements [2022-05-31T20:21:10.964Z] #14 114.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-31T20:21:10.964Z] #14 114.9 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-31T20:21:11.105Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-31T20:21:11.187Z] ok github.com/docker/docker/layer 7.838s coverage: 69.0% of statements [2022-05-31T20:21:11.187Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-31T20:21:11.187Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-31T20:21:11.187Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-31T20:21:11.187Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-31T20:21:11.187Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-31T20:21:11.187Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-31T20:21:11.334Z] #21 15.01 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:21:11.334Z] #21 15.22 Fetched 15.9 MB in 1s (29.7 MB/s) [2022-05-31T20:21:11.447Z] ok github.com/docker/docker/pkg/fsutils 0.154s coverage: 85.1% of statements [2022-05-31T20:21:11.447Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-05-31T20:21:11.591Z] #21 15.26 Selecting previously unselected package gcc-10-base:armel. [2022-05-31T20:21:11.591Z] #21 15.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 ... 38557 files and directories currently installed.) [2022-05-31T20:21:11.591Z] #21 15.31 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-05-31T20:21:11.591Z] #21 15.32 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-05-31T20:21:11.591Z] #21 15.38 Selecting previously unselected package gcc-10-base:armhf. [2022-05-31T20:21:11.591Z] #21 15.38 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-05-31T20:21:11.591Z] #21 15.39 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-05-31T20:21:11.591Z] #21 15.44 Selecting previously unselected package gcc-10-base:ppc64el. [2022-05-31T20:21:11.591Z] #21 15.44 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-05-31T20:21:11.591Z] #21 15.44 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-05-31T20:21:11.806Z] #14 115.7 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-31T20:21:11.806Z] #14 115.7 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-31T20:21:11.806Z] #14 115.9 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-31T20:21:11.847Z] #21 15.50 Selecting previously unselected package gcc-10-base:s390x. [2022-05-31T20:21:11.847Z] #21 15.51 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-05-31T20:21:11.847Z] #21 15.51 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-05-31T20:21:11.847Z] #21 15.57 Selecting previously unselected package gcc-10-base:arm64. [2022-05-31T20:21:11.847Z] #21 15.57 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-05-31T20:21:11.847Z] #21 15.58 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-05-31T20:21:11.847Z] #21 15.64 Selecting previously unselected package libgcc-s1:armel. [2022-05-31T20:21:11.847Z] #21 15.64 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-05-31T20:21:11.847Z] #21 15.65 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-05-31T20:21:11.847Z] #21 15.70 Selecting previously unselected package libcrypt1:armel. [2022-05-31T20:21:11.847Z] #21 15.71 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-05-31T20:21:11.847Z] #21 15.71 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-05-31T20:21:12.103Z] #21 15.80 Selecting previously unselected package libc6:armel. [2022-05-31T20:21:12.103Z] #21 15.80 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ... [2022-05-31T20:21:12.360Z] #21 15.98 Unpacking libc6:armel (2.31-13+deb11u3) ... [2022-05-31T20:21:12.387Z] ok github.com/docker/docker/pkg/idtools 0.386s coverage: 67.9% of statements [2022-05-31T20:21:12.387Z] ok github.com/docker/docker/pkg/ioutils 0.354s coverage: 70.6% of statements [2022-05-31T20:21:12.616Z] #21 16.52 Selecting previously unselected package libapparmor1:armel. [2022-05-31T20:21:12.647Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-05-31T20:21:12.754Z] #14 116.9 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-31T20:21:12.754Z] #14 116.9 Setting up libapparmor1:amd64 (2.13.6-10) ...#14 ... [2022-05-31T20:21:12.754Z] [2022-05-31T20:21:12.754Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-31T20:21:12.754Z] #67 sha256:cef74217adb0a641af742f2a51a0ceda16883e6f1a13bd6a8f6ea0264b45b247 [2022-05-31T20:21:12.754Z] #67 113.7 rootlesskit version 1.0.0 [2022-05-31T20:21:12.754Z] #67 113.7 Usage of /build/rootlesskit-docker-proxy: [2022-05-31T20:21:12.754Z] #67 113.7 -container-ip string [2022-05-31T20:21:12.754Z] #67 113.7 container ip [2022-05-31T20:21:12.754Z] #67 113.7 -container-port int [2022-05-31T20:21:12.754Z] #67 113.7 container port (default -1) [2022-05-31T20:21:12.754Z] #67 113.7 -host-ip string [2022-05-31T20:21:12.754Z] #67 113.7 host ip [2022-05-31T20:21:12.754Z] #67 113.7 -host-port int [2022-05-31T20:21:12.754Z] #67 113.7 host port (default -1) [2022-05-31T20:21:12.754Z] #67 113.7 -proto string [2022-05-31T20:21:12.754Z] #67 113.7 proxy protocol (default "tcp") [2022-05-31T20:21:12.754Z] #67 DONE 116.7s [2022-05-31T20:21:12.754Z] [2022-05-31T20:21:12.754Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-31T20:21:12.754Z] #68 sha256:3d318440cc607771af6b5a8c448d25c784015d01356d793043c77ea1908e6414 [2022-05-31T20:21:12.754Z] #68 DONE 0.0s [2022-05-31T20:21:12.754Z] [2022-05-31T20:21:12.754Z] #14 [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 [2022-05-31T20:21:12.754Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:21:12.754Z] #14 116.9 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-31T20:21:12.754Z] #14 116.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-31T20:21:12.754Z] #14 116.9 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-31T20:21:12.754Z] #14 116.9 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-31T20:21:12.754Z] #14 117.0 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-31T20:21:12.754Z] #14 117.0 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-31T20:21:12.754Z] #14 117.0 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-31T20:21:12.754Z] #14 ... [2022-05-31T20:21:12.754Z] [2022-05-31T20:21:12.754Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-31T20:21:12.754Z] #69 sha256:9d02e7ce1afd785546a6b1040495f6909b75ef5412aa08b431a36bc2fe9272cb [2022-05-31T20:21:12.858Z] #26 ... [2022-05-31T20:21:12.858Z] [2022-05-31T20:21:12.858Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-05-31T20:21:12.858Z] #53 sha256:1d7c87c01a497e4e394d68f389ff5ae50d0d2a9b215dcd310a3e282f6567b06b [2022-05-31T20:21:12.858Z] #53 6.623 go: downloading gotest.tools/gotestsum v1.8.1 [2022-05-31T20:21:12.858Z] #53 9.171 go: downloading github.com/dnephin/pflag v1.0.7 [2022-05-31T20:21:12.858Z] #53 9.179 go: downloading github.com/fatih/color v1.10.0 [2022-05-31T20:21:12.858Z] #53 9.366 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-05-31T20:21:12.858Z] #53 9.396 go: downloading github.com/pkg/errors v0.9.1 [2022-05-31T20:21:12.858Z] #53 9.812 go: downloading golang.org/x/tools v0.1.0 [2022-05-31T20:21:12.858Z] #53 ... [2022-05-31T20:21:12.858Z] [2022-05-31T20:21:12.858Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:21:12.858Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:21:12.858Z] #55 5.986 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-05-31T20:21:12.858Z] #55 ... [2022-05-31T20:21:12.858Z] [2022-05-31T20:21:12.858Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-31T20:21:12.858Z] #36 sha256:3ef0c75c5e3533db35f93d7d1735716ef6706e45935f1bcae33ab98262ea08c5 [2022-05-31T20:21:12.858Z] #36 5.535 go: downloading github.com/go-delve/delve v1.8.1 [2022-05-31T20:21:12.858Z] #36 ... [2022-05-31T20:21:12.858Z] [2022-05-31T20:21:12.858Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:21:12.858Z] #42 sha256:cdddd53eaf66c5a4cc1ad72969ff9954e6e86d2736995232ae865da98cdb3e86 [2022-05-31T20:21:12.858Z] #42 6.618 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-31T20:21:12.858Z] #42 6.684 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-31T20:21:12.858Z] #42 6.695 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-31T20:21:12.858Z] #42 8.873 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-31T20:21:12.858Z] #42 ... [2022-05-31T20:21:12.858Z] [2022-05-31T20:21:12.858Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-31T20:21:12.858Z] #51 sha256:113d2bb1d4548e80ebe8fce070dfbb856d4f7e96e19058ca2a7a1a7cd8f6f6e6 [2022-05-31T20:21:12.858Z] #51 6.798 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-31T20:21:12.858Z] #51 6.861 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-31T20:21:12.858Z] #51 6.865 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-31T20:21:12.858Z] #51 7.556 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-05-31T20:21:12.858Z] #51 8.891 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-31T20:21:12.873Z] #21 16.52 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-05-31T20:21:12.873Z] #21 16.53 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-05-31T20:21:12.873Z] #21 16.59 Selecting previously unselected package libapparmor-dev:armel. [2022-05-31T20:21:12.873Z] #21 16.59 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-05-31T20:21:12.873Z] #21 16.60 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-05-31T20:21:12.873Z] #21 16.67 Selecting previously unselected package libgcc-s1:arm64. [2022-05-31T20:21:12.873Z] #21 16.67 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-05-31T20:21:12.873Z] #21 16.68 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-05-31T20:21:12.873Z] #21 16.73 Selecting previously unselected package libcrypt1:arm64. [2022-05-31T20:21:12.873Z] #21 16.73 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-05-31T20:21:12.873Z] #21 16.74 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-05-31T20:21:12.907Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2022-05-31T20:21:12.907Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-05-31T20:21:12.907Z] ok github.com/docker/docker/pkg/namesgenerator 0.008s coverage: 85.7% of statements [2022-05-31T20:21:13.016Z] #69 DONE 0.1s [2022-05-31T20:21:13.016Z] [2022-05-31T20:21:13.016Z] #14 [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 [2022-05-31T20:21:13.016Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:21:13.016Z] #14 117.0 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-31T20:21:13.016Z] #14 117.1 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-31T20:21:13.016Z] #14 117.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-31T20:21:13.016Z] #14 117.1 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-31T20:21:13.016Z] #14 117.2 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-31T20:21:13.016Z] #14 117.2 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-31T20:21:13.016Z] #14 117.2 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-31T20:21:13.016Z] #14 117.2 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-31T20:21:13.116Z] #51 ... [2022-05-31T20:21:13.116Z] [2022-05-31T20:21:13.116Z] #14 [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 [2022-05-31T20:21:13.116Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:21:13.116Z] #14 6.955 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-31T20:21:13.116Z] #14 6.978 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-31T20:21:13.116Z] #14 7.038 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-31T20:21:13.116Z] #14 8.886 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-31T20:21:13.116Z] #14 ... [2022-05-31T20:21:13.116Z] [2022-05-31T20:21:13.116Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-05-31T20:21:13.116Z] #57 sha256:334d46649c24142bc62145f95003806a660f464789eb664bc8e085e425005c88 [2022-05-31T20:21:13.116Z] #57 5.921 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-05-31T20:21:13.116Z] #57 7.534 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-05-31T20:21:13.116Z] #57 7.544 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-05-31T20:21:13.116Z] #57 7.647 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-05-31T20:21:13.116Z] #57 10.48 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-05-31T20:21:13.129Z] #21 16.82 Selecting previously unselected package libc6:arm64. [2022-05-31T20:21:13.129Z] #21 16.83 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ... [2022-05-31T20:21:13.167Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-05-31T20:21:13.167Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-05-31T20:21:13.280Z] #14 117.3 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-31T20:21:13.280Z] #14 117.3 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-31T20:21:13.280Z] #14 117.3 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-31T20:21:13.280Z] #14 117.3 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-31T20:21:13.280Z] #14 117.4 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-31T20:21:13.280Z] #14 117.4 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 [2022-05-31T20:21:13.280Z] #14 117.4 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-31T20:21:13.280Z] #14 117.4 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 [2022-05-31T20:21:13.280Z] #14 117.5 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-31T20:21:13.385Z] #21 16.98 Unpacking libc6:arm64 (2.31-13+deb11u3) ... [2022-05-31T20:21:13.393Z] #57 ... [2022-05-31T20:21:13.394Z] [2022-05-31T20:21:13.394Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-31T20:21:13.394Z] #62 sha256:845ed9dce1050c23c598849825d74ac810a4c3839182bf81d445c8b2d46ca45d [2022-05-31T20:21:13.394Z] #62 6.767 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-31T20:21:13.394Z] #62 6.809 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-31T20:21:13.394Z] #62 6.816 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-31T20:21:13.394Z] #62 8.562 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-31T20:21:13.394Z] #62 ... [2022-05-31T20:21:13.394Z] [2022-05-31T20:21:13.394Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-31T20:21:13.394Z] #38 sha256:dcc6b9145e4c49ad8c752827fae2ccceab4d7b3eeeb3f15be04921e6a91990fd [2022-05-31T20:21:13.394Z] #38 5.859 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-05-31T20:21:13.427Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.015s coverage: 90.5% of statements [2022-05-31T20:21:13.427Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-05-31T20:21:13.427Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-31T20:21:13.427Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-31T20:21:13.545Z] #14 117.5 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-31T20:21:13.545Z] #14 117.6 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 [2022-05-31T20:21:13.545Z] #14 117.6 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-31T20:21:13.545Z] #14 117.6 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-31T20:21:13.545Z] #14 117.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:21:13.642Z] #21 17.50 Selecting previously unselected package libapparmor1:arm64. [2022-05-31T20:21:13.642Z] #21 17.51 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-05-31T20:21:13.651Z] #38 ... [2022-05-31T20:21:13.651Z] [2022-05-31T20:21:13.651Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-31T20:21:13.651Z] #47 sha256:2289046ff473e3c18fd534924de3f703e3d885992ab5a0daed25d4f30c008c37 [2022-05-31T20:21:13.651Z] #47 6.010 + git clone https://github.com/docker/distribution.git . [2022-05-31T20:21:13.651Z] #47 6.011 Cloning into '.'... [2022-05-31T20:21:13.651Z] #47 ... [2022-05-31T20:21:13.651Z] [2022-05-31T20:21:13.651Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-05-31T20:21:13.651Z] #53 sha256:1d7c87c01a497e4e394d68f389ff5ae50d0d2a9b215dcd310a3e282f6567b06b [2022-05-31T20:21:13.651Z] #53 10.32 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-05-31T20:21:13.651Z] #53 10.61 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-05-31T20:21:13.651Z] #53 10.73 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-05-31T20:21:13.651Z] #53 10.95 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-05-31T20:21:13.807Z] #14 117.8 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-31T20:21:13.807Z] #14 117.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:21:13.807Z] #14 117.9 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:21:13.898Z] #21 17.52 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-05-31T20:21:13.898Z] #21 17.59 Selecting previously unselected package libapparmor-dev:arm64. [2022-05-31T20:21:13.898Z] #21 17.60 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-05-31T20:21:13.898Z] #21 17.61 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-31T20:21:13.898Z] #21 17.75 Selecting previously unselected package libgcc-s1:s390x. [2022-05-31T20:21:13.898Z] #21 17.75 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-05-31T20:21:13.898Z] #21 17.76 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-05-31T20:21:13.997Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2022-05-31T20:21:14.073Z] #14 117.9 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:21:14.155Z] #21 17.85 Selecting previously unselected package libcrypt1:s390x. [2022-05-31T20:21:14.155Z] #21 17.85 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-05-31T20:21:14.155Z] #21 17.86 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-05-31T20:21:14.335Z] #14 DONE 118.4s [2022-05-31T20:21:14.335Z] [2022-05-31T20:21:14.335Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-31T20:21:14.335Z] #59 sha256:ffe72570347b6b9e0fd91a60005edc9c02406821b564b614056d17115960e71b [2022-05-31T20:21:14.411Z] #21 17.98 Selecting previously unselected package libc6:s390x. [2022-05-31T20:21:14.411Z] #21 17.99 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ... [2022-05-31T20:21:14.411Z] #21 18.21 Unpacking libc6:s390x (2.31-13+deb11u3) ... [2022-05-31T20:21:14.567Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-05-31T20:21:14.600Z] #59 DONE 0.1s [2022-05-31T20:21:14.600Z] [2022-05-31T20:21:14.600Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:21:14.600Z] #60 sha256:e11f21e7ef75489ba6834aa96dcfe2c155ffa645f7ffc71ff451ab4fd9aa4237 [2022-05-31T20:21:14.827Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-05-31T20:21:14.827Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-05-31T20:21:14.974Z] #21 18.69 Selecting previously unselected package libapparmor1:s390x. [2022-05-31T20:21:14.974Z] #21 18.69 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-05-31T20:21:14.974Z] #21 18.70 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-05-31T20:21:14.974Z] #21 18.75 Selecting previously unselected package libapparmor-dev:s390x. [2022-05-31T20:21:14.974Z] #21 18.76 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-05-31T20:21:14.974Z] #21 18.77 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-05-31T20:21:15.230Z] #21 18.84 Selecting previously unselected package libgcc-s1:armhf. [2022-05-31T20:21:15.230Z] #21 18.85 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-05-31T20:21:15.230Z] #21 18.85 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-05-31T20:21:15.230Z] #21 18.91 Selecting previously unselected package libcrypt1:armhf. [2022-05-31T20:21:15.230Z] #21 18.92 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-05-31T20:21:15.230Z] #21 18.92 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-05-31T20:21:15.230Z] #21 19.03 Selecting previously unselected package libc6:armhf. [2022-05-31T20:21:15.230Z] #21 19.03 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ... [2022-05-31T20:21:15.487Z] #21 19.20 Unpacking libc6:armhf (2.31-13+deb11u3) ... [2022-05-31T20:21:15.997Z] #60 ... [2022-05-31T20:21:15.997Z] [2022-05-31T20:21:15.997Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-31T20:21:15.997Z] #15 sha256:d477f35cc8b4dddcba5db26d2304ee89caa3e7bba1058192b4fa02f8921160f7 [2022-05-31T20:21:15.997Z] #15 DONE 1.5s [2022-05-31T20:21:15.997Z] [2022-05-31T20:21:15.997Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:21:15.997Z] #60 sha256:e11f21e7ef75489ba6834aa96dcfe2c155ffa645f7ffc71ff451ab4fd9aa4237 [2022-05-31T20:21:15.997Z] #60 1.414 + RM_GOPATH=0 [2022-05-31T20:21:15.997Z] #60 1.414 + TMP_GOPATH= [2022-05-31T20:21:15.997Z] #60 1.414 + : /build [2022-05-31T20:21:15.997Z] #60 1.414 + '[' -z '' ']' [2022-05-31T20:21:15.997Z] #60 1.417 ++ mktemp -d [2022-05-31T20:21:15.997Z] #60 1.417 + export GOPATH=/tmp/tmp.okcHo7eClD [2022-05-31T20:21:15.997Z] #60 1.417 + GOPATH=/tmp/tmp.okcHo7eClD [2022-05-31T20:21:15.997Z] #60 1.417 + RM_GOPATH=1 [2022-05-31T20:21:15.997Z] #60 1.417 + case "$(go env GOARCH)" in [2022-05-31T20:21:15.997Z] #60 1.417 ++ go env GOARCH [2022-05-31T20:21:15.997Z] #60 1.460 Install runc version v1.1.2 (build tags: seccomp) [2022-05-31T20:21:15.997Z] #60 1.460 + export GO_BUILDMODE=-buildmode=pie [2022-05-31T20:21:15.997Z] #60 1.460 + GO_BUILDMODE=-buildmode=pie [2022-05-31T20:21:15.997Z] #60 1.460 ++ dirname /install.sh [2022-05-31T20:21:15.997Z] #60 1.460 + dir=/ [2022-05-31T20:21:15.997Z] #60 1.460 + bin=runc [2022-05-31T20:21:15.997Z] #60 1.460 + shift [2022-05-31T20:21:15.997Z] #60 1.460 + '[' '!' -f //runc.installer ']' [2022-05-31T20:21:15.997Z] #60 1.460 + . //runc.installer [2022-05-31T20:21:15.997Z] #60 1.460 ++ set -e [2022-05-31T20:21:15.997Z] #60 1.460 ++ : v1.1.2 [2022-05-31T20:21:15.997Z] #60 1.460 + install_runc [2022-05-31T20:21:15.997Z] #60 1.460 + RUNC_BUILDTAGS=seccomp [2022-05-31T20:21:15.997Z] #60 1.460 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-05-31T20:21:15.997Z] #60 1.460 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.okcHo7eClD/src/github.com/opencontainers/runc [2022-05-31T20:21:15.997Z] #60 1.460 Cloning into '/tmp/tmp.okcHo7eClD/src/github.com/opencontainers/runc'... [2022-05-31T20:21:16.050Z] #21 19.67 Selecting previously unselected package libapparmor1:armhf. [2022-05-31T20:21:16.050Z] #21 19.67 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-05-31T20:21:16.050Z] #21 19.68 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-05-31T20:21:16.050Z] #21 19.75 Selecting previously unselected package libapparmor-dev:armhf. [2022-05-31T20:21:16.050Z] #21 19.75 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-05-31T20:21:16.050Z] #21 19.77 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-05-31T20:21:16.050Z] #21 19.87 Selecting previously unselected package libgcc-s1:ppc64el. [2022-05-31T20:21:16.207Z] ok github.com/docker/docker/pkg/pubsub 1.048s coverage: 75.0% of statements [2022-05-31T20:21:16.307Z] #21 19.87 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-05-31T20:21:16.307Z] #21 19.88 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-05-31T20:21:16.307Z] #21 19.94 Selecting previously unselected package libcrypt1:ppc64el. [2022-05-31T20:21:16.307Z] #21 19.94 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-05-31T20:21:16.307Z] #21 19.95 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-05-31T20:21:16.307Z] #21 20.07 Selecting previously unselected package libc6:ppc64el. [2022-05-31T20:21:16.307Z] #21 20.07 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ... [2022-05-31T20:21:16.467Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-05-31T20:21:16.563Z] #21 20.24 Unpacking libc6:ppc64el (2.31-13+deb11u3) ... [2022-05-31T20:21:16.726Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-05-31T20:21:16.986Z] ok github.com/docker/docker/pkg/stdcopy 0.020s coverage: 100.0% of statements [2022-05-31T20:21:17.125Z] #21 20.87 Selecting previously unselected package libapparmor1:ppc64el. [2022-05-31T20:21:17.125Z] #21 20.88 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-05-31T20:21:17.125Z] #21 20.89 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-05-31T20:21:17.125Z] #21 20.97 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-05-31T20:21:17.125Z] #21 20.97 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-05-31T20:21:17.246Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-05-31T20:21:17.246Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-05-31T20:21:17.381Z] #21 20.98 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-05-31T20:21:17.381Z] #21 21.07 Selecting previously unselected package libseccomp2:s390x. [2022-05-31T20:21:17.381Z] #21 21.08 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-05-31T20:21:17.381Z] #21 21.09 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-05-31T20:21:17.381Z] #21 21.14 Selecting previously unselected package libseccomp-dev:s390x. [2022-05-31T20:21:17.381Z] #21 21.15 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-05-31T20:21:17.381Z] #21 21.16 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-05-31T20:21:17.381Z] #21 21.22 Selecting previously unselected package libseccomp2:ppc64el. [2022-05-31T20:21:17.453Z] #60 ... [2022-05-31T20:21:17.453Z] [2022-05-31T20:21:17.453Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-31T20:21:17.453Z] #16 sha256:e46abf534256fc611d277f2c8d7c70cbdd17fd22e66fa2673fbfcb70a6b70386 [2022-05-31T20:21:17.453Z] #16 DONE 1.3s [2022-05-31T20:21:17.453Z] [2022-05-31T20:21:17.453Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-31T20:21:17.453Z] #17 sha256:c068efb74413d2e7cf9f191383cdf5d065e53ce07d7af66f51578202285773ee [2022-05-31T20:21:17.637Z] #21 21.23 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-05-31T20:21:17.637Z] #21 21.23 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-05-31T20:21:17.637Z] #21 21.28 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-05-31T20:21:17.637Z] #21 21.29 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-05-31T20:21:17.637Z] #21 21.29 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-05-31T20:21:17.637Z] #21 21.36 Selecting previously unselected package libseccomp2:armhf. [2022-05-31T20:21:17.637Z] #21 21.36 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-05-31T20:21:17.637Z] #21 21.37 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-05-31T20:21:17.637Z] #21 21.42 Selecting previously unselected package libseccomp-dev:armhf. [2022-05-31T20:21:17.637Z] #21 21.42 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-05-31T20:21:17.637Z] #21 21.43 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-05-31T20:21:17.815Z] ok github.com/docker/docker/pkg/sysinfo 0.007s coverage: 53.6% of statements [2022-05-31T20:21:17.893Z] #21 21.49 Selecting previously unselected package libseccomp2:armel. [2022-05-31T20:21:17.893Z] #21 21.50 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-05-31T20:21:17.893Z] #21 21.51 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-05-31T20:21:17.893Z] #21 21.56 Selecting previously unselected package libseccomp-dev:armel. [2022-05-31T20:21:17.893Z] #21 21.57 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-05-31T20:21:17.893Z] #21 21.57 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-05-31T20:21:17.893Z] #21 21.65 Selecting previously unselected package libseccomp2:arm64. [2022-05-31T20:21:17.893Z] #21 21.66 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-05-31T20:21:17.893Z] #21 21.66 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-05-31T20:21:18.054Z] #17 0.936 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-31T20:21:18.150Z] #21 21.75 Selecting previously unselected package libseccomp-dev:arm64. [2022-05-31T20:21:18.150Z] #21 21.76 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-05-31T20:21:18.150Z] #21 21.78 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-31T20:21:18.150Z] #21 21.88 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-05-31T20:21:18.150Z] #21 21.90 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-05-31T20:21:18.150Z] #21 21.91 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-05-31T20:21:18.150Z] #21 21.92 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-05-31T20:21:18.150Z] #21 21.94 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-05-31T20:21:18.150Z] #21 21.95 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-05-31T20:21:18.150Z] #21 21.97 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-05-31T20:21:18.150Z] #21 21.98 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-05-31T20:21:18.150Z] #21 21.99 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-05-31T20:21:18.150Z] #21 22.01 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-05-31T20:21:18.150Z] #21 22.04 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-05-31T20:21:18.150Z] #21 22.05 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-05-31T20:21:18.150Z] #21 22.07 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-05-31T20:21:18.323Z] #17 DONE 1.1s [2022-05-31T20:21:18.323Z] [2022-05-31T20:21:18.323Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-31T20:21:18.323Z] #18 sha256:66c56cf51d408e0b5b5180dccc4f8eee67111a2185a0ce1160132e7eb8aa3073 [2022-05-31T20:21:18.385Z] ok github.com/docker/docker/pkg/system 0.005s coverage: 42.3% of statements [2022-05-31T20:21:18.406Z] #21 22.08 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-05-31T20:21:18.406Z] #21 22.09 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-05-31T20:21:18.406Z] #21 22.11 Setting up libc6:arm64 (2.31-13+deb11u3) ... [2022-05-31T20:21:18.645Z] ok github.com/docker/docker/pkg/tailfile 0.046s coverage: 88.6% of statements [2022-05-31T20:21:18.910Z] #53 ... [2022-05-31T20:21:18.910Z] [2022-05-31T20:21:18.910Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-31T20:21:18.910Z] #67 sha256:e3f00baffe6765238ddb256a3f3b4229b187e79b36541d560f14700196d25e48 [2022-05-31T20:21:18.910Z] #67 6.040 + RM_GOPATH=0 [2022-05-31T20:21:18.910Z] #67 6.040 + TMP_GOPATH= [2022-05-31T20:21:18.910Z] #67 6.040 + : /build [2022-05-31T20:21:18.910Z] #67 6.040 + '[' -z '' ']' [2022-05-31T20:21:18.910Z] #67 6.041 ++ mktemp -d [2022-05-31T20:21:18.910Z] #67 6.045 + export GOPATH=/tmp/tmp.xdvV8kExUR [2022-05-31T20:21:18.910Z] #67 6.045 + GOPATH=/tmp/tmp.xdvV8kExUR [2022-05-31T20:21:18.910Z] #67 6.045 + RM_GOPATH=1 [2022-05-31T20:21:18.910Z] #67 6.045 + case "$(go env GOARCH)" in [2022-05-31T20:21:18.910Z] #67 6.051 ++ go env GOARCH [2022-05-31T20:21:18.910Z] #67 6.059 + export GO_BUILDMODE=-buildmode=pie [2022-05-31T20:21:18.910Z] #67 6.059 + GO_BUILDMODE=-buildmode=pie [2022-05-31T20:21:18.910Z] #67 6.059 ++ dirname /install.sh [2022-05-31T20:21:18.910Z] #67 6.060 + dir=/ [2022-05-31T20:21:18.910Z] #67 6.060 + bin=rootlesskit [2022-05-31T20:21:18.910Z] #67 6.060 + shift [2022-05-31T20:21:18.910Z] #67 6.060 + '[' '!' -f //rootlesskit.installer ']' [2022-05-31T20:21:18.910Z] #67 6.060 + . //rootlesskit.installer [2022-05-31T20:21:18.910Z] #67 6.060 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-05-31T20:21:18.910Z] #67 6.060 + install_rootlesskit [2022-05-31T20:21:18.910Z] #67 6.060 + case "$1" in [2022-05-31T20:21:18.910Z] #67 6.060 + export CGO_ENABLED=0 [2022-05-31T20:21:18.910Z] #67 6.060 + CGO_ENABLED=0 [2022-05-31T20:21:18.910Z] #67 6.060 + _install_rootlesskit [2022-05-31T20:21:18.910Z] #67 6.061 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-05-31T20:21:18.910Z] #67 6.061 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-31T20:21:18.910Z] #67 6.061 + GOBIN=/build [2022-05-31T20:21:18.910Z] #67 6.061 + GO111MODULE=on [2022-05-31T20:21:18.910Z] #67 6.061 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-05-31T20:21:18.910Z] #67 6.061 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-05-31T20:21:18.910Z] #67 6.574 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-05-31T20:21:18.910Z] #67 10.49 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-31T20:21:18.910Z] #67 10.53 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-05-31T20:21:18.910Z] #67 11.59 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-05-31T20:21:18.910Z] #67 ... [2022-05-31T20:21:18.910Z] [2022-05-31T20:21:18.910Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-31T20:21:18.910Z] #40 sha256:07b89fe8434131bcc5206962ac2f0f7d1f719e71fe00b50814204de3307697ed [2022-05-31T20:21:18.910Z] #40 6.758 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-05-31T20:21:18.910Z] #40 7.782 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-05-31T20:21:18.910Z] #40 7.904 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-05-31T20:21:18.910Z] #40 13.33 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-05-31T20:21:18.910Z] #40 13.44 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-31T20:21:19.215Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2022-05-31T20:21:19.276Z] #18 DONE 1.0s [2022-05-31T20:21:19.276Z] [2022-05-31T20:21:19.276Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-31T20:21:19.276Z] #36 sha256:3ef0c75c5e3533db35f93d7d1735716ef6706e45935f1bcae33ab98262ea08c5 [2022-05-31T20:21:19.276Z] #36 ... [2022-05-31T20:21:19.276Z] [2022-05-31T20:21:19.276Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-31T20:21:19.276Z] #19 sha256:e0f95abd5d907e4d7d5280c0307edcd4328ab4217a3939a68189c0a28d9239f2 [2022-05-31T20:21:19.472Z] #40 ... [2022-05-31T20:21:19.472Z] [2022-05-31T20:21:19.472Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-05-31T20:21:19.472Z] #53 sha256:1d7c87c01a497e4e394d68f389ff5ae50d0d2a9b215dcd310a3e282f6567b06b [2022-05-31T20:21:19.472Z] #53 17.17 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-05-31T20:21:19.472Z] #53 17.19 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-05-31T20:21:19.472Z] #53 17.42 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-05-31T20:21:19.475Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-05-31T20:21:19.475Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-05-31T20:21:19.773Z] #21 23.34 Setting up libc6:armel (2.31-13+deb11u3) ... [2022-05-31T20:21:20.219Z] #19 DONE 1.0s [2022-05-31T20:21:20.219Z] [2022-05-31T20:21:20.219Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-05-31T20:21:20.219Z] #20 sha256:3be57fbc7135b7cbd5ceb489434f6713ab1a3505c85fba4e6a845928085358c1 [2022-05-31T20:21:20.959Z] #21 24.60 Setting up libc6:armhf (2.31-13+deb11u3) ... [2022-05-31T20:21:21.417Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-05-31T20:21:21.616Z] #20 DONE 1.1s [2022-05-31T20:21:21.616Z] [2022-05-31T20:21:21.616Z] #21 [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 zstd [2022-05-31T20:21:21.616Z] #21 sha256:d9a7fb9e0cd212f6be6a5d64406833d78bc26f7751d89067c8b5545dc1d33b53 [2022-05-31T20:21:21.676Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-05-31T20:21:22.246Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-05-31T20:21:22.326Z] #21 25.87 Setting up libc6:ppc64el (2.31-13+deb11u3) ... [2022-05-31T20:21:22.558Z] #21 1.216 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-31T20:21:22.558Z] #21 1.244 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-31T20:21:22.558Z] #21 1.254 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-31T20:21:23.129Z] #21 1.774 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-31T20:21:23.186Z] ok github.com/docker/docker/quota 0.243s coverage: 71.4% of statements [2022-05-31T20:21:23.256Z] #21 27.09 Setting up libc6:s390x (2.31-13+deb11u3) ... [2022-05-31T20:21:23.648Z] #53 21.09 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-05-31T20:21:23.648Z] #53 21.29 go: downloading golang.org/x/mod v0.3.0 [2022-05-31T20:21:23.756Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2022-05-31T20:21:24.072Z] #21 2.780 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-05-31T20:21:24.218Z] #53 ... [2022-05-31T20:21:24.218Z] [2022-05-31T20:21:24.218Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-31T20:21:24.218Z] #62 sha256:845ed9dce1050c23c598849825d74ac810a4c3839182bf81d445c8b2d46ca45d [2022-05-31T20:21:24.218Z] #62 11.99 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-05-31T20:21:24.218Z] #62 15.85 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-05-31T20:21:24.475Z] #62 ... [2022-05-31T20:21:24.475Z] [2022-05-31T20:21:24.475Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:21:24.475Z] #42 sha256:cdddd53eaf66c5a4cc1ad72969ff9954e6e86d2736995232ae865da98cdb3e86 [2022-05-31T20:21:24.475Z] #42 12.10 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-05-31T20:21:24.475Z] #42 16.42 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-05-31T20:21:24.475Z] #42 ... [2022-05-31T20:21:24.475Z] [2022-05-31T20:21:24.475Z] #14 [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 [2022-05-31T20:21:24.475Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:21:24.475Z] #14 12.32 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-05-31T20:21:24.475Z] #14 15.84 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-05-31T20:21:24.623Z] #21 28.34 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-05-31T20:21:24.623Z] #21 28.35 Setting up libapparmor1:armel (2.13.6-10) ... [2022-05-31T20:21:24.623Z] #21 28.37 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-05-31T20:21:24.623Z] #21 28.38 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-05-31T20:21:24.623Z] #21 28.39 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-05-31T20:21:24.623Z] #21 28.40 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-05-31T20:21:24.623Z] #21 28.42 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-05-31T20:21:24.623Z] #21 28.43 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-05-31T20:21:24.623Z] #21 28.44 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-05-31T20:21:24.623Z] #21 28.45 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-05-31T20:21:24.623Z] #21 28.47 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-05-31T20:21:24.623Z] #21 28.48 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-05-31T20:21:24.623Z] #21 28.49 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-05-31T20:21:24.623Z] #21 28.51 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-05-31T20:21:24.623Z] #21 28.52 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-05-31T20:21:24.623Z] #21 28.53 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-05-31T20:21:24.695Z] ok github.com/docker/docker/registry 0.082s coverage: 58.6% of statements [2022-05-31T20:21:24.732Z] #14 ... [2022-05-31T20:21:24.732Z] [2022-05-31T20:21:24.732Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-31T20:21:24.732Z] #51 sha256:113d2bb1d4548e80ebe8fce070dfbb856d4f7e96e19058ca2a7a1a7cd8f6f6e6 [2022-05-31T20:21:24.732Z] #51 12.15 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-05-31T20:21:24.732Z] #51 16.46 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-05-31T20:21:24.732Z] #51 20.68 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-05-31T20:21:24.880Z] #21 28.55 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-05-31T20:21:24.880Z] #21 28.56 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-05-31T20:21:24.880Z] #21 28.58 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-05-31T20:21:24.880Z] #21 28.59 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-05-31T20:21:24.880Z] #21 28.60 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:21:24.955Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-05-31T20:21:24.989Z] #51 ... [2022-05-31T20:21:24.989Z] [2022-05-31T20:21:24.989Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-05-31T20:21:24.989Z] #26 sha256:27ba7ae50790a5eec1fa440ec2fa31a45774c194f20d09c7248659490de3cebd [2022-05-31T20:21:24.989Z] #26 21.30 + mkdir -p /build [2022-05-31T20:21:24.989Z] #26 21.30 + mv docker/docker /build/ [2022-05-31T20:21:24.989Z] #26 21.30 + rmdir docker [2022-05-31T20:21:24.989Z] #26 DONE 22.3s [2022-05-31T20:21:24.989Z] [2022-05-31T20:21:24.989Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-31T20:21:24.989Z] #36 sha256:3ef0c75c5e3533db35f93d7d1735716ef6706e45935f1bcae33ab98262ea08c5 [2022-05-31T20:21:24.989Z] #36 20.92 go: downloading github.com/spf13/cobra v1.1.3 [2022-05-31T20:21:24.989Z] #36 20.92 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-05-31T20:21:24.989Z] #36 21.75 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-05-31T20:21:24.989Z] #36 21.98 go: downloading github.com/spf13/pflag v1.0.5 [2022-05-31T20:21:24.989Z] #36 22.25 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-31T20:21:24.989Z] #36 22.61 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-05-31T20:21:25.215Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-05-31T20:21:25.457Z] #21 4.046 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-05-31T20:21:25.475Z] ok github.com/docker/docker/runconfig 0.010s coverage: 64.5% of statements [2022-05-31T20:21:25.554Z] #36 23.25 go: downloading github.com/cosiner/argv v0.1.0 [2022-05-31T20:21:25.554Z] #36 23.28 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-05-31T20:21:25.554Z] #36 23.32 go: downloading github.com/peterh/liner v1.2.2 [2022-05-31T20:21:25.734Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-05-31T20:21:25.809Z] #21 DONE 29.3s [2022-05-31T20:21:25.809Z] [2022-05-31T20:21:25.809Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-31T20:21:25.809Z] #66 sha256:94d4400c9dde0b57de20d5c5630384b1979c345e57e078bc22a2730e89779fc9 [2022-05-31T20:21:25.809Z] #66 DONE 0.2s [2022-05-31T20:21:25.809Z] [2022-05-31T20:21:25.809Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:21:25.809Z] #67 sha256:a78439fccbcd543630e5354a95555ac8cabfbfebb23acb186d0b75aecc9fb0fb [2022-05-31T20:21:25.811Z] #36 23.72 go: downloading github.com/google/go-dap v0.6.0 [2022-05-31T20:21:26.068Z] #36 24.00 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-05-31T20:21:26.633Z] #36 24.55 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-05-31T20:21:26.739Z] #67 1.083 + RM_GOPATH=0 [2022-05-31T20:21:26.739Z] #67 1.083 + TMP_GOPATH= [2022-05-31T20:21:26.739Z] #67 1.083 + : /build [2022-05-31T20:21:26.844Z] #21 ... [2022-05-31T20:21:26.844Z] [2022-05-31T20:21:26.844Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:21:26.844Z] #60 sha256:e11f21e7ef75489ba6834aa96dcfe2c155ffa645f7ffc71ff451ab4fd9aa4237 [2022-05-31T20:21:26.844Z] #60 12.31 + cd /tmp/tmp.okcHo7eClD/src/github.com/opencontainers/runc [2022-05-31T20:21:26.844Z] #60 12.31 + git checkout -q v1.1.2 [2022-05-31T20:21:26.999Z] #67 ... [2022-05-31T20:21:26.999Z] [2022-05-31T20:21:26.999Z] #22 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-31T20:21:26.999Z] #22 sha256:5462de8a31a3d033d61ba85b655b659570179aa782ae15bc4edd0f1b94b777ae [2022-05-31T20:21:26.999Z] #22 DONE 1.3s [2022-05-31T20:21:26.999Z] [2022-05-31T20:21:26.999Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:21:26.999Z] #67 sha256:a78439fccbcd543630e5354a95555ac8cabfbfebb23acb186d0b75aecc9fb0fb [2022-05-31T20:21:26.999Z] #67 1.084 + '[' -z '' ']' [2022-05-31T20:21:26.999Z] #67 1.084 ++ mktemp -d [2022-05-31T20:21:26.999Z] #67 1.086 + export GOPATH=/tmp/tmp.gXDSqJK8Ah [2022-05-31T20:21:26.999Z] #67 1.086 + GOPATH=/tmp/tmp.gXDSqJK8Ah [2022-05-31T20:21:26.999Z] #67 1.086 + RM_GOPATH=1 [2022-05-31T20:21:26.999Z] #67 1.086 + case "$(go env GOARCH)" in [2022-05-31T20:21:26.999Z] #67 1.087 ++ go env GOARCH [2022-05-31T20:21:26.999Z] #67 1.095 + export GO_BUILDMODE=-buildmode=pie [2022-05-31T20:21:26.999Z] #67 1.096 + GO_BUILDMODE=-buildmode=pie [2022-05-31T20:21:26.999Z] #67 1.105 ++ dirname /install.sh [2022-05-31T20:21:26.999Z] #67 1.106 + dir=/ [2022-05-31T20:21:26.999Z] #67 1.106 + bin=runc [2022-05-31T20:21:26.999Z] #67 1.106 + shift [2022-05-31T20:21:26.999Z] #67 1.106 + '[' '!' -f //runc.installer ']' [2022-05-31T20:21:26.999Z] #67 1.106 + . //runc.installer [2022-05-31T20:21:26.999Z] #67 1.106 ++ set -e [2022-05-31T20:21:26.999Z] #67 1.107 ++ : v1.1.2 [2022-05-31T20:21:26.999Z] #67 1.107 + install_runc [2022-05-31T20:21:26.999Z] #67 1.107 + RUNC_BUILDTAGS=seccomp [2022-05-31T20:21:26.999Z] #67 1.107 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-05-31T20:21:26.999Z] #67 1.107 Install runc version v1.1.2 (build tags: seccomp) [2022-05-31T20:21:26.999Z] #67 1.108 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.gXDSqJK8Ah/src/github.com/opencontainers/runc [2022-05-31T20:21:26.999Z] #67 1.110 Cloning into '/tmp/tmp.gXDSqJK8Ah/src/github.com/opencontainers/runc'... [2022-05-31T20:21:27.416Z] #60 12.95 + '[' -z '' ']' [2022-05-31T20:21:27.416Z] #60 12.95 + target=static [2022-05-31T20:21:27.416Z] #60 12.95 + make BUILDTAGS=seccomp static [2022-05-31T20:21:27.565Z] #36 25.52 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-05-31T20:21:27.645Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-05-31T20:21:27.678Z] #60 13.33 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-05-31T20:21:27.929Z] #67 ... [2022-05-31T20:21:27.929Z] [2022-05-31T20:21:27.929Z] #23 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-31T20:21:27.929Z] #23 sha256:00d15d905471babcd51e3028a67569265f26065659341e02d5e1290074fca9cf [2022-05-31T20:21:27.929Z] #23 DONE 1.0s [2022-05-31T20:21:28.185Z] [2022-05-31T20:21:28.185Z] #24 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-31T20:21:28.185Z] #24 sha256:06141d942813fe5af14e2fb9701867a9371c10eac9b98c53a34365c1f15723f6 [2022-05-31T20:21:28.214Z] ok github.com/docker/docker/volume/local 0.114s coverage: 77.2% of statements [2022-05-31T20:21:28.495Z] #36 26.25 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-31T20:21:28.495Z] #36 26.34 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-05-31T20:21:28.784Z] ok github.com/docker/docker/volume/mounts 0.007s coverage: 67.7% of statements [2022-05-31T20:21:29.115Z] #24 0.852 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-31T20:21:29.115Z] #24 DONE 1.0s [2022-05-31T20:21:29.115Z] [2022-05-31T20:21:29.115Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:21:29.115Z] #67 sha256:a78439fccbcd543630e5354a95555ac8cabfbfebb23acb186d0b75aecc9fb0fb [2022-05-31T20:21:29.723Z] ok github.com/docker/docker/volume/service 0.014s coverage: 72.3% of statements [2022-05-31T20:21:29.991Z] #36 ... [2022-05-31T20:21:29.991Z] [2022-05-31T20:21:29.991Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-31T20:21:29.991Z] #67 sha256:e3f00baffe6765238ddb256a3f3b4229b187e79b36541d560f14700196d25e48 [2022-05-31T20:21:29.991Z] #67 17.20 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-05-31T20:21:29.991Z] #67 18.62 go: downloading github.com/google/uuid v1.3.0 [2022-05-31T20:21:29.991Z] #67 18.69 go: downloading github.com/moby/vpnkit v0.5.0 [2022-05-31T20:21:29.991Z] #67 18.92 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-05-31T20:21:29.991Z] #67 19.20 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-31T20:21:29.991Z] #67 19.33 go: downloading github.com/gorilla/mux v1.8.0 [2022-05-31T20:21:29.991Z] #67 19.65 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-05-31T20:21:29.991Z] #67 20.99 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-05-31T20:21:29.991Z] #67 21.21 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-05-31T20:21:29.991Z] #67 21.49 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-05-31T20:21:29.991Z] #67 25.07 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-05-31T20:21:29.991Z] #67 ... [2022-05-31T20:21:29.991Z] [2022-05-31T20:21:29.991Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-05-31T20:21:29.991Z] #38 sha256:dcc6b9145e4c49ad8c752827fae2ccceab4d7b3eeeb3f15be04921e6a91990fd [2022-05-31T20:21:29.991Z] #38 27.72 tomll can be used in two ways: [2022-05-31T20:21:29.991Z] #38 27.73 Writing to STDIN and reading from STDOUT: [2022-05-31T20:21:29.991Z] #38 27.73 cat file.toml | tomll > file.toml [2022-05-31T20:21:29.991Z] #38 27.73 [2022-05-31T20:21:29.991Z] #38 27.78 Reading and updating a list of files: [2022-05-31T20:21:29.991Z] #38 27.78 tomll a.toml b.toml c.toml [2022-05-31T20:21:29.991Z] #38 27.78 [2022-05-31T20:21:29.991Z] #38 27.78 When given a list of files, tomll will modify all files in place without asking. [2022-05-31T20:21:30.043Z] #67 ... [2022-05-31T20:21:30.043Z] [2022-05-31T20:21:30.043Z] #25 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-31T20:21:30.043Z] #25 sha256:f41883aac49ecefc46cea6119a1585662578c9f1cc7144039af495fb3cbf273f [2022-05-31T20:21:30.043Z] #25 DONE 0.9s [2022-05-31T20:21:30.043Z] [2022-05-31T20:21:30.043Z] #26 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-31T20:21:30.043Z] #26 sha256:fa216e84cac390747b3fdb8df1c66f7754baf3951959131672a866790b408c3e [2022-05-31T20:21:30.252Z] #38 DONE 28.0s [2022-05-31T20:21:30.252Z] [2022-05-31T20:21:30.252Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-31T20:21:30.252Z] #47 sha256:2289046ff473e3c18fd534924de3f703e3d885992ab5a0daed25d4f30c008c37 [2022-05-31T20:21:30.972Z] #26 DONE 0.9s [2022-05-31T20:21:30.972Z] [2022-05-31T20:21:30.972Z] #27 [dev-systemd-false 6/26] RUN ldconfig [2022-05-31T20:21:30.972Z] #27 sha256:9351aa9be987e5b90435593edaebd2e207bf8ff52b8421c9c26ab361b0464a6a [2022-05-31T20:21:31.261Z] #47 ... [2022-05-31T20:21:31.261Z] [2022-05-31T20:21:31.261Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-31T20:21:31.261Z] #36 sha256:3ef0c75c5e3533db35f93d7d1735716ef6706e45935f1bcae33ab98262ea08c5 [2022-05-31T20:21:31.261Z] #36 29.07 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-05-31T20:21:31.261Z] #36 29.21 go: downloading github.com/cilium/ebpf v0.7.0 [2022-05-31T20:21:31.905Z] #27 DONE 1.1s [2022-05-31T20:21:31.905Z] [2022-05-31T20:21:31.905Z] #28 [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 zstd [2022-05-31T20:21:31.905Z] #28 sha256:52f96d6e5afeb72121b65013fe0b3f4547967b35e3383dbebfed7d5b6c3c9453 [2022-05-31T20:21:33.797Z] #28 1.636 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-05-31T20:21:33.797Z] #28 1.637 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-05-31T20:21:33.797Z] #28 1.638 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-05-31T20:21:33.797Z] #28 1.869 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-05-31T20:21:34.053Z] #28 2.137 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-05-31T20:21:34.309Z] #28 2.414 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-05-31T20:21:34.565Z] #28 2.706 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-05-31T20:21:35.128Z] #28 3.058 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-05-31T20:21:35.128Z] #28 3.298 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-05-31T20:21:35.384Z] #28 3.298 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-05-31T20:21:35.384Z] #28 3.298 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-05-31T20:21:35.384Z] #28 3.299 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-05-31T20:21:35.384Z] #28 3.300 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-05-31T20:21:35.384Z] #28 3.309 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-05-31T20:21:35.384Z] #28 3.310 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-05-31T20:21:35.384Z] #28 3.310 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-05-31T20:21:35.384Z] #28 3.311 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-05-31T20:21:35.384Z] #28 3.311 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-05-31T20:21:35.822Z] #60 ... [2022-05-31T20:21:35.822Z] [2022-05-31T20:21:35.822Z] #21 [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 zstd [2022-05-31T20:21:35.822Z] #21 sha256:d9a7fb9e0cd212f6be6a5d64406833d78bc26f7751d89067c8b5545dc1d33b53 [2022-05-31T20:21:35.822Z] #21 7.959 Fetched 8537 kB in 7s (1217 kB/s) [2022-05-31T20:21:35.822Z] #21 7.959 Reading package lists... [2022-05-31T20:21:35.822Z] #21 10.62 Reading package lists... [2022-05-31T20:21:35.822Z] #21 13.37 Building dependency tree... [2022-05-31T20:21:36.392Z] #21 14.99 The following additional packages will be installed: [2022-05-31T20:21:36.392Z] #21 14.99 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-31T20:21:36.392Z] #21 15.00 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-31T20:21:36.392Z] #21 15.00 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-31T20:21:36.392Z] #21 15.00 python3-pkg-resources vim-runtime xxd [2022-05-31T20:21:36.392Z] #21 15.00 Suggested packages: [2022-05-31T20:21:36.392Z] #21 15.00 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-31T20:21:36.392Z] #21 15.00 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-31T20:21:36.392Z] #21 15.00 acl attr quota [2022-05-31T20:21:36.392Z] #21 15.01 Recommended packages: [2022-05-31T20:21:36.392Z] #21 15.01 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-31T20:21:37.671Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-31T20:21:37.777Z] #21 16.30 The following NEW packages will be installed: [2022-05-31T20:21:37.777Z] #21 16.31 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-31T20:21:37.777Z] #21 16.31 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-31T20:21:37.777Z] #21 16.32 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-31T20:21:37.777Z] #21 16.32 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-31T20:21:37.777Z] #21 16.32 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-31T20:21:37.777Z] #21 16.32 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-31T20:21:37.777Z] #21 16.32 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-31T20:21:37.777Z] #21 16.32 xz-utils zip zstd [2022-05-31T20:21:37.903Z] #28 ... [2022-05-31T20:21:37.903Z] [2022-05-31T20:21:37.903Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:21:37.903Z] #67 sha256:a78439fccbcd543630e5354a95555ac8cabfbfebb23acb186d0b75aecc9fb0fb [2022-05-31T20:21:37.903Z] #67 5.743 + cd /tmp/tmp.gXDSqJK8Ah/src/github.com/opencontainers/runc [2022-05-31T20:21:37.903Z] #67 5.743 + git checkout -q v1.1.2 [2022-05-31T20:21:37.903Z] #67 6.007 + '[' -z '' ']' [2022-05-31T20:21:37.903Z] #67 6.007 + target=static [2022-05-31T20:21:37.903Z] #67 6.008 + make BUILDTAGS=seccomp static [2022-05-31T20:21:37.903Z] #67 6.498 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-05-31T20:21:37.903Z] #67 11.52 + mkdir -p /build [2022-05-31T20:21:37.903Z] #67 11.52 + cp runc /build/runc [2022-05-31T20:21:37.903Z] #67 DONE 11.8s [2022-05-31T20:21:37.903Z] [2022-05-31T20:21:37.903Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:21:37.903Z] #71 sha256:6e8246a5ae7569b8189be83f7fa9cb216d3421d7bce2ae85ade63c786f264195 [2022-05-31T20:21:38.038Z] #21 16.64 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:21:38.038Z] #21 16.64 Need to get 27.6 MB of archives. [2022-05-31T20:21:38.038Z] #21 16.64 After this operation, 106 MB of additional disk space will be used. [2022-05-31T20:21:38.038Z] #21 16.64 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-31T20:21:38.038Z] #21 16.65 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-31T20:21:38.038Z] #21 16.65 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-31T20:21:38.038Z] #21 16.65 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-31T20:21:38.038Z] #21 16.66 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-31T20:21:38.038Z] #21 16.67 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-31T20:21:38.038Z] #21 16.69 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-31T20:21:38.038Z] #21 16.70 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-31T20:21:38.038Z] #21 16.81 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-31T20:21:38.038Z] #21 16.81 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-31T20:21:38.038Z] #21 16.82 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-31T20:21:38.038Z] #21 16.83 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-31T20:21:38.038Z] #21 16.83 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-05-31T20:21:38.038Z] #21 16.84 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-31T20:21:38.038Z] #21 16.86 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-31T20:21:38.038Z] #21 16.87 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-31T20:21:38.038Z] #21 16.87 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-31T20:21:38.038Z] #21 16.88 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-31T20:21:38.038Z] #21 16.88 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-31T20:21:38.038Z] #21 16.88 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-31T20:21:38.038Z] #21 16.89 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-31T20:21:38.038Z] #21 16.90 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-31T20:21:38.038Z] #21 16.90 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-31T20:21:38.038Z] #21 16.91 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-31T20:21:38.038Z] #21 16.91 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-31T20:21:38.299Z] #21 16.91 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-31T20:21:38.299Z] #21 16.93 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-31T20:21:38.706Z] #21 17.50 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-31T20:21:38.967Z] #21 17.50 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-31T20:21:38.967Z] #21 17.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] [2022-05-31T20:21:38.967Z] #21 17.51 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-31T20:21:38.967Z] #21 17.51 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-31T20:21:38.967Z] #21 17.51 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-31T20:21:38.967Z] #21 17.52 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-05-31T20:21:38.967Z] #21 17.59 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-31T20:21:38.967Z] #21 17.60 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-31T20:21:38.967Z] #21 17.61 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-31T20:21:38.967Z] #21 17.62 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-31T20:21:38.967Z] #21 17.64 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-31T20:21:38.967Z] #21 17.65 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-31T20:21:38.967Z] #21 17.67 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-31T20:21:38.967Z] #21 17.73 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-31T20:21:39.227Z] #21 17.74 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-31T20:21:39.227Z] #21 17.75 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-05-31T20:21:39.371Z] #36 ... [2022-05-31T20:21:39.371Z] [2022-05-31T20:21:39.372Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-31T20:21:39.372Z] #47 sha256:2289046ff473e3c18fd534924de3f703e3d885992ab5a0daed25d4f30c008c37 [2022-05-31T20:21:39.488Z] #21 18.16 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-31T20:21:39.488Z] #21 18.26 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-31T20:21:39.488Z] #21 18.30 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-31T20:21:39.748Z] #21 18.32 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-31T20:21:39.748Z] #21 ... [2022-05-31T20:21:39.748Z] [2022-05-31T20:21:39.748Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-31T20:21:39.748Z] #36 sha256:3ef0c75c5e3533db35f93d7d1735716ef6706e45935f1bcae33ab98262ea08c5 [2022-05-31T20:21:39.748Z] #36 143.9 Delve is a source level debugger for Go programs. [2022-05-31T20:21:39.748Z] #36 143.9 [2022-05-31T20:21:39.749Z] #36 143.9 Delve enables you to interact with your program by controlling the execution of the process, [2022-05-31T20:21:39.749Z] #36 143.9 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-05-31T20:21:39.749Z] #36 143.9 [2022-05-31T20:21:39.749Z] #36 143.9 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-05-31T20:21:39.749Z] #36 143.9 [2022-05-31T20:21:39.749Z] #36 143.9 Pass flags to the program you are debugging using `--`, for example: [2022-05-31T20:21:39.749Z] #36 143.9 [2022-05-31T20:21:39.749Z] #36 143.9 `dlv exec ./hello -- server --config conf/config.toml` [2022-05-31T20:21:39.749Z] #36 143.9 [2022-05-31T20:21:39.749Z] #36 143.9 Usage: [2022-05-31T20:21:39.749Z] #36 143.9 dlv [command] [2022-05-31T20:21:39.749Z] #36 143.9 [2022-05-31T20:21:39.749Z] #36 143.9 Available Commands: [2022-05-31T20:21:39.749Z] #36 143.9 attach Attach to running process and begin debugging. [2022-05-31T20:21:39.749Z] #36 143.9 connect Connect to a headless debug server with a terminal client. [2022-05-31T20:21:39.749Z] #36 143.9 core Examine a core dump. [2022-05-31T20:21:39.749Z] #36 143.9 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-05-31T20:21:39.749Z] #36 143.9 debug Compile and begin debugging main package in current directory, or the package specified. [2022-05-31T20:21:39.749Z] #36 143.9 exec Execute a precompiled binary, and begin a debug session. [2022-05-31T20:21:39.749Z] #36 143.9 help Help about any command [2022-05-31T20:21:39.749Z] #36 143.9 run Deprecated command. Use 'debug' instead. [2022-05-31T20:21:39.749Z] #36 143.9 test Compile test binary and begin debugging program. [2022-05-31T20:21:39.749Z] #36 143.9 trace Compile and begin tracing program. [2022-05-31T20:21:39.749Z] #36 143.9 version Prints version. [2022-05-31T20:21:39.749Z] #36 143.9 [2022-05-31T20:21:39.749Z] #36 143.9 Flags: [2022-05-31T20:21:39.749Z] #36 143.9 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-05-31T20:21:39.749Z] #36 143.9 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-05-31T20:21:39.749Z] #36 143.9 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-05-31T20:21:39.749Z] #36 143.9 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-05-31T20:21:39.749Z] #36 143.9 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-05-31T20:21:39.749Z] #36 143.9 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-05-31T20:21:39.749Z] #36 143.9 --disable-aslr Disables address space randomization [2022-05-31T20:21:39.749Z] #36 143.9 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-05-31T20:21:39.749Z] #36 143.9 -h, --help help for dlv [2022-05-31T20:21:39.749Z] #36 143.9 --init string Init file, executed by the terminal client. [2022-05-31T20:21:39.749Z] #36 143.9 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-05-31T20:21:39.749Z] #36 143.9 --log Enable debugging server logging. [2022-05-31T20:21:39.749Z] #36 143.9 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-05-31T20:21:39.749Z] #36 143.9 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-05-31T20:21:39.749Z] #36 143.9 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-05-31T20:21:39.749Z] #36 143.9 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-05-31T20:21:39.749Z] #36 143.9 --wd string Working directory for running the program. [2022-05-31T20:21:39.749Z] #36 143.9 [2022-05-31T20:21:39.749Z] #36 143.9 Additional help topics: [2022-05-31T20:21:39.749Z] #36 143.9 dlv backend Help about the --backend flag. [2022-05-31T20:21:39.749Z] #36 143.9 dlv log Help about logging flags. [2022-05-31T20:21:39.749Z] #36 143.9 dlv redirect Help about file redirection. [2022-05-31T20:21:39.749Z] #36 143.9 [2022-05-31T20:21:39.749Z] #36 143.9 Use "dlv [command] --help" for more information about a command. [2022-05-31T20:21:40.011Z] #36 ... [2022-05-31T20:21:40.011Z] [2022-05-31T20:21:40.011Z] #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 [2022-05-31T20:21:40.011Z] #34 sha256:17ed0ad370f36e9e186a1b18b32d44e4b81a44479e14da465d1ad5cf1f730994 [2022-05-31T20:21:40.011Z] #34 DONE 143.8s [2022-05-31T20:21:40.011Z] [2022-05-31T20:21:40.011Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-31T20:21:40.011Z] #36 sha256:3ef0c75c5e3533db35f93d7d1735716ef6706e45935f1bcae33ab98262ea08c5 [2022-05-31T20:21:40.011Z] #36 DONE 144.1s [2022-05-31T20:21:40.011Z] [2022-05-31T20:21:40.011Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:21:40.011Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:21:40.272Z] #55 ... [2022-05-31T20:21:40.272Z] [2022-05-31T20:21:40.272Z] #21 [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 zstd [2022-05-31T20:21:40.272Z] #21 sha256:d9a7fb9e0cd212f6be6a5d64406833d78bc26f7751d89067c8b5545dc1d33b53 [2022-05-31T20:21:40.272Z] #21 19.10 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:21:40.400Z] #47 36.80 Updating files: 52% (1134/2177) Updating files: 53% (1154/2177) Updating files: 54% (1176/2177) Updating files: 55% (1198/2177) Updating files: 56% (1220/2177) Updating files: 57% (1241/2177) Updating files: 58% (1263/2177) Updating files: 59% (1285/2177) Updating files: 60% (1307/2177) Updating files: 61% (1328/2177) Updating files: 62% (1350/2177) Updating files: 63% (1372/2177) Updating files: 64% (1394/2177) Updating files: 65% (1416/2177) Updating files: 66% (1437/2177) Updating files: 67% (1459/2177) Updating files: 68% (1481/2177) Updating files: 69% (1503/2177) Updating files: 70% (1524/2177) Updating files: 71% (1546/2177) Updating files: 72% (1568/2177) Updating files: 73% (1590/2177) Updating files: 74% (1611/2177) Updating files: 75% (1633/2177) Updating files: 76% (1655/2177) Updating files: 77% (1677/2177) Updating files: 78% (1699/2177) Updating files: 79% (1720/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-05-31T20:21:40.400Z] #47 38.07 + git checkout -q v2.3.0 [2022-05-31T20:21:40.842Z] #21 19.31 Fetched 27.6 MB in 2s (13.8 MB/s) [2022-05-31T20:21:40.842Z] #21 19.43 Selecting previously unselected package pigz. [2022-05-31T20:21:40.842Z] #21 19.47 (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.) [2022-05-31T20:21:40.842Z] #21 19.54 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-31T20:21:40.842Z] #21 19.55 Unpacking pigz (2.6-1) ... [2022-05-31T20:21:41.105Z] #21 19.71 Selecting previously unselected package libelf1:amd64. [2022-05-31T20:21:41.105Z] #21 19.71 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-31T20:21:41.105Z] #21 19.71 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-31T20:21:41.105Z] #21 19.96 Selecting previously unselected package libbpf0:amd64. [2022-05-31T20:21:41.105Z] #21 19.96 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-31T20:21:41.330Z] #47 ... [2022-05-31T20:21:41.330Z] [2022-05-31T20:21:41.330Z] #14 [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 [2022-05-31T20:21:41.330Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:21:41.330Z] #14 29.01 Fetched 8537 kB in 22s (385 kB/s) [2022-05-31T20:21:41.330Z] #14 29.01 Reading package lists... [2022-05-31T20:21:41.330Z] #14 37.78 Reading package lists... [2022-05-31T20:21:41.330Z] #14 ... [2022-05-31T20:21:41.330Z] [2022-05-31T20:21:41.330Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-31T20:21:41.330Z] #62 sha256:845ed9dce1050c23c598849825d74ac810a4c3839182bf81d445c8b2d46ca45d [2022-05-31T20:21:41.330Z] #62 29.63 Fetched 8537 kB in 23s (370 kB/s) [2022-05-31T20:21:41.330Z] #62 29.63 Reading package lists... [2022-05-31T20:21:41.366Z] #21 19.97 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-31T20:21:41.366Z] #21 20.19 Selecting previously unselected package libcap2:amd64. [2022-05-31T20:21:41.366Z] #21 20.21 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-31T20:21:41.366Z] #21 20.21 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-31T20:21:41.627Z] #21 20.31 Selecting previously unselected package libmnl0:amd64. [2022-05-31T20:21:41.627Z] #21 20.32 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-31T20:21:41.627Z] #21 20.32 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-31T20:21:41.627Z] #21 20.42 Selecting previously unselected package libxtables12:amd64. [2022-05-31T20:21:41.627Z] #21 20.42 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-31T20:21:41.627Z] #21 20.42 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-31T20:21:41.888Z] #21 20.54 Selecting previously unselected package libcap2-bin. [2022-05-31T20:21:41.888Z] #21 20.55 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-31T20:21:41.888Z] #21 20.58 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-31T20:21:41.888Z] #21 20.69 Selecting previously unselected package iproute2. [2022-05-31T20:21:41.888Z] #21 20.69 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-31T20:21:41.894Z] #62 38.21 Reading package lists... [2022-05-31T20:21:41.894Z] #62 ... [2022-05-31T20:21:41.894Z] [2022-05-31T20:21:41.894Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-31T20:21:41.894Z] #51 sha256:113d2bb1d4548e80ebe8fce070dfbb856d4f7e96e19058ca2a7a1a7cd8f6f6e6 [2022-05-31T20:21:41.894Z] #51 30.96 Fetched 8541 kB in 24s (351 kB/s) [2022-05-31T20:21:41.894Z] #51 30.96 Reading package lists... [2022-05-31T20:21:42.151Z] #21 20.70 Unpacking iproute2 (5.10.0-4) ... [2022-05-31T20:21:42.675Z] #21 21.27 Selecting previously unselected package xxd. [2022-05-31T20:21:42.675Z] #21 21.28 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-31T20:21:42.675Z] #21 21.29 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:21:42.826Z] #51 39.45 Reading package lists... [2022-05-31T20:21:42.826Z] #51 ... [2022-05-31T20:21:42.826Z] [2022-05-31T20:21:42.826Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:21:42.826Z] #42 sha256:cdddd53eaf66c5a4cc1ad72969ff9954e6e86d2736995232ae865da98cdb3e86 [2022-05-31T20:21:42.826Z] #42 30.64 Fetched 8537 kB in 24s (352 kB/s) [2022-05-31T20:21:42.826Z] #42 30.64 Reading package lists... [2022-05-31T20:21:42.936Z] #21 21.43 Selecting previously unselected package vim-common. [2022-05-31T20:21:42.936Z] #21 21.44 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-31T20:21:42.936Z] #21 21.46 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:21:42.936Z] #21 21.62 Selecting previously unselected package bash-completion. [2022-05-31T20:21:42.936Z] #21 21.62 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-31T20:21:43.151Z] #71 ... [2022-05-31T20:21:43.151Z] [2022-05-31T20:21:43.151Z] #28 [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 zstd [2022-05-31T20:21:43.151Z] #28 sha256:52f96d6e5afeb72121b65013fe0b3f4547967b35e3383dbebfed7d5b6c3c9453 [2022-05-31T20:21:43.151Z] #28 11.25 Fetched 40.5 MB in 10s (4097 kB/s) [2022-05-31T20:21:43.758Z] #42 39.68 Reading package lists... [2022-05-31T20:21:43.758Z] #42 ... [2022-05-31T20:21:43.758Z] [2022-05-31T20:21:43.759Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-31T20:21:43.759Z] #47 sha256:2289046ff473e3c18fd534924de3f703e3d885992ab5a0daed25d4f30c008c37 [2022-05-31T20:21:43.759Z] #47 41.13 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-05-31T20:21:44.600Z] #21 23.21 Unpacking bash-completion (1:2.11-2) ... [2022-05-31T20:21:44.860Z] #21 23.58 Selecting previously unselected package bzip2. [2022-05-31T20:21:44.860Z] #21 23.58 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-05-31T20:21:44.860Z] #21 23.59 Unpacking bzip2 (1.0.8-4) ... [2022-05-31T20:21:45.120Z] #21 23.67 Selecting previously unselected package xz-utils. [2022-05-31T20:21:45.120Z] #21 23.67 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-31T20:21:45.121Z] #21 23.68 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-31T20:21:45.121Z] #21 23.86 Selecting previously unselected package apparmor. [2022-05-31T20:21:45.121Z] #21 23.86 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-05-31T20:21:45.381Z] #21 23.92 Unpacking apparmor (2.13.6-10) ... [2022-05-31T20:21:45.641Z] #21 24.24 Selecting previously unselected package inetutils-ping. [2022-05-31T20:21:45.641Z] #21 24.25 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-31T20:21:45.641Z] #21 24.26 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-31T20:21:45.641Z] #21 24.35 Selecting previously unselected package libip4tc2:amd64. [2022-05-31T20:21:45.641Z] #21 24.36 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-31T20:21:45.641Z] #21 24.36 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-31T20:21:45.641Z] #21 24.44 Selecting previously unselected package libip6tc2:amd64. [2022-05-31T20:21:45.641Z] #21 24.44 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-31T20:21:45.641Z] #21 24.45 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-31T20:21:45.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-31T20:21:45.902Z] #21 24.49 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-31T20:21:45.902Z] #21 24.51 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-31T20:21:45.902Z] #21 24.51 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-31T20:21:45.902Z] #21 24.57 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-31T20:21:45.902Z] #21 24.58 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-31T20:21:45.902Z] #21 24.58 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-31T20:21:45.902Z] #21 24.64 Selecting previously unselected package libnftnl11:amd64. [2022-05-31T20:21:45.902Z] #21 24.65 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-31T20:21:45.902Z] #21 24.66 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-31T20:21:46.163Z] #21 24.76 Selecting previously unselected package iptables. [2022-05-31T20:21:46.163Z] #21 24.77 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-05-31T20:21:46.163Z] #21 24.80 Unpacking iptables (1.8.7-1) ... [2022-05-31T20:21:46.423Z] #21 25.05 Selecting previously unselected package libonig5:amd64. [2022-05-31T20:21:46.423Z] #21 25.08 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-31T20:21:46.423Z] #21 25.08 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-31T20:21:46.684Z] #21 25.21 Selecting previously unselected package libjq1:amd64. [2022-05-31T20:21:46.684Z] #21 25.23 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-05-31T20:21:46.684Z] #21 25.24 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-31T20:21:46.684Z] #21 25.33 Selecting previously unselected package jq. [2022-05-31T20:21:46.684Z] #21 25.34 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-05-31T20:21:46.684Z] #21 25.35 Unpacking jq (1.6-2.1) ... [2022-05-31T20:21:46.684Z] #21 25.42 Selecting previously unselected package libaio1:amd64. [2022-05-31T20:21:46.684Z] #21 25.43 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-05-31T20:21:46.684Z] #21 25.43 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-31T20:21:46.946Z] #21 25.49 Selecting previously unselected package libgpm2:amd64. [2022-05-31T20:21:46.946Z] #21 25.49 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-05-31T20:21:46.946Z] #21 25.50 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-31T20:21:46.946Z] #21 25.56 Selecting previously unselected package libicu67:amd64. [2022-05-31T20:21:46.946Z] #21 25.57 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-05-31T20:21:46.946Z] #21 25.58 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-31T20:21:47.824Z] ok github.com/docker/docker/pkg/plugins 33.640s coverage: 76.3% of statements [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/rootless [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/volume [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-31T20:21:47.824Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === Skipped [2022-05-31T20:21:48.084Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-31T20:21:48.084Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-31T20:21:48.084Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-31T20:21:48.084Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-31T20:21:48.084Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-05-31T20:21:48.084Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:21:48.084Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-05-31T20:21:48.084Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:21:48.084Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-05-31T20:21:48.084Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:21:48.084Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-05-31T20:21:48.084Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:21:48.084Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-05-31T20:21:48.084Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:21:48.084Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-05-31T20:21:48.084Z] graphtest_unix.go:71: No driver to put! [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-05-31T20:21:48.084Z] time="2022-05-31T20:20:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-31T20:21:48.084Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-31T20:21:48.084Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-05-31T20:21:48.084Z] time="2022-05-31T20:20:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-31T20:21:48.084Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-31T20:21:48.084Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-05-31T20:21:48.084Z] time="2022-05-31T20:20:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-31T20:21:48.084Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-31T20:21:48.084Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-05-31T20:21:48.084Z] time="2022-05-31T20:20:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-31T20:21:48.084Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-31T20:21:48.084Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-05-31T20:21:48.084Z] time="2022-05-31T20:20:46Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-31T20:21:48.084Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-31T20:21:48.084Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-05-31T20:21:48.084Z] graphtest_unix.go:71: No driver to put! [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-05-31T20:21:48.084Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-05-31T20:21:48.084Z] overlay_test.go:50: Fails to compute changes intermittently [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-05-31T20:21:48.084Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-05-31T20:21:48.084Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-05-31T20:21:48.084Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:21:48.084Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-05-31T20:21:48.084Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:21:48.084Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-05-31T20:21:48.084Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:21:48.084Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-05-31T20:21:48.084Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:21:48.084Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-05-31T20:21:48.084Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:21:48.084Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-05-31T20:21:48.084Z] graphtest_unix.go:71: No driver to put! [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-05-31T20:21:48.084Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-05-31T20:21:48.084Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-05-31T20:21:48.084Z] [2022-05-31T20:21:48.084Z] DONE 2768 tests, 28 skipped in 208.688s [2022-05-31T20:21:48.084Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/bitseq [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/cluster [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/config [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/datastore [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/driverapi [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/etchosts [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/idm [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/ipam [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/iptables [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/netlabel [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/netutils [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/networkdb [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/ns [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/options [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/osl [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/portallocator [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/portmapper [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/testutils [2022-05-31T20:21:48.084Z] github.com/docker/docker/libnetwork/types' ']' [2022-05-31T20:21:48.084Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-05-31T20:21:48.405Z] #28 11.25 Reading package lists... [2022-05-31T20:21:49.032Z] #47 ... [2022-05-31T20:21:49.032Z] [2022-05-31T20:21:49.032Z] #14 [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 [2022-05-31T20:21:49.032Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:21:49.032Z] #14 37.78 Reading package lists... [2022-05-31T20:21:50.247Z] #21 28.66 Selecting previously unselected package libinih1:amd64. [2022-05-31T20:21:50.247Z] #21 28.67 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-05-31T20:21:50.247Z] #21 28.67 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-31T20:21:50.247Z] #21 28.72 Selecting previously unselected package libnet1:amd64. [2022-05-31T20:21:50.247Z] #21 28.73 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-31T20:21:50.247Z] #21 28.74 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-31T20:21:50.247Z] #21 28.82 Selecting previously unselected package libnl-3-200:amd64. [2022-05-31T20:21:50.247Z] #21 28.82 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-31T20:21:50.247Z] #21 28.83 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-31T20:21:50.247Z] #21 28.90 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-31T20:21:50.247Z] #21 28.90 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-31T20:21:50.247Z] #21 28.91 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-31T20:21:50.247Z] #21 28.97 Selecting previously unselected package net-tools. [2022-05-31T20:21:50.247Z] #21 28.99 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-31T20:21:50.247Z] #21 28.99 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-31T20:21:50.509Z] #21 29.21 Selecting previously unselected package patch. [2022-05-31T20:21:50.509Z] #21 29.21 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-05-31T20:21:50.509Z] #21 29.23 Unpacking patch (2.7.6-7) ... [2022-05-31T20:21:50.509Z] #21 29.33 Selecting previously unselected package python-pip-whl. [2022-05-31T20:21:50.770Z] #21 29.34 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-31T20:21:50.770Z] #21 29.35 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-31T20:21:51.031Z] #21 29.90 Selecting previously unselected package python3-lib2to3. [2022-05-31T20:21:51.293Z] #21 29.90 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-31T20:21:51.293Z] #21 29.91 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-31T20:21:51.554Z] #21 30.03 Selecting previously unselected package python3-distutils. [2022-05-31T20:21:51.554Z] #21 30.04 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-31T20:21:51.554Z] #21 30.04 Unpacking python3-distutils (3.9.2-1) ... [2022-05-31T20:21:51.554Z] #21 30.18 Selecting previously unselected package python3-pkg-resources. [2022-05-31T20:21:51.554Z] #21 30.18 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-31T20:21:51.554Z] #21 30.19 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-31T20:21:51.554Z] #21 30.30 Selecting previously unselected package python3-setuptools. [2022-05-31T20:21:51.565Z] #14 46.61 Building dependency tree... [2022-05-31T20:21:51.815Z] #21 30.31 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-31T20:21:51.815Z] #21 30.31 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-31T20:21:51.815Z] #21 30.53 Selecting previously unselected package python3-wheel. [2022-05-31T20:21:51.815Z] #21 30.54 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-31T20:21:51.815Z] #21 30.55 Unpacking python3-wheel (0.34.2-1) ... [2022-05-31T20:21:52.077Z] #21 30.62 Selecting previously unselected package python3-pip. [2022-05-31T20:21:52.077Z] #21 30.62 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-31T20:21:52.077Z] #21 30.62 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-31T20:21:52.077Z] #21 30.89 Selecting previously unselected package sudo. [2022-05-31T20:21:52.338Z] #21 30.90 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-05-31T20:21:52.338Z] #21 30.90 Unpacking sudo (1.9.5p2-3) ... [2022-05-31T20:21:52.573Z] #28 15.90 Reading package lists... [2022-05-31T20:21:52.600Z] #21 31.44 Selecting previously unselected package thin-provisioning-tools. [2022-05-31T20:21:52.861Z] #21 31.45 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-31T20:21:52.861Z] #21 31.46 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-31T20:21:52.861Z] #21 31.67 Selecting previously unselected package uidmap. [2022-05-31T20:21:53.122Z] #21 31.70 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-31T20:21:53.122Z] #21 31.70 Unpacking uidmap (1:4.8.1-1) ... [2022-05-31T20:21:53.122Z] #21 31.84 Selecting previously unselected package vim-runtime. [2022-05-31T20:21:53.122Z] #21 31.84 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-31T20:21:53.122Z] #21 31.87 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-05-31T20:21:53.122Z] #21 31.90 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-31T20:21:53.122Z] #21 31.91 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:21:53.501Z] #28 20.56 Building dependency tree... [2022-05-31T20:21:53.501Z] #28 21.71 Reading state information... [2022-05-31T20:21:53.756Z] #28 ... [2022-05-31T20:21:53.756Z] [2022-05-31T20:21:53.756Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:21:53.756Z] #71 sha256:6e8246a5ae7569b8189be83f7fa9cb216d3421d7bce2ae85ade63c786f264195 [2022-05-31T20:21:53.756Z] #71 72.86 + bin/containerd [2022-05-31T20:21:54.091Z] #14 ... [2022-05-31T20:21:54.091Z] [2022-05-31T20:21:54.091Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:21:54.091Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:21:54.091Z] #55 48.40 go: downloading github.com/gofrs/flock v0.8.1 [2022-05-31T20:21:54.091Z] #55 48.42 go: downloading github.com/fatih/color v1.13.0 [2022-05-31T20:21:54.091Z] #55 48.52 go: downloading github.com/spf13/cobra v1.3.0 [2022-05-31T20:21:54.091Z] #55 48.75 go: downloading github.com/spf13/viper v1.10.1 [2022-05-31T20:21:54.091Z] #55 49.29 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-05-31T20:21:54.091Z] #55 49.91 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-05-31T20:21:54.091Z] #55 49.92 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-05-31T20:21:54.091Z] #55 51.77 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-05-31T20:21:54.091Z] #55 51.90 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-05-31T20:21:54.337Z] #71 ... [2022-05-31T20:21:54.337Z] [2022-05-31T20:21:54.337Z] #28 [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 zstd [2022-05-31T20:21:54.337Z] #28 sha256:52f96d6e5afeb72121b65013fe0b3f4547967b35e3383dbebfed7d5b6c3c9453 [2022-05-31T20:21:54.337Z] #28 22.61 bzip2 is already the newest version (1.0.8-4). [2022-05-31T20:21:54.337Z] #28 22.61 patch is already the newest version (2.7.6-7). [2022-05-31T20:21:54.337Z] #28 22.61 xz-utils is already the newest version (5.2.5-2.1~deb11u1). [2022-05-31T20:21:54.337Z] #28 22.61 The following additional packages will be installed: [2022-05-31T20:21:54.337Z] #28 22.62 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-05-31T20:21:54.592Z] #28 22.62 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-05-31T20:21:54.593Z] #28 22.62 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-31T20:21:54.593Z] #28 22.62 python3-pkg-resources vim-runtime xxd [2022-05-31T20:21:54.593Z] #28 22.64 Suggested packages: [2022-05-31T20:21:54.593Z] #28 22.64 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-05-31T20:21:54.593Z] #28 22.64 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-05-31T20:21:54.593Z] #28 22.64 Recommended packages: [2022-05-31T20:21:54.593Z] #28 22.64 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-31T20:21:55.520Z] #28 23.75 The following NEW packages will be installed: [2022-05-31T20:21:55.520Z] #28 23.75 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-05-31T20:21:55.520Z] #28 23.75 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-05-31T20:21:55.520Z] #28 23.75 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-05-31T20:21:55.520Z] #28 23.76 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-05-31T20:21:55.520Z] #28 23.76 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-05-31T20:21:55.520Z] #28 23.76 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-05-31T20:21:55.520Z] #28 23.76 vim-common vim-runtime xfsprogs xxd zip zstd [2022-05-31T20:21:55.872Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-31T20:21:56.083Z] #28 24.11 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:21:56.083Z] #28 24.11 Need to get 18.6 MB of archives. [2022-05-31T20:21:56.083Z] #28 24.11 After this operation, 71.4 MB of additional disk space will be used. [2022-05-31T20:21:56.083Z] #28 24.11 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-31T20:21:56.083Z] #28 24.11 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-31T20:21:56.083Z] #28 24.11 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-31T20:21:56.083Z] #28 24.12 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-31T20:21:56.083Z] #28 24.12 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-31T20:21:56.083Z] #28 24.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-31T20:21:56.083Z] #28 24.13 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-31T20:21:56.083Z] #28 24.13 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-31T20:21:56.083Z] #28 24.14 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-31T20:21:56.083Z] #28 24.14 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-31T20:21:56.083Z] #28 24.15 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-31T20:21:56.083Z] #28 24.15 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-31T20:21:56.083Z] #28 24.16 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-31T20:21:56.083Z] #28 24.16 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-31T20:21:56.083Z] #28 24.16 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-31T20:21:56.083Z] #28 24.17 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-31T20:21:56.083Z] #28 24.17 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-31T20:21:56.083Z] #28 24.17 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-31T20:21:56.083Z] #28 24.17 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-31T20:21:56.083Z] #28 24.18 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-31T20:21:56.083Z] #28 24.18 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-31T20:21:56.083Z] #28 24.19 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-31T20:21:56.083Z] #28 24.19 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-31T20:21:56.083Z] #28 24.19 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-31T20:21:56.083Z] #28 24.19 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-31T20:21:56.083Z] #28 24.19 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-31T20:21:56.083Z] #28 24.19 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-05-31T20:21:56.083Z] #28 24.20 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-31T20:21:56.083Z] #28 24.20 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-31T20:21:56.083Z] #28 24.20 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-05-31T20:21:56.083Z] #28 24.23 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-31T20:21:56.083Z] #28 24.23 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-31T20:21:56.083Z] #28 24.24 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-31T20:21:56.083Z] #28 24.24 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-31T20:21:56.083Z] #28 24.24 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-31T20:21:56.083Z] #28 24.25 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-31T20:21:56.083Z] #28 24.25 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-31T20:21:56.083Z] #28 24.26 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-31T20:21:56.083Z] #28 24.27 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-31T20:21:56.083Z] #28 24.27 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-05-31T20:21:56.083Z] #28 24.38 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-31T20:21:56.131Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-31T20:21:56.340Z] #28 24.40 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-31T20:21:56.340Z] #28 24.41 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-31T20:21:56.340Z] #28 24.42 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-31T20:21:56.422Z] #21 34.58 Selecting previously unselected package vim. [2022-05-31T20:21:56.422Z] #21 34.58 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-31T20:21:56.422Z] #21 34.60 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:21:56.422Z] #21 35.11 Selecting previously unselected package xfsprogs. [2022-05-31T20:21:56.422Z] #21 35.12 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-31T20:21:56.422Z] #21 35.13 Unpacking xfsprogs (5.10.0-4) ... [2022-05-31T20:21:56.647Z] #55 ... [2022-05-31T20:21:56.647Z] [2022-05-31T20:21:56.647Z] #14 [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 [2022-05-31T20:21:56.647Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:21:56.647Z] #14 52.71 The following additional packages will be installed: [2022-05-31T20:21:56.647Z] #14 52.75 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-31T20:21:56.647Z] #14 52.76 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-05-31T20:21:56.647Z] #14 52.76 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-05-31T20:21:56.647Z] #14 52.76 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-05-31T20:21:56.647Z] #14 52.76 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-05-31T20:21:56.647Z] #14 52.77 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-05-31T20:21:56.647Z] #14 52.78 mingw-w64-common mingw-w64-x86-64-dev [2022-05-31T20:21:56.647Z] #14 52.80 Suggested packages: [2022-05-31T20:21:56.647Z] #14 52.83 gcc-10-locales seccomp wine64 [2022-05-31T20:21:56.902Z] #28 24.88 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:21:56.902Z] #28 25.07 Fetched 18.6 MB in 1s (30.9 MB/s) [2022-05-31T20:21:56.902Z] #28 25.12 Selecting previously unselected package pigz. [2022-05-31T20:21:56.943Z] #21 35.52 Selecting previously unselected package zip. [2022-05-31T20:21:56.943Z] #21 35.53 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-05-31T20:21:56.943Z] #21 35.54 Unpacking zip (3.0-12) ... [2022-05-31T20:21:56.943Z] #21 35.68 Selecting previously unselected package zstd. [2022-05-31T20:21:56.943Z] #21 35.69 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-31T20:21:56.943Z] #21 35.70 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-31T20:21:57.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-31T20:21:57.159Z] #28 25.12 (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 ... 40117 files and directories currently installed.) [2022-05-31T20:21:57.159Z] #28 25.15 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-31T20:21:57.159Z] #28 25.16 Unpacking pigz (2.6-1) ... [2022-05-31T20:21:57.159Z] #28 25.23 Selecting previously unselected package libelf1:amd64. [2022-05-31T20:21:57.159Z] #28 25.23 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-31T20:21:57.159Z] #28 25.24 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-31T20:21:57.159Z] #28 25.33 Selecting previously unselected package libbpf0:amd64. [2022-05-31T20:21:57.159Z] #28 25.33 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-31T20:21:57.159Z] #28 25.33 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-31T20:21:57.159Z] #28 25.39 Selecting previously unselected package libcap2:amd64. [2022-05-31T20:21:57.159Z] #28 25.40 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-31T20:21:57.159Z] #28 25.40 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-31T20:21:57.210Z] #14 55.06 The following NEW packages will be installed: [2022-05-31T20:21:57.210Z] #14 55.07 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-05-31T20:21:57.210Z] #14 55.07 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-05-31T20:21:57.210Z] #14 55.07 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-05-31T20:21:57.210Z] #14 55.07 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-05-31T20:21:57.210Z] #14 55.07 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-05-31T20:21:57.210Z] #14 55.07 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-05-31T20:21:57.210Z] #14 55.07 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-05-31T20:21:57.210Z] #14 55.07 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-05-31T20:21:57.210Z] #14 55.08 mingw-w64-x86-64-dev [2022-05-31T20:21:57.415Z] #28 25.44 Selecting previously unselected package libmnl0:amd64. [2022-05-31T20:21:57.415Z] #28 25.46 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-31T20:21:57.415Z] #28 25.46 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-31T20:21:57.415Z] #28 25.51 Selecting previously unselected package libxtables12:amd64. [2022-05-31T20:21:57.415Z] #28 25.52 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-31T20:21:57.415Z] #28 25.52 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-31T20:21:57.513Z] #21 35.98 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-31T20:21:57.672Z] #28 25.57 Selecting previously unselected package libcap2-bin. [2022-05-31T20:21:57.672Z] #28 25.58 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-31T20:21:57.672Z] #28 25.58 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-31T20:21:57.672Z] #28 25.65 Selecting previously unselected package iproute2. [2022-05-31T20:21:57.672Z] #28 25.66 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-31T20:21:57.672Z] #28 25.66 Unpacking iproute2 (5.10.0-4) ... [2022-05-31T20:21:57.672Z] #28 25.87 Selecting previously unselected package xxd. [2022-05-31T20:21:57.774Z] #14 55.59 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:21:57.774Z] #14 55.59 Need to get 115 MB of archives. [2022-05-31T20:21:57.774Z] #14 55.59 After this operation, 645 MB of additional disk space will be used. [2022-05-31T20:21:57.774Z] #14 55.59 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] [2022-05-31T20:21:57.928Z] #28 25.87 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-31T20:21:57.928Z] #28 25.88 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:21:57.928Z] #28 25.95 Selecting previously unselected package vim-common. [2022-05-31T20:21:57.928Z] #28 25.95 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-31T20:21:57.928Z] #28 25.96 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:21:57.928Z] #28 26.06 Selecting previously unselected package bash-completion. [2022-05-31T20:21:57.928Z] #28 26.06 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-31T20:21:58.005Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-31T20:21:58.005Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-31T20:21:58.031Z] #14 55.80 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] [2022-05-31T20:21:58.290Z] #14 56.08 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-05-31T20:21:58.290Z] #14 56.11 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-05-31T20:21:58.290Z] #14 56.13 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-05-31T20:21:58.290Z] #14 56.13 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-05-31T20:21:58.344Z] #21 36.86 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-31T20:21:58.344Z] #21 36.87 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-31T20:21:58.344Z] #21 36.88 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-31T20:21:58.344Z] #21 36.90 Setting up libicu67:amd64 (67.1-7) ... [2022-05-31T20:21:58.344Z] #21 36.92 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-31T20:21:58.344Z] #21 36.93 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-31T20:21:58.344Z] #21 36.94 Setting up uidmap (1:4.8.1-1) ... [2022-05-31T20:21:58.344Z] #21 36.95 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-31T20:21:58.344Z] #21 36.96 Setting up bzip2 (1.0.8-4) ... [2022-05-31T20:21:58.344Z] #21 36.98 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-31T20:21:58.344Z] #21 36.99 Setting up python3-wheel (0.34.2-1) ... [2022-05-31T20:21:58.856Z] #14 56.52 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-05-31T20:21:58.857Z] #28 26.95 Unpacking bash-completion (1:2.11-2) ... [2022-05-31T20:21:58.914Z] #21 37.61 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:21:58.914Z] #21 37.63 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-31T20:21:58.914Z] #21 37.64 Setting up libcap2-bin (1:2.44-1) ... [2022-05-31T20:21:58.914Z] #21 37.65 Setting up apparmor (2.13.6-10) ... [2022-05-31T20:21:58.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-31T20:21:59.114Z] #28 27.19 Selecting previously unselected package apparmor. [2022-05-31T20:21:59.114Z] #28 27.19 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-05-31T20:21:59.114Z] #28 27.22 Unpacking apparmor (2.13.6-10) ... [2022-05-31T20:21:59.115Z] #14 56.84 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] [2022-05-31T20:21:59.115Z] #14 56.85 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] [2022-05-31T20:21:59.371Z] #28 27.40 Selecting previously unselected package inetutils-ping. [2022-05-31T20:21:59.371Z] #28 27.41 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-31T20:21:59.371Z] #28 27.41 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-31T20:21:59.371Z] #28 27.49 Selecting previously unselected package libip4tc2:amd64. [2022-05-31T20:21:59.371Z] #28 27.50 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-31T20:21:59.371Z] #28 27.50 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-31T20:21:59.371Z] #28 27.57 Selecting previously unselected package libip6tc2:amd64. [2022-05-31T20:21:59.371Z] #28 27.57 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-31T20:21:59.371Z] #28 27.58 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-31T20:21:59.371Z] #28 27.64 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-31T20:21:59.372Z] #14 ... [2022-05-31T20:21:59.372Z] [2022-05-31T20:21:59.372Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-31T20:21:59.372Z] #62 sha256:845ed9dce1050c23c598849825d74ac810a4c3839182bf81d445c8b2d46ca45d [2022-05-31T20:21:59.372Z] #62 38.21 Reading package lists... [2022-05-31T20:21:59.372Z] #62 47.53 Building dependency tree... [2022-05-31T20:21:59.372Z] #62 53.58 The following additional packages will be installed: [2022-05-31T20:21:59.372Z] #62 53.58 libbtrfs0 [2022-05-31T20:21:59.372Z] #62 53.91 The following NEW packages will be installed: [2022-05-31T20:21:59.372Z] #62 53.91 libbtrfs-dev libbtrfs0 [2022-05-31T20:21:59.372Z] #62 54.28 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:21:59.372Z] #62 54.28 Need to get 460 kB of archives. [2022-05-31T20:21:59.372Z] #62 54.28 After this operation, 1237 kB of additional disk space will be used. [2022-05-31T20:21:59.372Z] #62 54.28 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-31T20:21:59.372Z] #62 54.29 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-31T20:21:59.372Z] #62 56.28 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:21:59.372Z] #62 56.70 Fetched 460 kB in 0s (1308 kB/s) [2022-05-31T20:21:59.372Z] #62 56.90 Selecting previously unselected package libbtrfs0:amd64. [2022-05-31T20:21:59.372Z] #62 56.90 (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.) [2022-05-31T20:21:59.372Z] #62 57.02 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-31T20:21:59.372Z] #62 57.07 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-31T20:21:59.628Z] #28 27.64 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-31T20:21:59.628Z] #28 27.65 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-31T20:21:59.628Z] #28 27.70 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-31T20:21:59.628Z] #28 27.71 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-31T20:21:59.628Z] #28 27.71 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-31T20:21:59.628Z] #28 27.78 Selecting previously unselected package libnftnl11:amd64. [2022-05-31T20:21:59.628Z] #28 27.78 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-31T20:21:59.628Z] #28 27.80 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-31T20:21:59.628Z] #28 27.87 Selecting previously unselected package iptables. [2022-05-31T20:21:59.628Z] #28 27.87 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-05-31T20:21:59.629Z] #62 ... [2022-05-31T20:21:59.629Z] [2022-05-31T20:21:59.629Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:21:59.629Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:21:59.629Z] #55 57.52 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-31T20:21:59.629Z] #55 57.58 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-31T20:21:59.884Z] #28 27.88 Unpacking iptables (1.8.7-1) ... [2022-05-31T20:21:59.884Z] #28 28.02 Selecting previously unselected package libonig5:amd64. [2022-05-31T20:21:59.884Z] #28 28.02 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-31T20:21:59.884Z] #28 28.03 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-31T20:21:59.884Z] #28 28.12 Selecting previously unselected package libjq1:amd64. [2022-05-31T20:21:59.887Z] #55 57.58 go: downloading github.com/stretchr/testify v1.7.0 [2022-05-31T20:22:00.140Z] #28 28.13 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-05-31T20:22:00.140Z] #28 28.14 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-31T20:22:00.140Z] #28 28.21 Selecting previously unselected package jq. [2022-05-31T20:22:00.140Z] #28 28.21 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-05-31T20:22:00.140Z] #28 28.22 Unpacking jq (1.6-2.1) ... [2022-05-31T20:22:00.140Z] #28 28.28 Selecting previously unselected package libaio1:amd64. [2022-05-31T20:22:00.140Z] #28 28.28 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-05-31T20:22:00.140Z] #28 28.29 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-31T20:22:00.140Z] #28 28.34 Selecting previously unselected package libgpm2:amd64. [2022-05-31T20:22:00.140Z] #28 28.34 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-05-31T20:22:00.140Z] #28 28.35 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-31T20:22:00.140Z] #28 28.40 Selecting previously unselected package libinih1:amd64. [2022-05-31T20:22:00.140Z] #28 28.40 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-05-31T20:22:00.145Z] #55 57.92 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-31T20:22:00.145Z] #55 58.01 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-05-31T20:22:00.145Z] #55 58.06 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-05-31T20:22:00.145Z] #55 58.11 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-05-31T20:22:00.397Z] #28 28.41 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-31T20:22:00.397Z] #28 28.47 Selecting previously unselected package libnet1:amd64. [2022-05-31T20:22:00.397Z] #28 28.48 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-31T20:22:00.397Z] #28 28.49 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-31T20:22:00.397Z] #28 28.54 Selecting previously unselected package libnl-3-200:amd64. [2022-05-31T20:22:00.397Z] #28 28.55 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-31T20:22:00.397Z] #28 28.55 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-31T20:22:00.397Z] #28 28.61 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-31T20:22:00.397Z] #28 28.63 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-31T20:22:00.397Z] #28 28.63 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-31T20:22:00.403Z] #55 58.16 go: downloading github.com/magiconair/properties v1.8.5 [2022-05-31T20:22:00.403Z] #55 ... [2022-05-31T20:22:00.403Z] [2022-05-31T20:22:00.403Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:22:00.403Z] #42 sha256:cdddd53eaf66c5a4cc1ad72969ff9954e6e86d2736995232ae865da98cdb3e86 [2022-05-31T20:22:00.403Z] #42 39.68 Reading package lists... [2022-05-31T20:22:00.403Z] #42 48.54 Building dependency tree... [2022-05-31T20:22:00.403Z] #42 54.72 The following additional packages will be installed: [2022-05-31T20:22:00.403Z] #42 54.72 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-05-31T20:22:00.403Z] #42 54.76 Suggested packages: [2022-05-31T20:22:00.403Z] #42 54.78 cmake-doc ninja-build lrzip [2022-05-31T20:22:00.403Z] #42 54.78 Recommended packages: [2022-05-31T20:22:00.403Z] #42 54.78 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-05-31T20:22:00.403Z] #42 56.11 The following NEW packages will be installed: [2022-05-31T20:22:00.403Z] #42 56.17 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-05-31T20:22:00.403Z] #42 56.17 vim-common xxd [2022-05-31T20:22:00.403Z] #42 56.64 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:22:00.403Z] #42 56.64 Need to get 17.7 MB of archives. [2022-05-31T20:22:00.403Z] #42 56.64 After this operation, 70.7 MB of additional disk space will be used. [2022-05-31T20:22:00.403Z] #42 56.64 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-31T20:22:00.403Z] #42 56.71 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-31T20:22:00.403Z] #42 56.71 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-05-31T20:22:00.403Z] #42 56.86 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-31T20:22:00.403Z] #42 57.64 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB] [2022-05-31T20:22:00.403Z] #42 57.69 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-05-31T20:22:00.403Z] #42 57.74 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-05-31T20:22:00.403Z] #42 57.74 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-05-31T20:22:00.403Z] #42 57.74 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-05-31T20:22:00.403Z] #42 57.78 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-05-31T20:22:00.558Z] #21 39.04 Setting up zip (3.0-12) ... [2022-05-31T20:22:00.558Z] #21 39.05 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:22:00.558Z] #21 39.09 Setting up bash-completion (1:2.11-2) ... [2022-05-31T20:22:00.653Z] #28 28.67 Selecting previously unselected package net-tools. [2022-05-31T20:22:00.653Z] #28 28.68 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-31T20:22:00.653Z] #28 28.68 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-31T20:22:00.653Z] #28 28.79 Selecting previously unselected package python-pip-whl. [2022-05-31T20:22:00.653Z] #28 28.79 Preparing to unpack .../29-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-31T20:22:00.653Z] #28 28.80 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-31T20:22:00.660Z] #42 ... [2022-05-31T20:22:00.660Z] [2022-05-31T20:22:00.660Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-31T20:22:00.660Z] #51 sha256:113d2bb1d4548e80ebe8fce070dfbb856d4f7e96e19058ca2a7a1a7cd8f6f6e6 [2022-05-31T20:22:00.660Z] #51 39.45 Reading package lists... [2022-05-31T20:22:00.660Z] #51 48.29 Building dependency tree... [2022-05-31T20:22:00.660Z] #51 54.29 The following additional packages will be installed: [2022-05-31T20:22:00.660Z] #51 54.30 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-31T20:22:00.660Z] #51 54.30 python3-protobuf python3-six [2022-05-31T20:22:00.660Z] #51 54.31 Suggested packages: [2022-05-31T20:22:00.660Z] #51 54.35 python3-setuptools [2022-05-31T20:22:00.660Z] #51 54.35 Recommended packages: [2022-05-31T20:22:00.660Z] #51 54.35 iproute2 | iproute [2022-05-31T20:22:00.660Z] #51 55.34 The following NEW packages will be installed: [2022-05-31T20:22:00.660Z] #51 55.37 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-05-31T20:22:00.660Z] #51 55.40 python3-protobuf python3-six [2022-05-31T20:22:00.660Z] #51 56.08 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:22:00.660Z] #51 56.08 Need to get 2314 kB of archives. [2022-05-31T20:22:00.660Z] #51 56.08 After this operation, 11.1 MB of additional disk space will be used. [2022-05-31T20:22:00.660Z] #51 56.08 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-05-31T20:22:00.660Z] #51 56.14 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-31T20:22:00.660Z] #51 56.15 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-05-31T20:22:00.660Z] #51 56.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-05-31T20:22:00.660Z] #51 56.37 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-31T20:22:00.660Z] #51 56.37 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-05-31T20:22:00.660Z] #51 56.37 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-31T20:22:00.660Z] #51 ... [2022-05-31T20:22:00.660Z] [2022-05-31T20:22:00.660Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:22:00.660Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:22:00.660Z] #55 58.30 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-31T20:22:00.660Z] #55 58.31 go: downloading github.com/spf13/afero v1.6.0 [2022-05-31T20:22:00.660Z] #55 58.40 go: downloading github.com/spf13/cast v1.4.1 [2022-05-31T20:22:00.660Z] #55 58.47 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-05-31T20:22:00.660Z] #55 58.49 go: downloading github.com/subosito/gotenv v1.2.0 [2022-05-31T20:22:00.660Z] #55 58.52 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-05-31T20:22:00.909Z] #28 29.05 Selecting previously unselected package python3-lib2to3. [2022-05-31T20:22:00.909Z] #28 29.06 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-31T20:22:00.909Z] #28 29.07 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-31T20:22:00.909Z] #28 29.14 Selecting previously unselected package python3-distutils. [2022-05-31T20:22:00.909Z] #28 29.14 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-05-31T20:22:00.909Z] #28 29.14 Unpacking python3-distutils (3.9.2-1) ... [2022-05-31T20:22:00.917Z] #55 58.69 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-05-31T20:22:01.166Z] #28 29.24 Selecting previously unselected package python3-pkg-resources. [2022-05-31T20:22:01.166Z] #28 29.24 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-31T20:22:01.166Z] #28 29.25 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-31T20:22:01.166Z] #28 29.33 Selecting previously unselected package python3-setuptools. [2022-05-31T20:22:01.174Z] #55 58.83 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-05-31T20:22:01.174Z] #55 58.86 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-05-31T20:22:01.174Z] #55 58.89 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-05-31T20:22:01.174Z] #55 58.90 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-05-31T20:22:01.174Z] #55 58.93 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-05-31T20:22:01.174Z] #55 58.94 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-05-31T20:22:01.174Z] #55 58.97 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-05-31T20:22:01.174Z] #55 58.98 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-05-31T20:22:01.422Z] #28 29.33 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-05-31T20:22:01.422Z] #28 29.34 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-31T20:22:01.422Z] #28 29.51 Selecting previously unselected package python3-wheel. [2022-05-31T20:22:01.422Z] #28 29.51 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-05-31T20:22:01.422Z] #28 29.52 Unpacking python3-wheel (0.34.2-1) ... [2022-05-31T20:22:01.422Z] #28 29.57 Selecting previously unselected package python3-pip. [2022-05-31T20:22:01.422Z] #28 29.57 Preparing to unpack .../35-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-31T20:22:01.422Z] #28 29.58 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-31T20:22:01.430Z] #55 59.24 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-05-31T20:22:01.678Z] #28 29.76 Selecting previously unselected package sudo. [2022-05-31T20:22:01.678Z] #28 29.76 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-05-31T20:22:01.678Z] #28 29.77 Unpacking sudo (1.9.5p2-3) ... [2022-05-31T20:22:01.690Z] #55 59.42 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-05-31T20:22:01.690Z] #55 59.59 go: downloading github.com/Antonboom/errname v0.1.5 [2022-05-31T20:22:01.934Z] #28 30.06 Selecting previously unselected package thin-provisioning-tools. [2022-05-31T20:22:01.934Z] #28 30.06 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-31T20:22:01.934Z] #28 30.08 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-31T20:22:01.953Z] #55 59.73 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-05-31T20:22:02.190Z] #28 30.21 Selecting previously unselected package uidmap. [2022-05-31T20:22:02.190Z] #28 30.21 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-31T20:22:02.190Z] #28 30.22 Unpacking uidmap (1:4.8.1-1) ... [2022-05-31T20:22:02.190Z] #28 30.32 Selecting previously unselected package vim-runtime. [2022-05-31T20:22:02.190Z] #28 30.33 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-31T20:22:02.190Z] #28 30.35 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-05-31T20:22:02.190Z] #28 30.37 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-31T20:22:02.190Z] #28 30.38 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:22:02.210Z] #55 59.86 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-05-31T20:22:02.210Z] #55 59.87 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-05-31T20:22:02.210Z] #55 59.98 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-05-31T20:22:02.210Z] #55 60.00 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-05-31T20:22:02.210Z] #55 60.07 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-05-31T20:22:02.247Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-31T20:22:02.467Z] #55 60.40 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-05-31T20:22:02.471Z] #21 40.95 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-31T20:22:02.471Z] #21 40.97 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-31T20:22:02.471Z] #21 40.97 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-31T20:22:02.471Z] #21 40.99 Setting up patch (2.7.6-7) ... [2022-05-31T20:22:02.471Z] #21 41.02 Setting up sudo (1.9.5p2-3) ... [2022-05-31T20:22:02.471Z] #21 41.09 invoke-rc.d: could not determine current runlevel [2022-05-31T20:22:02.471Z] #21 41.09 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-31T20:22:02.471Z] #21 41.10 Setting up xfsprogs (5.10.0-4) ... [2022-05-31T20:22:02.471Z] #21 41.13 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-31T20:22:02.471Z] #21 41.14 Setting up inetutils-ping (2:2.0-1) ... [2022-05-31T20:22:02.471Z] #21 41.16 Setting up pigz (2.6-1) ... [2022-05-31T20:22:02.471Z] #21 41.17 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-31T20:22:02.471Z] #21 41.19 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-31T20:22:02.471Z] #21 41.21 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-31T20:22:02.471Z] #21 41.22 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:22:02.724Z] #55 60.42 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-05-31T20:22:02.724Z] #55 60.47 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-05-31T20:22:02.724Z] #55 60.55 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-05-31T20:22:02.724Z] #55 ... [2022-05-31T20:22:02.724Z] [2022-05-31T20:22:02.724Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-05-31T20:22:02.724Z] #57 sha256:334d46649c24142bc62145f95003806a660f464789eb664bc8e085e425005c88 [2022-05-31T20:22:02.724Z] #57 58.68 v3.0.2 [2022-05-31T20:22:02.724Z] #57 DONE 60.6s [2022-05-31T20:22:02.724Z] [2022-05-31T20:22:02.724Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-05-31T20:22:02.724Z] #40 sha256:07b89fe8434131bcc5206962ac2f0f7d1f719e71fe00b50814204de3307697ed [2022-05-31T20:22:02.724Z] #40 59.90 NAME: [2022-05-31T20:22:02.724Z] #40 59.90 go-winres - A tool for embedding resources in Windows executables [2022-05-31T20:22:02.724Z] #40 59.90 [2022-05-31T20:22:02.724Z] #40 59.90 USAGE: [2022-05-31T20:22:02.724Z] #40 59.90 go-winres [global options] command [command options] [arguments...] [2022-05-31T20:22:02.724Z] #40 59.90 [2022-05-31T20:22:02.724Z] #40 59.90 COMMANDS: [2022-05-31T20:22:02.724Z] #40 59.90 init Create an initial ./winres/winres.json [2022-05-31T20:22:02.724Z] #40 59.90 make Make syso files for the "go build" command [2022-05-31T20:22:02.724Z] #40 59.90 simply Make syso files for the "go build" command (simplified) [2022-05-31T20:22:02.724Z] #40 59.90 extract Extract all resources from an executable [2022-05-31T20:22:02.724Z] #40 59.90 patch Replace resources in an executable file (exe, dll) [2022-05-31T20:22:02.724Z] #40 59.90 help, h Shows a list of commands or help for one command [2022-05-31T20:22:02.724Z] #40 59.90 [2022-05-31T20:22:02.724Z] #40 59.90 GLOBAL OPTIONS: [2022-05-31T20:22:02.724Z] #40 59.90 --help, -h show help (default: false) [2022-05-31T20:22:02.724Z] #40 DONE 60.7s [2022-05-31T20:22:02.724Z] [2022-05-31T20:22:02.724Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:22:02.724Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:22:02.724Z] #55 60.61 go: downloading github.com/breml/bidichk v0.2.1 [2022-05-31T20:22:02.814Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-31T20:22:02.980Z] #55 ... [2022-05-31T20:22:02.980Z] [2022-05-31T20:22:02.980Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-05-31T20:22:02.980Z] #62 sha256:845ed9dce1050c23c598849825d74ac810a4c3839182bf81d445c8b2d46ca45d [2022-05-31T20:22:02.980Z] #62 57.68 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-31T20:22:02.980Z] #62 57.68 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-31T20:22:02.980Z] #62 57.74 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-31T20:22:02.980Z] #62 58.42 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-31T20:22:02.980Z] #62 58.56 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-31T20:22:02.980Z] #62 58.60 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:22:02.980Z] #62 DONE 60.7s [2022-05-31T20:22:02.980Z] [2022-05-31T20:22:02.980Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:22:02.980Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:22:02.980Z] #55 60.69 go: downloading github.com/breml/errchkjson v0.2.1 [2022-05-31T20:22:02.980Z] #55 60.77 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-05-31T20:22:03.237Z] #55 ... [2022-05-31T20:22:03.237Z] [2022-05-31T20:22:03.237Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-05-31T20:22:03.237Z] #63 sha256:7abfeb0f2b2a707eca97c404ad8ffadba5f791d214211ae36900c2f4c2a59e92 [2022-05-31T20:22:03.237Z] #63 DONE 0.4s [2022-05-31T20:22:03.237Z] [2022-05-31T20:22:03.237Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:22:03.237Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:22:03.237Z] #55 61.08 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-05-31T20:22:03.237Z] #55 61.08 go: downloading github.com/daixiang0/gci v0.2.9 [2022-05-31T20:22:03.414Z] #21 41.86 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-31T20:22:03.414Z] #21 41.88 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-31T20:22:03.495Z] #55 61.22 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-05-31T20:22:03.495Z] #55 61.30 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-05-31T20:22:03.495Z] #55 61.34 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-05-31T20:22:03.495Z] #55 61.41 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-05-31T20:22:03.555Z] #28 31.61 Selecting previously unselected package vim. [2022-05-31T20:22:03.555Z] #28 31.63 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-31T20:22:03.555Z] #28 31.64 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:22:03.675Z] #21 42.30 Setting up libelf1:amd64 (0.183-1) ... [2022-05-31T20:22:03.675Z] #21 42.37 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-31T20:22:03.675Z] #21 42.38 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-31T20:22:03.675Z] #21 42.39 Setting up python3-distutils (3.9.2-1) ... [2022-05-31T20:22:03.753Z] #55 61.51 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-05-31T20:22:03.753Z] #55 61.51 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-05-31T20:22:03.753Z] #55 61.59 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-05-31T20:22:03.811Z] #28 31.91 Selecting previously unselected package xfsprogs. [2022-05-31T20:22:03.811Z] #28 31.92 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-31T20:22:03.811Z] #28 31.92 Unpacking xfsprogs (5.10.0-4) ... [2022-05-31T20:22:04.012Z] #55 61.78 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-05-31T20:22:04.067Z] #28 32.13 Selecting previously unselected package zip. [2022-05-31T20:22:04.067Z] #28 32.14 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-05-31T20:22:04.067Z] #28 32.14 Unpacking zip (3.0-12) ... [2022-05-31T20:22:04.067Z] #28 32.21 Selecting previously unselected package zstd. [2022-05-31T20:22:04.067Z] #28 32.22 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-31T20:22:04.067Z] #28 32.22 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-31T20:22:04.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-31T20:22:04.197Z] #21 42.81 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:22:04.197Z] #21 42.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-31T20:22:04.197Z] #21 42.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-31T20:22:04.197Z] #21 42.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-31T20:22:04.197Z] #21 42.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-31T20:22:04.197Z] #21 42.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-31T20:22:04.197Z] #21 42.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-31T20:22:04.197Z] #21 42.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-31T20:22:04.198Z] #21 42.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-31T20:22:04.198Z] #21 42.90 Setting up python3-setuptools (52.0.0-4) ... [2022-05-31T20:22:04.269Z] #55 62.12 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-05-31T20:22:04.448Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-31T20:22:04.530Z] #55 62.14 go: downloading github.com/golangci/misspell v0.3.5 [2022-05-31T20:22:04.530Z] #55 62.24 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-05-31T20:22:04.530Z] #55 62.27 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-05-31T20:22:04.530Z] #55 62.37 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-05-31T20:22:04.530Z] #55 62.42 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-05-31T20:22:04.530Z] #55 62.45 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-05-31T20:22:04.579Z] #28 32.49 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-31T20:22:04.788Z] #55 62.50 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-05-31T20:22:04.788Z] #55 62.50 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-05-31T20:22:04.788Z] #55 62.50 go: downloading github.com/julz/importas v0.1.0 [2022-05-31T20:22:04.788Z] #55 62.56 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-05-31T20:22:04.788Z] #55 62.60 go: downloading github.com/kulti/thelper v0.5.0 [2022-05-31T20:22:04.788Z] #55 62.63 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-05-31T20:22:04.788Z] #55 62.69 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-05-31T20:22:04.835Z] #28 32.95 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-31T20:22:04.835Z] #28 32.97 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-31T20:22:04.835Z] #28 32.98 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-31T20:22:04.835Z] #28 33.00 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-31T20:22:04.835Z] #28 33.01 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-31T20:22:04.835Z] #28 33.04 Setting up uidmap (1:4.8.1-1) ... [2022-05-31T20:22:05.045Z] #55 62.85 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-05-31T20:22:05.045Z] #55 62.86 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-05-31T20:22:05.045Z] #55 62.92 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-05-31T20:22:05.045Z] #55 62.97 go: downloading github.com/maratori/testpackage v1.0.1 [2022-05-31T20:22:05.091Z] #28 33.05 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-31T20:22:05.091Z] #28 33.08 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-31T20:22:05.091Z] #28 33.09 Setting up python3-wheel (0.34.2-1) ... [2022-05-31T20:22:05.302Z] #55 63.05 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-05-31T20:22:05.302Z] #55 63.09 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-05-31T20:22:05.302Z] #55 63.14 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-05-31T20:22:05.302Z] #55 63.14 go: downloading github.com/mgechev/revive v1.1.3 [2022-05-31T20:22:05.347Z] #28 33.39 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:22:05.347Z] #28 33.40 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-31T20:22:05.347Z] #28 33.42 Setting up libcap2-bin (1:2.44-1) ... [2022-05-31T20:22:05.347Z] #28 33.43 Setting up apparmor (2.13.6-10) ... [2022-05-31T20:22:05.385Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-31T20:22:05.582Z] #21 44.21 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-31T20:22:05.582Z] #21 44.23 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-31T20:22:05.582Z] #21 44.24 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-31T20:22:05.582Z] #21 44.26 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-31T20:22:06.233Z] #55 64.20 go: downloading github.com/moricho/tparallel v0.2.1 [2022-05-31T20:22:06.331Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-31T20:22:06.491Z] #55 64.30 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-05-31T20:22:06.491Z] #55 64.30 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-05-31T20:22:06.491Z] #55 64.42 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-05-31T20:22:06.525Z] #21 45.22 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-31T20:22:06.525Z] #21 45.26 Setting up jq (1.6-2.1) ... [2022-05-31T20:22:06.525Z] #21 45.28 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-31T20:22:06.525Z] #21 45.31 Setting up iptables (1.8.7-1) ... [2022-05-31T20:22:06.525Z] #21 45.34 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-31T20:22:06.714Z] #28 34.67 Setting up zip (3.0-12) ... [2022-05-31T20:22:06.714Z] #28 34.68 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:22:06.714Z] #28 34.70 Setting up bash-completion (1:2.11-2) ... [2022-05-31T20:22:06.748Z] #55 64.49 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-05-31T20:22:06.748Z] #55 64.63 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-05-31T20:22:06.748Z] #55 64.68 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-05-31T20:22:06.787Z] #21 45.34 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-31T20:22:06.787Z] #21 45.35 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-31T20:22:06.787Z] #21 45.36 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-31T20:22:06.787Z] #21 45.36 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-31T20:22:06.787Z] #21 45.37 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-31T20:22:06.787Z] #21 45.38 Setting up iproute2 (5.10.0-4) ... [2022-05-31T20:22:07.017Z] #55 64.74 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-05-31T20:22:07.017Z] #55 64.77 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-05-31T20:22:07.267Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-31T20:22:07.308Z] #21 45.78 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:22:07.583Z] #55 65.18 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-05-31T20:22:07.583Z] #55 65.18 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-05-31T20:22:07.583Z] #55 65.20 go: downloading github.com/sivchari/tenv v1.4.7 [2022-05-31T20:22:07.583Z] #55 65.23 go: downloading github.com/sonatard/noctx v0.0.1 [2022-05-31T20:22:07.583Z] #55 65.34 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-05-31T20:22:07.583Z] #55 65.34 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-05-31T20:22:07.583Z] #55 65.39 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-05-31T20:22:07.583Z] #55 65.51 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-05-31T20:22:07.643Z] #28 35.82 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-31T20:22:07.643Z] #28 35.84 Setting up sudo (1.9.5p2-3) ... [2022-05-31T20:22:07.643Z] #28 35.90 invoke-rc.d: could not determine current runlevel [2022-05-31T20:22:07.643Z] #28 35.91 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-31T20:22:07.643Z] #28 35.92 Setting up xfsprogs (5.10.0-4) ... [2022-05-31T20:22:07.643Z] #28 35.93 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-31T20:22:07.839Z] #55 65.67 go: downloading github.com/tetafro/godot v1.4.11 [2022-05-31T20:22:07.839Z] #55 65.77 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-05-31T20:22:07.839Z] #55 65.80 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-05-31T20:22:07.881Z] #21 DONE 46.5s [2022-05-31T20:22:07.881Z] [2022-05-31T20:22:07.881Z] #22 [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 [2022-05-31T20:22:07.881Z] #22 sha256:9a7a0e9671cf6af12a045f0d4742de900be4d435193cc3c207e59e1ec8383e09 [2022-05-31T20:22:07.900Z] #28 35.95 Setting up inetutils-ping (2:2.0-1) ... [2022-05-31T20:22:07.900Z] #28 35.97 Setting up pigz (2.6-1) ... [2022-05-31T20:22:07.900Z] #28 35.98 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-31T20:22:07.900Z] #28 36.00 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-31T20:22:07.900Z] #28 36.02 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-31T20:22:07.900Z] #28 36.03 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:22:08.095Z] #55 65.89 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-05-31T20:22:08.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-31T20:22:08.352Z] #55 66.18 go: downloading github.com/ultraware/funlen v0.0.3 [2022-05-31T20:22:08.462Z] #28 36.46 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-31T20:22:08.463Z] #28 36.48 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-31T20:22:08.609Z] #55 66.29 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-05-31T20:22:08.609Z] #55 66.32 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-05-31T20:22:08.609Z] #55 66.35 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-05-31T20:22:08.609Z] #55 66.37 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-05-31T20:22:08.719Z] #28 36.70 Setting up libelf1:amd64 (0.183-1) ... [2022-05-31T20:22:08.719Z] #28 36.75 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-31T20:22:08.719Z] #28 36.78 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-31T20:22:08.719Z] #28 36.79 Setting up python3-distutils (3.9.2-1) ... [2022-05-31T20:22:08.829Z] #22 0.835 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-31T20:22:08.829Z] #22 0.839 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-31T20:22:08.829Z] #22 0.842 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-31T20:22:08.829Z] #22 DONE 1.0s [2022-05-31T20:22:08.829Z] [2022-05-31T20:22:08.829Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-31T20:22:08.829Z] #23 sha256:bd3c1663c2a132c0fd79e53c9e7a9e1cff7905e964bdb28b2597eac0dc931f44 [2022-05-31T20:22:08.868Z] #55 66.68 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-05-31T20:22:08.976Z] #28 37.05 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:22:08.976Z] #28 37.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-31T20:22:08.976Z] #28 37.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-31T20:22:08.976Z] #28 37.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-31T20:22:08.976Z] #28 37.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-31T20:22:08.976Z] #28 37.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-31T20:22:08.976Z] #28 37.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-31T20:22:08.976Z] #28 37.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-31T20:22:08.976Z] #28 37.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-31T20:22:09.126Z] #55 66.96 go: downloading honnef.co/go/tools v0.2.2 [2022-05-31T20:22:09.141Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-31T20:22:09.232Z] #28 37.26 Setting up python3-setuptools (52.0.0-4) ... [2022-05-31T20:22:09.796Z] #28 37.91 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-31T20:22:09.796Z] #28 37.95 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-31T20:22:09.796Z] #28 37.99 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-31T20:22:10.053Z] #28 38.01 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-31T20:22:10.056Z] #55 ... [2022-05-31T20:22:10.056Z] [2022-05-31T20:22:10.056Z] #14 [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 [2022-05-31T20:22:10.056Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:22:10.056Z] #14 57.89 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] [2022-05-31T20:22:10.056Z] #14 60.48 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] [2022-05-31T20:22:10.056Z] #14 61.53 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] [2022-05-31T20:22:10.056Z] #14 62.50 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] [2022-05-31T20:22:10.056Z] #14 65.20 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] [2022-05-31T20:22:10.056Z] #14 66.06 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] [2022-05-31T20:22:10.056Z] #14 66.07 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-05-31T20:22:10.056Z] #14 66.08 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-05-31T20:22:10.056Z] #14 66.08 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-05-31T20:22:10.056Z] #14 66.10 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-05-31T20:22:10.056Z] #14 66.12 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] [2022-05-31T20:22:10.056Z] #14 66.12 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-05-31T20:22:10.056Z] #14 66.14 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-05-31T20:22:10.056Z] #14 66.16 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-05-31T20:22:10.056Z] #14 66.19 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-05-31T20:22:10.056Z] #14 66.20 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-05-31T20:22:10.056Z] #14 66.22 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-05-31T20:22:10.056Z] #14 66.25 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-05-31T20:22:10.056Z] #14 66.29 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-05-31T20:22:10.056Z] #14 66.29 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-05-31T20:22:10.056Z] #14 66.29 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-05-31T20:22:10.056Z] #14 67.61 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:22:10.056Z] #14 67.98 Fetched 115 MB in 11s (10.3 MB/s) [2022-05-31T20:22:10.056Z] #14 ... [2022-05-31T20:22:10.056Z] [2022-05-31T20:22:10.056Z] #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 [2022-05-31T20:22:10.056Z] #34 sha256:17ed0ad370f36e9e186a1b18b32d44e4b81a44479e14da465d1ad5cf1f730994 [2022-05-31T20:22:10.078Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-31T20:22:10.078Z] Using test binary docker [2022-05-31T20:22:10.078Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-31T20:22:10.078Z] Starting apparmor (via systemctl): apparmor.service. [2022-05-31T20:22:10.078Z] INFO: Waiting for daemon to start... [2022-05-31T20:22:10.078Z] Starting dockerd [2022-05-31T20:22:10.310Z] #28 38.51 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-31T20:22:10.310Z] #28 38.53 Setting up jq (1.6-2.1) ... [2022-05-31T20:22:10.310Z] #28 38.54 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-31T20:22:10.567Z] #28 38.56 Setting up iptables (1.8.7-1) ... [2022-05-31T20:22:10.567Z] #28 38.57 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-31T20:22:10.567Z] #28 38.57 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-31T20:22:10.567Z] #28 38.58 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-31T20:22:10.567Z] #28 38.58 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-31T20:22:10.567Z] #28 38.58 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-31T20:22:10.567Z] #28 38.59 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-31T20:22:10.567Z] #28 38.60 Setting up iproute2 (5.10.0-4) ... [2022-05-31T20:22:10.567Z] #28 38.82 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:22:10.825Z] #34 67.61 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. [2022-05-31T20:22:10.825Z] #34 68.42 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-05-31T20:22:11.388Z] #34 ... [2022-05-31T20:22:11.388Z] [2022-05-31T20:22:11.388Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-31T20:22:11.388Z] #51 sha256:113d2bb1d4548e80ebe8fce070dfbb856d4f7e96e19058ca2a7a1a7cd8f6f6e6 [2022-05-31T20:22:11.388Z] #51 58.86 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-05-31T20:22:11.388Z] #51 61.19 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:22:11.388Z] #51 61.55 Fetched 2314 kB in 4s (623 kB/s) [2022-05-31T20:22:11.388Z] #51 61.78 Selecting previously unselected package libprotobuf23:amd64. [2022-05-31T20:22:11.388Z] #51 61.78 (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.) [2022-05-31T20:22:11.388Z] #51 61.89 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-05-31T20:22:11.388Z] #51 61.94 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-05-31T20:22:11.388Z] #51 62.97 Selecting previously unselected package python3-pkg-resources. [2022-05-31T20:22:11.388Z] #51 62.97 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-31T20:22:11.388Z] #51 62.99 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-31T20:22:11.388Z] #51 63.46 Selecting previously unselected package python3-six. [2022-05-31T20:22:11.388Z] #51 63.48 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-05-31T20:22:11.388Z] #51 63.51 Unpacking python3-six (1.16.0-2) ... [2022-05-31T20:22:11.388Z] #51 63.67 Selecting previously unselected package python3-protobuf. [2022-05-31T20:22:11.388Z] #51 63.67 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-05-31T20:22:11.388Z] #51 63.68 Unpacking python3-protobuf (3.12.4-1) ... [2022-05-31T20:22:11.388Z] #51 64.99 Selecting previously unselected package libnet1:amd64. [2022-05-31T20:22:11.388Z] #51 65.00 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-31T20:22:11.388Z] #51 65.01 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-31T20:22:11.388Z] #51 65.23 Selecting previously unselected package libnl-3-200:amd64. [2022-05-31T20:22:11.388Z] #51 65.23 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-31T20:22:11.388Z] #51 65.28 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-31T20:22:11.388Z] #51 65.84 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-31T20:22:11.388Z] #51 65.84 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-31T20:22:11.388Z] #51 65.87 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-31T20:22:11.388Z] #51 66.13 Selecting previously unselected package criu. [2022-05-31T20:22:11.388Z] #51 66.13 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-05-31T20:22:11.388Z] #51 66.15 Unpacking criu (3.17-1) ... [2022-05-31T20:22:11.388Z] #51 67.20 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-31T20:22:11.388Z] #51 ... [2022-05-31T20:22:11.388Z] [2022-05-31T20:22:11.388Z] #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 [2022-05-31T20:22:11.388Z] #34 sha256:17ed0ad370f36e9e186a1b18b32d44e4b81a44479e14da465d1ad5cf1f730994 [2022-05-31T20:22:11.388Z] #34 69.05 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-05-31T20:22:11.951Z] #28 DONE 39.8s [2022-05-31T20:22:11.951Z] [2022-05-31T20:22:11.951Z] #29 [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 [2022-05-31T20:22:11.951Z] #29 sha256:7686e27a662b0d785f9937615c32cbbc33aa0b0c649c4f2263dea5804c279ddd [2022-05-31T20:22:11.979Z] . [2022-05-31T20:22:11.979Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-31T20:22:11.979Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-31T20:22:11.979Z] Error: No such image: emptyfs [2022-05-31T20:22:12.238Z] Running integration-test (iteration 1) [2022-05-31T20:22:12.238Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-31T20:22:12.316Z] #34 ... [2022-05-31T20:22:12.316Z] [2022-05-31T20:22:12.316Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:22:12.316Z] #42 sha256:cdddd53eaf66c5a4cc1ad72969ff9954e6e86d2736995232ae865da98cdb3e86 [2022-05-31T20:22:12.316Z] #42 59.83 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:22:12.316Z] #42 60.68 Fetched 17.7 MB in 2s (8867 kB/s) [2022-05-31T20:22:12.316Z] #42 60.98 Selecting previously unselected package xxd. [2022-05-31T20:22:12.316Z] #42 60.98 (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.) [2022-05-31T20:22:12.316Z] #42 61.09 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-31T20:22:12.316Z] #42 61.10 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:22:12.316Z] #42 61.56 Selecting previously unselected package vim-common. [2022-05-31T20:22:12.316Z] #42 61.58 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-31T20:22:12.316Z] #42 61.59 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:22:12.316Z] #42 62.26 Selecting previously unselected package cmake-data. [2022-05-31T20:22:12.316Z] #42 62.26 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-05-31T20:22:12.316Z] #42 62.35 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-05-31T20:22:12.316Z] #42 67.41 Selecting previously unselected package libicu67:amd64. [2022-05-31T20:22:12.316Z] #42 67.41 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-05-31T20:22:12.316Z] #42 67.47 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-31T20:22:12.316Z] #42 ... [2022-05-31T20:22:12.316Z] [2022-05-31T20:22:12.316Z] #14 [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 [2022-05-31T20:22:12.316Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:22:12.316Z] #14 68.14 Selecting previously unselected package binutils-mingw-w64-i686. [2022-05-31T20:22:12.316Z] #14 68.14 (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.) [2022-05-31T20:22:12.316Z] #14 68.24 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-31T20:22:12.316Z] #14 68.24 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-31T20:22:12.496Z] Loaded image: busybox:latest [2022-05-31T20:22:12.515Z] #29 0.853 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-31T20:22:12.515Z] #29 0.858 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-31T20:22:12.515Z] #29 0.862 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-31T20:22:12.515Z] #29 DONE 0.9s [2022-05-31T20:22:12.515Z] [2022-05-31T20:22:12.515Z] #30 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-31T20:22:12.515Z] #30 sha256:b64389472bdf85ad157ad08bb59f7be9be87f329bb642bc58d4df95acdddaba4 [2022-05-31T20:22:12.754Z] Loaded image: busybox:glibc [2022-05-31T20:22:13.753Z] #14 ... [2022-05-31T20:22:13.753Z] [2022-05-31T20:22:13.753Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:22:13.753Z] #64 sha256:661959a45d7fc2ffb982d999061c62dd4fa15d3ed5abf57fc8513314539b02e9 [2022-05-31T20:22:13.753Z] #64 2.276 + RM_GOPATH=0 [2022-05-31T20:22:13.753Z] #64 2.276 + TMP_GOPATH= [2022-05-31T20:22:13.753Z] #64 2.276 + : /build [2022-05-31T20:22:13.753Z] #64 2.276 + '[' -z '' ']' [2022-05-31T20:22:13.753Z] #64 2.276 ++ mktemp -d [2022-05-31T20:22:13.753Z] #64 2.282 + export GOPATH=/tmp/tmp.ahpUOswWW0 [2022-05-31T20:22:13.753Z] #64 2.282 + GOPATH=/tmp/tmp.ahpUOswWW0 [2022-05-31T20:22:13.753Z] #64 2.282 + RM_GOPATH=1 [2022-05-31T20:22:13.753Z] #64 2.282 + case "$(go env GOARCH)" in [2022-05-31T20:22:13.753Z] #64 2.282 ++ go env GOARCH [2022-05-31T20:22:13.753Z] #64 2.322 + export GO_BUILDMODE=-buildmode=pie [2022-05-31T20:22:13.753Z] #64 2.322 + GO_BUILDMODE=-buildmode=pie [2022-05-31T20:22:13.753Z] #64 2.322 ++ dirname /install.sh [2022-05-31T20:22:13.753Z] #64 2.330 + dir=/ [2022-05-31T20:22:13.753Z] #64 2.330 + bin=containerd [2022-05-31T20:22:13.753Z] #64 2.330 + shift [2022-05-31T20:22:13.753Z] #64 2.330 + '[' '!' -f //containerd.installer ']' [2022-05-31T20:22:13.753Z] #64 2.330 + . //containerd.installer [2022-05-31T20:22:13.753Z] #64 2.330 ++ set -e [2022-05-31T20:22:13.753Z] #64 2.330 ++ : v1.6.4 [2022-05-31T20:22:13.753Z] #64 2.330 + install_containerd [2022-05-31T20:22:13.753Z] #64 2.362 + echo 'Install containerd version v1.6.4' [2022-05-31T20:22:13.753Z] #64 2.362 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ahpUOswWW0/src/github.com/containerd/containerd [2022-05-31T20:22:13.753Z] #64 2.362 Install containerd version v1.6.4 [2022-05-31T20:22:13.753Z] #64 2.362 Cloning into '/tmp/tmp.ahpUOswWW0/src/github.com/containerd/containerd'... [2022-05-31T20:22:13.753Z] #64 ... [2022-05-31T20:22:13.753Z] [2022-05-31T20:22:13.753Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-31T20:22:13.753Z] #51 sha256:113d2bb1d4548e80ebe8fce070dfbb856d4f7e96e19058ca2a7a1a7cd8f6f6e6 [2022-05-31T20:22:13.753Z] #51 70.25 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-05-31T20:22:13.753Z] #51 70.26 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-31T20:22:13.753Z] #51 70.29 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-31T20:22:13.753Z] #51 70.30 Setting up python3-six (1.16.0-2) ... [2022-05-31T20:22:14.132Z] Loaded image: debian:bullseye-slim [2022-05-31T20:22:14.132Z] Loaded image: hello-world:latest [2022-05-31T20:22:14.132Z] Loaded image: arm32v7/hello-world:latest [2022-05-31T20:22:14.391Z] INFO: Testing against a local daemon [2022-05-31T20:22:14.391Z] === RUN TestCgroupNamespacesBuild [2022-05-31T20:22:15.127Z] #51 72.30 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-31T20:22:15.127Z] #51 72.36 Setting up python3-protobuf (3.12.4-1) ... [2022-05-31T20:22:16.293Z] --- PASS: TestCgroupNamespacesBuild (1.78s) [2022-05-31T20:22:16.293Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-31T20:22:17.674Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.29s) [2022-05-31T20:22:17.674Z] === RUN TestBuildWithSession [2022-05-31T20:22:17.674Z] build_session_test.go:25: TODO: BuildKit [2022-05-31T20:22:17.674Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-31T20:22:17.674Z] === RUN TestBuildSquashParent [2022-05-31T20:22:18.830Z] #23 8.971 Collecting yamllint==1.26.1 [2022-05-31T20:22:18.830Z] #23 10.03 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-31T20:22:20.218Z] #23 11.14 Collecting pathspec>=0.5.3 [2022-05-31T20:22:20.218Z] #23 11.15 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-31T20:22:20.218Z] #23 11.48 Collecting pyyaml [2022-05-31T20:22:20.376Z] #51 ... [2022-05-31T20:22:20.376Z] [2022-05-31T20:22:20.376Z] #14 [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 [2022-05-31T20:22:20.376Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:22:20.376Z] #14 72.53 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-05-31T20:22:20.376Z] #14 72.53 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-05-31T20:22:20.376Z] #14 72.60 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-31T20:22:20.376Z] #14 77.34 Selecting previously unselected package binutils-mingw-w64. [2022-05-31T20:22:20.376Z] #14 77.34 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-05-31T20:22:20.376Z] #14 77.39 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-31T20:22:20.376Z] #14 77.67 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-05-31T20:22:20.376Z] #14 77.67 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-31T20:22:20.376Z] #14 77.68 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:22:20.376Z] #14 ... [2022-05-31T20:22:20.376Z] [2022-05-31T20:22:20.376Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:22:20.376Z] #42 sha256:cdddd53eaf66c5a4cc1ad72969ff9954e6e86d2736995232ae865da98cdb3e86 [2022-05-31T20:22:20.376Z] #42 78.27 Selecting previously unselected package libxml2:amd64. [2022-05-31T20:22:20.479Z] #23 11.49 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) [2022-05-31T20:22:20.479Z] #23 11.54 Building wheels for collected packages: yamllint [2022-05-31T20:22:20.479Z] #23 11.54 Building wheel for yamllint (setup.py): started [2022-05-31T20:22:20.602Z] #30 6.850 Collecting yamllint==1.26.1 [2022-05-31T20:22:20.602Z] #30 7.892 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-31T20:22:20.633Z] #42 78.28 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-05-31T20:22:20.633Z] #42 78.28 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-05-31T20:22:20.890Z] #42 ... [2022-05-31T20:22:20.890Z] [2022-05-31T20:22:20.890Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:22:20.890Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:22:20.890Z] #55 68.60 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-05-31T20:22:20.890Z] #55 68.60 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-05-31T20:22:20.890Z] #55 68.75 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-05-31T20:22:20.890Z] #55 68.90 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-05-31T20:22:20.890Z] #55 71.39 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-05-31T20:22:20.890Z] #55 71.43 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-05-31T20:22:20.890Z] #55 71.45 go: downloading github.com/stretchr/objx v0.1.1 [2022-05-31T20:22:20.890Z] #55 71.60 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-05-31T20:22:20.890Z] #55 72.00 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-05-31T20:22:20.890Z] #55 72.02 go: downloading golang.org/x/text v0.3.7 [2022-05-31T20:22:20.890Z] #55 ... [2022-05-31T20:22:20.890Z] [2022-05-31T20:22:20.890Z] #14 [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 [2022-05-31T20:22:20.890Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:22:20.890Z] #14 78.28 Selecting previously unselected package dmsetup. [2022-05-31T20:22:20.890Z] #14 78.34 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-05-31T20:22:20.890Z] #14 78.36 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-05-31T20:22:20.890Z] #14 78.85 Selecting previously unselected package mingw-w64-common. [2022-05-31T20:22:20.890Z] #14 78.85 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-05-31T20:22:21.146Z] #14 78.86 Unpacking mingw-w64-common (8.0.0-1) ... [2022-05-31T20:22:21.164Z] #30 8.357 Collecting pathspec>=0.5.3 [2022-05-31T20:22:21.164Z] #30 8.363 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-31T20:22:21.164Z] #30 8.541 Collecting pyyaml [2022-05-31T20:22:21.164Z] #30 8.552 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) [2022-05-31T20:22:21.164Z] #30 8.585 Building wheels for collected packages: yamllint [2022-05-31T20:22:21.164Z] #30 8.589 Building wheel for yamllint (setup.py): started [2022-05-31T20:22:21.423Z] #23 12.44 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-31T20:22:21.423Z] #23 12.44 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=a860807e84329b27a385408d3719ea74381d7f0563f2686b8dca47eab420e01d [2022-05-31T20:22:21.423Z] #23 12.44 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-31T20:22:21.423Z] #23 12.45 Successfully built yamllint [2022-05-31T20:22:21.423Z] #23 12.49 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-31T20:22:21.726Z] #30 9.104 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-31T20:22:21.726Z] #30 9.105 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=a860807e84329b27a385408d3719ea74381d7f0563f2686b8dca47eab420e01d [2022-05-31T20:22:21.726Z] #30 9.105 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-31T20:22:21.726Z] #30 9.108 Successfully built yamllint [2022-05-31T20:22:21.726Z] #30 9.117 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-31T20:22:21.726Z] #30 9.298 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-31T20:22:21.739Z] #23 12.89 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-31T20:22:21.982Z] #30 DONE 9.4s [2022-05-31T20:22:21.982Z] [2022-05-31T20:22:21.982Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:22:21.982Z] #71 sha256:6e8246a5ae7569b8189be83f7fa9cb216d3421d7bce2ae85ade63c786f264195 [2022-05-31T20:22:21.982Z] #71 ... [2022-05-31T20:22:21.982Z] [2022-05-31T20:22:21.982Z] #34 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-31T20:22:21.982Z] #34 sha256:f0d592839c2b757b2cf9561252db87b666139b3d71e5542234b56e71ba511bd5 [2022-05-31T20:22:22.000Z] #23 DONE 13.3s [2022-05-31T20:22:22.000Z] [2022-05-31T20:22:22.000Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-31T20:22:22.000Z] #27 sha256:a3dc0b1a8f83917f375df55271abf26dd46e687ce5f05c3d264861cdf86f6d26 [2022-05-31T20:22:22.238Z] #34 DONE 0.2s [2022-05-31T20:22:22.238Z] [2022-05-31T20:22:22.238Z] #39 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-31T20:22:22.238Z] #39 sha256:316d2c972ba0a18cda7e0e4769e12db6d9e29cb4ce5ee578de679b4b601fa38e [2022-05-31T20:22:22.262Z] #27 DONE 0.4s [2022-05-31T20:22:22.262Z] [2022-05-31T20:22:22.262Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:22:22.262Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:22:22.529Z] #55 ... [2022-05-31T20:22:22.529Z] [2022-05-31T20:22:22.529Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-31T20:22:22.529Z] #32 sha256:9e29ef8fec12caec5d70a4cf5922d282f9f2468653a7e40844c4406329e88802 [2022-05-31T20:22:22.793Z] #32 DONE 0.4s [2022-05-31T20:22:22.793Z] [2022-05-31T20:22:22.793Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-31T20:22:22.793Z] #47 sha256:2289046ff473e3c18fd534924de3f703e3d885992ab5a0daed25d4f30c008c37 [2022-05-31T20:22:22.808Z] #39 DONE 0.4s [2022-05-31T20:22:22.808Z] [2022-05-31T20:22:22.808Z] #42 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-31T20:22:22.808Z] #42 sha256:add378328b11be14b392575313a67a97bd00f18dac8f7e2f9890afbf950d6fca [2022-05-31T20:22:22.808Z] #42 DONE 0.2s [2022-05-31T20:22:22.808Z] [2022-05-31T20:22:22.808Z] #44 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-31T20:22:22.808Z] #44 sha256:e0d00d0151b2d2b24bb571d2b9497d8c40d7f02bfeb9dfcdafa192b042138294 [2022-05-31T20:22:22.942Z] --- PASS: TestBuildSquashParent (5.23s) [2022-05-31T20:22:22.942Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-31T20:22:22.942Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-31T20:22:22.942Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-31T20:22:22.942Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-31T20:22:22.942Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-31T20:22:22.942Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-31T20:22:22.942Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-31T20:22:22.942Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-31T20:22:22.942Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-31T20:22:22.942Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-31T20:22:22.942Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-31T20:22:22.942Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-31T20:22:22.942Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-31T20:22:22.942Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-31T20:22:22.942Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-31T20:22:23.054Z] #47 ... [2022-05-31T20:22:23.054Z] [2022-05-31T20:22:23.054Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-31T20:22:23.054Z] #35 sha256:cffdf05ae3f43c0c582a75e0cbf6cb7f9239cbf6aa2d9506082de671d66acec7 [2022-05-31T20:22:23.064Z] #44 DONE 0.2s [2022-05-31T20:22:23.064Z] [2022-05-31T20:22:23.064Z] #46 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-31T20:22:23.064Z] #46 sha256:66c9fee84360266027a59ffb7ead92eafa5065deac252046f64863e0175f64d2 [2022-05-31T20:22:23.064Z] #46 DONE 0.1s [2022-05-31T20:22:23.064Z] [2022-05-31T20:22:23.064Z] #48 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-31T20:22:23.064Z] #48 sha256:09c15bb66a4ec8fcfd600b0771aac38bb4bb17cfb42001a8498d16fc2144aeb9 [2022-05-31T20:22:23.315Z] #35 DONE 0.3s [2022-05-31T20:22:23.315Z] [2022-05-31T20:22:23.315Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-31T20:22:23.315Z] #37 sha256:57b235b95b6688ec614f4db5a700fe40b3eea948ec4b34a720c51e82f9c7e88c [2022-05-31T20:22:23.320Z] #48 DONE 0.2s [2022-05-31T20:22:23.320Z] [2022-05-31T20:22:23.320Z] #52 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-31T20:22:23.320Z] #52 sha256:3958110f7eaaf58135084a2ce18d9fc6325137960b486ccf233f353c2a32987b [2022-05-31T20:22:23.320Z] #52 DONE 0.1s [2022-05-31T20:22:23.320Z] [2022-05-31T20:22:23.320Z] #55 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-31T20:22:23.320Z] #55 sha256:a5b3f19c6a67c8feb46d41237664307aa3037bdede57374366bbe9b5f563a26d [2022-05-31T20:22:23.575Z] #37 DONE 0.3s [2022-05-31T20:22:23.575Z] [2022-05-31T20:22:23.575Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-31T20:22:23.575Z] #39 sha256:1afd8ed1017a037e51173b6f20858c501a82a9a1ad11e424d6d509fc8c8fbefe [2022-05-31T20:22:23.575Z] #39 DONE 0.1s [2022-05-31T20:22:23.575Z] [2022-05-31T20:22:23.575Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:22:23.575Z] #60 sha256:e11f21e7ef75489ba6834aa96dcfe2c155ffa645f7ffc71ff451ab4fd9aa4237 [2022-05-31T20:22:23.575Z] #60 ... [2022-05-31T20:22:23.575Z] [2022-05-31T20:22:23.575Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-31T20:22:23.575Z] #41 sha256:97f3d249b11cac84fc8091ca7f18bd1e6ed7bff917908712ac34eb72679651b1 [2022-05-31T20:22:23.575Z] #41 DONE 0.1s [2022-05-31T20:22:23.575Z] [2022-05-31T20:22:23.575Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-31T20:22:23.575Z] #45 sha256:22e4dba4f368e42980e1919f6dd5d7bf11bf711926716ca998c3e44d5e399044 [2022-05-31T20:22:23.575Z] #45 DONE 0.0s [2022-05-31T20:22:23.578Z] #55 DONE 0.3s [2022-05-31T20:22:23.578Z] [2022-05-31T20:22:23.578Z] #59 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-31T20:22:23.578Z] #59 sha256:95b51a62755783228b7491f4dbf935ae91aefe116a1cb73f27d0ee53f9187353 [2022-05-31T20:22:23.578Z] #59 DONE 0.1s [2022-05-31T20:22:23.578Z] [2022-05-31T20:22:23.578Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:22:23.578Z] #71 sha256:6e8246a5ae7569b8189be83f7fa9cb216d3421d7bce2ae85ade63c786f264195 [2022-05-31T20:22:23.835Z] #71 ... [2022-05-31T20:22:23.835Z] [2022-05-31T20:22:23.835Z] #61 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-31T20:22:23.835Z] #61 sha256:cfefcf10c37952098e116e39c81d5e065ae0226628756f3e246cf729afbedaf8 [2022-05-31T20:22:23.835Z] #61 DONE 0.1s [2022-05-31T20:22:23.835Z] [2022-05-31T20:22:23.835Z] #63 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-31T20:22:23.835Z] #63 sha256:67c1b2e0594196476c755246a8c15c6bcccc5f654cc6216a8be710b088defd11 [2022-05-31T20:22:23.836Z] [2022-05-31T20:22:23.836Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:22:23.836Z] #64 sha256:cb55b5fc5cda5bd3b59b0ee12d50e00a8ac0a7ec1b94ec8e5c9b85e34342e897 [2022-05-31T20:22:24.096Z] #63 DONE 0.3s [2022-05-31T20:22:24.096Z] [2022-05-31T20:22:24.096Z] #65 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-31T20:22:24.096Z] #65 sha256:4b614090c3bf1af1bc1287c4bd4ded2f25569f073dd9d6ab564ac1188de3554a [2022-05-31T20:22:24.331Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-31T20:22:24.353Z] #65 DONE 0.1s [2022-05-31T20:22:24.353Z] [2022-05-31T20:22:24.353Z] #68 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-31T20:22:24.353Z] #68 sha256:7e45947ac9cc9f7b269c634d1b04a0033b7e19072598cb9d11c5a5b7841ee6f6 [2022-05-31T20:22:24.353Z] #68 DONE 0.1s [2022-05-31T20:22:24.353Z] [2022-05-31T20:22:24.353Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:22:24.353Z] #71 sha256:6e8246a5ae7569b8189be83f7fa9cb216d3421d7bce2ae85ade63c786f264195 [2022-05-31T20:22:24.589Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-31T20:22:25.968Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-31T20:22:25.968Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-31T20:22:26.452Z] #14 ... [2022-05-31T20:22:26.452Z] [2022-05-31T20:22:26.452Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:22:26.452Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:22:26.452Z] #55 80.41 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-05-31T20:22:26.452Z] #55 80.52 go: downloading github.com/gobwas/glob v0.2.3 [2022-05-31T20:22:26.452Z] #55 80.55 go: downloading github.com/kisielk/gotool v1.0.0 [2022-05-31T20:22:26.452Z] #55 80.61 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-05-31T20:22:26.452Z] #55 80.75 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-05-31T20:22:26.452Z] #55 80.86 go: downloading golang.org/x/mod v0.5.1 [2022-05-31T20:22:26.452Z] #55 81.00 go: downloading github.com/ettle/strcase v0.1.1 [2022-05-31T20:22:26.452Z] #55 81.02 go: downloading github.com/fatih/structtag v1.2.0 [2022-05-31T20:22:26.452Z] #55 81.04 go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-31T20:22:26.452Z] #55 81.14 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-05-31T20:22:26.452Z] #55 81.21 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-05-31T20:22:26.452Z] #55 81.35 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-05-31T20:22:26.452Z] #55 81.91 go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-31T20:22:26.452Z] #55 82.04 go: downloading github.com/google/go-cmp v0.5.6 [2022-05-31T20:22:26.452Z] #55 82.50 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-05-31T20:22:26.452Z] #55 82.68 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-05-31T20:22:26.452Z] #55 82.78 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-05-31T20:22:26.452Z] #55 82.84 go: downloading github.com/beorn7/perks v1.0.1 [2022-05-31T20:22:26.452Z] #55 82.93 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-31T20:22:26.452Z] #55 82.95 go: downloading github.com/cespare/xxhash v1.1.0 [2022-05-31T20:22:26.452Z] #55 82.96 go: downloading github.com/golang/protobuf v1.5.2 [2022-05-31T20:22:26.452Z] #55 83.23 go: downloading github.com/prometheus/common v0.10.0 [2022-05-31T20:22:26.452Z] #55 83.66 go: downloading github.com/prometheus/procfs v0.6.0 [2022-05-31T20:22:26.452Z] #55 83.84 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-05-31T20:22:26.452Z] #55 83.96 go: downloading google.golang.org/protobuf v1.27.1 [2022-05-31T20:22:27.015Z] #55 ... [2022-05-31T20:22:27.015Z] [2022-05-31T20:22:27.015Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-05-31T20:22:27.015Z] #51 sha256:113d2bb1d4548e80ebe8fce070dfbb856d4f7e96e19058ca2a7a1a7cd8f6f6e6 [2022-05-31T20:22:27.015Z] #51 78.35 Setting up criu (3.17-1) ... [2022-05-31T20:22:27.015Z] #51 81.83 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:22:27.015Z] #51 DONE 84.4s [2022-05-31T20:22:27.015Z] [2022-05-31T20:22:27.015Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:22:27.015Z] #42 sha256:cdddd53eaf66c5a4cc1ad72969ff9954e6e86d2736995232ae865da98cdb3e86 [2022-05-31T20:22:27.015Z] #42 79.17 Selecting previously unselected package libarchive13:amd64. [2022-05-31T20:22:27.015Z] #42 79.19 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-05-31T20:22:27.015Z] #42 79.20 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-31T20:22:27.015Z] #42 79.72 Selecting previously unselected package libjsoncpp24:amd64. [2022-05-31T20:22:27.015Z] #42 79.72 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-05-31T20:22:27.015Z] #42 79.72 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-31T20:22:27.015Z] #42 80.08 Selecting previously unselected package librhash0:amd64. [2022-05-31T20:22:27.015Z] #42 80.09 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-05-31T20:22:27.015Z] #42 80.09 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-05-31T20:22:27.015Z] #42 80.53 Selecting previously unselected package libuv1:amd64. [2022-05-31T20:22:27.015Z] #42 80.57 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-05-31T20:22:27.015Z] #42 80.59 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-05-31T20:22:27.015Z] #42 80.86 Selecting previously unselected package cmake. [2022-05-31T20:22:27.015Z] #42 80.87 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-05-31T20:22:27.015Z] #42 80.93 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-05-31T20:22:27.873Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-05-31T20:22:27.873Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.53s) [2022-05-31T20:22:27.873Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.87s) [2022-05-31T20:22:27.873Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.63s) [2022-05-31T20:22:27.873Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.59s) [2022-05-31T20:22:27.873Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.70s) [2022-05-31T20:22:27.873Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.69s) [2022-05-31T20:22:27.873Z] === RUN TestBuildMultiStageCopy [2022-05-31T20:22:27.873Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-31T20:22:28.921Z] #42 ... [2022-05-31T20:22:28.921Z] [2022-05-31T20:22:28.921Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:22:28.921Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:22:28.921Z] #55 86.49 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-05-31T20:22:29.250Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-31T20:22:29.509Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-31T20:22:29.767Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-31T20:22:30.026Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-31T20:22:30.285Z] --- PASS: TestBuildMultiStageCopy (2.49s) [2022-05-31T20:22:30.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.56s) [2022-05-31T20:22:30.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s) [2022-05-31T20:22:30.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2022-05-31T20:22:30.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.25s) [2022-05-31T20:22:30.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2022-05-31T20:22:30.285Z] === RUN TestBuildMultiStageParentConfig [2022-05-31T20:22:30.852Z] --- PASS: TestBuildMultiStageParentConfig (0.70s) [2022-05-31T20:22:30.852Z] === RUN TestBuildLabelWithTargets [2022-05-31T20:22:31.441Z] #55 ... [2022-05-31T20:22:31.441Z] [2022-05-31T20:22:31.441Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-05-31T20:22:31.441Z] #42 sha256:cdddd53eaf66c5a4cc1ad72969ff9954e6e86d2736995232ae865da98cdb3e86 [2022-05-31T20:22:31.441Z] #42 87.91 Setting up libicu67:amd64 (67.1-7) ... [2022-05-31T20:22:31.441Z] #42 87.97 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:22:31.441Z] #42 87.98 Setting up libuv1:amd64 (1.40.0-2) ... [2022-05-31T20:22:31.441Z] #42 88.01 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:22:31.441Z] #42 88.22 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-05-31T20:22:31.441Z] #42 88.27 Setting up librhash0:amd64 (1.4.1-2) ... [2022-05-31T20:22:31.441Z] #42 88.31 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-05-31T20:22:31.441Z] #42 88.39 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-05-31T20:22:31.441Z] #42 88.41 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-05-31T20:22:31.441Z] #42 88.43 Setting up cmake (3.18.4-2+deb11u1) ... [2022-05-31T20:22:31.441Z] #42 88.44 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:22:31.441Z] #42 DONE 89.2s [2022-05-31T20:22:31.441Z] [2022-05-31T20:22:31.441Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-05-31T20:22:31.441Z] #43 sha256:3455fa0e32c26bfff3f0844853d2ba251bd8160cac0c126dacf4352d521a3595 [2022-05-31T20:22:31.441Z] #43 DONE 0.2s [2022-05-31T20:22:31.441Z] [2022-05-31T20:22:31.441Z] #14 [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 [2022-05-31T20:22:31.441Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:22:31.441Z] #14 88.27 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-05-31T20:22:31.441Z] #14 88.28 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-05-31T20:22:31.441Z] #14 88.29 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-31T20:22:32.228Z] --- PASS: TestBuildLabelWithTargets (1.12s) [2022-05-31T20:22:32.228Z] === RUN TestBuildWithEmptyLayers [2022-05-31T20:22:32.794Z] --- PASS: TestBuildWithEmptyLayers (0.57s) [2022-05-31T20:22:32.794Z] === RUN TestBuildMultiStageOnBuild [2022-05-31T20:22:34.696Z] --- PASS: TestBuildMultiStageOnBuild (1.85s) [2022-05-31T20:22:34.696Z] === RUN TestBuildUncleanTarFilenames [2022-05-31T20:22:34.799Z] ok github.com/docker/docker/libnetwork 37.143s coverage: 40.6% of statements [2022-05-31T20:22:34.799Z] ok github.com/docker/docker/libnetwork/bitseq 0.137s coverage: 84.4% of statements [2022-05-31T20:22:34.799Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-31T20:22:34.799Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-31T20:22:34.799Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-31T20:22:34.799Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-31T20:22:34.799Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-31T20:22:34.799Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-31T20:22:34.799Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-05-31T20:22:34.799Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-31T20:22:34.799Z] ok github.com/docker/docker/libnetwork/config 0.015s coverage: 19.7% of statements [2022-05-31T20:22:34.799Z] ok github.com/docker/docker/libnetwork/datastore 0.004s coverage: 21.9% of statements [2022-05-31T20:22:34.799Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-31T20:22:34.799Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-31T20:22:34.799Z] ok github.com/docker/docker/libnetwork/driverapi 0.007s coverage: 68.9% of statements [2022-05-31T20:22:35.059Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.498s coverage: 59.9% of statements [2022-05-31T20:22:35.262Z] --- PASS: TestBuildUncleanTarFilenames (0.63s) [2022-05-31T20:22:35.262Z] === RUN TestBuildMultiStageLayerLeak [2022-05-31T20:22:35.319Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-31T20:22:35.578Z] ok github.com/docker/docker/libnetwork/drivers/host 0.003s coverage: 34.8% of statements [2022-05-31T20:22:36.148Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.035s coverage: 4.0% of statements [2022-05-31T20:22:36.148Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-31T20:22:36.710Z] #14 ... [2022-05-31T20:22:36.710Z] [2022-05-31T20:22:36.710Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-05-31T20:22:36.710Z] #44 sha256:145492a213f32651c52762dfbc80c6c24c2e40b831497fdda777b26d2ed9973b [2022-05-31T20:22:36.710Z] #44 1.478 + RM_GOPATH=0 [2022-05-31T20:22:36.710Z] #44 1.478 + TMP_GOPATH= [2022-05-31T20:22:36.710Z] #44 1.478 + : /build [2022-05-31T20:22:36.710Z] #44 1.478 + '[' -z '' ']' [2022-05-31T20:22:36.710Z] #44 1.478 ++ mktemp -d [2022-05-31T20:22:36.710Z] #44 1.478 + export GOPATH=/tmp/tmp.tAPzEiTPVH [2022-05-31T20:22:36.710Z] #44 1.478 + GOPATH=/tmp/tmp.tAPzEiTPVH [2022-05-31T20:22:36.710Z] #44 1.478 + RM_GOPATH=1 [2022-05-31T20:22:36.710Z] #44 1.478 + case "$(go env GOARCH)" in [2022-05-31T20:22:36.711Z] #44 1.483 ++ go env GOARCH [2022-05-31T20:22:36.711Z] #44 1.632 + export GO_BUILDMODE=-buildmode=pie [2022-05-31T20:22:36.711Z] #44 1.632 + GO_BUILDMODE=-buildmode=pie [2022-05-31T20:22:36.711Z] #44 1.632 ++ dirname /install.sh [2022-05-31T20:22:36.711Z] #44 1.634 + dir=/ [2022-05-31T20:22:36.711Z] #44 1.634 + bin=tini [2022-05-31T20:22:36.711Z] #44 1.634 + shift [2022-05-31T20:22:36.711Z] #44 1.634 + '[' '!' -f //tini.installer ']' [2022-05-31T20:22:36.711Z] #44 1.635 + . //tini.installer [2022-05-31T20:22:36.711Z] #44 1.635 ++ : v0.19.0 [2022-05-31T20:22:36.711Z] #44 1.635 + install_tini [2022-05-31T20:22:36.711Z] #44 1.636 + echo 'Install tini version v0.19.0' [2022-05-31T20:22:36.711Z] #44 1.636 Install tini version v0.19.0 [2022-05-31T20:22:36.711Z] #44 1.636 + git clone https://github.com/krallin/tini.git /tmp/tmp.tAPzEiTPVH/tini [2022-05-31T20:22:36.711Z] #44 1.639 Cloning into '/tmp/tmp.tAPzEiTPVH/tini'... [2022-05-31T20:22:36.711Z] #44 3.076 + cd /tmp/tmp.tAPzEiTPVH/tini [2022-05-31T20:22:36.711Z] #44 3.076 + git checkout -q v0.19.0 [2022-05-31T20:22:36.711Z] #44 3.101 + cmake . [2022-05-31T20:22:36.711Z] #44 4.107 -- The C compiler identification is GNU 10.2.1 [2022-05-31T20:22:36.711Z] #44 4.198 -- Detecting C compiler ABI info [2022-05-31T20:22:36.711Z] #44 4.975 -- Detecting C compiler ABI info - done [2022-05-31T20:22:36.711Z] #44 5.099 -- Check for working C compiler: /usr/bin/cc - skipped [2022-05-31T20:22:36.711Z] #44 5.109 -- Detecting C compile features [2022-05-31T20:22:36.711Z] #44 5.110 -- Detecting C compile features - done [2022-05-31T20:22:36.711Z] #44 5.146 -- Performing Test HAS_BUILTIN_FORTIFY [2022-05-31T20:22:36.718Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-05-31T20:22:36.718Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-31T20:22:36.967Z] #44 ... [2022-05-31T20:22:36.967Z] [2022-05-31T20:22:36.967Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-05-31T20:22:36.967Z] #53 sha256:1d7c87c01a497e4e394d68f389ff5ae50d0d2a9b215dcd310a3e282f6567b06b [2022-05-31T20:22:36.967Z] #53 94.77 gotestsum version dev [2022-05-31T20:22:36.978Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-05-31T20:22:37.164Z] --- PASS: TestBuildMultiStageLayerLeak (1.67s) [2022-05-31T20:22:37.164Z] === RUN TestBuildWithHugeFile [2022-05-31T20:22:37.897Z] #53 DONE 95.5s [2022-05-31T20:22:37.897Z] [2022-05-31T20:22:37.897Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-05-31T20:22:37.897Z] #44 sha256:145492a213f32651c52762dfbc80c6c24c2e40b831497fdda777b26d2ed9973b [2022-05-31T20:22:37.897Z] #44 5.501 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-05-31T20:22:37.897Z] #44 5.629 -- Configuring done [2022-05-31T20:22:37.897Z] #44 5.662 -- Generating done [2022-05-31T20:22:37.897Z] #44 5.674 -- Build files have been written to: /tmp/tmp.tAPzEiTPVH/tini [2022-05-31T20:22:37.897Z] #44 5.677 + make tini-static [2022-05-31T20:22:37.897Z] #44 6.259 Scanning dependencies of target tini-static [2022-05-31T20:22:38.179Z] #44 6.416 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-05-31T20:22:40.071Z] #44 8.285 [100%] Linking C executable tini-static [2022-05-31T20:22:40.635Z] #44 9.153 [100%] Built target tini-static [2022-05-31T20:22:40.897Z] #44 9.266 + mkdir -p /build [2022-05-31T20:22:40.897Z] #44 9.277 + cp tini-static /build/docker-init [2022-05-31T20:22:41.155Z] #44 DONE 9.5s [2022-05-31T20:22:41.155Z] [2022-05-31T20:22:41.155Z] #14 [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 [2022-05-31T20:22:41.155Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:22:41.155Z] #14 96.59 Selecting previously unselected package gcc-mingw-w64-base. [2022-05-31T20:22:41.155Z] #14 96.61 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:22:41.155Z] #14 96.61 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-31T20:22:41.155Z] #14 96.83 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-05-31T20:22:41.155Z] #14 96.85 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:22:41.155Z] #14 96.87 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-31T20:22:45.802Z] #64 ... [2022-05-31T20:22:45.802Z] [2022-05-31T20:22:45.802Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-31T20:22:45.802Z] #47 sha256:2289046ff473e3c18fd534924de3f703e3d885992ab5a0daed25d4f30c008c37 [2022-05-31T20:22:45.802Z] #47 206.9 + dpkg --print-architecture [2022-05-31T20:22:45.802Z] #47 206.9 + git checkout -q v2.1.0 [2022-05-31T20:22:45.802Z] #47 207.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-05-31T20:22:45.802Z] #47 207.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-05-31T20:22:46.964Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.422s coverage: 7.2% of statements [2022-05-31T20:22:46.964Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-31T20:22:46.964Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-05-31T20:22:46.964Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.4% of statements [2022-05-31T20:22:46.964Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-31T20:22:46.964Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-05-31T20:22:46.964Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-31T20:22:46.964Z] ok github.com/docker/docker/libnetwork/drvregistry 0.017s coverage: 82.4% of statements [2022-05-31T20:22:47.224Z] ok github.com/docker/docker/libnetwork/etchosts 0.012s coverage: 81.2% of statements [2022-05-31T20:22:47.577Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-05-31T20:22:47.577Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-05-31T20:22:50.859Z] #71 135.8 # github.com/containerd/containerd/cmd/containerd [2022-05-31T20:22:50.859Z] #71 135.8 /usr/bin/ld: /tmp/go-link-2402718758/000019.o: in function `New': [2022-05-31T20:22:50.859Z] #71 135.8 /tmp/tmp.TaU2b9bZi7/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 [2022-05-31T20:22:50.859Z] #71 135.9 + bin/containerd-stress [2022-05-31T20:22:50.859Z] #71 137.0 + bin/containerd-shim [2022-05-31T20:22:51.118Z] #14 108.2 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-05-31T20:22:51.118Z] #14 108.2 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:22:51.118Z] #14 108.3 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-31T20:22:58.953Z] #71 148.1 + bin/containerd-shim-runc-v1 [2022-05-31T20:22:59.798Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-05-31T20:23:05.536Z] #71 154.3 + bin/containerd-shim-runc-v2 [2022-05-31T20:23:06.099Z] #71 155.2 + binaries [2022-05-31T20:23:06.099Z] #71 155.2 + install -D bin/containerd /build/containerd [2022-05-31T20:23:06.099Z] #71 155.2 + install -D bin/containerd-shim /build/containerd-shim [2022-05-31T20:23:06.099Z] #71 155.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-31T20:23:06.099Z] #71 155.2 + install -D bin/ctr /build/ctr [2022-05-31T20:23:06.660Z] #71 DONE 155.8s [2022-05-31T20:23:07.591Z] [2022-05-31T20:23:07.591Z] #72 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-31T20:23:07.591Z] #72 sha256:84d5915dd9642bfa24854201d92f6b995ee31c2ce2135acda0c524a0e9d3ba93 [2022-05-31T20:23:07.769Z] #47 DONE 230.4s [2022-05-31T20:23:07.769Z] [2022-05-31T20:23:07.769Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:23:07.769Z] #60 sha256:e11f21e7ef75489ba6834aa96dcfe2c155ffa645f7ffc71ff451ab4fd9aa4237 [2022-05-31T20:23:08.030Z] #60 ... [2022-05-31T20:23:08.030Z] [2022-05-31T20:23:08.030Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-31T20:23:08.030Z] #48 sha256:cf7029798482565c830518c54fffe90b09c05655a3952b0df851351def29404b [2022-05-31T20:23:08.153Z] #72 DONE 0.2s [2022-05-31T20:23:08.153Z] [2022-05-31T20:23:08.153Z] #77 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-31T20:23:08.153Z] #77 sha256:45705239cf02348597a7fc3437a2228c6954bbd302d62da7f78d09ffbd015ca8 [2022-05-31T20:23:08.153Z] #77 DONE 0.1s [2022-05-31T20:23:08.153Z] [2022-05-31T20:23:08.153Z] #82 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-31T20:23:08.153Z] #82 sha256:a40bb888581b9bbf7fe4c04a06e041b7f045b47b624ab1921e2559cd1f385b7c [2022-05-31T20:23:08.602Z] #48 DONE 0.5s [2022-05-31T20:23:08.602Z] [2022-05-31T20:23:08.602Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-31T20:23:08.602Z] #52 sha256:a4190930328ebfec803efc571e27a96cfbeabe61e2ddd37af13ee4c281409d52 [2022-05-31T20:23:08.602Z] #52 DONE 0.1s [2022-05-31T20:23:08.602Z] [2022-05-31T20:23:08.602Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-31T20:23:08.602Z] #54 sha256:bb3536f112f1fc0b65bbf360b71de636656db26bbb6f8c99d67a3bac0e471342 [2022-05-31T20:23:08.602Z] #54 DONE 0.1s [2022-05-31T20:23:08.602Z] [2022-05-31T20:23:08.602Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:23:08.602Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:23:08.714Z] #82 DONE 0.5s [2022-05-31T20:23:08.714Z] [2022-05-31T20:23:08.714Z] #83 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-31T20:23:08.714Z] #83 sha256:5ecfaae34e9a57f442692932b572a89be943c5739ffaf2f6b4e0cf4b72f36342 [2022-05-31T20:23:08.714Z] #83 DONE 0.0s [2022-05-31T20:23:08.714Z] [2022-05-31T20:23:08.714Z] #84 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-31T20:23:08.714Z] #84 sha256:088d91266ed934023e4e9d5384727cbf116af0f8fbc42ef39ede9c9a87c72ec1 [2022-05-31T20:23:10.080Z] #84 DONE 1.5s [2022-05-31T20:23:10.080Z] [2022-05-31T20:23:10.080Z] #85 exporting to image [2022-05-31T20:23:10.080Z] #85 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-31T20:23:10.080Z] #85 exporting layers [2022-05-31T20:23:13.029Z] #14 ... [2022-05-31T20:23:13.029Z] [2022-05-31T20:23:13.029Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:23:13.029Z] #64 sha256:661959a45d7fc2ffb982d999061c62dd4fa15d3ed5abf57fc8513314539b02e9 [2022-05-31T20:23:13.029Z] #64 66.13 Updating files: 34% (1655/4766) Updating files: 35% (1669/4766) Updating files: 36% (1716/4766) Updating files: 37% (1764/4766) Updating files: 38% (1812/4766) Updating files: 39% (1859/4766) Updating files: 40% (1907/4766) Updating files: 41% (1955/4766) Updating files: 42% (2002/4766) Updating files: 43% (2050/4766) Updating files: 44% (2098/4766) Updating files: 45% (2145/4766) Updating files: 46% (2193/4766) Updating files: 47% (2241/4766) Updating files: 48% (2288/4766) Updating files: 49% (2336/4766) Updating files: 50% (2383/4766) Updating files: 51% (2431/4766) Updating files: 52% (2479/4766) Updating files: 53% (2526/4766) Updating files: 54% (2574/4766) Updating files: 55% (2622/4766) Updating files: 56% (2669/4766) Updating files: 57% (2717/4766) Updating files: 58% (2765/4766) Updating files: 59% (2812/4766) Updating files: 60% (2860/4766) Updating files: 61% (2908/4766) Updating files: 62% (2955/4766) Updating files: 63% (3003/4766) Updating files: 64% (3051/4766) Updating files: 65% (3098/4766) Updating files: 66% (3146/4766) Updating files: 67% (3194/4766) Updating files: 68% (3241/4766) Updating files: 69% (3289/4766) Updating files: 70% (3337/4766) Updating files: 71% (3384/4766) Updating files: 72% (3432/4766) Updating files: 73% (3480/4766) Updating files: 74% (3527/4766) Updating files: 75% (3575/4766) Updating files: 76% (3623/4766) Updating files: 77% (3670/4766) Updating files: 78% (3718/4766) Updating files: 79% (3766/4766) Updating files: 80% (3813/4766) Updating files: 81% (3861/4766) Updating files: 82% (3909/4766) Updating files: 83% (3956/4766) Updating files: 84% (4004/4766) Updating files: 85% (4052/4766) Updating files: 86% (4099/4766) Updating files: 87% (4147/4766) Updating files: 88% (4195/4766) Updating files: 89% (4242/4766) Updating files: 90% (4290/4766) Updating files: 90% (4325/4766) Updating files: 91% (4338/4766) Updating files: 92% (4385/4766) Updating files: 93% (4433/4766) Updating files: 94% (4481/4766) Updating files: 95% (4528/4766) Updating files: 96% (4576/4766) Updating files: 97% (4624/4766) Updating files: 98% (4671/4766) Updating files: 99% (4719/4766) Updating files: 100% (4766/4766) Updating files: 100% (4766/4766), done. [2022-05-31T20:23:13.029Z] #64 68.60 + cd /tmp/tmp.ahpUOswWW0/src/github.com/containerd/containerd [2022-05-31T20:23:13.029Z] #64 68.61 + git checkout -q v1.6.4 [2022-05-31T20:23:14.399Z] #64 71.10 + export 'BUILDTAGS=netgo osusergo static_build' [2022-05-31T20:23:14.399Z] #64 71.10 + BUILDTAGS='netgo osusergo static_build' [2022-05-31T20:23:14.399Z] #64 71.10 + export EXTRA_FLAGS=-buildmode=pie [2022-05-31T20:23:14.399Z] #64 71.10 + EXTRA_FLAGS=-buildmode=pie [2022-05-31T20:23:14.399Z] #64 71.10 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-05-31T20:23:14.399Z] #64 71.10 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-05-31T20:23:14.399Z] #64 71.10 + '[' '' = dynamic ']' [2022-05-31T20:23:14.399Z] #64 71.10 + make [2022-05-31T20:23:14.696Z] ok github.com/docker/docker/libnetwork/ipam 16.213s coverage: 85.3% of statements [2022-05-31T20:23:14.696Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-31T20:23:14.696Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-31T20:23:14.956Z] ok github.com/docker/docker/libnetwork/ipams/null 0.003s coverage: 57.1% of statements [2022-05-31T20:23:15.215Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-05-31T20:23:15.215Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-31T20:23:15.475Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-05-31T20:23:16.045Z] ok github.com/docker/docker/libnetwork/ipamutils 0.272s coverage: 74.0% of statements [2022-05-31T20:23:16.294Z] #64 72.65 + bin/ctr [2022-05-31T20:23:16.628Z] ok github.com/docker/docker/libnetwork/iptables 0.168s coverage: 45.1% of statements [2022-05-31T20:23:16.891Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-05-31T20:23:17.151Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 44.1% of statements [2022-05-31T20:23:24.395Z] #64 ... [2022-05-31T20:23:24.395Z] [2022-05-31T20:23:24.395Z] #14 [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 [2022-05-31T20:23:24.395Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:23:24.395Z] #14 131.2 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-05-31T20:23:24.395Z] #14 131.2 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:23:24.395Z] #14 131.2 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-31T20:23:24.395Z] #14 140.8 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-05-31T20:23:24.395Z] #14 140.8 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:23:24.395Z] #14 140.8 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-31T20:23:33.425Z] --- PASS: TestBuildWithHugeFile (48.87s) [2022-05-31T20:23:33.425Z] === RUN TestBuildWCOWSandboxSize [2022-05-31T20:23:33.425Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-31T20:23:33.425Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-31T20:23:33.425Z] === RUN TestBuildWithEmptyDockerfile [2022-05-31T20:23:33.425Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-31T20:23:33.425Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-31T20:23:33.425Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-31T20:23:33.425Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-31T20:23:33.425Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-31T20:23:33.425Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-31T20:23:33.425Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-31T20:23:33.425Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-31T20:23:33.425Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-31T20:23:33.425Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-05-31T20:23:33.425Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-05-31T20:23:33.425Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2022-05-31T20:23:33.425Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-05-31T20:23:33.425Z] === RUN TestBuildPreserveOwnership [2022-05-31T20:23:33.425Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-31T20:23:33.425Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-31T20:23:33.425Z] --- PASS: TestBuildPreserveOwnership (3.74s) [2022-05-31T20:23:33.425Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.54s) [2022-05-31T20:23:33.425Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.20s) [2022-05-31T20:23:33.425Z] === RUN TestBuildPlatformInvalid [2022-05-31T20:23:33.425Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-05-31T20:23:33.425Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-31T20:23:33.425Z] Loaded image: busybox:latest [2022-05-31T20:23:33.425Z] Loaded image: busybox:glibc [2022-05-31T20:23:33.425Z] Loaded image: debian:bullseye-slim [2022-05-31T20:23:33.425Z] Loaded image: hello-world:latest [2022-05-31T20:23:33.425Z] Loaded image: arm32v7/hello-world:latest [2022-05-31T20:23:34.352Z] #14 151.2 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-05-31T20:23:34.352Z] #14 151.2 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:23:34.352Z] #14 151.2 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-31T20:23:36.577Z] #85 exporting layers 22.8s done [2022-05-31T20:23:36.577Z] #85 writing image sha256:268c08cf7911a6d3a46d7096d2f3f1c3deb7a4439a88fa7f92ddf5f038e925a7 done [2022-05-31T20:23:36.577Z] #85 naming to docker.io/library/docker:e3c14acd3386d52c91463926fccbadf1dd71f59d done [2022-05-31T20:23:36.577Z] #85 DONE 22.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-05-31T20:23:36.891Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43672/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43672/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e3c14acd3386d52c91463926fccbadf1dd71f59d hack/validate/default [2022-05-31T20:23:37.454Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-05-31T20:23:37.454Z] No api/types/ or api/swagger.yaml changes in diff. [2022-05-31T20:23:37.454Z] Congratulations! All TOML source files changed here have valid syntax. [2022-05-31T20:23:37.454Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-05-31T20:23:37.454Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-05-31T20:23:37.454Z] Congratulations! No new tests were added to integration-cli. [2022-05-31T20:23:37.454Z] [2022-05-31T20:23:37.454Z] INFO Start validation with golang-ci-lint [2022-05-31T20:23:38.382Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-05-31T20:23:38.382Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-05-31T20:23:40.723Z] #55 ... [2022-05-31T20:23:40.723Z] [2022-05-31T20:23:40.723Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:23:40.723Z] #60 sha256:e11f21e7ef75489ba6834aa96dcfe2c155ffa645f7ffc71ff451ab4fd9aa4237 [2022-05-31T20:23:40.723Z] #60 144.5 + mkdir -p /build [2022-05-31T20:23:40.723Z] #60 144.5 + cp runc /build/runc [2022-05-31T20:23:40.723Z] #60 DONE 145.6s [2022-05-31T20:23:40.723Z] [2022-05-31T20:23:40.723Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:23:40.723Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:23:40.723Z] #55 263.0 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-31T20:23:40.723Z] #55 DONE 264.2s [2022-05-31T20:23:40.723Z] [2022-05-31T20:23:40.723Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:23:40.723Z] #64 sha256:cb55b5fc5cda5bd3b59b0ee12d50e00a8ac0a7ec1b94ec8e5c9b85e34342e897 [2022-05-31T20:23:41.542Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.08s) [2022-05-31T20:23:41.542Z] PASS [2022-05-31T20:23:41.542Z] [2022-05-31T20:23:41.542Z] === Skipped [2022-05-31T20:23:41.542Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-31T20:23:41.542Z] build_session_test.go:25: TODO: BuildKit [2022-05-31T20:23:41.542Z] [2022-05-31T20:23:41.542Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-31T20:23:41.542Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-31T20:23:41.542Z] [2022-05-31T20:23:41.542Z] DONE 34 tests, 2 skipped in 88.537s [2022-05-31T20:23:41.542Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-31T20:23:41.542Z] INFO: Testing against a local daemon [2022-05-31T20:23:41.542Z] === RUN TestConfigInspect [2022-05-31T20:23:42.639Z] #64 ... [2022-05-31T20:23:42.639Z] [2022-05-31T20:23:42.639Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-31T20:23:42.639Z] #56 sha256:9eb1464713611a53635ad122ff4df912d14854ca9c099e166753dfe7624112dd [2022-05-31T20:23:42.919Z] --- PASS: TestConfigInspect (2.20s) [2022-05-31T20:23:42.919Z] === RUN TestConfigList [2022-05-31T20:23:43.212Z] #56 DONE 0.6s [2022-05-31T20:23:43.212Z] [2022-05-31T20:23:43.212Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:23:43.212Z] #64 sha256:cb55b5fc5cda5bd3b59b0ee12d50e00a8ac0a7ec1b94ec8e5c9b85e34342e897 [2022-05-31T20:23:43.212Z] #64 ... [2022-05-31T20:23:43.212Z] [2022-05-31T20:23:43.212Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-31T20:23:43.212Z] #58 sha256:e465b3970b77b3435fee539fe701c02d9003e076386aecb0c914ee423639a8d5 [2022-05-31T20:23:43.212Z] #58 DONE 0.1s [2022-05-31T20:23:43.212Z] [2022-05-31T20:23:43.212Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-31T20:23:43.212Z] #61 sha256:d02b2ea906cac96eb30c4fe0133178d6782211a9702073ef8973c568ca9c562c [2022-05-31T20:23:43.784Z] #61 DONE 0.3s [2022-05-31T20:23:43.784Z] [2022-05-31T20:23:43.784Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:23:43.784Z] #64 sha256:cb55b5fc5cda5bd3b59b0ee12d50e00a8ac0a7ec1b94ec8e5c9b85e34342e897 [2022-05-31T20:23:45.615Z] --- PASS: TestConfigList (2.22s) [2022-05-31T20:23:45.615Z] === RUN TestConfigsCreateAndDelete [2022-05-31T20:23:46.328Z] #64 232.4 + bin/containerd [2022-05-31T20:23:47.519Z] --- PASS: TestConfigsCreateAndDelete (2.16s) [2022-05-31T20:23:47.519Z] === RUN TestConfigsUpdate [2022-05-31T20:23:50.052Z] --- PASS: TestConfigsUpdate (2.18s) [2022-05-31T20:23:50.052Z] === RUN TestTemplatedConfig [2022-05-31T20:23:52.581Z] --- PASS: TestTemplatedConfig (2.67s) [2022-05-31T20:23:52.581Z] === RUN TestConfigCreateResolve [2022-05-31T20:23:54.482Z] --- PASS: TestConfigCreateResolve (2.15s) [2022-05-31T20:23:54.482Z] PASS [2022-05-31T20:23:54.482Z] [2022-05-31T20:23:54.482Z] DONE 6 tests in 13.622s [2022-05-31T20:23:54.482Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-31T20:23:54.482Z] INFO: Testing against a local daemon [2022-05-31T20:23:54.482Z] === RUN TestAttachWithTTY [2022-05-31T20:23:54.482Z] --- PASS: TestAttachWithTTY (0.07s) [2022-05-31T20:23:54.482Z] === RUN TestAttachWithoutTTy [2022-05-31T20:23:54.482Z] --- PASS: TestAttachWithoutTTy (0.06s) [2022-05-31T20:23:54.482Z] === RUN TestCheckpoint [2022-05-31T20:23:54.482Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-31T20:23:54.482Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/commit [2022-05-31T20:23:54.482Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-31T20:23:54.482Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-31T20:23:54.482Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-31T20:23:54.482Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-31T20:23:54.482Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-31T20:23:54.482Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-31T20:23:54.482Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-31T20:23:54.482Z] === CONT TestContainerInvalidJSON/commit [2022-05-31T20:23:54.482Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-31T20:23:54.482Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-31T20:23:54.482Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-31T20:23:54.482Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-31T20:23:54.482Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-31T20:23:54.482Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-31T20:23:54.482Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-31T20:23:54.482Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-31T20:23:54.482Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-31T20:23:54.741Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-05-31T20:23:54.741Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-31T20:23:54.741Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-05-31T20:23:54.741Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-31T20:23:54.741Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-05-31T20:23:54.741Z] === RUN TestCopyEmptyFile [2022-05-31T20:23:55.000Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-05-31T20:23:55.000Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-31T20:23:55.000Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-05-31T20:23:55.000Z] === RUN TestCopyFromContainer [2022-05-31T20:23:56.377Z] === RUN TestCopyFromContainer// [2022-05-31T20:23:56.377Z] === RUN TestCopyFromContainer//bar/root [2022-05-31T20:23:56.377Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-31T20:23:56.377Z] === RUN TestCopyFromContainer/bar/quux [2022-05-31T20:23:56.377Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-31T20:23:56.377Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-31T20:23:56.636Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-31T20:23:56.636Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-31T20:23:56.636Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-31T20:23:56.636Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-31T20:23:56.895Z] --- PASS: TestCopyFromContainer (1.82s) [2022-05-31T20:23:56.895Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-05-31T20:23:56.895Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-05-31T20:23:56.895Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-05-31T20:23:56.895Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2022-05-31T20:23:56.895Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2022-05-31T20:23:56.895Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-05-31T20:23:56.895Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-05-31T20:23:56.895Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-05-31T20:23:56.895Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-05-31T20:23:56.895Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-05-31T20:23:56.895Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-31T20:23:56.895Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-31T20:23:56.895Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-31T20:23:56.895Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-31T20:23:56.895Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-31T20:23:56.895Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-31T20:23:56.895Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-31T20:23:56.895Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-31T20:23:56.895Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-31T20:23:56.895Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-31T20:23:56.895Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-05-31T20:23:56.895Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-31T20:23:56.895Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-31T20:23:56.895Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-31T20:23:56.895Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-31T20:23:56.895Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-05-31T20:23:56.895Z] === RUN TestCreateWithInvalidEnv [2022-05-31T20:23:56.895Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-31T20:23:56.895Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-31T20:23:56.895Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-31T20:23:56.895Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-31T20:23:56.895Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-31T20:23:56.895Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-31T20:23:56.895Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-31T20:23:56.896Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-31T20:23:56.896Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-31T20:23:56.896Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-05-31T20:23:56.896Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-31T20:23:56.896Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-31T20:23:56.896Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-31T20:23:56.896Z] === RUN TestCreateTmpfsMountsTarget [2022-05-31T20:23:56.896Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-31T20:23:56.896Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-31T20:23:58.819Z] --- PASS: TestCreateWithCustomMaskedPaths (1.55s) [2022-05-31T20:23:58.819Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-31T20:24:00.196Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.67s) [2022-05-31T20:24:00.196Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-31T20:24:00.196Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-31T20:24:00.196Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-31T20:24:00.196Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-31T20:24:00.196Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-31T20:24:00.196Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-31T20:24:00.196Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-31T20:24:00.196Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-31T20:24:00.196Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-31T20:24:00.196Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-31T20:24:00.196Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-31T20:24:00.196Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-31T20:24:00.196Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-31T20:24:00.196Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-31T20:24:00.196Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-31T20:24:00.196Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-31T20:24:00.196Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-31T20:24:00.196Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-31T20:24:00.196Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-31T20:24:00.196Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-31T20:24:00.196Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-31T20:24:00.196Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-31T20:24:00.196Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-31T20:24:00.762Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.57s) [2022-05-31T20:24:00.762Z] === RUN TestCreateDifferentPlatform [2022-05-31T20:24:00.762Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-31T20:24:00.762Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-31T20:24:00.762Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-05-31T20:24:00.762Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-31T20:24:00.762Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-31T20:24:00.762Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-31T20:24:00.762Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-05-31T20:24:00.762Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-31T20:24:00.762Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2022-05-31T20:24:00.762Z] === RUN TestCreateInvalidHostConfig [2022-05-31T20:24:00.762Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-05-31T20:24:00.762Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-05-31T20:24:00.762Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-05-31T20:24:00.762Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-05-31T20:24:00.762Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-05-31T20:24:00.762Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-05-31T20:24:00.762Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-05-31T20:24:00.762Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-05-31T20:24:00.762Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-05-31T20:24:00.762Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-05-31T20:24:00.762Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-05-31T20:24:00.762Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-05-31T20:24:00.762Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-05-31T20:24:00.762Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-05-31T20:24:00.762Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-05-31T20:24:00.762Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-05-31T20:24:00.762Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-05-31T20:24:00.762Z] === RUN TestContainerStartOnDaemonRestart [2022-05-31T20:24:00.762Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-31T20:24:00.762Z] === RUN TestDaemonRestartIpcMode [2022-05-31T20:24:00.762Z] === PAUSE TestDaemonRestartIpcMode [2022-05-31T20:24:00.762Z] === RUN TestDaemonHostGatewayIP [2022-05-31T20:24:00.762Z] === PAUSE TestDaemonHostGatewayIP [2022-05-31T20:24:00.762Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-31T20:24:00.762Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-31T20:24:00.762Z] === RUN TestContainerKillOnDaemonStart [2022-05-31T20:24:00.763Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-31T20:24:00.763Z] === RUN TestDiff [2022-05-31T20:24:00.904Z] #14 ... [2022-05-31T20:24:00.904Z] [2022-05-31T20:24:00.904Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-31T20:24:00.904Z] #67 sha256:e3f00baffe6765238ddb256a3f3b4229b187e79b36541d560f14700196d25e48 [2022-05-31T20:24:00.904Z] #67 175.3 + for f in rootlesskit rootlesskit-docker-proxy [2022-05-31T20:24:00.904Z] #67 175.3 + GOBIN=/build [2022-05-31T20:24:00.904Z] #67 175.3 + GO111MODULE=on [2022-05-31T20:24:00.904Z] #67 175.3 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-05-31T20:24:01.329Z] --- PASS: TestDiff (0.56s) [2022-05-31T20:24:01.329Z] === RUN TestExecWithCloseStdin [2022-05-31T20:24:02.263Z] --- PASS: TestExecWithCloseStdin (0.66s) [2022-05-31T20:24:02.263Z] === RUN TestExec [2022-05-31T20:24:02.831Z] --- PASS: TestExec (0.68s) [2022-05-31T20:24:02.831Z] === RUN TestExecUser [2022-05-31T20:24:03.397Z] --- PASS: TestExecUser (0.65s) [2022-05-31T20:24:03.397Z] === RUN TestExportContainerAndImportImage [2022-05-31T20:24:04.333Z] --- PASS: TestExportContainerAndImportImage (0.70s) [2022-05-31T20:24:04.333Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-31T20:24:05.109Z] #67 ... [2022-05-31T20:24:05.109Z] [2022-05-31T20:24:05.110Z] #14 [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 [2022-05-31T20:24:05.110Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:24:05.110Z] #14 176.4 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-05-31T20:24:05.110Z] #14 176.4 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-05-31T20:24:05.110Z] #14 176.4 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-31T20:24:05.707Z] --- PASS: TestExportContainerAfterDaemonRestart (1.36s) [2022-05-31T20:24:05.707Z] === RUN TestHealthCheckWorkdir [2022-05-31T20:24:06.274Z] --- PASS: TestHealthCheckWorkdir (0.90s) [2022-05-31T20:24:06.274Z] === RUN TestHealthKillContainer [2022-05-31T20:24:07.011Z] #14 ... [2022-05-31T20:24:07.011Z] [2022-05-31T20:24:07.011Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-05-31T20:24:07.011Z] #67 sha256:e3f00baffe6765238ddb256a3f3b4229b187e79b36541d560f14700196d25e48 [2022-05-31T20:24:07.011Z] #67 184.3 rootlesskit version 1.0.0 [2022-05-31T20:24:07.011Z] #67 184.3 Usage of /build/rootlesskit-docker-proxy: [2022-05-31T20:24:07.011Z] #67 184.3 -container-ip string [2022-05-31T20:24:07.011Z] #67 184.3 container ip [2022-05-31T20:24:07.011Z] #67 184.3 -container-port int [2022-05-31T20:24:07.011Z] #67 184.3 container port (default -1) [2022-05-31T20:24:07.011Z] #67 184.3 -host-ip string [2022-05-31T20:24:07.011Z] #67 184.3 host ip [2022-05-31T20:24:07.011Z] #67 184.3 -host-port int [2022-05-31T20:24:07.011Z] #67 184.3 host port (default -1) [2022-05-31T20:24:07.011Z] #67 184.3 -proto string [2022-05-31T20:24:07.011Z] #67 184.3 proxy protocol (default "tcp") [2022-05-31T20:24:09.544Z] #67 DONE 186.9s [2022-05-31T20:24:09.544Z] [2022-05-31T20:24:09.544Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-05-31T20:24:09.544Z] #68 sha256:758d90d4debdce8ab41c522d22c3417a7f05de8d4ba7644f60adffa5aeab9d40 [2022-05-31T20:24:09.544Z] #68 DONE 0.1s [2022-05-31T20:24:09.544Z] [2022-05-31T20:24:09.544Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-05-31T20:24:09.544Z] #69 sha256:160a8d56b90cebee0d629c86366b777682df290b457668ae57beab1c2ac0731c [2022-05-31T20:24:09.544Z] #69 DONE 0.1s [2022-05-31T20:24:09.544Z] [2022-05-31T20:24:09.544Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-31T20:24:09.544Z] #36 sha256:3ef0c75c5e3533db35f93d7d1735716ef6706e45935f1bcae33ab98262ea08c5 [2022-05-31T20:24:10.475Z] #36 ... [2022-05-31T20:24:10.475Z] [2022-05-31T20:24:10.475Z] #14 [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 [2022-05-31T20:24:10.475Z] #14 sha256:631d2de06e5b0b1d1ccfb0fff64dd2feeaf22fff6d4c68de8163f442a2560cdf [2022-05-31T20:24:10.475Z] #14 188.1 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-05-31T20:24:10.475Z] #14 188.1 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-05-31T20:24:10.475Z] #14 188.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-31T20:24:10.475Z] #14 188.4 Selecting previously unselected package libapparmor1:amd64. [2022-05-31T20:24:10.475Z] #14 188.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-05-31T20:24:10.475Z] #14 188.4 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-05-31T20:24:11.061Z] #14 188.6 Selecting previously unselected package libapparmor-dev:amd64. [2022-05-31T20:24:11.061Z] #14 188.6 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-05-31T20:24:11.061Z] #14 188.7 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-31T20:24:11.061Z] #14 188.8 Selecting previously unselected package libbtrfs0:amd64. [2022-05-31T20:24:11.061Z] #14 188.8 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-05-31T20:24:11.061Z] #14 188.9 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-05-31T20:24:11.627Z] #14 189.2 Selecting previously unselected package libbtrfs-dev:amd64. [2022-05-31T20:24:11.627Z] #14 189.2 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-05-31T20:24:11.627Z] #14 189.2 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-31T20:24:11.884Z] #14 189.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-05-31T20:24:11.884Z] #14 189.5 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-05-31T20:24:11.884Z] #14 189.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:24:11.884Z] #14 189.6 Selecting previously unselected package libudev-dev:amd64. [2022-05-31T20:24:11.884Z] #14 189.6 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-05-31T20:24:11.884Z] #14 189.6 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-05-31T20:24:12.141Z] #14 189.9 Selecting previously unselected package libsepol1-dev:amd64. [2022-05-31T20:24:12.141Z] #14 190.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-05-31T20:24:12.141Z] #14 190.0 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-05-31T20:24:13.079Z] #14 190.8 Selecting previously unselected package libpcre2-16-0:amd64. [2022-05-31T20:24:13.079Z] #14 190.8 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-05-31T20:24:13.079Z] #14 190.8 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-05-31T20:24:13.343Z] #14 191.1 Selecting previously unselected package libpcre2-32-0:amd64. [2022-05-31T20:24:13.343Z] #14 191.1 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-05-31T20:24:13.343Z] #14 191.1 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-05-31T20:24:13.608Z] #14 191.5 Selecting previously unselected package libpcre2-posix2:amd64. [2022-05-31T20:24:13.608Z] #14 191.5 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-05-31T20:24:13.608Z] #14 191.5 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-05-31T20:24:13.865Z] #14 191.6 Selecting previously unselected package libpcre2-dev:amd64. [2022-05-31T20:24:13.865Z] #14 191.6 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-05-31T20:24:13.865Z] #14 191.6 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-05-31T20:24:14.796Z] #14 192.4 Selecting previously unselected package libselinux1-dev:amd64. [2022-05-31T20:24:14.796Z] #14 192.4 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-05-31T20:24:14.796Z] #14 192.4 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-05-31T20:24:15.053Z] #14 192.9 Selecting previously unselected package libdevmapper-dev:amd64. [2022-05-31T20:24:15.053Z] #14 192.9 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-05-31T20:24:15.053Z] #14 192.9 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:24:15.310Z] #14 193.0 Selecting previously unselected package libseccomp-dev:amd64. [2022-05-31T20:24:15.310Z] #14 193.0 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-05-31T20:24:15.310Z] #14 193.0 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-31T20:24:15.310Z] #14 193.3 Selecting previously unselected package libsystemd-dev:amd64. [2022-05-31T20:24:15.310Z] #14 193.3 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-05-31T20:24:15.566Z] #14 193.3 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-05-31T20:24:16.242Z] --- PASS: TestHealthKillContainer (8.23s) [2022-05-31T20:24:16.242Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-31T20:24:16.242Z] --- PASS: TestInspectCpusetInConfigPre120 (0.59s) [2022-05-31T20:24:16.242Z] === RUN TestIpcModeNone [2022-05-31T20:24:16.242Z] --- PASS: TestIpcModeNone (0.68s) [2022-05-31T20:24:16.242Z] === RUN TestIpcModePrivate [2022-05-31T20:24:16.242Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false [2022-05-31T20:24:16.496Z] #14 194.4 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-05-31T20:24:16.496Z] #14 194.4 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-05-31T20:24:16.496Z] #14 194.4 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-05-31T20:24:16.501Z] --- PASS: TestIpcModePrivate (0.61s) [2022-05-31T20:24:16.501Z] === RUN TestIpcModeShareable [2022-05-31T20:24:16.753Z] #14 194.5 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-05-31T20:24:16.753Z] #14 194.5 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-05-31T20:24:16.753Z] #14 194.5 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-05-31T20:24:16.753Z] #14 194.6 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-05-31T20:24:16.753Z] #14 194.6 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-05-31T20:24:16.753Z] #14 194.6 Setting up libudev-dev:amd64 (247.3-7) ... [2022-05-31T20:24:16.753Z] #14 194.7 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-05-31T20:24:16.759Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true [2022-05-31T20:24:17.010Z] #14 194.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-05-31T20:24:17.010Z] #14 194.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-05-31T20:24:17.010Z] #14 194.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-05-31T20:24:17.010Z] #14 194.8 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-05-31T20:24:17.010Z] #14 194.8 Setting up mingw-w64-common (8.0.0-1) ... [2022-05-31T20:24:17.010Z] #14 194.8 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-05-31T20:24:17.010Z] #14 194.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-05-31T20:24:17.010Z] #14 194.8 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-05-31T20:24:17.010Z] #14 194.8 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-05-31T20:24:17.010Z] #14 194.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-05-31T20:24:17.018Z] --- PASS: TestIpcModeShareable (0.63s) [2022-05-31T20:24:17.018Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-31T20:24:17.267Z] #14 194.9 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-31T20:24:17.267Z] #14 194.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 [2022-05-31T20:24:17.267Z] #14 194.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-31T20:24:17.267Z] #14 195.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 [2022-05-31T20:24:17.267Z] #14 195.0 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-05-31T20:24:17.267Z] #14 195.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-05-31T20:24:17.267Z] #14 195.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 [2022-05-31T20:24:17.267Z] #14 195.1 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-05-31T20:24:17.267Z] #14 195.2 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-05-31T20:24:17.524Z] #14 195.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:24:17.524Z] #14 195.4 Setting up dmsetup (2:1.02.175-2.1) ... [2022-05-31T20:24:17.781Z] #14 195.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:24:17.781Z] #14 195.4 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-05-31T20:24:17.781Z] #14 195.4 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:24:18.344Z] #14 DONE 196.0s [2022-05-31T20:24:18.344Z] [2022-05-31T20:24:18.344Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-05-31T20:24:18.344Z] #59 sha256:b655c399a226d301e6d1cd043c1c269553f0cb6c7fc472eca10d5f6148951480 [2022-05-31T20:24:18.344Z] #59 DONE 0.2s [2022-05-31T20:24:18.344Z] [2022-05-31T20:24:18.344Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-05-31T20:24:18.344Z] #15 sha256:d477f35cc8b4dddcba5db26d2304ee89caa3e7bba1058192b4fa02f8921160f7 [2022-05-31T20:24:18.921Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.86s) [2022-05-31T20:24:18.921Z] === RUN TestAPIIpcModeHost [2022-05-31T20:24:19.489Z] --- PASS: TestAPIIpcModeHost (0.54s) [2022-05-31T20:24:19.489Z] === RUN TestDaemonIpcModeShareable [2022-05-31T20:24:20.864Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-05-31T20:24:20.864Z] --- PASS: TestDaemonIpcModeShareable (1.22s) [2022-05-31T20:24:20.864Z] === RUN TestDaemonIpcModePrivate [2022-05-31T20:24:21.619Z] #15 DONE 2.8s [2022-05-31T20:24:21.619Z] [2022-05-31T20:24:21.619Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-05-31T20:24:21.619Z] #16 sha256:e46abf534256fc611d277f2c8d7c70cbdd17fd22e66fa2673fbfcb70a6b70386 [2022-05-31T20:24:21.801Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-05-31T20:24:22.059Z] --- PASS: TestDaemonIpcModePrivate (1.20s) [2022-05-31T20:24:22.059Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-31T20:24:22.994Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-05-31T20:24:23.253Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.20s) [2022-05-31T20:24:23.253Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-31T20:24:23.512Z] #16 DONE 2.1s [2022-05-31T20:24:23.512Z] [2022-05-31T20:24:23.512Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:24:23.512Z] #60 sha256:e6da8a94bbd70484f853853481890fedc71dc60d0b60d4d6cf0c517f039b1fd9 [2022-05-31T20:24:23.512Z] #60 2.353 + RM_GOPATH=0 [2022-05-31T20:24:23.512Z] #60 2.353 + TMP_GOPATH= [2022-05-31T20:24:23.512Z] #60 2.353 + : /build [2022-05-31T20:24:23.512Z] #60 2.353 + '[' -z '' ']' [2022-05-31T20:24:23.512Z] #60 2.353 ++ mktemp -d [2022-05-31T20:24:23.512Z] #60 2.361 + export GOPATH=/tmp/tmp.0ThtdL6aDA [2022-05-31T20:24:23.512Z] #60 2.361 + GOPATH=/tmp/tmp.0ThtdL6aDA [2022-05-31T20:24:23.512Z] #60 2.361 + RM_GOPATH=1 [2022-05-31T20:24:23.512Z] #60 2.361 + case "$(go env GOARCH)" in [2022-05-31T20:24:23.512Z] #60 2.371 ++ go env GOARCH [2022-05-31T20:24:23.512Z] #60 2.388 + export GO_BUILDMODE=-buildmode=pie [2022-05-31T20:24:23.512Z] #60 2.388 + GO_BUILDMODE=-buildmode=pie [2022-05-31T20:24:23.512Z] #60 2.389 ++ dirname /install.sh [2022-05-31T20:24:23.512Z] #60 2.390 + dir=/ [2022-05-31T20:24:23.512Z] #60 2.390 + bin=runc [2022-05-31T20:24:23.512Z] #60 2.390 + shift [2022-05-31T20:24:23.512Z] #60 2.390 + '[' '!' -f //runc.installer ']' [2022-05-31T20:24:23.512Z] #60 2.390 + . //runc.installer [2022-05-31T20:24:23.512Z] #60 2.390 ++ set -e [2022-05-31T20:24:23.512Z] #60 2.390 ++ : v1.1.2 [2022-05-31T20:24:23.512Z] #60 2.390 + install_runc [2022-05-31T20:24:23.512Z] #60 2.390 + RUNC_BUILDTAGS=seccomp [2022-05-31T20:24:23.512Z] #60 2.390 Install runc version v1.1.2 (build tags: seccomp) [2022-05-31T20:24:23.512Z] #60 2.390 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-05-31T20:24:23.512Z] #60 2.390 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.0ThtdL6aDA/src/github.com/opencontainers/runc [2022-05-31T20:24:23.512Z] #60 2.401 Cloning into '/tmp/tmp.0ThtdL6aDA/src/github.com/opencontainers/runc'... [2022-05-31T20:24:24.207Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-05-31T20:24:24.465Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.25s) [2022-05-31T20:24:24.465Z] === RUN TestIpcModeOlderClient [2022-05-31T20:24:24.465Z] === PAUSE TestIpcModeOlderClient [2022-05-31T20:24:24.465Z] === RUN TestKillContainerInvalidSignal [2022-05-31T20:24:24.724Z] --- PASS: TestKillContainerInvalidSignal (0.44s) [2022-05-31T20:24:24.724Z] === RUN TestKillContainer [2022-05-31T20:24:24.724Z] === RUN TestKillContainer/no_signal [2022-05-31T20:24:24.881Z] #60 ... [2022-05-31T20:24:24.881Z] [2022-05-31T20:24:24.881Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-05-31T20:24:24.881Z] #17 sha256:c068efb74413d2e7cf9f191383cdf5d065e53ce07d7af66f51578202285773ee [2022-05-31T20:24:24.881Z] #17 1.373 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-05-31T20:24:24.881Z] #17 DONE 1.5s [2022-05-31T20:24:24.881Z] [2022-05-31T20:24:24.881Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-05-31T20:24:24.881Z] #18 sha256:66c56cf51d408e0b5b5180dccc4f8eee67111a2185a0ce1160132e7eb8aa3073 [2022-05-31T20:24:25.292Z] === RUN TestKillContainer/non_killing_signal [2022-05-31T20:24:25.550Z] === RUN TestKillContainer/killing_signal [2022-05-31T20:24:26.117Z] --- PASS: TestKillContainer (1.33s) [2022-05-31T20:24:26.117Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-05-31T20:24:26.117Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2022-05-31T20:24:26.117Z] --- PASS: TestKillContainer/killing_signal (0.45s) [2022-05-31T20:24:26.117Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-31T20:24:26.117Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-31T20:24:26.250Z] #18 DONE 1.4s [2022-05-31T20:24:26.250Z] [2022-05-31T20:24:26.250Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:24:26.250Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:24:26.250Z] #55 ... [2022-05-31T20:24:26.250Z] [2022-05-31T20:24:26.250Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-05-31T20:24:26.250Z] #19 sha256:e0f95abd5d907e4d7d5280c0307edcd4328ab4217a3939a68189c0a28d9239f2 [2022-05-31T20:24:26.685Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-31T20:24:26.945Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.88s) [2022-05-31T20:24:26.945Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.45s) [2022-05-31T20:24:26.945Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s) [2022-05-31T20:24:26.945Z] === RUN TestKillStoppedContainer [2022-05-31T20:24:27.203Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-05-31T20:24:27.203Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-31T20:24:27.203Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-05-31T20:24:27.203Z] === RUN TestKillDifferentUserContainer [2022-05-31T20:24:27.463Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-05-31T20:24:27.463Z] === RUN TestInspectOomKilledTrue [2022-05-31T20:24:27.463Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-05-31T20:24:27.463Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-31T20:24:27.463Z] === RUN TestInspectOomKilledFalse [2022-05-31T20:24:27.621Z] #19 DONE 1.2s [2022-05-31T20:24:27.621Z] [2022-05-31T20:24:27.621Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-05-31T20:24:27.621Z] #20 sha256:3be57fbc7135b7cbd5ceb489434f6713ab1a3505c85fba4e6a845928085358c1 [2022-05-31T20:24:28.031Z] --- PASS: TestInspectOomKilledFalse (0.43s) [2022-05-31T20:24:28.031Z] === RUN TestLinksEtcHostsContentMatch [2022-05-31T20:24:28.289Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s) [2022-05-31T20:24:28.289Z] === RUN TestLinksContainerNames [2022-05-31T20:24:28.552Z] #20 DONE 1.2s [2022-05-31T20:24:28.552Z] [2022-05-31T20:24:28.552Z] #21 [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 zstd [2022-05-31T20:24:28.552Z] #21 sha256:d9a7fb9e0cd212f6be6a5d64406833d78bc26f7751d89067c8b5545dc1d33b53 [2022-05-31T20:24:29.225Z] --- PASS: TestLinksContainerNames (0.95s) [2022-05-31T20:24:29.225Z] === RUN TestLogsFollowTailEmpty [2022-05-31T20:24:29.795Z] --- PASS: TestLogsFollowTailEmpty (0.48s) [2022-05-31T20:24:29.796Z] === RUN TestContainerNetworkMountsNoChown [2022-05-31T20:24:30.363Z] --- PASS: TestContainerNetworkMountsNoChown (0.44s) [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/default [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/default [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/private [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/private [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/rprivate [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/slave [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/slave [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/rslave [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/shared [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/shared [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/rshared [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/default [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/rslave [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/rshared [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/shared [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/rprivate [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/slave [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/private [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-31T20:24:30.363Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-31T20:24:30.363Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-31T20:24:30.363Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-31T20:24:30.622Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-31T20:24:30.622Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-31T20:24:30.622Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-31T20:24:30.622Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-31T20:24:30.622Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-31T20:24:30.622Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-31T20:24:30.622Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-31T20:24:30.622Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-31T20:24:30.622Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-31T20:24:30.622Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-31T20:24:30.622Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-31T20:24:30.622Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-31T20:24:30.622Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-31T20:24:30.622Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-31T20:24:30.622Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-31T20:24:30.622Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-05-31T20:24:30.622Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-31T20:24:30.623Z] === RUN TestContainerBindMountNonRecursive [2022-05-31T20:24:31.074Z] #21 1.893 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-05-31T20:24:31.074Z] #21 1.909 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-05-31T20:24:31.074Z] #21 1.923 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-05-31T20:24:32.000Z] --- PASS: TestContainerBindMountNonRecursive (1.36s) [2022-05-31T20:24:32.000Z] === RUN TestContainerVolumesMountedAsShared [2022-05-31T20:24:32.007Z] #21 3.467 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-05-31T20:24:32.567Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s) [2022-05-31T20:24:32.567Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-31T20:24:32.825Z] --- PASS: TestContainerVolumesMountedAsSlave (0.36s) [2022-05-31T20:24:32.825Z] === RUN TestNetworkNat [2022-05-31T20:24:33.392Z] --- PASS: TestNetworkNat (0.48s) [2022-05-31T20:24:33.392Z] === RUN TestNetworkLocalhostTCPNat [2022-05-31T20:24:33.925Z] #21 5.317 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-05-31T20:24:33.959Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s) [2022-05-31T20:24:33.959Z] === RUN TestNetworkLoopbackNat [2022-05-31T20:24:36.490Z] --- PASS: TestNetworkLoopbackNat (2.60s) [2022-05-31T20:24:36.490Z] === RUN TestPause [2022-05-31T20:24:36.529Z] #21 7.364 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-05-31T20:24:36.529Z] #21 ... [2022-05-31T20:24:36.529Z] [2022-05-31T20:24:36.529Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:24:36.529Z] #60 sha256:e6da8a94bbd70484f853853481890fedc71dc60d0b60d4d6cf0c517f039b1fd9 [2022-05-31T20:24:36.529Z] #60 17.54 Updating files: 98% (1170/1187) Updating files: 99% (1176/1187) Updating files: 100% (1187/1187) Updating files: 100% (1187/1187), done. [2022-05-31T20:24:36.529Z] #60 17.58 + cd /tmp/tmp.0ThtdL6aDA/src/github.com/opencontainers/runc [2022-05-31T20:24:36.529Z] #60 17.58 + git checkout -q v1.1.2 [2022-05-31T20:24:36.787Z] #60 18.39 + '[' -z '' ']' [2022-05-31T20:24:36.787Z] #60 18.39 + target=static [2022-05-31T20:24:36.787Z] #60 18.39 + make BUILDTAGS=seccomp static [2022-05-31T20:24:37.057Z] --- PASS: TestPause (0.50s) [2022-05-31T20:24:37.057Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-31T20:24:37.057Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-31T20:24:37.057Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-31T20:24:37.057Z] === RUN TestPauseStopPausedContainer [2022-05-31T20:24:37.315Z] --- PASS: TestPauseStopPausedContainer (0.49s) [2022-05-31T20:24:37.315Z] === RUN TestPidHost [2022-05-31T20:24:37.749Z] #60 18.94 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-05-31T20:24:38.691Z] --- PASS: TestPidHost (1.05s) [2022-05-31T20:24:38.691Z] === RUN TestPsFilter [2022-05-31T20:24:38.691Z] --- PASS: TestPsFilter (0.11s) [2022-05-31T20:24:38.691Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-31T20:24:38.950Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s) [2022-05-31T20:24:38.950Z] === RUN TestRemoveContainerWithVolume [2022-05-31T20:24:39.517Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2022-05-31T20:24:39.517Z] === RUN TestRemoveContainerRunning [2022-05-31T20:24:39.776Z] --- PASS: TestRemoveContainerRunning (0.43s) [2022-05-31T20:24:39.776Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-31T20:24:40.344Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.46s) [2022-05-31T20:24:40.344Z] === RUN TestRemoveInvalidContainer [2022-05-31T20:24:40.344Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-31T20:24:40.344Z] === RUN TestRenameLinkedContainer [2022-05-31T20:24:41.940Z] #60 ... [2022-05-31T20:24:41.940Z] [2022-05-31T20:24:41.940Z] #21 [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 zstd [2022-05-31T20:24:41.940Z] #21 sha256:d9a7fb9e0cd212f6be6a5d64406833d78bc26f7751d89067c8b5545dc1d33b53 [2022-05-31T20:24:41.940Z] #21 13.35 Fetched 8537 kB in 12s (724 kB/s) [2022-05-31T20:24:42.269Z] --- PASS: TestRenameLinkedContainer (1.81s) [2022-05-31T20:24:42.269Z] === RUN TestRenameStoppedContainer [2022-05-31T20:24:42.530Z] --- PASS: TestRenameStoppedContainer (0.43s) [2022-05-31T20:24:42.530Z] === RUN TestRenameRunningContainerAndReuse [2022-05-31T20:24:42.605Z] #64 282.7 # github.com/containerd/containerd/cmd/containerd [2022-05-31T20:24:42.605Z] #64 282.7 /usr/bin/ld: /tmp/go-link-584865069/000019.o: in function `New': [2022-05-31T20:24:42.605Z] #64 282.7 /tmp/tmp.ZNvYhuuQoy/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 [2022-05-31T20:24:42.605Z] #64 282.7 + bin/containerd-stress [2022-05-31T20:24:42.605Z] #64 283.8 + bin/containerd-shim [2022-05-31T20:24:43.904Z] --- PASS: TestRenameRunningContainerAndReuse (1.13s) [2022-05-31T20:24:43.904Z] === RUN TestRenameInvalidName [2022-05-31T20:24:44.164Z] --- PASS: TestRenameInvalidName (0.49s) [2022-05-31T20:24:44.164Z] === RUN TestRenameAnonymousContainer [2022-05-31T20:24:46.067Z] --- PASS: TestRenameAnonymousContainer (1.60s) [2022-05-31T20:24:46.067Z] === RUN TestRenameContainerWithSameName [2022-05-31T20:24:46.152Z] #21 13.35 Reading package lists...#21 ... [2022-05-31T20:24:46.152Z] [2022-05-31T20:24:46.152Z] #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 [2022-05-31T20:24:46.152Z] #34 sha256:17ed0ad370f36e9e186a1b18b32d44e4b81a44479e14da465d1ad5cf1f730994 [2022-05-31T20:24:46.152Z] #34 DONE 223.5s [2022-05-31T20:24:46.152Z] [2022-05-31T20:24:46.152Z] #21 [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 zstd [2022-05-31T20:24:46.152Z] #21 sha256:d9a7fb9e0cd212f6be6a5d64406833d78bc26f7751d89067c8b5545dc1d33b53 [2022-05-31T20:24:46.152Z] #21 13.35 Reading package lists... [2022-05-31T20:24:46.325Z] --- PASS: TestRenameContainerWithSameName (0.46s) [2022-05-31T20:24:46.325Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-31T20:24:47.261Z] --- PASS: TestRenameContainerWithLinkedContainer (0.96s) [2022-05-31T20:24:47.261Z] === RUN TestResize [2022-05-31T20:24:47.520Z] --- PASS: TestResize (0.46s) [2022-05-31T20:24:47.520Z] === RUN TestResizeWithInvalidSize [2022-05-31T20:24:47.527Z] #21 17.52 Reading package lists... [2022-05-31T20:24:47.527Z] #21 ... [2022-05-31T20:24:47.527Z] [2022-05-31T20:24:47.527Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-05-31T20:24:47.527Z] #36 sha256:3ef0c75c5e3533db35f93d7d1735716ef6706e45935f1bcae33ab98262ea08c5 [2022-05-31T20:24:47.527Z] #36 225.0 Delve is a source level debugger for Go programs. [2022-05-31T20:24:47.527Z] #36 225.0 [2022-05-31T20:24:47.527Z] #36 225.0 Delve enables you to interact with your program by controlling the execution of the process, [2022-05-31T20:24:47.527Z] #36 225.0 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-05-31T20:24:47.527Z] #36 225.0 [2022-05-31T20:24:47.527Z] #36 225.0 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-05-31T20:24:47.527Z] #36 225.0 [2022-05-31T20:24:47.527Z] #36 225.0 Pass flags to the program you are debugging using `--`, for example: [2022-05-31T20:24:47.527Z] #36 225.0 [2022-05-31T20:24:47.527Z] #36 225.0 `dlv exec ./hello -- server --config conf/config.toml` [2022-05-31T20:24:47.527Z] #36 225.0 [2022-05-31T20:24:47.527Z] #36 225.0 Usage: [2022-05-31T20:24:47.527Z] #36 225.0 dlv [command] [2022-05-31T20:24:47.527Z] #36 225.0 [2022-05-31T20:24:47.527Z] #36 225.0 Available Commands: [2022-05-31T20:24:47.527Z] #36 225.0 attach Attach to running process and begin debugging. [2022-05-31T20:24:47.527Z] #36 225.0 connect Connect to a headless debug server with a terminal client. [2022-05-31T20:24:47.527Z] #36 225.0 core Examine a core dump. [2022-05-31T20:24:47.527Z] #36 225.0 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-05-31T20:24:47.527Z] #36 225.0 debug Compile and begin debugging main package in current directory, or the package specified. [2022-05-31T20:24:47.527Z] #36 225.0 exec Execute a precompiled binary, and begin a debug session. [2022-05-31T20:24:47.527Z] #36 225.0 help Help about any command [2022-05-31T20:24:47.527Z] #36 225.0 run Deprecated command. Use 'debug' instead. [2022-05-31T20:24:47.527Z] #36 225.0 test Compile test binary and begin debugging program. [2022-05-31T20:24:47.527Z] #36 225.0 trace Compile and begin tracing program. [2022-05-31T20:24:47.527Z] #36 225.0 version Prints version. [2022-05-31T20:24:47.527Z] #36 225.0 [2022-05-31T20:24:47.527Z] #36 225.0 Flags: [2022-05-31T20:24:47.527Z] #36 225.0 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-05-31T20:24:47.527Z] #36 225.0 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-05-31T20:24:47.527Z] #36 225.0 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-05-31T20:24:47.527Z] #36 225.0 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-05-31T20:24:47.527Z] #36 225.0 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-05-31T20:24:47.527Z] #36 225.0 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-05-31T20:24:47.527Z] #36 225.0 --disable-aslr Disables address space randomization [2022-05-31T20:24:47.527Z] #36 225.0 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-05-31T20:24:47.527Z] #36 225.0 -h, --help help for dlv [2022-05-31T20:24:47.527Z] #36 225.0 --init string Init file, executed by the terminal client. [2022-05-31T20:24:47.527Z] #36 225.0 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-05-31T20:24:47.527Z] #36 225.0 --log Enable debugging server logging. [2022-05-31T20:24:47.527Z] #36 225.0 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-05-31T20:24:47.527Z] #36 225.0 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-05-31T20:24:47.527Z] #36 225.0 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-05-31T20:24:47.527Z] #36 225.0 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-05-31T20:24:47.527Z] #36 225.0 --wd string Working directory for running the program. [2022-05-31T20:24:47.527Z] #36 225.0 [2022-05-31T20:24:47.527Z] #36 225.0 Additional help topics: [2022-05-31T20:24:47.527Z] #36 225.0 dlv backend Help about the --backend flag. [2022-05-31T20:24:47.527Z] #36 225.0 dlv log Help about logging flags. [2022-05-31T20:24:47.527Z] #36 225.0 dlv redirect Help about file redirection. [2022-05-31T20:24:47.527Z] #36 225.0 [2022-05-31T20:24:47.527Z] #36 225.0 Use "dlv [command] --help" for more information about a command. [2022-05-31T20:24:47.527Z] #36 DONE 225.3s [2022-05-31T20:24:47.784Z] [2022-05-31T20:24:47.784Z] #21 [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 zstd [2022-05-31T20:24:47.784Z] #21 sha256:d9a7fb9e0cd212f6be6a5d64406833d78bc26f7751d89067c8b5545dc1d33b53 [2022-05-31T20:24:48.210Z] --- PASS: TestResizeWithInvalidSize (0.46s) [2022-05-31T20:24:48.210Z] === RUN TestResizeWhenContainerNotStarted [2022-05-31T20:24:48.471Z] --- PASS: TestResizeWhenContainerNotStarted (0.46s) [2022-05-31T20:24:48.471Z] === RUN TestDaemonRestartKillContainers [2022-05-31T20:24:48.471Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-31T20:24:48.471Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-31T20:24:48.471Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-31T20:24:48.471Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-31T20:24:48.471Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-31T20:24:48.471Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-31T20:24:48.471Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-31T20:24:48.471Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-31T20:24:48.471Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-31T20:24:48.471Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-31T20:24:48.471Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-31T20:24:48.471Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-31T20:24:48.471Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-31T20:24:48.471Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-31T20:24:48.471Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-31T20:24:48.471Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-31T20:24:48.471Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:24:48.471Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:24:48.471Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:24:48.471Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:24:48.471Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:24:48.471Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:24:48.471Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:24:48.471Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:24:48.471Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:24:48.471Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:24:48.471Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:24:48.471Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:24:48.471Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:24:48.471Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:24:48.471Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:24:48.471Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:24:48.471Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-31T20:24:48.471Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:24:49.190Z] #64 294.8 + bin/containerd-shim-runc-v1 [2022-05-31T20:24:49.843Z] #21 17.52 Reading package lists... [2022-05-31T20:24:50.376Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:24:50.405Z] #21 21.10 Building dependency tree... [2022-05-31T20:24:50.967Z] #21 22.36 The following additional packages will be installed: [2022-05-31T20:24:51.224Z] #21 22.36 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-31T20:24:51.224Z] #21 22.36 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-05-31T20:24:51.224Z] #21 22.37 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-05-31T20:24:51.224Z] #21 22.37 python3-pkg-resources vim-runtime xxd [2022-05-31T20:24:51.224Z] #21 22.37 Suggested packages: [2022-05-31T20:24:51.224Z] #21 22.37 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-05-31T20:24:51.224Z] #21 22.37 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-05-31T20:24:51.224Z] #21 22.37 acl attr quota [2022-05-31T20:24:51.224Z] #21 22.37 Recommended packages: [2022-05-31T20:24:51.224Z] #21 22.37 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-05-31T20:24:51.751Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:24:51.786Z] #21 23.20 The following NEW packages will be installed: [2022-05-31T20:24:51.786Z] #21 23.20 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-05-31T20:24:51.786Z] #21 23.20 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-05-31T20:24:51.786Z] #21 23.20 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-05-31T20:24:51.786Z] #21 23.21 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-05-31T20:24:51.786Z] #21 23.21 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-05-31T20:24:51.786Z] #21 23.21 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-05-31T20:24:51.786Z] #21 23.21 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-05-31T20:24:51.786Z] #21 23.21 xz-utils zip zstd [2022-05-31T20:24:52.043Z] #21 23.52 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-05-31T20:24:52.043Z] #21 23.52 Need to get 27.6 MB of archives. [2022-05-31T20:24:52.043Z] #21 23.52 After this operation, 106 MB of additional disk space will be used. [2022-05-31T20:24:52.043Z] #21 23.52 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-05-31T20:24:52.300Z] #21 23.53 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-05-31T20:24:52.300Z] #21 23.53 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-05-31T20:24:52.300Z] #21 23.53 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-05-31T20:24:52.300Z] #21 23.54 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-05-31T20:24:52.300Z] #21 23.54 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-05-31T20:24:52.300Z] #21 23.55 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-05-31T20:24:52.300Z] #21 23.55 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-05-31T20:24:52.300Z] #21 23.57 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-05-31T20:24:52.300Z] #21 23.58 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-05-31T20:24:52.300Z] #21 23.58 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-05-31T20:24:52.300Z] #21 23.60 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-05-31T20:24:52.300Z] #21 23.60 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-05-31T20:24:52.300Z] #21 23.61 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-05-31T20:24:52.300Z] #21 23.62 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-05-31T20:24:52.300Z] #21 23.63 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-05-31T20:24:52.300Z] #21 23.64 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-05-31T20:24:52.300Z] #21 23.64 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-05-31T20:24:52.300Z] #21 23.64 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-05-31T20:24:52.300Z] #21 23.64 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-05-31T20:24:52.300Z] #21 23.64 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-05-31T20:24:52.300Z] #21 23.66 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-05-31T20:24:52.300Z] #21 23.66 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-05-31T20:24:52.300Z] #21 23.67 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-05-31T20:24:52.300Z] #21 23.68 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-05-31T20:24:52.300Z] #21 23.68 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-05-31T20:24:52.300Z] #21 23.68 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-05-31T20:24:52.558Z] #21 23.90 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-05-31T20:24:52.558Z] #21 23.90 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-05-31T20:24:52.558Z] #21 23.90 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-05-31T20:24:52.558Z] #21 23.90 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-05-31T20:24:52.558Z] #21 23.90 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-05-31T20:24:52.558Z] #21 23.91 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-05-31T20:24:52.558Z] #21 23.92 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-05-31T20:24:52.558Z] #21 23.98 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-05-31T20:24:52.558Z] #21 23.98 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-05-31T20:24:52.558Z] #21 23.98 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-05-31T20:24:52.558Z] #21 24.00 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-05-31T20:24:52.558Z] #21 24.02 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-05-31T20:24:52.815Z] #21 24.02 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-05-31T20:24:52.815Z] #21 24.03 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-05-31T20:24:52.815Z] #21 24.07 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-05-31T20:24:52.815Z] #21 24.09 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-05-31T20:24:52.815Z] #21 24.10 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-05-31T20:24:53.071Z] #21 24.34 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-05-31T20:24:53.071Z] #21 24.37 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-05-31T20:24:53.071Z] #21 24.39 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-05-31T20:24:53.071Z] #21 24.39 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-05-31T20:24:53.125Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:24:53.126Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:24:53.633Z] #21 24.95 debconf: delaying package configuration, since apt-utils is not installed [2022-05-31T20:24:53.890Z] #21 25.08 Fetched 27.6 MB in 1s (23.6 MB/s) [2022-05-31T20:24:53.890Z] #21 25.13 Selecting previously unselected package pigz. [2022-05-31T20:24:53.890Z] #21 25.13 (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.) [2022-05-31T20:24:53.890Z] #21 25.18 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-05-31T20:24:53.890Z] #21 25.18 Unpacking pigz (2.6-1) ... [2022-05-31T20:24:53.890Z] #21 25.28 Selecting previously unselected package libelf1:amd64. [2022-05-31T20:24:54.146Z] #21 25.29 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-05-31T20:24:54.146Z] #21 25.31 Unpacking libelf1:amd64 (0.183-1) ... [2022-05-31T20:24:54.146Z] #21 25.47 Selecting previously unselected package libbpf0:amd64. [2022-05-31T20:24:54.146Z] #21 25.48 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-05-31T20:24:54.146Z] #21 25.49 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-05-31T20:24:54.403Z] #21 25.60 Selecting previously unselected package libcap2:amd64. [2022-05-31T20:24:54.403Z] #21 25.60 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-05-31T20:24:54.403Z] #21 25.61 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-05-31T20:24:54.403Z] #21 25.67 Selecting previously unselected package libmnl0:amd64. [2022-05-31T20:24:54.403Z] #21 25.68 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-05-31T20:24:54.403Z] #21 25.68 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-05-31T20:24:54.403Z] #21 25.74 Selecting previously unselected package libxtables12:amd64. [2022-05-31T20:24:54.403Z] #21 25.75 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-05-31T20:24:54.403Z] #21 25.76 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-05-31T20:24:54.403Z] #21 25.82 Selecting previously unselected package libcap2-bin. [2022-05-31T20:24:54.482Z] #64 301.0 + bin/containerd-shim-runc-v2 [2022-05-31T20:24:54.501Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:24:54.501Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:24:54.659Z] #21 25.83 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-05-31T20:24:54.659Z] #21 25.84 Unpacking libcap2-bin (1:2.44-1) ... [2022-05-31T20:24:54.659Z] #21 25.92 Selecting previously unselected package iproute2. [2022-05-31T20:24:54.659Z] #21 25.94 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-05-31T20:24:54.659Z] #21 25.94 Unpacking iproute2 (5.10.0-4) ... [2022-05-31T20:24:55.221Z] #21 26.40 Selecting previously unselected package xxd. [2022-05-31T20:24:55.221Z] #21 26.41 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-31T20:24:55.221Z] #21 26.41 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:24:55.221Z] #21 26.53 Selecting previously unselected package vim-common. [2022-05-31T20:24:55.221Z] #21 26.55 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-31T20:24:55.221Z] #21 26.56 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:24:55.423Z] #64 301.8 + binaries [2022-05-31T20:24:55.423Z] #64 301.8 + install -D bin/containerd /build/containerd [2022-05-31T20:24:55.423Z] #64 301.8 + install -D bin/containerd-shim /build/containerd-shim [2022-05-31T20:24:55.423Z] #64 301.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-31T20:24:55.423Z] #64 301.8 + install -D bin/ctr /build/ctr [2022-05-31T20:24:55.477Z] #21 26.69 Selecting previously unselected package bash-completion. [2022-05-31T20:24:55.477Z] #21 26.69 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-05-31T20:24:57.371Z] #21 28.42 Unpacking bash-completion (1:2.11-2) ... [2022-05-31T20:24:57.371Z] #21 28.70 Selecting previously unselected package bzip2. [2022-05-31T20:24:57.371Z] #21 28.71 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-05-31T20:24:57.371Z] #21 28.71 Unpacking bzip2 (1.0.8-4) ... [2022-05-31T20:24:57.371Z] #21 28.79 Selecting previously unselected package xz-utils. [2022-05-31T20:24:57.628Z] #21 28.79 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-05-31T20:24:57.628Z] #21 28.81 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-31T20:24:57.628Z] #21 28.95 Selecting previously unselected package apparmor. [2022-05-31T20:24:57.628Z] #21 28.95 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-05-31T20:24:57.628Z] #21 29.01 Unpacking apparmor (2.13.6-10) ... [2022-05-31T20:24:57.787Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:24:57.885Z] #21 29.39 Selecting previously unselected package inetutils-ping. [2022-05-31T20:24:57.964Z] #64 DONE 303.9s [2022-05-31T20:24:58.046Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-31T20:24:58.143Z] #21 29.39 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-05-31T20:24:58.143Z] #21 29.40 Unpacking inetutils-ping (2:2.0-1) ... [2022-05-31T20:24:58.143Z] #21 29.51 Selecting previously unselected package libip4tc2:amd64. [2022-05-31T20:24:58.143Z] #21 29.52 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-05-31T20:24:58.143Z] #21 29.52 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-05-31T20:24:58.143Z] #21 29.59 Selecting previously unselected package libip6tc2:amd64. [2022-05-31T20:24:58.143Z] #21 29.59 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-05-31T20:24:58.143Z] #21 29.60 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-05-31T20:24:58.143Z] #21 29.65 Selecting previously unselected package libnfnetlink0:amd64. [2022-05-31T20:24:58.400Z] #21 29.66 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-05-31T20:24:58.400Z] #21 29.66 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-31T20:24:58.400Z] #21 29.73 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-05-31T20:24:58.400Z] #21 29.74 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-05-31T20:24:58.400Z] #21 29.75 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-31T20:24:58.400Z] #21 29.83 Selecting previously unselected package libnftnl11:amd64. [2022-05-31T20:24:58.400Z] #21 29.83 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-05-31T20:24:58.400Z] #21 29.84 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-05-31T20:24:58.539Z] [2022-05-31T20:24:58.539Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-31T20:24:58.539Z] #65 sha256:081ae3fc8c623f9d30682d76d4e31740df226a17f95809210ef56b381af80e7a [2022-05-31T20:24:58.657Z] #21 29.92 Selecting previously unselected package iptables. [2022-05-31T20:24:58.657Z] #21 29.94 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-05-31T20:24:58.657Z] #21 29.94 Unpacking iptables (1.8.7-1) ... [2022-05-31T20:24:58.914Z] #21 30.24 Selecting previously unselected package libonig5:amd64. [2022-05-31T20:24:58.914Z] #21 30.25 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-05-31T20:24:58.914Z] #21 30.26 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-05-31T20:24:59.172Z] #21 30.39 Selecting previously unselected package libjq1:amd64. [2022-05-31T20:24:59.172Z] #21 30.39 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-05-31T20:24:59.172Z] #21 30.40 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-05-31T20:24:59.172Z] #21 30.50 Selecting previously unselected package jq. [2022-05-31T20:24:59.172Z] #21 30.50 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-05-31T20:24:59.172Z] #21 30.51 Unpacking jq (1.6-2.1) ... [2022-05-31T20:24:59.428Z] #21 30.61 Selecting previously unselected package libaio1:amd64. [2022-05-31T20:24:59.428Z] #21 30.62 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-05-31T20:24:59.428Z] #21 30.63 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-05-31T20:24:59.428Z] #21 30.69 Selecting previously unselected package libgpm2:amd64. [2022-05-31T20:24:59.428Z] #21 30.70 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-05-31T20:24:59.428Z] #21 30.70 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-05-31T20:24:59.428Z] #21 30.76 Selecting previously unselected package libicu67:amd64. [2022-05-31T20:24:59.428Z] #21 30.76 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-05-31T20:24:59.428Z] #21 30.76 Unpacking libicu67:amd64 (67.1-7) ... [2022-05-31T20:24:59.479Z] #65 DONE 0.9s [2022-05-31T20:24:59.479Z] [2022-05-31T20:24:59.479Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-31T20:24:59.479Z] #70 sha256:30f391036256170b3784797d692067a798b3e5116e6f8e55be5e261e462475c2 [2022-05-31T20:24:59.479Z] #70 DONE 0.2s [2022-05-31T20:24:59.739Z] [2022-05-31T20:24:59.739Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-31T20:24:59.739Z] #75 sha256:e11dc41c345a6b8282d697ff999f77d3393c9f5902c82e11ddc608ad0a011873 [2022-05-31T20:25:00.582Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-31T20:25:00.678Z] #75 DONE 1.0s [2022-05-31T20:25:00.678Z] [2022-05-31T20:25:00.678Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-31T20:25:00.678Z] #76 sha256:38c88b6278480e89d83280afb55b8691094a1ad5073a7303b7036083b18ac55c [2022-05-31T20:25:00.678Z] #76 DONE 0.0s [2022-05-31T20:25:00.678Z] [2022-05-31T20:25:00.678Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-31T20:25:00.678Z] #77 sha256:95cc973644a27d4de56455176f1a3e5ae1adb4f3644606ca35485a65fae6db0a [2022-05-31T20:25:01.957Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-31T20:25:01.957Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-31T20:25:02.589Z] #77 DONE 1.9s [2022-05-31T20:25:02.589Z] [2022-05-31T20:25:02.589Z] #78 exporting to image [2022-05-31T20:25:02.589Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-31T20:25:02.589Z] #78 exporting layers [2022-05-31T20:25:02.703Z] #21 34.01 Selecting previously unselected package libinih1:amd64. [2022-05-31T20:25:02.704Z] #21 34.02 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-05-31T20:25:02.704Z] #21 34.03 Unpacking libinih1:amd64 (53-1+b2) ... [2022-05-31T20:25:02.704Z] #21 34.16 Selecting previously unselected package libnet1:amd64. [2022-05-31T20:25:02.961Z] #21 34.16 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-05-31T20:25:02.961Z] #21 34.18 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-31T20:25:02.961Z] #21 34.29 Selecting previously unselected package libnl-3-200:amd64. [2022-05-31T20:25:02.961Z] #21 34.30 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-05-31T20:25:02.961Z] #21 34.31 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-31T20:25:03.218Z] #21 34.40 Selecting previously unselected package libprotobuf-c1:amd64. [2022-05-31T20:25:03.218Z] #21 34.42 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-05-31T20:25:03.218Z] #21 34.43 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-31T20:25:03.218Z] #21 34.49 Selecting previously unselected package net-tools. [2022-05-31T20:25:03.218Z] #21 34.51 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-05-31T20:25:03.218Z] #21 34.51 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-05-31T20:25:03.475Z] #21 34.72 Selecting previously unselected package patch. [2022-05-31T20:25:03.475Z] #21 34.73 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-05-31T20:25:03.475Z] #21 34.74 Unpacking patch (2.7.6-7) ... [2022-05-31T20:25:03.475Z] #21 34.85 Selecting previously unselected package python-pip-whl. [2022-05-31T20:25:03.475Z] #21 34.86 Preparing to unpack .../33-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-05-31T20:25:03.475Z] #21 34.88 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-31T20:25:03.868Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-31T20:25:04.040Z] #21 35.42 Selecting previously unselected package python3-lib2to3. [2022-05-31T20:25:04.040Z] #21 35.43 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-05-31T20:25:04.040Z] #21 35.44 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-05-31T20:25:04.297Z] #21 35.56 Selecting previously unselected package python3-distutils. [2022-05-31T20:25:04.297Z] #21 35.56 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-05-31T20:25:04.297Z] #21 35.57 Unpacking python3-distutils (3.9.2-1) ... [2022-05-31T20:25:04.445Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-31T20:25:04.554Z] #21 35.70 Selecting previously unselected package python3-pkg-resources. [2022-05-31T20:25:04.554Z] #21 35.71 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-05-31T20:25:04.554Z] #21 35.72 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-05-31T20:25:04.554Z] #21 35.84 Selecting previously unselected package python3-setuptools. [2022-05-31T20:25:04.554Z] #21 35.85 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-05-31T20:25:04.554Z] #21 35.85 Unpacking python3-setuptools (52.0.0-4) ... [2022-05-31T20:25:04.812Z] #21 36.06 Selecting previously unselected package python3-wheel. [2022-05-31T20:25:04.812Z] #21 36.08 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-05-31T20:25:04.812Z] #21 36.09 Unpacking python3-wheel (0.34.2-1) ... [2022-05-31T20:25:04.812Z] #21 36.16 Selecting previously unselected package python3-pip. [2022-05-31T20:25:04.812Z] #21 36.18 Preparing to unpack .../39-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-05-31T20:25:04.812Z] #21 36.19 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-05-31T20:25:05.069Z] #21 36.42 Selecting previously unselected package sudo. [2022-05-31T20:25:05.069Z] #21 36.42 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-05-31T20:25:05.069Z] #21 36.44 Unpacking sudo (1.9.5p2-3) ... [2022-05-31T20:25:05.633Z] #21 36.95 Selecting previously unselected package thin-provisioning-tools. [2022-05-31T20:25:05.633Z] #21 36.97 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-05-31T20:25:05.633Z] #21 36.98 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-05-31T20:25:05.883Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-31T20:25:05.891Z] #21 37.17 Selecting previously unselected package uidmap. [2022-05-31T20:25:05.891Z] #21 37.18 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-05-31T20:25:05.891Z] #21 37.19 Unpacking uidmap (1:4.8.1-1) ... [2022-05-31T20:25:05.891Z] #21 37.32 Selecting previously unselected package vim-runtime. [2022-05-31T20:25:05.891Z] #21 37.33 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-05-31T20:25:05.891Z] #21 37.36 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-05-31T20:25:05.891Z] #21 37.39 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-05-31T20:25:06.148Z] #21 37.40 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:25:07.260Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-05-31T20:25:07.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.84s) [2022-05-31T20:25:07.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.27s) [2022-05-31T20:25:07.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.34s) [2022-05-31T20:25:07.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-05-31T20:25:07.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.37s) [2022-05-31T20:25:07.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.44s) [2022-05-31T20:25:07.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.57s) [2022-05-31T20:25:07.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.60s) [2022-05-31T20:25:07.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.16s) [2022-05-31T20:25:07.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.69s) [2022-05-31T20:25:07.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.20s) [2022-05-31T20:25:07.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.82s) [2022-05-31T20:25:07.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.29s) [2022-05-31T20:25:07.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.93s) [2022-05-31T20:25:07.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.87s) [2022-05-31T20:25:07.260Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.69s) [2022-05-31T20:25:07.260Z] === RUN TestCgroupNamespacesRun [2022-05-31T20:25:08.627Z] ok github.com/docker/docker/libnetwork/networkdb 105.179s coverage: 60.6% of statements [2022-05-31T20:25:08.627Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-31T20:25:08.627Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-05-31T20:25:08.641Z] --- PASS: TestCgroupNamespacesRun (1.22s) [2022-05-31T20:25:08.641Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-31T20:25:08.641Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-05-31T20:25:08.641Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-05-31T20:25:08.641Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-31T20:25:09.038Z] ok github.com/docker/docker/libnetwork/osl 4.319s coverage: 39.7% of statements [2022-05-31T20:25:09.038Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.004s coverage: 20.0% of statements [2022-05-31T20:25:09.178Z] #78 exporting layers 6.5s done [2022-05-31T20:25:09.178Z] #78 writing image sha256:02abe55bd8fe73b45dcfbb6ca0b3d4eafb4817f0e51c0f43ffd2b2a294ed52a6 done [2022-05-31T20:25:09.178Z] #78 naming to docker.io/library/docker:e3c14acd3386d52c91463926fccbadf1dd71f59d done [2022-05-31T20:25:09.178Z] #78 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-05-31T20:25:09.298Z] ok github.com/docker/docker/libnetwork/portallocator 0.013s coverage: 86.1% of statements [2022-05-31T20:25:09.423Z] #21 40.24 Selecting previously unselected package vim. [2022-05-31T20:25:09.423Z] #21 40.26 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-05-31T20:25:09.423Z] #21 40.28 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:25:09.423Z] #21 40.79 Selecting previously unselected package xfsprogs. [2022-05-31T20:25:09.527Z] + trap exit INT TERM [2022-05-31T20:25:09.527Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-05-31T20:25:09.527Z] + CONTAINER_NAME=docker-pr1 [2022-05-31T20:25:09.527Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43672/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43672/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d -e DOCKER_GRAPHDRIVER docker:e3c14acd3386d52c91463926fccbadf1dd71f59d hack/make.sh dynbinary [2022-05-31T20:25:09.680Z] #21 40.80 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-05-31T20:25:09.680Z] #21 40.80 Unpacking xfsprogs (5.10.0-4) ... [2022-05-31T20:25:09.718Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.28s) [2022-05-31T20:25:09.718Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-31T20:25:09.938Z] #21 41.22 Selecting previously unselected package zip. [2022-05-31T20:25:09.938Z] #21 41.23 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-05-31T20:25:09.938Z] #21 41.24 Unpacking zip (3.0-12) ... [2022-05-31T20:25:10.195Z] #21 41.35 Selecting previously unselected package zstd. [2022-05-31T20:25:10.195Z] #21 41.37 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-05-31T20:25:10.195Z] #21 41.37 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-05-31T20:25:10.236Z] ok github.com/docker/docker/libnetwork/portmapper 0.274s coverage: 48.6% of statements [2022-05-31T20:25:10.236Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-05-31T20:25:10.236Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-31T20:25:10.453Z] #21 41.71 Setting up python3-pkg-resources (52.0.0-4) ... [2022-05-31T20:25:10.498Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-05-31T20:25:10.498Z] [2022-05-31T20:25:10.498Z] === Skipped [2022-05-31T20:25:10.498Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-05-31T20:25:10.498Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-31T20:25:10.498Z] [2022-05-31T20:25:10.498Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-05-31T20:25:10.498Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-31T20:25:10.498Z] [2022-05-31T20:25:10.498Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-05-31T20:25:10.498Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-31T20:25:10.498Z] [2022-05-31T20:25:10.498Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-31T20:25:10.498Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-31T20:25:10.498Z] [2022-05-31T20:25:10.498Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-31T20:25:10.498Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-31T20:25:10.498Z] [2022-05-31T20:25:10.498Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-31T20:25:10.498Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-31T20:25:10.498Z] [2022-05-31T20:25:10.498Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-31T20:25:10.498Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-31T20:25:10.498Z] [2022-05-31T20:25:10.498Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-31T20:25:10.498Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-31T20:25:10.498Z] [2022-05-31T20:25:10.498Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-05-31T20:25:10.498Z] firewalld_test.go:14: firewalld is not running [2022-05-31T20:25:10.498Z] [2022-05-31T20:25:10.498Z] DONE 326 tests, 9 skipped in 202.617s [2022-05-31T20:25:10.917Z] [2022-05-31T20:25:10.917Z] Removing bundles/ [2022-05-31T20:25:10.917Z] [2022-05-31T20:25:10.917Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-31T20:25:10.917Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-31T20:25:10.917Z] GOOS="" GOARCH="" GOARM="" [2022-05-31T20:25:11.095Z] --- PASS: TestCgroupNamespacesRunHostMode (1.20s) [2022-05-31T20:25:11.095Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-31T20:25:11.386Z] #21 42.65 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-05-31T20:25:11.386Z] #21 42.67 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-05-31T20:25:11.386Z] #21 42.68 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-05-31T20:25:11.386Z] #21 42.70 Setting up libicu67:amd64 (67.1-7) ... [2022-05-31T20:25:11.386Z] #21 42.71 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-05-31T20:25:11.386Z] #21 42.72 Setting up libinih1:amd64 (53-1+b2) ... [2022-05-31T20:25:11.386Z] #21 42.73 Setting up uidmap (1:4.8.1-1) ... [2022-05-31T20:25:11.386Z] #21 42.74 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-05-31T20:25:11.386Z] #21 42.76 Setting up bzip2 (1.0.8-4) ... Post stage [Pipeline] junit [2022-05-31T20:25:11.455Z] Recording test results [2022-05-31T20:25:11.568Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-31T20:25:11.643Z] #21 42.77 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-05-31T20:25:11.643Z] #21 42.78 Setting up python3-wheel (0.34.2-1) ... [2022-05-31T20:25:11.918Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43672/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e3c14acd3386d52c91463926fccbadf1dd71f59d hack/make.sh dynbinary test-integration [2022-05-31T20:25:12.178Z] [2022-05-31T20:25:12.216Z] #21 43.45 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:25:12.216Z] #21 43.46 Setting up libcap2:amd64 (1:2.44-1) ... [2022-05-31T20:25:12.216Z] #21 43.48 Setting up libcap2-bin (1:2.44-1) ... [2022-05-31T20:25:12.216Z] #21 43.50 Setting up apparmor (2.13.6-10) ... [2022-05-31T20:25:12.438Z] Removing bundles/ [2022-05-31T20:25:12.438Z] [2022-05-31T20:25:12.438Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-31T20:25:12.438Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-31T20:25:12.438Z] GOOS="" GOARCH="" GOARM="" [2022-05-31T20:25:12.472Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.22s) [2022-05-31T20:25:12.472Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-31T20:25:13.408Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.23s) [2022-05-31T20:25:13.408Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-31T20:25:13.974Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-05-31T20:25:13.974Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-31T20:25:14.107Z] #21 45.29 Setting up zip (3.0-12) ... [2022-05-31T20:25:14.107Z] #21 45.30 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:25:14.107Z] #21 45.34 Setting up bash-completion (1:2.11-2) ... [2022-05-31T20:25:15.349Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.25s) [2022-05-31T20:25:15.349Z] === RUN TestNISDomainname [2022-05-31T20:25:15.916Z] --- PASS: TestNISDomainname (0.57s) [2022-05-31T20:25:15.916Z] === RUN TestHostnameDnsResolution [2022-05-31T20:25:16.000Z] #21 47.19 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-05-31T20:25:16.001Z] #21 47.22 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-05-31T20:25:16.001Z] #21 47.24 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-05-31T20:25:16.001Z] #21 47.27 Setting up patch (2.7.6-7) ... [2022-05-31T20:25:16.001Z] #21 47.29 Setting up sudo (1.9.5p2-3) ... [2022-05-31T20:25:16.001Z] #21 47.39 invoke-rc.d: could not determine current runlevel [2022-05-31T20:25:16.001Z] #21 47.40 invoke-rc.d: policy-rc.d denied execution of start. [2022-05-31T20:25:16.001Z] #21 47.42 Setting up xfsprogs (5.10.0-4) ... [2022-05-31T20:25:16.258Z] #21 47.46 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-05-31T20:25:16.258Z] #21 47.49 Setting up inetutils-ping (2:2.0-1) ... [2022-05-31T20:25:16.258Z] #21 47.50 Setting up pigz (2.6-1) ... [2022-05-31T20:25:16.258Z] #21 47.52 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-05-31T20:25:16.258Z] #21 47.54 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-05-31T20:25:16.258Z] #21 47.58 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-05-31T20:25:16.258Z] #21 47.59 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:25:16.851Z] --- PASS: TestHostnameDnsResolution (1.00s) [2022-05-31T20:25:16.851Z] === RUN TestUnprivilegedPortsAndPing [2022-05-31T20:25:17.079Z] #21 48.29 Setting up libaio1:amd64 (0.3.112-9) ... [2022-05-31T20:25:17.079Z] #21 48.30 Setting up python3-lib2to3 (3.9.2-1) ... [2022-05-31T20:25:17.418Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s) [2022-05-31T20:25:17.418Z] === RUN TestPrivilegedHostDevices [2022-05-31T20:25:17.594Z] #21 48.72 Setting up libelf1:amd64 (0.183-1) ... [2022-05-31T20:25:17.594Z] #21 48.78 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-05-31T20:25:17.594Z] #21 48.79 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-05-31T20:25:17.594Z] #21 48.81 Setting up python3-distutils (3.9.2-1) ... [2022-05-31T20:25:17.872Z] #21 49.26 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-05-31T20:25:17.872Z] #21 49.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-05-31T20:25:17.872Z] #21 49.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-05-31T20:25:17.985Z] --- PASS: TestPrivilegedHostDevices (0.55s) [2022-05-31T20:25:17.985Z] === RUN TestConsoleSize [2022-05-31T20:25:18.129Z] #21 49.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-05-31T20:25:18.129Z] #21 49.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-05-31T20:25:18.129Z] #21 49.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-05-31T20:25:18.129Z] #21 49.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-05-31T20:25:18.129Z] #21 49.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-05-31T20:25:18.129Z] #21 49.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-05-31T20:25:18.129Z] #21 49.39 Setting up python3-setuptools (52.0.0-4) ... [2022-05-31T20:25:18.552Z] --- PASS: TestConsoleSize (0.45s) [2022-05-31T20:25:18.552Z] === RUN TestStats [2022-05-31T20:25:19.499Z] #21 50.64 Setting up libjq1:amd64 (1.6-2.1) ... [2022-05-31T20:25:19.499Z] #21 50.65 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-05-31T20:25:19.499Z] #21 50.67 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-05-31T20:25:19.499Z] #21 50.68 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-05-31T20:25:20.430Z] #21 51.79 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-05-31T20:25:20.430Z] #21 51.81 Setting up jq (1.6-2.1) ... [2022-05-31T20:25:20.430Z] #21 51.83 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-05-31T20:25:20.430Z] #21 51.84 Setting up iptables (1.8.7-1) ... [2022-05-31T20:25:20.430Z] #21 51.86 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-31T20:25:20.430Z] #21 51.86 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-31T20:25:20.430Z] #21 51.87 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-05-31T20:25:20.430Z] #21 51.88 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-05-31T20:25:20.430Z] #21 51.88 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-05-31T20:25:20.687Z] #21 51.89 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-05-31T20:25:20.687Z] #21 51.90 Setting up iproute2 (5.10.0-4) ... [2022-05-31T20:25:20.944Z] #21 52.24 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-05-31T20:25:21.081Z] --- PASS: TestStats (2.47s) [2022-05-31T20:25:21.081Z] === RUN TestStopContainerWithTimeout [2022-05-31T20:25:21.081Z] === RUN TestStopContainerWithTimeout/0 [2022-05-31T20:25:21.081Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-31T20:25:21.081Z] === RUN TestStopContainerWithTimeout/1 [2022-05-31T20:25:21.081Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-31T20:25:21.081Z] === RUN TestStopContainerWithTimeout/3 [2022-05-31T20:25:21.081Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-31T20:25:21.081Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-31T20:25:21.081Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-31T20:25:21.081Z] === CONT TestStopContainerWithTimeout/0 [2022-05-31T20:25:21.081Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-31T20:25:21.649Z] === CONT TestStopContainerWithTimeout/3 [2022-05-31T20:25:22.314Z] #21 DONE 53.5s [2022-05-31T20:25:22.314Z] [2022-05-31T20:25:22.314Z] #22 [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 [2022-05-31T20:25:22.314Z] #22 sha256:9a7a0e9671cf6af12a045f0d4742de900be4d435193cc3c207e59e1ec8383e09 [2022-05-31T20:25:23.244Z] #22 0.891 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-05-31T20:25:23.244Z] #22 0.895 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-05-31T20:25:23.244Z] #22 0.899 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-05-31T20:25:23.244Z] #22 DONE 1.0s [2022-05-31T20:25:23.244Z] [2022-05-31T20:25:23.244Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-05-31T20:25:23.244Z] #23 sha256:bd3c1663c2a132c0fd79e53c9e7a9e1cff7905e964bdb28b2597eac0dc931f44 [2022-05-31T20:25:24.179Z] === CONT TestStopContainerWithTimeout/1 [2022-05-31T20:25:25.553Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-31T20:25:25.553Z] --- PASS: TestStopContainerWithTimeout/0 (0.70s) [2022-05-31T20:25:25.553Z] --- PASS: TestStopContainerWithTimeout/-1 (2.78s) [2022-05-31T20:25:25.553Z] --- PASS: TestStopContainerWithTimeout/3 (2.46s) [2022-05-31T20:25:25.553Z] --- PASS: TestStopContainerWithTimeout/1 (1.56s) [2022-05-31T20:25:25.553Z] === RUN TestDeleteDevicemapper [2022-05-31T20:25:25.553Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-31T20:25:25.553Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-31T20:25:25.553Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-31T20:25:26.929Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.55s) [2022-05-31T20:25:26.929Z] === RUN TestUpdateMemory [2022-05-31T20:25:27.498Z] --- PASS: TestUpdateMemory (0.62s) [2022-05-31T20:25:27.498Z] === RUN TestUpdateCPUQuota [2022-05-31T20:25:28.434Z] --- PASS: TestUpdateCPUQuota (0.95s) [2022-05-31T20:25:28.434Z] === RUN TestUpdatePidsLimit [2022-05-31T20:25:28.434Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-31T20:25:28.693Z] === RUN TestUpdatePidsLimit/no_change [2022-05-31T20:25:28.693Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-31T20:25:28.951Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-31T20:25:29.209Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-31T20:25:29.468Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-31T20:25:29.726Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-31T20:25:30.661Z] --- PASS: TestUpdatePidsLimit (2.05s) [2022-05-31T20:25:30.661Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2022-05-31T20:25:30.661Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2022-05-31T20:25:30.661Z] --- PASS: TestUpdatePidsLimit/update_lower (0.23s) [2022-05-31T20:25:30.661Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) [2022-05-31T20:25:30.661Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s) [2022-05-31T20:25:30.661Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s) [2022-05-31T20:25:30.661Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-05-31T20:25:30.661Z] === RUN TestUpdateRestartPolicy [2022-05-31T20:25:33.229Z] #23 9.360 Collecting yamllint==1.26.1 [2022-05-31T20:25:33.502Z] #23 10.42 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-05-31T20:25:34.882Z] #23 11.65 Collecting pathspec>=0.5.3 [2022-05-31T20:25:34.882Z] #23 11.66 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-05-31T20:25:35.139Z] #23 12.01 Collecting pyyaml [2022-05-31T20:25:35.139Z] #23 12.03 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) [2022-05-31T20:25:35.396Z] #23 12.15 Building wheels for collected packages: yamllint [2022-05-31T20:25:35.396Z] #23 12.16 Building wheel for yamllint (setup.py): started [2022-05-31T20:25:36.326Z] #23 13.06 Building wheel for yamllint (setup.py): finished with status 'done' [2022-05-31T20:25:36.326Z] #23 13.06 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=39a2f6f4f796a2b619e4098c200aa1c57e7e081a6f463b20711a25551f78abbe [2022-05-31T20:25:36.326Z] #23 13.07 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-05-31T20:25:36.326Z] #23 13.08 Successfully built yamllint [2022-05-31T20:25:36.326Z] #23 13.10 Installing collected packages: pyyaml, pathspec, yamllint [2022-05-31T20:25:36.582Z] #23 13.49 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-05-31T20:25:37.145Z] #23 DONE 14.0s [2022-05-31T20:25:37.145Z] [2022-05-31T20:25:37.145Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:25:37.145Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:25:37.145Z] #55 ... [2022-05-31T20:25:37.145Z] [2022-05-31T20:25:37.145Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-05-31T20:25:37.145Z] #27 sha256:c6407de9e5de970abb95f76afbad35172969d140d3560a7f01bb5e1956cef61b [2022-05-31T20:25:37.711Z] #27 DONE 0.4s [2022-05-31T20:25:37.711Z] [2022-05-31T20:25:37.711Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-05-31T20:25:37.711Z] #32 sha256:64ea8c3d290bf59369a0a564d28a1a148698817769f30f68e2a50895ea416d11 [2022-05-31T20:25:38.273Z] #32 DONE 0.6s [2022-05-31T20:25:38.273Z] [2022-05-31T20:25:38.273Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-05-31T20:25:38.273Z] #35 sha256:405a920a550fe144e41d4053f75e1c4f8dfd406cc08bd1e86eabf762a62cde8e [2022-05-31T20:25:38.540Z] #35 DONE 0.4s [2022-05-31T20:25:38.540Z] [2022-05-31T20:25:38.540Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-05-31T20:25:38.540Z] #37 sha256:f3c36fc239960457ffa7470dd439536ad9e2e5f907d5641fcb707217ff9cfafe [2022-05-31T20:25:38.803Z] #37 DONE 0.3s [2022-05-31T20:25:38.803Z] [2022-05-31T20:25:38.803Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-05-31T20:25:38.803Z] #39 sha256:07ef458e5974192b7b4dc3cc4850d20ba372762b7952f37f02ccc906aaff82df [2022-05-31T20:25:38.803Z] #39 DONE 0.1s [2022-05-31T20:25:38.803Z] [2022-05-31T20:25:38.803Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:25:38.803Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:25:39.065Z] #55 ... [2022-05-31T20:25:39.065Z] [2022-05-31T20:25:39.065Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-05-31T20:25:39.065Z] #41 sha256:427e9e83e745a337d05b3f222bfa4081d7fccf5519da3e7f39f72bbe6dd31385 [2022-05-31T20:25:39.065Z] #41 DONE 0.1s [2022-05-31T20:25:39.065Z] [2022-05-31T20:25:39.065Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-05-31T20:25:39.066Z] #45 sha256:e779463bf5239bc671cfeb6fe648563f535a37631c112c9197bdb58b4bb96d01 [2022-05-31T20:25:39.066Z] #45 DONE 0.1s [2022-05-31T20:25:39.066Z] [2022-05-31T20:25:39.066Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:25:39.066Z] #60 sha256:e6da8a94bbd70484f853853481890fedc71dc60d0b60d4d6cf0c517f039b1fd9 [2022-05-31T20:25:42.857Z] --- PASS: TestUpdateRestartPolicy (11.09s) [2022-05-31T20:25:42.857Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-31T20:25:42.857Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s) [2022-05-31T20:25:42.857Z] === RUN TestWaitNonBlocked [2022-05-31T20:25:42.857Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-31T20:25:42.857Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-31T20:25:42.857Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-31T20:25:42.857Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-31T20:25:42.857Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-31T20:25:42.857Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-31T20:25:42.857Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-31T20:25:42.857Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s) [2022-05-31T20:25:42.857Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.72s) [2022-05-31T20:25:42.857Z] === RUN TestWaitBlocked [2022-05-31T20:25:42.857Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-31T20:25:42.857Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-31T20:25:42.857Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-31T20:25:42.857Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-31T20:25:42.857Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-31T20:25:42.857Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-31T20:25:43.425Z] --- PASS: TestWaitBlocked (0.01s) [2022-05-31T20:25:43.425Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s) [2022-05-31T20:25:43.425Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.81s) [2022-05-31T20:25:43.425Z] === CONT TestContainerStartOnDaemonRestart [2022-05-31T20:25:43.425Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-31T20:25:45.997Z] --- PASS: TestContainerStartOnDaemonRestart (2.46s) [2022-05-31T20:25:45.997Z] === CONT TestIpcModeOlderClient [2022-05-31T20:25:45.997Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.49s) [2022-05-31T20:25:45.997Z] === CONT TestContainerKillOnDaemonStart [2022-05-31T20:25:45.997Z] --- PASS: TestIpcModeOlderClient (0.10s) [2022-05-31T20:25:45.997Z] === CONT TestDaemonHostGatewayIP [2022-05-31T20:25:49.282Z] --- PASS: TestDaemonHostGatewayIP (2.62s) [2022-05-31T20:25:49.282Z] === CONT TestDaemonRestartIpcMode [2022-05-31T20:25:51.184Z] --- PASS: TestDaemonRestartIpcMode (2.26s) [2022-05-31T20:25:57.116Z] #60 ... [2022-05-31T20:25:57.117Z] [2022-05-31T20:25:57.117Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-05-31T20:25:57.117Z] #47 sha256:2289046ff473e3c18fd534924de3f703e3d885992ab5a0daed25d4f30c008c37 [2022-05-31T20:25:57.117Z] #47 291.8 + dpkg --print-architecture [2022-05-31T20:25:57.117Z] #47 291.8 + git checkout -q v2.1.0 [2022-05-31T20:25:57.117Z] #47 292.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-05-31T20:25:57.117Z] #47 292.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-05-31T20:25:57.741Z] --- PASS: TestContainerKillOnDaemonStart (11.84s) [2022-05-31T20:25:57.741Z] PASS [2022-05-31T20:25:57.741Z] [2022-05-31T20:25:57.741Z] === Skipped [2022-05-31T20:25:57.741Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-31T20:25:57.741Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-31T20:25:57.741Z] [2022-05-31T20:25:57.741Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-05-31T20:25:57.741Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-05-31T20:25:57.741Z] [2022-05-31T20:25:57.741Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-31T20:25:57.741Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-31T20:25:57.741Z] [2022-05-31T20:25:57.741Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-05-31T20:25:57.741Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-05-31T20:25:57.741Z] [2022-05-31T20:25:57.741Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-31T20:25:57.741Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-31T20:25:57.741Z] [2022-05-31T20:25:57.741Z] DONE 243 tests, 5 skipped in 123.460s [2022-05-31T20:25:58.000Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-31T20:25:58.000Z] === RUN TestConfigDaemonLibtrustID [2022-05-31T20:25:58.566Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-05-31T20:25:58.566Z] === RUN TestConfigDaemonID [2022-05-31T20:25:59.501Z] daemon_test.go:83: [d74d81a613def] daemon is not started [2022-05-31T20:25:59.501Z] --- PASS: TestConfigDaemonID (1.04s) [2022-05-31T20:25:59.501Z] === RUN TestDaemonConfigValidation [2022-05-31T20:25:59.501Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-31T20:25:59.501Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-31T20:25:59.501Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-31T20:25:59.501Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-31T20:25:59.501Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-31T20:25:59.501Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-31T20:25:59.501Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-31T20:25:59.501Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-31T20:25:59.501Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-31T20:25:59.501Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-31T20:25:59.501Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-31T20:25:59.501Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-31T20:25:59.501Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-31T20:25:59.501Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-31T20:25:59.759Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-31T20:25:59.759Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-31T20:25:59.759Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-05-31T20:25:59.759Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-05-31T20:25:59.759Z] --- PASS: TestDaemonConfigValidation/valid_config (0.09s) [2022-05-31T20:25:59.759Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-05-31T20:25:59.759Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-05-31T20:25:59.759Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-31T20:25:59.759Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-31T20:26:00.694Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-31T20:26:02.070Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-31T20:26:03.005Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-31T20:26:03.005Z] daemon_test.go:197: [dfdea8db772a6] daemon is not started [2022-05-31T20:26:03.005Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-05-31T20:26:03.005Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-05-31T20:26:03.005Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-05-31T20:26:03.005Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-05-31T20:26:03.005Z] === RUN TestDaemonProxy [2022-05-31T20:26:03.005Z] === RUN TestDaemonProxy/environment_variables [2022-05-31T20:26:04.905Z] === RUN TestDaemonProxy/command-line_options [2022-05-31T20:26:06.294Z] === RUN TestDaemonProxy/configuration_file [2022-05-31T20:26:08.203Z] === RUN TestDaemonProxy/conflicting_options [2022-05-31T20:26:08.461Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-31T20:26:09.027Z] --- PASS: TestDaemonProxy (6.22s) [2022-05-31T20:26:09.027Z] --- PASS: TestDaemonProxy/environment_variables (1.73s) [2022-05-31T20:26:09.027Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-05-31T20:26:09.027Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-05-31T20:26:09.027Z] --- PASS: TestDaemonProxy/conflicting_options (0.51s) [2022-05-31T20:26:09.027Z] --- PASS: TestDaemonProxy/reload_sanitized (0.51s) [2022-05-31T20:26:09.027Z] PASS [2022-05-31T20:26:09.027Z] [2022-05-31T20:26:09.027Z] DONE 18 tests in 11.156s [2022-05-31T20:26:09.027Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-31T20:26:09.027Z] INFO: Testing against a local daemon [2022-05-31T20:26:09.027Z] === RUN TestCommitInheritsEnv [2022-05-31T20:26:09.595Z] --- PASS: TestCommitInheritsEnv (0.31s) [2022-05-31T20:26:09.595Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-31T20:26:09.595Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-31T20:26:09.595Z] === RUN TestImportWithCustomPlatform [2022-05-31T20:26:09.595Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-31T20:26:09.595Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-31T20:26:09.595Z] === RUN TestImportWithCustomPlatform// [2022-05-31T20:26:09.595Z] === RUN TestImportWithCustomPlatform/linux [2022-05-31T20:26:09.595Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-31T20:26:09.595Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-31T20:26:09.853Z] === RUN TestImportWithCustomPlatform/macos [2022-05-31T20:26:09.853Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-31T20:26:09.853Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-31T20:26:09.853Z] --- PASS: TestImportWithCustomPlatform (0.34s) [2022-05-31T20:26:09.853Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-05-31T20:26:09.853Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-31T20:26:09.853Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-31T20:26:09.853Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-05-31T20:26:09.853Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-05-31T20:26:09.853Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-05-31T20:26:09.853Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-31T20:26:09.853Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-31T20:26:09.853Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-31T20:26:09.853Z] === RUN TestImagesFilterMultiReference [2022-05-31T20:26:09.853Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-05-31T20:26:09.853Z] === RUN TestImagePullPlatformInvalid [2022-05-31T20:26:09.853Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-05-31T20:26:09.853Z] === RUN TestRemoveImageOrphaning [2022-05-31T20:26:10.112Z] --- PASS: TestRemoveImageOrphaning (0.26s) [2022-05-31T20:26:10.112Z] === RUN TestRemoveImageGarbageCollector [2022-05-31T20:26:10.679Z] time="2022-05-31T20:26:10Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-05-31T20:26:12.055Z] --- PASS: TestRemoveImageGarbageCollector (1.87s) [2022-05-31T20:26:12.055Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-31T20:26:12.055Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-05-31T20:26:12.055Z] === RUN TestTagInvalidReference [2022-05-31T20:26:12.055Z] --- PASS: TestTagInvalidReference (0.01s) [2022-05-31T20:26:12.055Z] === RUN TestTagValidPrefixedRepo [2022-05-31T20:26:12.055Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-05-31T20:26:12.055Z] === RUN TestTagExistedNameWithoutForce [2022-05-31T20:26:12.055Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-31T20:26:12.055Z] === RUN TestTagOfficialNames [2022-05-31T20:26:12.055Z] --- PASS: TestTagOfficialNames (0.04s) [2022-05-31T20:26:12.055Z] === RUN TestTagMatchesDigest [2022-05-31T20:26:12.055Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-05-31T20:26:12.055Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-31T20:26:19.007Z] #47 DONE 314.6s [2022-05-31T20:26:19.007Z] [2022-05-31T20:26:19.007Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:26:19.007Z] #60 sha256:e6da8a94bbd70484f853853481890fedc71dc60d0b60d4d6cf0c517f039b1fd9 [2022-05-31T20:26:19.007Z] #60 ... [2022-05-31T20:26:19.007Z] [2022-05-31T20:26:19.007Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-05-31T20:26:19.007Z] #48 sha256:34f659122e8167cf5454cb603b3b048cc287cdce5adab415a663ba7e43507670 [2022-05-31T20:26:19.007Z] #48 DONE 0.5s [2022-05-31T20:26:19.007Z] [2022-05-31T20:26:19.007Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:26:19.007Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:26:19.007Z] #55 ... [2022-05-31T20:26:19.007Z] [2022-05-31T20:26:19.007Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-05-31T20:26:19.007Z] #52 sha256:84f6142b8217351de9f90db005fe9ddaaec343795f82b4e3e2441cd70c455227 [2022-05-31T20:26:19.007Z] #52 DONE 0.0s [2022-05-31T20:26:19.007Z] [2022-05-31T20:26:19.007Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-05-31T20:26:19.007Z] #54 sha256:c4cfe5ec35d181f36c04c5b9b77360fcd32c263c71df3f2a02fbca3d5d152075 [2022-05-31T20:26:19.007Z] #54 DONE 0.1s [2022-05-31T20:26:19.008Z] [2022-05-31T20:26:19.008Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:26:19.008Z] #60 sha256:e6da8a94bbd70484f853853481890fedc71dc60d0b60d4d6cf0c517f039b1fd9 [2022-05-31T20:26:29.809Z] INFO [loader] Go packages loading at mode 575 (deps|files|imports|compiled_files|exports_file|name|types_sizes) took 2m49.641093549s [2022-05-31T20:26:29.809Z] 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. [2022-05-31T20:26:29.809Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 495.121904ms [2022-05-31T20:26:48.917Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-31T20:26:48.917Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-31T20:26:48.917Z] GOOS="" GOARCH="" GOARM="" [2022-05-31T20:26:48.917Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-31T20:26:48.917Z] [2022-05-31T20:26:48.917Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-31T20:26:48.917Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-31T20:26:48.917Z] HOSTNAME=35d37263938c [2022-05-31T20:26:48.917Z] TESTDEBUG=0 [2022-05-31T20:26:48.917Z] DEST=bundles/test-integration [2022-05-31T20:26:48.917Z] PWD=/go/src/github.com/docker/docker [2022-05-31T20:26:48.917Z] DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d [2022-05-31T20:26:48.917Z] container=docker [2022-05-31T20:26:48.917Z] HOME=/root [2022-05-31T20:26:48.917Z] GOLANG_VERSION=1.18.2 [2022-05-31T20:26:48.917Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-31T20:26:48.917Z] VALIDATE_BRANCH=master [2022-05-31T20:26:48.917Z] TERM=xterm [2022-05-31T20:26:48.917Z] DOCKER_PKG=github.com/docker/docker [2022-05-31T20:26:48.917Z] SHLVL=1 [2022-05-31T20:26:48.917Z] TIMEOUT=120m [2022-05-31T20:26:48.917Z] DOCKER_BUILDTAGS= journald [2022-05-31T20:26:48.917Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-31T20:26:48.917Z] GO111MODULE=off [2022-05-31T20:26:48.917Z] DOCKER_EXPERIMENTAL=1 [2022-05-31T20:26:48.917Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-31T20:26:48.917Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-31T20:26:48.917Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-31T20:26:48.917Z] GOPATH=/go [2022-05-31T20:26:48.917Z] PKG_CONFIG=pkg-config [2022-05-31T20:26:48.917Z] _=/usr/bin/env [2022-05-31T20:26:48.917Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-31T20:26:51.047Z] #60 ... [2022-05-31T20:26:51.047Z] [2022-05-31T20:26:51.047Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-05-31T20:26:51.047Z] #55 sha256:5dad17bce1e92c02be1cc7c1279292bf0691f7d7dd5085ce7db841c1d7884b92 [2022-05-31T20:26:51.047Z] #55 347.9 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-05-31T20:26:51.047Z] #55 DONE 348.8s [2022-05-31T20:26:51.047Z] [2022-05-31T20:26:51.047Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:26:51.047Z] #60 sha256:e6da8a94bbd70484f853853481890fedc71dc60d0b60d4d6cf0c517f039b1fd9 [2022-05-31T20:26:52.940Z] #60 ... [2022-05-31T20:26:52.940Z] [2022-05-31T20:26:52.940Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-31T20:26:52.940Z] #56 sha256:d5d0b246a06dac3cb4e7c95e8f9914649ea613d2f4f7678e542d32e3db7c49cc [2022-05-31T20:26:53.504Z] #56 ... [2022-05-31T20:26:53.504Z] [2022-05-31T20:26:53.504Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-05-31T20:26:53.504Z] #60 sha256:e6da8a94bbd70484f853853481890fedc71dc60d0b60d4d6cf0c517f039b1fd9 [2022-05-31T20:26:53.504Z] #60 154.6 + mkdir -p /build [2022-05-31T20:26:53.504Z] #60 154.6 + cp runc /build/runc [2022-05-31T20:26:53.504Z] #60 DONE 155.0s [2022-05-31T20:26:53.504Z] [2022-05-31T20:26:53.504Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-05-31T20:26:53.504Z] #56 sha256:d5d0b246a06dac3cb4e7c95e8f9914649ea613d2f4f7678e542d32e3db7c49cc [2022-05-31T20:26:53.504Z] #56 DONE 0.8s [2022-05-31T20:26:53.504Z] [2022-05-31T20:26:53.504Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-05-31T20:26:53.504Z] #58 sha256:d0f384a9dddab392a9b9a6b83214a1d86d46737886f603b637bc02d9bb0df57d [2022-05-31T20:26:53.762Z] #58 DONE 0.2s [2022-05-31T20:26:53.762Z] [2022-05-31T20:26:53.762Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:26:53.762Z] #64 sha256:661959a45d7fc2ffb982d999061c62dd4fa15d3ed5abf57fc8513314539b02e9 [2022-05-31T20:26:55.127Z] #64 ... [2022-05-31T20:26:55.127Z] [2022-05-31T20:26:55.127Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-05-31T20:26:55.127Z] #61 sha256:dacd1590fcf2e7b1906b65a7e4e40fa9ba3c0724a682e6202174b2ce52222e24 [2022-05-31T20:26:55.127Z] #61 DONE 0.2s [2022-05-31T20:26:55.127Z] [2022-05-31T20:26:55.127Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-05-31T20:26:55.127Z] #64 sha256:661959a45d7fc2ffb982d999061c62dd4fa15d3ed5abf57fc8513314539b02e9 [2022-05-31T20:26:58.397Z] #64 295.0 + bin/containerd [2022-05-31T20:27:15.482Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-31T20:27:15.482Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-31T20:27:17.524Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-31T20:27:17.524Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-31T20:27:17.524Z] GOOS="" GOARCH="" GOARM="" [2022-05-31T20:27:17.524Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-31T20:27:17.524Z] [2022-05-31T20:27:17.524Z] + TEST_INTEGRATION_DEST=1 [2022-05-31T20:27:17.524Z] + CONTAINER_NAME=docker-pr1-1 [2022-05-31T20:27:17.524Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-05-31T20:27:17.524Z] + run_tests test-integration-flaky [2022-05-31T20:27:17.524Z] + '[' -n 0 ']' [2022-05-31T20:27:17.524Z] + rm= [2022-05-31T20:27:17.524Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43672/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43672/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43672/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e3c14acd3386d52c91463926fccbadf1dd71f59d hack/make.sh test-integration-flaky test-integration [2022-05-31T20:27:17.524Z] + c=0 [2022-05-31T20:27:17.524Z] + TEST_INTEGRATION_DEST=2 [2022-05-31T20:27:17.524Z] + TEST_INTEGRATION_DEST=3 [2022-05-31T20:27:17.524Z] + CONTAINER_NAME=docker-pr1-2 [2022-05-31T20:27:17.524Z] + TEST_SKIP_INTEGRATION=1 [2022-05-31T20:27:17.524Z] + CONTAINER_NAME=docker-pr1-3 [2022-05-31T20:27:17.524Z] + TEST_SKIP_INTEGRATION=1 [2022-05-31T20:27:17.524Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-05-31T20:27:17.524Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-05-31T20:27:17.524Z] + run_tests [2022-05-31T20:27:17.524Z] + run_tests [2022-05-31T20:27:17.524Z] + '[' -n 0 ']' [2022-05-31T20:27:17.524Z] + rm= [2022-05-31T20:27:17.524Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43672/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43672/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43672/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e3c14acd3386d52c91463926fccbadf1dd71f59d hack/make.sh '' test-integration [2022-05-31T20:27:17.524Z] + '[' -n 0 ']' [2022-05-31T20:27:17.524Z] + rm= [2022-05-31T20:27:17.524Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43672/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43672/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43672/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e3c14acd3386d52c91463926fccbadf1dd71f59d hack/make.sh '' test-integration [2022-05-31T20:27:17.524Z] ++ jobs -p [2022-05-31T20:27:17.524Z] + for job in $(jobs -p) [2022-05-31T20:27:17.524Z] + wait 11894 [2022-05-31T20:27:17.524Z] [2022-05-31T20:27:17.524Z] [2022-05-31T20:27:17.524Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-31T20:27:17.524Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-31T20:27:17.524Z] HOSTNAME=a3b73215723f [2022-05-31T20:27:17.524Z] TEST_SKIP_INTEGRATION=1 [2022-05-31T20:27:17.524Z] TESTDEBUG=0 [2022-05-31T20:27:17.524Z] DEST=bundles/test-integration [2022-05-31T20:27:17.524Z] PWD=/go/src/github.com/docker/docker [2022-05-31T20:27:17.524Z] KEEPBUNDLE=1 [2022-05-31T20:27:17.524Z] DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d [2022-05-31T20:27:17.524Z] container=docker [2022-05-31T20:27:17.524Z] HOME=/root [2022-05-31T20:27:17.524Z] GOLANG_VERSION=1.18.2 [2022-05-31T20:27:17.524Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-31T20:27:17.524Z] VALIDATE_BRANCH=master [2022-05-31T20:27:17.524Z] TERM=xterm [2022-05-31T20:27:17.524Z] DOCKER_PKG=github.com/docker/docker [2022-05-31T20:27:17.524Z] SHLVL=1 [2022-05-31T20:27:17.524Z] TIMEOUT=120m [2022-05-31T20:27:17.524Z] DOCKER_BUILDTAGS= journald [2022-05-31T20:27:17.524Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-31T20:27:17.524Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-05-31T20:27:17.524Z] GO111MODULE=off [2022-05-31T20:27:17.524Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-31T20:27:17.524Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-31T20:27:17.524Z] GOPATH=/go [2022-05-31T20:27:17.524Z] PKG_CONFIG=pkg-config [2022-05-31T20:27:17.524Z] _=/usr/bin/env [2022-05-31T20:27:17.524Z] Building test suite binary ./integration-cli/test.main [2022-05-31T20:27:17.524Z] [2022-05-31T20:27:17.524Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-31T20:27:17.524Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-31T20:27:17.524Z] HOSTNAME=524598b447d1 [2022-05-31T20:27:17.524Z] TEST_SKIP_INTEGRATION=1 [2022-05-31T20:27:17.524Z] TESTDEBUG=0 [2022-05-31T20:27:17.524Z] DEST=bundles/test-integration [2022-05-31T20:27:17.524Z] PWD=/go/src/github.com/docker/docker [2022-05-31T20:27:17.524Z] KEEPBUNDLE=1 [2022-05-31T20:27:17.524Z] DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d [2022-05-31T20:27:17.524Z] container=docker [2022-05-31T20:27:17.524Z] HOME=/root [2022-05-31T20:27:17.524Z] GOLANG_VERSION=1.18.2 [2022-05-31T20:27:17.524Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-31T20:27:17.524Z] VALIDATE_BRANCH=master [2022-05-31T20:27:17.524Z] TERM=xterm [2022-05-31T20:27:17.524Z] DOCKER_PKG=github.com/docker/docker [2022-05-31T20:27:17.524Z] SHLVL=1 [2022-05-31T20:27:17.524Z] TIMEOUT=120m [2022-05-31T20:27:17.524Z] DOCKER_BUILDTAGS= journald [2022-05-31T20:27:17.524Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-31T20:27:17.524Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-05-31T20:27:17.524Z] GO111MODULE=off [2022-05-31T20:27:17.524Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-31T20:27:17.524Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-31T20:27:17.524Z] GOPATH=/go [2022-05-31T20:27:17.524Z] PKG_CONFIG=pkg-config [2022-05-31T20:27:17.524Z] _=/usr/bin/env [2022-05-31T20:27:17.524Z] Building test suite binary ./integration-cli/test.main [2022-05-31T20:27:17.524Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-05-31T20:27:17.524Z] No new tests added to integration. [2022-05-31T20:27:17.524Z] [2022-05-31T20:27:17.524Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-31T20:27:17.524Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-31T20:27:17.524Z] HOSTNAME=522df64f9340 [2022-05-31T20:27:17.524Z] TESTDEBUG=0 [2022-05-31T20:27:17.524Z] DEST=bundles/test-integration [2022-05-31T20:27:17.524Z] PWD=/go/src/github.com/docker/docker [2022-05-31T20:27:17.524Z] KEEPBUNDLE=1 [2022-05-31T20:27:17.524Z] DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d [2022-05-31T20:27:17.524Z] container=docker [2022-05-31T20:27:17.524Z] HOME=/root [2022-05-31T20:27:17.524Z] GOLANG_VERSION=1.18.2 [2022-05-31T20:27:17.524Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-31T20:27:17.524Z] VALIDATE_BRANCH=master [2022-05-31T20:27:17.524Z] TERM=xterm [2022-05-31T20:27:17.524Z] DOCKER_PKG=github.com/docker/docker [2022-05-31T20:27:17.524Z] SHLVL=1 [2022-05-31T20:27:17.524Z] TIMEOUT=120m [2022-05-31T20:27:17.524Z] DOCKER_BUILDTAGS= journald [2022-05-31T20:27:17.524Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-31T20:27:17.524Z] GO111MODULE=off [2022-05-31T20:27:17.524Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-31T20:27:17.524Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-31T20:27:17.524Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-31T20:27:17.524Z] GOPATH=/go [2022-05-31T20:27:17.524Z] PKG_CONFIG=pkg-config [2022-05-31T20:27:17.524Z] _=/usr/bin/env [2022-05-31T20:27:17.524Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-31T20:27:37.433Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-31T20:27:41.641Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-31T20:27:48.494Z] --- PASS: TestImportExtremelyLargeImageWorks (92.00s) [2022-05-31T20:27:48.494Z] PASS [2022-05-31T20:27:48.494Z] [2022-05-31T20:27:48.494Z] DONE 22 tests in 95.086s [2022-05-31T20:27:48.494Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-31T20:27:48.494Z] INFO: Testing against a local daemon [2022-05-31T20:27:48.494Z] === RUN TestNetworkCreateDelete [2022-05-31T20:27:48.494Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-05-31T20:27:48.494Z] === RUN TestDockerNetworkDeletePreferID [2022-05-31T20:27:48.494Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-05-31T20:27:48.494Z] === RUN TestDaemonDNSFallback [2022-05-31T20:27:49.779Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-31T20:27:49.779Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-31T20:27:50.349Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-31T20:27:50.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-31T20:27:51.022Z] --- PASS: TestDaemonDNSFallback (6.39s) [2022-05-31T20:27:51.023Z] === RUN TestInspectNetwork [2022-05-31T20:27:51.178Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-31T20:27:52.117Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-31T20:27:54.027Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-31T20:27:54.306Z] === RUN TestInspectNetwork/full_network_id [2022-05-31T20:27:54.306Z] === RUN TestInspectNetwork/partial_network_id [2022-05-31T20:27:54.306Z] === RUN TestInspectNetwork/network_name [2022-05-31T20:27:54.306Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-31T20:27:54.576Z] #64 346.3 # github.com/containerd/containerd/cmd/containerd [2022-05-31T20:27:54.576Z] #64 346.3 /usr/bin/ld: /tmp/go-link-1119123536/000019.o: in function `New': [2022-05-31T20:27:54.576Z] #64 346.3 /tmp/tmp.ahpUOswWW0/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 [2022-05-31T20:27:54.576Z] #64 346.4 + bin/containerd-stress [2022-05-31T20:27:54.576Z] #64 347.5 + bin/containerd-shim [2022-05-31T20:27:54.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-31T20:27:55.905Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-31T20:27:56.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-31T20:27:57.106Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-31T20:27:57.675Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-31T20:27:58.490Z] --- PASS: TestInspectNetwork (7.33s) [2022-05-31T20:27:58.490Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-31T20:27:58.490Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-31T20:27:58.490Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-31T20:27:58.490Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-31T20:27:58.490Z] === RUN TestRunContainerWithBridgeNone [2022-05-31T20:27:59.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-31T20:27:59.626Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-31T20:28:00.392Z] --- PASS: TestRunContainerWithBridgeNone (1.64s) [2022-05-31T20:28:00.392Z] === RUN TestNetworkInvalidJSON [2022-05-31T20:28:00.392Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-31T20:28:00.392Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-31T20:28:00.392Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-31T20:28:00.392Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-31T20:28:00.392Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-31T20:28:00.392Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-31T20:28:00.392Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-31T20:28:00.392Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-31T20:28:00.392Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-31T20:28:00.392Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-31T20:28:00.392Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-31T20:28:00.392Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-31T20:28:00.392Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-31T20:28:00.392Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-31T20:28:00.392Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-31T20:28:00.392Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-31T20:28:00.392Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-31T20:28:00.392Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-31T20:28:00.392Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-31T20:28:00.392Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-31T20:28:00.392Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-31T20:28:00.392Z] === RUN TestNetworkList [2022-05-31T20:28:00.392Z] === RUN TestNetworkList//networks [2022-05-31T20:28:00.392Z] === PAUSE TestNetworkList//networks [2022-05-31T20:28:00.392Z] === RUN TestNetworkList//networks/ [2022-05-31T20:28:00.392Z] === PAUSE TestNetworkList//networks/ [2022-05-31T20:28:00.392Z] === CONT TestNetworkList//networks [2022-05-31T20:28:00.392Z] === CONT TestNetworkList//networks/ [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkList (0.02s) [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-31T20:28:00.392Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-31T20:28:00.392Z] === RUN TestHostIPv4BridgeLabel [2022-05-31T20:28:00.567Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-31T20:28:00.651Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-05-31T20:28:00.651Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-31T20:28:01.137Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-31T20:28:01.137Z] Using test binary docker [2022-05-31T20:28:01.137Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-31T20:28:01.137Z] +++ /etc/init.d/apparmor start [2022-05-31T20:28:01.137Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-31T20:28:01.137Z] INFO: Waiting for daemon to start... [2022-05-31T20:28:01.137Z] Starting dockerd [2022-05-31T20:28:01.137Z] +++ 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 [2022-05-31T20:28:01.585Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-05-31T20:28:01.586Z] === RUN TestDaemonDefaultNetworkPools [2022-05-31T20:28:02.562Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-05-31T20:28:02.562Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-31T20:28:02.666Z] #64 358.9 + bin/containerd-shim-runc-v1 [2022-05-31T20:28:03.044Z] . [2022-05-31T20:28:03.044Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-31T20:28:03.304Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-31T20:28:03.304Z] Error: No such image: emptyfs [2022-05-31T20:28:03.304Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-31T20:28:03.304Z] ++++ docker load [2022-05-31T20:28:03.304Z] Running integration-test (iteration 1) [2022-05-31T20:28:03.304Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-05-31T20:28:03.304Z] ++ 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 [2022-05-31T20:28:03.304Z] ++ set -e [2022-05-31T20:28:03.304Z] ++ '[' -n 0 ']' [2022-05-31T20:28:03.304Z] ++ set -x [2022-05-31T20:28:03.304Z] ++ 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 [2022-05-31T20:28:03.499Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-05-31T20:28:03.499Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-31T20:28:03.565Z] Loaded image: busybox:latest [2022-05-31T20:28:03.824Z] Loaded image: busybox:glibc [2022-05-31T20:28:04.763Z] Loaded image: debian:bullseye-slim [2022-05-31T20:28:04.763Z] Loaded image: hello-world:latest [2022-05-31T20:28:04.763Z] Loaded image: arm32v7/hello-world:latest [2022-05-31T20:28:04.763Z] INFO: Testing against a local daemon [2022-05-31T20:28:04.763Z] === RUN TestCgroupNamespacesBuild [2022-05-31T20:28:04.874Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-05-31T20:28:04.874Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-31T20:28:05.132Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-05-31T20:28:05.132Z] === RUN TestServiceWithPredefinedNetwork [2022-05-31T20:28:06.145Z] --- PASS: TestCgroupNamespacesBuild (1.21s) [2022-05-31T20:28:06.145Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-31T20:28:06.194Z] INFO [linters context/goanalysis] analyzers took 4m58.041615417s with top 10 stages: buildir: 2m0.485670661s, goimports: 25.04123138s, unconvert: 18.081956435s, gosec: 15.403366596s, S1038: 8.698945625s, golint: 7.54174273s, misspell: 6.355835705s, nilness: 4.849710159s, inspect: 3.876343377s, S1039: 3.476322894s [2022-05-31T20:28:06.194Z] INFO [runner] Issues before processing: 3027, after processing: 0 [2022-05-31T20:28:06.194Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2411/2411, skip_files: 2411/2411, exclude-rules: 77/2028, cgo: 2411/3027, filename_unadjuster: 2411/2411, skip_dirs: 2411/2411, nolint: 0/77, autogenerated_exclude: 2028/2411, exclude: 2028/2028, identifier_marker: 2028/2028 [2022-05-31T20:28:06.194Z] INFO [runner] processing took 83.367072ms with stages: nolint: 32.618279ms, identifier_marker: 22.384974ms, path_prettifier: 9.771565ms, autogenerated_exclude: 8.365657ms, exclude-rules: 7.959162ms, skip_dirs: 1.845116ms, cgo: 269.865µs, filename_unadjuster: 146.167µs, max_same_issues: 1.533µs, uniq_by_line: 919ns, diff: 644ns, source_code: 607ns, skip_files: 462ns, max_from_linter: 435ns, exclude: 407ns, severity-rules: 378ns, path_shortener: 316ns, max_per_file_from_linter: 263ns, sort_results: 217ns, path_prefixer: 106ns [2022-05-31T20:28:06.194Z] INFO [runner] linters took 1m32.238196039s with stages: goanalysis_metalinter: 1m32.15470264s [2022-05-31T20:28:06.194Z] INFO File cache stats: 1671 entries of total size 8.5MiB [2022-05-31T20:28:06.194Z] INFO Memory: 2625 samples, avg is 290.9MB, max is 1200.4MB [2022-05-31T20:28:06.194Z] INFO Execution took 4m22.38375143s [2022-05-31T20:28:06.194Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-05-31T20:28:06.555Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43672/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e3c14acd3386d52c91463926fccbadf1dd71f59d hack/make.sh dynbinary test-docker-py [2022-05-31T20:28:06.810Z] [2022-05-31T20:28:07.066Z] Removing bundles/ [2022-05-31T20:28:07.066Z] [2022-05-31T20:28:07.066Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-31T20:28:07.066Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-31T20:28:07.066Z] GOOS="" GOARCH="" GOARM="" [2022-05-31T20:28:07.231Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.19s) [2022-05-31T20:28:07.231Z] === RUN TestBuildWithSession [2022-05-31T20:28:07.231Z] build_session_test.go:25: TODO: BuildKit [2022-05-31T20:28:07.231Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-31T20:28:07.231Z] === RUN TestBuildSquashParent [2022-05-31T20:28:07.668Z] --- PASS: TestServiceWithPredefinedNetwork (2.35s) [2022-05-31T20:28:07.668Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-31T20:28:07.668Z] service_test.go:243: FLAKY_TEST [2022-05-31T20:28:07.668Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-31T20:28:07.668Z] === RUN TestServiceWithDataPathPortInit [2022-05-31T20:28:09.215Z] #64 365.2 + bin/containerd-shim-runc-v2 [2022-05-31T20:28:09.483Z] #64 366.1 + binaries [2022-05-31T20:28:09.483Z] #64 366.1 + install -D bin/containerd /build/containerd [2022-05-31T20:28:09.483Z] #64 366.1 + install -D bin/containerd-shim /build/containerd-shim [2022-05-31T20:28:09.483Z] #64 366.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-05-31T20:28:09.483Z] #64 366.1 + install -D bin/ctr /build/ctr [2022-05-31T20:28:11.412Z] #64 DONE 368.1s [2022-05-31T20:28:11.429Z] --- PASS: TestBuildSquashParent (3.99s) [2022-05-31T20:28:11.430Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-31T20:28:11.430Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-31T20:28:11.430Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-31T20:28:11.430Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-31T20:28:11.430Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-31T20:28:11.430Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-31T20:28:11.430Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-31T20:28:11.430Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-31T20:28:11.430Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-31T20:28:11.430Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-31T20:28:11.430Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-31T20:28:11.430Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-31T20:28:11.430Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-31T20:28:11.430Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-31T20:28:11.430Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-31T20:28:12.779Z] [2022-05-31T20:28:12.779Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-05-31T20:28:12.779Z] #65 sha256:3d1c06014c7eec51b28d2a04d1b30197b4e5aa00a6430d07a4d6492e7a94478a [2022-05-31T20:28:12.811Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-31T20:28:12.811Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-31T20:28:13.340Z] #65 DONE 0.8s [2022-05-31T20:28:13.340Z] [2022-05-31T20:28:13.340Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-05-31T20:28:13.340Z] #70 sha256:cf94ed68d007a75556b4bb04ff440626f5a505cd9b6afec61ed6697c69dd3bd0 [2022-05-31T20:28:13.596Z] #70 DONE 0.2s [2022-05-31T20:28:13.753Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-31T20:28:13.753Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-31T20:28:13.851Z] [2022-05-31T20:28:13.851Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-05-31T20:28:13.851Z] #75 sha256:e876b7060a0805f3ef880350d83a98c313cc2166f27b60dd4b18d2947e149d95 [2022-05-31T20:28:14.413Z] #75 DONE 0.9s [2022-05-31T20:28:14.668Z] [2022-05-31T20:28:14.668Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-05-31T20:28:14.668Z] #76 sha256:b91ce0927769f9c5865ad6b6d7ba0e96501e4eeac8b46c7b8ee8ab06aecc0b81 [2022-05-31T20:28:14.668Z] #76 DONE 0.0s [2022-05-31T20:28:14.668Z] [2022-05-31T20:28:14.668Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-05-31T20:28:14.668Z] #77 sha256:8b3a29459d8077ecf98bf70a5007491893b9e2ddd9e560b762a6963a7c79e615 [2022-05-31T20:28:15.134Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-05-31T20:28:15.134Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.36s) [2022-05-31T20:28:15.134Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.40s) [2022-05-31T20:28:15.134Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.16s) [2022-05-31T20:28:15.134Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.16s) [2022-05-31T20:28:15.134Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.12s) [2022-05-31T20:28:15.134Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.17s) [2022-05-31T20:28:15.134Z] === RUN TestBuildMultiStageCopy [2022-05-31T20:28:15.134Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-31T20:28:16.040Z] #77 DONE 1.3s [2022-05-31T20:28:16.040Z] [2022-05-31T20:28:16.040Z] #78 exporting to image [2022-05-31T20:28:16.040Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-05-31T20:28:16.040Z] #78 exporting layers [2022-05-31T20:28:16.515Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-31T20:28:16.515Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-31T20:28:16.515Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-31T20:28:16.775Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-31T20:28:17.035Z] --- PASS: TestBuildMultiStageCopy (2.06s) [2022-05-31T20:28:17.035Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.19s) [2022-05-31T20:28:17.035Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-05-31T20:28:17.035Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2022-05-31T20:28:17.035Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s) [2022-05-31T20:28:17.035Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s) [2022-05-31T20:28:17.035Z] === RUN TestBuildMultiStageParentConfig [2022-05-31T20:28:17.605Z] --- PASS: TestBuildMultiStageParentConfig (0.63s) [2022-05-31T20:28:17.605Z] === RUN TestBuildLabelWithTargets [2022-05-31T20:28:18.986Z] --- PASS: TestBuildLabelWithTargets (1.01s) [2022-05-31T20:28:18.986Z] === RUN TestBuildWithEmptyLayers [2022-05-31T20:28:19.246Z] --- PASS: TestBuildWithEmptyLayers (0.45s) [2022-05-31T20:28:19.246Z] === RUN TestBuildMultiStageOnBuild [2022-05-31T20:28:20.627Z] --- PASS: TestBuildMultiStageOnBuild (1.38s) [2022-05-31T20:28:20.627Z] === RUN TestBuildUncleanTarFilenames [2022-05-31T20:28:21.196Z] --- PASS: TestBuildUncleanTarFilenames (0.63s) [2022-05-31T20:28:21.196Z] === RUN TestBuildMultiStageLayerLeak [2022-05-31T20:28:22.540Z] --- PASS: TestServiceWithDataPathPortInit (13.83s) [2022-05-31T20:28:22.540Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-31T20:28:22.577Z] --- PASS: TestBuildMultiStageLayerLeak (1.38s) [2022-05-31T20:28:22.577Z] === RUN TestBuildWithHugeFile [2022-05-31T20:28:22.579Z] #78 exporting layers 6.3s done [2022-05-31T20:28:22.579Z] #78 writing image sha256:f5e5b32b4125737522d5d4da80a9e5c5b87e7970672e491accca640b15d1c0df done [2022-05-31T20:28:22.579Z] #78 naming to docker.io/library/docker:e3c14acd3386d52c91463926fccbadf1dd71f59d done [2022-05-31T20:28:22.579Z] #78 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-05-31T20:28:22.906Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43672/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d -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=master docker:e3c14acd3386d52c91463926fccbadf1dd71f59d hack/make.sh dynbinary test-integration [2022-05-31T20:28:24.275Z] [2022-05-31T20:28:24.275Z] Removing bundles/ [2022-05-31T20:28:24.275Z] [2022-05-31T20:28:24.275Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-05-31T20:28:24.275Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-05-31T20:28:24.275Z] GOOS="" GOARCH="" GOARM="" [2022-05-31T20:28:24.442Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:zrotbo5ifcirkvnak6z8fxye8 Created:2022-05-31 20:28:22.704265679 +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[0e9022fd4d01f8fe198f55459183770dbf58035423d2299cddbc9e4b28705d1c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nzzm4hy3zealx3z70uwiw7nzm EndpointID:cefd6b2dcb3a197d8140cacea3bd9675b066646bc5334054c2dd9d766d9a453e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d2d208f70933e9915a36e5fec3f1243c6a402f945a74c56103853c84b3477f9d 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:04472a0d71e0 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nzzm4hy3zealx3z70uwiw7nzm EndpointID:cefd6b2dcb3a197d8140cacea3bd9675b066646bc5334054c2dd9d766d9a453e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-31T20:28:28.626Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.01s) [2022-05-31T20:28:28.626Z] PASS [2022-05-31T20:28:28.626Z] [2022-05-31T20:28:28.626Z] === Skipped [2022-05-31T20:28:28.626Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-31T20:28:28.626Z] service_test.go:243: FLAKY_TEST [2022-05-31T20:28:28.626Z] [2022-05-31T20:28:28.626Z] DONE 38 tests, 1 skipped in 44.277s [2022-05-31T20:28:28.626Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-31T20:28:28.626Z] INFO: Testing against a local daemon [2022-05-31T20:28:28.626Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-31T20:28:28.626Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-31T20:28:28.626Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-31T20:28:28.626Z] === RUN TestDockerNetworkIpvlan [2022-05-31T20:28:28.626Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-31T20:28:28.626Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-31T20:28:28.626Z] PASS [2022-05-31T20:28:28.626Z] [2022-05-31T20:28:28.626Z] === Skipped [2022-05-31T20:28:28.626Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-31T20:28:28.626Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-31T20:28:28.626Z] [2022-05-31T20:28:28.626Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-31T20:28:28.626Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-31T20:28:28.626Z] [2022-05-31T20:28:28.626Z] DONE 2 tests, 2 skipped in 0.024s [2022-05-31T20:28:28.626Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-31T20:28:28.626Z] INFO: Testing against a local daemon [2022-05-31T20:28:28.626Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-31T20:28:30.002Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.25s) [2022-05-31T20:28:30.002Z] === RUN TestDockerNetworkMacvlan [2022-05-31T20:28:30.568Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-31T20:28:31.135Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-31T20:28:32.070Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-31T20:28:33.973Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-31T20:28:35.351Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-31T20:28:39.563Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-31T20:28:39.822Z] --- PASS: TestDockerNetworkMacvlan (9.95s) [2022-05-31T20:28:39.822Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-05-31T20:28:39.822Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s) [2022-05-31T20:28:39.822Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.88s) [2022-05-31T20:28:39.822Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.86s) [2022-05-31T20:28:39.822Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.21s) [2022-05-31T20:28:39.822Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.64s) [2022-05-31T20:28:39.822Z] PASS [2022-05-31T20:28:39.822Z] [2022-05-31T20:28:39.822Z] DONE 8 tests in 11.224s [2022-05-31T20:28:39.822Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-31T20:28:39.822Z] testing: warning: no tests to run [2022-05-31T20:28:39.822Z] PASS [2022-05-31T20:28:39.822Z] [2022-05-31T20:28:39.822Z] DONE 0 tests in 0.008s [2022-05-31T20:28:39.822Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-31T20:28:39.822Z] INFO: Testing against a local daemon [2022-05-31T20:28:39.822Z] === RUN TestAuthZPluginAllowRequest [2022-05-31T20:28:41.196Z] --- PASS: TestAuthZPluginAllowRequest (1.18s) [2022-05-31T20:28:41.196Z] === RUN TestAuthZPluginTLS [2022-05-31T20:28:41.454Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-05-31T20:28:41.454Z] === RUN TestAuthZPluginDenyRequest [2022-05-31T20:28:42.021Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-05-31T20:28:42.021Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-31T20:28:42.587Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-05-31T20:28:42.587Z] === RUN TestAuthZPluginDenyResponse [2022-05-31T20:28:43.154Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-05-31T20:28:43.154Z] === RUN TestAuthZPluginAllowEventStream [2022-05-31T20:28:44.529Z] --- PASS: TestAuthZPluginAllowEventStream (1.18s) [2022-05-31T20:28:44.529Z] === RUN TestAuthZPluginErrorResponse [2022-05-31T20:28:44.787Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-05-31T20:28:44.787Z] === RUN TestAuthZPluginErrorRequest [2022-05-31T20:28:45.354Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-05-31T20:28:45.354Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-31T20:28:45.921Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-05-31T20:28:45.921Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-31T20:28:47.297Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.44s) [2022-05-31T20:28:47.297Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-31T20:28:48.673Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.45s) [2022-05-31T20:28:48.673Z] === RUN TestAuthZPluginHeader [2022-05-31T20:28:49.608Z] --- PASS: TestAuthZPluginHeader (0.71s) [2022-05-31T20:28:49.608Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-31T20:28:53.794Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.85s) [2022-05-31T20:28:53.794Z] === RUN TestAuthZPluginV2Disable [2022-05-31T20:28:57.080Z] --- PASS: TestAuthZPluginV2Disable (3.47s) [2022-05-31T20:28:57.080Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-31T20:29:00.363Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.24s) [2022-05-31T20:29:00.363Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-31T20:29:01.309Z] --- PASS: TestBuildWithHugeFile (34.66s) [2022-05-31T20:29:01.309Z] === RUN TestBuildWCOWSandboxSize [2022-05-31T20:29:01.309Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-31T20:29:01.309Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-31T20:29:01.309Z] === RUN TestBuildWithEmptyDockerfile [2022-05-31T20:29:01.309Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-31T20:29:01.309Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-31T20:29:01.309Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-31T20:29:01.309Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-31T20:29:01.309Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-31T20:29:01.309Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-31T20:29:01.309Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-31T20:29:01.309Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-31T20:29:01.309Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-31T20:29:01.309Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-05-31T20:29:01.309Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-05-31T20:29:01.309Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-05-31T20:29:01.309Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-05-31T20:29:01.309Z] === RUN TestBuildPreserveOwnership [2022-05-31T20:29:01.309Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-31T20:29:01.309Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-31T20:29:01.309Z] --- PASS: TestBuildPreserveOwnership (2.83s) [2022-05-31T20:29:01.309Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.85s) [2022-05-31T20:29:01.309Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.97s) [2022-05-31T20:29:01.309Z] === RUN TestBuildPlatformInvalid [2022-05-31T20:29:01.309Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-05-31T20:29:01.309Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-31T20:29:01.309Z] Loaded image: busybox:latest [2022-05-31T20:29:01.309Z] Loaded image: busybox:glibc [2022-05-31T20:29:02.264Z] Loaded image: debian:bullseye-slim [2022-05-31T20:29:02.264Z] Loaded image: hello-world:latest [2022-05-31T20:29:02.264Z] Loaded image: arm32v7/hello-world:latest [2022-05-31T20:29:10.353Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.41s) [2022-05-31T20:29:10.354Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-31T20:29:10.396Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.55s) [2022-05-31T20:29:10.396Z] PASS [2022-05-31T20:29:10.396Z] [2022-05-31T20:29:10.396Z] === Skipped [2022-05-31T20:29:10.396Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-05-31T20:29:10.396Z] build_session_test.go:25: TODO: BuildKit [2022-05-31T20:29:10.396Z] [2022-05-31T20:29:10.396Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-31T20:29:10.396Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-31T20:29:10.396Z] [2022-05-31T20:29:10.396Z] DONE 34 tests, 2 skipped in 66.474s [2022-05-31T20:29:10.396Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-05-31T20:29:10.396Z] ++ 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 [2022-05-31T20:29:10.396Z] ++ set -e [2022-05-31T20:29:10.396Z] ++ '[' -n 0 ']' [2022-05-31T20:29:10.396Z] ++ set -x [2022-05-31T20:29:10.396Z] ++ 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 [2022-05-31T20:29:10.396Z] INFO: Testing against a local daemon [2022-05-31T20:29:10.396Z] === RUN TestConfigInspect [2022-05-31T20:29:12.304Z] --- PASS: TestConfigInspect (2.19s) [2022-05-31T20:29:12.304Z] === RUN TestConfigList [2022-05-31T20:29:14.211Z] --- PASS: TestConfigList (1.80s) [2022-05-31T20:29:14.211Z] === RUN TestConfigsCreateAndDelete [2022-05-31T20:29:16.120Z] --- PASS: TestConfigsCreateAndDelete (2.20s) [2022-05-31T20:29:16.120Z] === RUN TestConfigsUpdate [2022-05-31T20:29:18.657Z] --- PASS: TestConfigsUpdate (2.14s) [2022-05-31T20:29:18.657Z] === RUN TestTemplatedConfig [2022-05-31T20:29:21.195Z] --- PASS: TestTemplatedConfig (2.43s) [2022-05-31T20:29:21.195Z] === RUN TestConfigCreateResolve [2022-05-31T20:29:23.103Z] --- PASS: TestConfigCreateResolve (2.22s) [2022-05-31T20:29:23.103Z] PASS [2022-05-31T20:29:23.103Z] [2022-05-31T20:29:23.103Z] DONE 6 tests in 13.089s [2022-05-31T20:29:23.103Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-05-31T20:29:23.103Z] ++ 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 [2022-05-31T20:29:23.103Z] ++ set -e [2022-05-31T20:29:23.103Z] ++ '[' -n 0 ']' [2022-05-31T20:29:23.103Z] ++ set -x [2022-05-31T20:29:23.103Z] ++ 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 [2022-05-31T20:29:23.103Z] INFO: Testing against a local daemon [2022-05-31T20:29:23.103Z] === RUN TestAttachWithTTY [2022-05-31T20:29:23.103Z] --- PASS: TestAttachWithTTY (0.07s) [2022-05-31T20:29:23.103Z] === RUN TestAttachWithoutTTy [2022-05-31T20:29:23.363Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-05-31T20:29:23.363Z] === RUN TestCheckpoint [2022-05-31T20:29:23.363Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-31T20:29:23.363Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/commit [2022-05-31T20:29:23.363Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-31T20:29:23.363Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-31T20:29:23.363Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-31T20:29:23.363Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-31T20:29:23.363Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-31T20:29:23.363Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-31T20:29:23.363Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-31T20:29:23.363Z] === CONT TestContainerInvalidJSON/commit [2022-05-31T20:29:23.363Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-31T20:29:23.363Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-31T20:29:23.363Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-31T20:29:23.363Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-31T20:29:23.363Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-31T20:29:23.363Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-31T20:29:23.363Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-31T20:29:23.363Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-31T20:29:23.363Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-31T20:29:23.363Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-05-31T20:29:23.363Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-31T20:29:23.363Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-05-31T20:29:23.363Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-31T20:29:23.363Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-05-31T20:29:23.363Z] === RUN TestCopyEmptyFile [2022-05-31T20:29:23.624Z] --- PASS: TestCopyEmptyFile (0.21s) [2022-05-31T20:29:23.624Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-31T20:29:23.624Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-05-31T20:29:23.624Z] === RUN TestCopyFromContainer [2022-05-31T20:29:24.563Z] === RUN TestCopyFromContainer// [2022-05-31T20:29:24.563Z] === RUN TestCopyFromContainer//bar/root [2022-05-31T20:29:24.823Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-31T20:29:24.823Z] === RUN TestCopyFromContainer/bar/quux [2022-05-31T20:29:24.823Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-31T20:29:24.823Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-31T20:29:25.082Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-31T20:29:25.082Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-31T20:29:25.082Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-31T20:29:25.082Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-31T20:29:25.342Z] --- PASS: TestCopyFromContainer (1.54s) [2022-05-31T20:29:25.342Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-05-31T20:29:25.342Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-05-31T20:29:25.342Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-05-31T20:29:25.342Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-05-31T20:29:25.342Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-05-31T20:29:25.342Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-05-31T20:29:25.342Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-05-31T20:29:25.342Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-05-31T20:29:25.342Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-05-31T20:29:25.342Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-05-31T20:29:25.342Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-31T20:29:25.342Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-31T20:29:25.342Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-31T20:29:25.342Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-31T20:29:25.342Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-31T20:29:25.342Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-31T20:29:25.342Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-31T20:29:25.342Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-31T20:29:25.342Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-31T20:29:25.342Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-31T20:29:25.342Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-05-31T20:29:25.342Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-31T20:29:25.342Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-31T20:29:25.342Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-31T20:29:25.342Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-31T20:29:25.342Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-05-31T20:29:25.342Z] === RUN TestCreateWithInvalidEnv [2022-05-31T20:29:25.342Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-31T20:29:25.342Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-31T20:29:25.342Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-31T20:29:25.342Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-31T20:29:25.342Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-31T20:29:25.342Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-31T20:29:25.342Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-31T20:29:25.342Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-31T20:29:25.342Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-31T20:29:25.342Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-05-31T20:29:25.342Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-31T20:29:25.342Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-31T20:29:25.342Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-31T20:29:25.342Z] === RUN TestCreateTmpfsMountsTarget [2022-05-31T20:29:25.342Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-05-31T20:29:25.342Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-31T20:29:26.723Z] --- PASS: TestCreateWithCustomMaskedPaths (1.20s) [2022-05-31T20:29:26.723Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-31T20:29:27.662Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.21s) [2022-05-31T20:29:27.662Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-31T20:29:27.662Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-31T20:29:27.662Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-31T20:29:27.662Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-31T20:29:27.662Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-31T20:29:27.662Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-31T20:29:27.662Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-31T20:29:27.662Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-31T20:29:27.662Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-31T20:29:27.662Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-31T20:29:27.662Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-31T20:29:27.662Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-31T20:29:27.662Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-31T20:29:27.662Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-31T20:29:27.662Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-31T20:29:27.662Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-31T20:29:27.662Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-31T20:29:27.662Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-31T20:29:27.662Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-31T20:29:27.662Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-31T20:29:27.662Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-31T20:29:27.662Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-31T20:29:27.662Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-31T20:29:28.231Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2022-05-31T20:29:28.231Z] === RUN TestCreateDifferentPlatform [2022-05-31T20:29:28.231Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-31T20:29:28.231Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-31T20:29:28.231Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-05-31T20:29:28.231Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-31T20:29:28.231Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-31T20:29:28.231Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-31T20:29:28.231Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-05-31T20:29:28.231Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-31T20:29:28.231Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-05-31T20:29:28.231Z] === RUN TestCreateInvalidHostConfig [2022-05-31T20:29:28.231Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-05-31T20:29:28.231Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-05-31T20:29:28.231Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-05-31T20:29:28.231Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-05-31T20:29:28.231Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-05-31T20:29:28.231Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-05-31T20:29:28.231Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-05-31T20:29:28.231Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-05-31T20:29:28.231Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-05-31T20:29:28.231Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-05-31T20:29:28.231Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-05-31T20:29:28.231Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-05-31T20:29:28.231Z] --- PASS: TestCreateInvalidHostConfig (0.02s) [2022-05-31T20:29:28.231Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-05-31T20:29:28.231Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-05-31T20:29:28.231Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-05-31T20:29:28.231Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-05-31T20:29:28.231Z] === RUN TestContainerStartOnDaemonRestart [2022-05-31T20:29:28.231Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-31T20:29:28.231Z] === RUN TestDaemonRestartIpcMode [2022-05-31T20:29:28.231Z] === PAUSE TestDaemonRestartIpcMode [2022-05-31T20:29:28.231Z] === RUN TestDaemonHostGatewayIP [2022-05-31T20:29:28.231Z] === PAUSE TestDaemonHostGatewayIP [2022-05-31T20:29:28.231Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-31T20:29:28.231Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-31T20:29:28.231Z] === RUN TestContainerKillOnDaemonStart [2022-05-31T20:29:28.231Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-31T20:29:28.231Z] === RUN TestDiff [2022-05-31T20:29:28.429Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-05-31T20:29:28.429Z] PASS [2022-05-31T20:29:28.429Z] [2022-05-31T20:29:28.429Z] DONE 17 tests in 46.262s [2022-05-31T20:29:28.429Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-31T20:29:28.429Z] INFO: Testing against a local daemon [2022-05-31T20:29:28.429Z] === RUN TestPluginInvalidJSON [2022-05-31T20:29:28.429Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-31T20:29:28.429Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-31T20:29:28.429Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-31T20:29:28.429Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-31T20:29:28.429Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-31T20:29:28.429Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-31T20:29:28.429Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-31T20:29:28.429Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-31T20:29:28.429Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-31T20:29:28.429Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-31T20:29:28.429Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-31T20:29:28.429Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-31T20:29:28.429Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-31T20:29:28.429Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-31T20:29:28.429Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-31T20:29:28.429Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-31T20:29:28.429Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-31T20:29:28.429Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-31T20:29:28.429Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-31T20:29:28.429Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-31T20:29:28.429Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-31T20:29:28.429Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-05-31T20:29:28.429Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-31T20:29:28.429Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-31T20:29:28.429Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-31T20:29:28.429Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-31T20:29:28.429Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-31T20:29:28.429Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-31T20:29:28.429Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-31T20:29:28.429Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-31T20:29:28.429Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-31T20:29:28.429Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-31T20:29:28.429Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-31T20:29:28.429Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-31T20:29:28.429Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-31T20:29:28.429Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-31T20:29:28.429Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-31T20:29:28.429Z] === RUN TestPluginInstall [2022-05-31T20:29:28.429Z] === RUN TestPluginInstall/no_auth [2022-05-31T20:29:28.429Z] time="2022-05-31T20:29:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:29:28.429Z] time="2022-05-31T20:29:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:196b751ef9d6484e8c9db18adac074d2365febf9cfdbbd571e68739848bce0e0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:29:28.429Z] time="2022-05-31T20:29:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:29:28.429Z] time="2022-05-31T20:29:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:196b751ef9d6484e8c9db18adac074d2365febf9cfdbbd571e68739848bce0e0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:29:28.429Z] === RUN TestPluginInstall/with_htpasswd [2022-05-31T20:29:28.429Z] time="2022-05-31T20:29:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:29:28.429Z] time="2022-05-31T20:29:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f1164641f16b8bf35659ccaa8081c470066147feb768a954670fad9aa5e7af19" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:29:28.429Z] time="2022-05-31T20:29:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:29:28.429Z] time="2022-05-31T20:29:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f1164641f16b8bf35659ccaa8081c470066147feb768a954670fad9aa5e7af19" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:29:28.429Z] === RUN TestPluginInstall/with_insecure [2022-05-31T20:29:28.687Z] time="2022-05-31T20:29:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:29:28.687Z] time="2022-05-31T20:29:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9c637d9abd47dd3354e3e30f72bf443ea028f8b073010033345d9663c3434da1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:29:28.687Z] time="2022-05-31T20:29:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:29:28.687Z] time="2022-05-31T20:29:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9c637d9abd47dd3354e3e30f72bf443ea028f8b073010033345d9663c3434da1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:29:28.800Z] --- PASS: TestDiff (0.45s) [2022-05-31T20:29:28.800Z] === RUN TestExecWithCloseStdin [2022-05-31T20:29:28.946Z] plugin_test.go:195: [d9957ddf11422] daemon is not started [2022-05-31T20:29:28.946Z] --- PASS: TestPluginInstall (2.79s) [2022-05-31T20:29:28.946Z] --- PASS: TestPluginInstall/no_auth (1.09s) [2022-05-31T20:29:28.946Z] --- PASS: TestPluginInstall/with_htpasswd (0.62s) [2022-05-31T20:29:28.946Z] --- PASS: TestPluginInstall/with_insecure (1.09s) [2022-05-31T20:29:28.946Z] === RUN TestPluginsWithRuntimes [2022-05-31T20:29:29.377Z] --- PASS: TestExecWithCloseStdin (0.50s) [2022-05-31T20:29:29.377Z] === RUN TestExec [2022-05-31T20:29:29.637Z] --- PASS: TestExec (0.50s) [2022-05-31T20:29:29.637Z] === RUN TestExecUser [2022-05-31T20:29:30.206Z] --- PASS: TestExecUser (0.48s) [2022-05-31T20:29:30.206Z] === RUN TestExportContainerAndImportImage [2022-05-31T20:29:30.322Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-31T20:29:30.776Z] --- PASS: TestExportContainerAndImportImage (0.58s) [2022-05-31T20:29:30.776Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-31T20:29:31.258Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-31T20:29:32.157Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-05-31T20:29:32.157Z] === RUN TestHealthCheckWorkdir [2022-05-31T20:29:32.192Z] --- PASS: TestPluginsWithRuntimes (3.41s) [2022-05-31T20:29:32.192Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.95s) [2022-05-31T20:29:32.192Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.89s) [2022-05-31T20:29:32.192Z] === RUN TestPluginBackCompatMediaTypes [2022-05-31T20:29:32.727Z] --- PASS: TestHealthCheckWorkdir (0.54s) [2022-05-31T20:29:32.727Z] === RUN TestHealthKillContainer [2022-05-31T20:29:32.758Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-05-31T20:29:32.758Z] PASS [2022-05-31T20:29:32.758Z] [2022-05-31T20:29:32.758Z] DONE 24 tests in 6.817s [2022-05-31T20:29:32.758Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-31T20:29:32.758Z] INFO: Testing against a local daemon [2022-05-31T20:29:32.758Z] === RUN TestExternalGraphDriver [2022-05-31T20:29:33.017Z] === RUN TestExternalGraphDriver/json [2022-05-31T20:29:34.919Z] === RUN TestExternalGraphDriver/spec [2022-05-31T20:29:36.295Z] === RUN TestExternalGraphDriver/pull [2022-05-31T20:29:38.197Z] --- PASS: TestExternalGraphDriver (5.01s) [2022-05-31T20:29:38.197Z] --- PASS: TestExternalGraphDriver/json (1.64s) [2022-05-31T20:29:38.197Z] --- PASS: TestExternalGraphDriver/spec (1.68s) [2022-05-31T20:29:38.197Z] --- PASS: TestExternalGraphDriver/pull (1.66s) [2022-05-31T20:29:38.197Z] === RUN TestGraphdriverPluginV2 [2022-05-31T20:29:40.851Z] --- PASS: TestHealthKillContainer (7.87s) [2022-05-31T20:29:40.851Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-31T20:29:40.851Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s) [2022-05-31T20:29:40.851Z] === RUN TestIpcModeNone [2022-05-31T20:29:41.420Z] --- PASS: TestIpcModeNone (0.47s) [2022-05-31T20:29:41.420Z] === RUN TestIpcModePrivate [2022-05-31T20:29:41.680Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false [2022-05-31T20:29:41.939Z] --- PASS: TestIpcModePrivate (0.51s) [2022-05-31T20:29:41.939Z] === RUN TestIpcModeShareable [2022-05-31T20:29:42.199Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true [2022-05-31T20:29:42.382Z] --- PASS: TestGraphdriverPluginV2 (3.83s) [2022-05-31T20:29:42.382Z] PASS [2022-05-31T20:29:42.382Z] [2022-05-31T20:29:42.382Z] DONE 5 tests in 8.882s [2022-05-31T20:29:42.382Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-31T20:29:42.382Z] INFO: Testing against a local daemon [2022-05-31T20:29:42.382Z] === RUN TestContinueAfterPluginCrash [2022-05-31T20:29:42.382Z] === PAUSE TestContinueAfterPluginCrash [2022-05-31T20:29:42.382Z] === RUN TestReadPluginNoRead [2022-05-31T20:29:42.382Z] === PAUSE TestReadPluginNoRead [2022-05-31T20:29:42.382Z] === RUN TestDaemonStartWithLogOpt [2022-05-31T20:29:42.382Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-31T20:29:42.382Z] === CONT TestContinueAfterPluginCrash [2022-05-31T20:29:42.382Z] === CONT TestDaemonStartWithLogOpt [2022-05-31T20:29:42.459Z] --- PASS: TestIpcModeShareable (0.49s) [2022-05-31T20:29:42.459Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-31T20:29:43.839Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.49s) [2022-05-31T20:29:43.839Z] === RUN TestAPIIpcModeHost [2022-05-31T20:29:44.099Z] --- PASS: TestAPIIpcModeHost (0.40s) [2022-05-31T20:29:44.099Z] === RUN TestDaemonIpcModeShareable [2022-05-31T20:29:45.480Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-05-31T20:29:45.480Z] --- PASS: TestDaemonIpcModeShareable (1.16s) [2022-05-31T20:29:45.480Z] === RUN TestDaemonIpcModePrivate [2022-05-31T20:29:45.670Z] --- PASS: TestDaemonStartWithLogOpt (3.38s) [2022-05-31T20:29:45.670Z] === CONT TestReadPluginNoRead [2022-05-31T20:29:46.419Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-05-31T20:29:46.679Z] --- PASS: TestDaemonIpcModePrivate (1.21s) [2022-05-31T20:29:46.679Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-31T20:29:47.602Z] === RUN TestReadPluginNoRead/default [2022-05-31T20:29:47.617Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-05-31T20:29:47.877Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.16s) [2022-05-31T20:29:47.877Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-31T20:29:48.815Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-05-31T20:29:48.815Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.17s) [2022-05-31T20:29:48.815Z] === RUN TestIpcModeOlderClient [2022-05-31T20:29:48.815Z] === PAUSE TestIpcModeOlderClient [2022-05-31T20:29:48.815Z] === RUN TestKillContainerInvalidSignal [2022-05-31T20:29:48.977Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-31T20:29:49.385Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-05-31T20:29:49.385Z] === RUN TestKillContainer [2022-05-31T20:29:49.385Z] === RUN TestKillContainer/no_signal [2022-05-31T20:29:49.914Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-31T20:29:49.955Z] === RUN TestKillContainer/non_killing_signal [2022-05-31T20:29:49.955Z] === RUN TestKillContainer/killing_signal [2022-05-31T20:29:50.172Z] --- PASS: TestContinueAfterPluginCrash (8.47s) [2022-05-31T20:29:50.894Z] --- PASS: TestKillContainer (1.35s) [2022-05-31T20:29:50.894Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-05-31T20:29:50.894Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2022-05-31T20:29:50.894Z] --- PASS: TestKillContainer/killing_signal (0.44s) [2022-05-31T20:29:50.894Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-31T20:29:50.894Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-31T20:29:51.271Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-31T20:29:51.552Z] === CONT TestReadPluginNoRead [2022-05-31T20:29:51.552Z] read_test.go:92: [dd76c7e10feb0] daemon is not started [2022-05-31T20:29:51.552Z] --- PASS: TestReadPluginNoRead (6.20s) [2022-05-31T20:29:51.552Z] --- PASS: TestReadPluginNoRead/default (1.30s) [2022-05-31T20:29:51.552Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.26s) [2022-05-31T20:29:51.552Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.31s) [2022-05-31T20:29:51.552Z] PASS [2022-05-31T20:29:51.552Z] [2022-05-31T20:29:51.552Z] DONE 6 tests in 9.599s [2022-05-31T20:29:51.552Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-05-31T20:29:51.552Z] testing: warning: no tests to run [2022-05-31T20:29:51.552Z] PASS [2022-05-31T20:29:51.552Z] [2022-05-31T20:29:51.552Z] DONE 0 tests in 0.008s [2022-05-31T20:29:51.552Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-31T20:29:51.552Z] INFO: Testing against a local daemon [2022-05-31T20:29:51.552Z] === RUN TestPluginWithDevMounts [2022-05-31T20:29:51.552Z] === PAUSE TestPluginWithDevMounts [2022-05-31T20:29:51.552Z] === CONT TestPluginWithDevMounts [2022-05-31T20:29:52.210Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.32s) [2022-05-31T20:29:52.210Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.45s) [2022-05-31T20:29:52.210Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s) [2022-05-31T20:29:52.210Z] === RUN TestKillStoppedContainer [2022-05-31T20:29:52.210Z] --- PASS: TestKillStoppedContainer (0.06s) [2022-05-31T20:29:52.210Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-31T20:29:52.210Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2022-05-31T20:29:52.210Z] === RUN TestKillDifferentUserContainer [2022-05-31T20:29:52.780Z] --- PASS: TestKillDifferentUserContainer (0.47s) [2022-05-31T20:29:52.780Z] === RUN TestInspectOomKilledTrue [2022-05-31T20:29:52.928Z] --- PASS: TestPluginWithDevMounts (1.62s) [2022-05-31T20:29:52.928Z] PASS [2022-05-31T20:29:52.928Z] [2022-05-31T20:29:52.928Z] DONE 1 tests in 1.643s [2022-05-31T20:29:52.928Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-31T20:29:52.928Z] INFO: Testing against a local daemon [2022-05-31T20:29:52.929Z] === RUN TestSecretInspect [2022-05-31T20:29:53.039Z] --- PASS: TestInspectOomKilledTrue (0.48s) [2022-05-31T20:29:53.039Z] === RUN TestInspectOomKilledFalse [2022-05-31T20:29:53.623Z] --- PASS: TestInspectOomKilledFalse (0.41s) [2022-05-31T20:29:53.623Z] === RUN TestLinksEtcHostsContentMatch [2022-05-31T20:29:53.887Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s) [2022-05-31T20:29:53.887Z] === RUN TestLinksContainerNames [2022-05-31T20:29:54.073Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-31T20:29:54.073Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-31T20:29:54.825Z] --- PASS: TestLinksContainerNames (0.86s) [2022-05-31T20:29:54.825Z] === RUN TestLogsFollowTailEmpty [2022-05-31T20:29:54.830Z] --- PASS: TestSecretInspect (1.80s) [2022-05-31T20:29:54.830Z] === RUN TestSecretList [2022-05-31T20:29:55.085Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2022-05-31T20:29:55.085Z] === RUN TestContainerNetworkMountsNoChown [2022-05-31T20:29:55.654Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/default [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/default [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/private [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/private [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/rprivate [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/slave [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/slave [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/rslave [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/shared [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/shared [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/rshared [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-31T20:29:55.654Z] === CONT TestMountDaemonRoot/default [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-31T20:29:55.654Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-31T20:29:55.654Z] === CONT TestMountDaemonRoot/rshared [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-31T20:29:55.654Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-31T20:29:55.654Z] === CONT TestMountDaemonRoot/shared [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-31T20:29:55.654Z] === CONT TestMountDaemonRoot/rslave [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-31T20:29:55.654Z] === CONT TestMountDaemonRoot/slave [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-31T20:29:55.654Z] === CONT TestMountDaemonRoot/rprivate [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-31T20:29:55.654Z] === CONT TestMountDaemonRoot/private [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-31T20:29:55.654Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-31T20:29:55.654Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-31T20:29:55.655Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-31T20:29:55.655Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-31T20:29:55.655Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-31T20:29:55.655Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-31T20:29:55.655Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-31T20:29:55.655Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-31T20:29:55.655Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-31T20:29:55.655Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-31T20:29:55.655Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-31T20:29:55.655Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-31T20:29:55.655Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-31T20:29:55.655Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-31T20:29:55.914Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-31T20:29:55.914Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-31T20:29:55.914Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-31T20:29:55.914Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-31T20:29:55.914Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-31T20:29:55.914Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-31T20:29:55.914Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-31T20:29:55.914Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-31T20:29:55.914Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-31T20:29:55.914Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-31T20:29:55.914Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-31T20:29:55.914Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-31T20:29:55.914Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-31T20:29:55.914Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2022-05-31T20:29:55.915Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2022-05-31T20:29:55.915Z] === RUN TestContainerBindMountNonRecursive [2022-05-31T20:29:57.295Z] --- PASS: TestContainerBindMountNonRecursive (1.36s) [2022-05-31T20:29:57.295Z] === RUN TestContainerVolumesMountedAsShared [2022-05-31T20:29:57.360Z] --- PASS: TestSecretList (2.18s) [2022-05-31T20:29:57.360Z] === RUN TestSecretsCreateAndDelete [2022-05-31T20:29:57.864Z] --- PASS: TestContainerVolumesMountedAsShared (0.43s) [2022-05-31T20:29:57.864Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-31T20:29:58.124Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s) [2022-05-31T20:29:58.124Z] === RUN TestNetworkNat [2022-05-31T20:29:58.693Z] --- PASS: TestNetworkNat (0.48s) [2022-05-31T20:29:58.693Z] === RUN TestNetworkLocalhostTCPNat [2022-05-31T20:29:58.952Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-05-31T20:29:58.953Z] === RUN TestNetworkLoopbackNat [2022-05-31T20:29:59.274Z] --- PASS: TestSecretsCreateAndDelete (2.21s) [2022-05-31T20:29:59.274Z] === RUN TestSecretsUpdate [2022-05-31T20:30:01.805Z] --- PASS: TestSecretsUpdate (2.17s) [2022-05-31T20:30:01.805Z] === RUN TestTemplatedSecret [2022-05-31T20:30:02.248Z] --- PASS: TestNetworkLoopbackNat (2.61s) [2022-05-31T20:30:02.248Z] === RUN TestPause [2022-05-31T20:30:02.248Z] --- PASS: TestPause (0.47s) [2022-05-31T20:30:02.248Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-31T20:30:02.248Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-31T20:30:02.248Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-31T20:30:02.248Z] === RUN TestPauseStopPausedContainer [2022-05-31T20:30:02.507Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2022-05-31T20:30:02.507Z] === RUN TestPidHost [2022-05-31T20:30:03.888Z] --- PASS: TestPidHost (1.02s) [2022-05-31T20:30:03.888Z] === RUN TestPsFilter [2022-05-31T20:30:03.888Z] --- PASS: TestPsFilter (0.13s) [2022-05-31T20:30:03.888Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-31T20:30:04.147Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.47s) [2022-05-31T20:30:04.147Z] === RUN TestRemoveContainerWithVolume [2022-05-31T20:30:04.335Z] --- PASS: TestTemplatedSecret (2.62s) [2022-05-31T20:30:04.336Z] === RUN TestSecretCreateResolve [2022-05-31T20:30:04.716Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2022-05-31T20:30:04.716Z] === RUN TestRemoveContainerRunning [2022-05-31T20:30:04.975Z] --- PASS: TestRemoveContainerRunning (0.43s) [2022-05-31T20:30:04.976Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-31T20:30:05.545Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2022-05-31T20:30:05.545Z] === RUN TestRemoveInvalidContainer [2022-05-31T20:30:05.545Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-31T20:30:05.545Z] === RUN TestRenameLinkedContainer [2022-05-31T20:30:06.238Z] --- PASS: TestSecretCreateResolve (2.21s) [2022-05-31T20:30:06.238Z] PASS [2022-05-31T20:30:06.238Z] [2022-05-31T20:30:06.238Z] DONE 6 tests in 13.218s [2022-05-31T20:30:06.238Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-31T20:30:06.238Z] INFO: Testing against a local daemon [2022-05-31T20:30:06.238Z] === RUN TestServiceCreateInit [2022-05-31T20:30:06.238Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-31T20:30:07.454Z] --- PASS: TestRenameLinkedContainer (1.84s) [2022-05-31T20:30:07.454Z] === RUN TestRenameStoppedContainer [2022-05-31T20:30:07.714Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-05-31T20:30:07.714Z] === RUN TestRenameRunningContainerAndReuse [2022-05-31T20:30:08.654Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s) [2022-05-31T20:30:08.654Z] === RUN TestRenameInvalidName [2022-05-31T20:30:09.223Z] --- PASS: TestRenameInvalidName (0.42s) [2022-05-31T20:30:09.223Z] === RUN TestRenameAnonymousContainer [2022-05-31T20:30:10.426Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-31T20:30:10.605Z] --- PASS: TestRenameAnonymousContainer (1.55s) [2022-05-31T20:30:10.605Z] === RUN TestRenameContainerWithSameName [2022-05-31T20:30:11.174Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-05-31T20:30:11.174Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-31T20:30:12.114Z] --- PASS: TestRenameContainerWithLinkedContainer (0.86s) [2022-05-31T20:30:12.114Z] === RUN TestResize [2022-05-31T20:30:12.373Z] --- PASS: TestResize (0.43s) [2022-05-31T20:30:12.373Z] === RUN TestResizeWithInvalidSize [2022-05-31T20:30:12.633Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-05-31T20:30:12.633Z] === RUN TestResizeWhenContainerNotStarted [2022-05-31T20:30:13.203Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-05-31T20:30:13.203Z] === RUN TestDaemonRestartKillContainers [2022-05-31T20:30:13.203Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-31T20:30:13.203Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-31T20:30:13.203Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-31T20:30:13.203Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-31T20:30:13.203Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-31T20:30:13.203Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-31T20:30:13.203Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-31T20:30:13.203Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-31T20:30:13.203Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-31T20:30:13.203Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-31T20:30:13.203Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-31T20:30:13.203Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-31T20:30:13.203Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-31T20:30:13.203Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-31T20:30:13.203Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-31T20:30:13.203Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-31T20:30:13.203Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:30:13.203Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:30:13.203Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:30:13.203Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:30:13.203Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:30:13.203Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:30:13.203Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:30:13.203Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:30:13.203Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:30:13.203Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:30:13.203Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:30:13.203Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:30:13.203Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:30:13.203Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:30:13.203Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:30:13.203Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:30:13.203Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-31T20:30:13.203Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:30:13.519Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-31T20:30:13.519Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-31T20:30:13.519Z] GOOS="" GOARCH="" GOARM="" [2022-05-31T20:30:13.519Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-31T20:30:13.519Z] [2022-05-31T20:30:13.519Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-05-31T20:30:13.519Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-05-31T20:30:13.519Z] Using test binary docker [2022-05-31T20:30:13.519Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-31T20:30:13.519Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-31T20:30:13.519Z] INFO: Waiting for daemon to start... [2022-05-31T20:30:13.519Z] Starting dockerd [2022-05-31T20:30:13.519Z] . [2022-05-31T20:30:13.519Z] INFO: Building docker-sdk-python3:5.0.3... [2022-05-31T20:30:14.615Z] --- PASS: TestServiceCreateInit (7.73s) [2022-05-31T20:30:14.615Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.86s) [2022-05-31T20:30:14.615Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.85s) [2022-05-31T20:30:14.615Z] === RUN TestCreateServiceMultipleTimes [2022-05-31T20:30:15.157Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:30:16.095Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:30:17.475Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:30:17.475Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:30:18.419Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:30:18.678Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:30:21.971Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:30:22.231Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-31T20:30:24.143Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-31T20:30:26.050Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-31T20:30:26.050Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-31T20:30:27.432Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-31T20:30:27.692Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-31T20:30:29.600Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-31T20:30:30.684Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-05-31T20:30:30.684Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-31T20:30:30.684Z] GOOS="" GOARCH="" GOARM="" [2022-05-31T20:30:30.684Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-05-31T20:30:30.684Z] [2022-05-31T20:30:30.684Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-05-31T20:30:30.684Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-05-31T20:30:30.684Z] HOSTNAME=d4d815d40221 [2022-05-31T20:30:30.684Z] DEST=bundles/test-integration [2022-05-31T20:30:30.684Z] PWD=/go/src/github.com/docker/docker [2022-05-31T20:30:30.684Z] DOCKER_ROOTLESS=1 [2022-05-31T20:30:30.684Z] DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d [2022-05-31T20:30:30.684Z] container=docker [2022-05-31T20:30:30.684Z] HOME=/root [2022-05-31T20:30:30.684Z] GOLANG_VERSION=1.18.2 [2022-05-31T20:30:30.684Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-05-31T20:30:30.684Z] VALIDATE_BRANCH=master [2022-05-31T20:30:30.684Z] TERM=xterm [2022-05-31T20:30:30.684Z] DOCKER_PKG=github.com/docker/docker [2022-05-31T20:30:30.684Z] SHLVL=1 [2022-05-31T20:30:30.684Z] TIMEOUT=120m [2022-05-31T20:30:30.684Z] DOCKER_BUILDTAGS= journald [2022-05-31T20:30:30.684Z] DOCKER_GRAPHDRIVER=overlay2 [2022-05-31T20:30:30.684Z] GO111MODULE=off [2022-05-31T20:30:30.684Z] DOCKER_EXPERIMENTAL=1 [2022-05-31T20:30:30.684Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-05-31T20:30:30.684Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-05-31T20:30:30.684Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-05-31T20:30:30.684Z] GOPATH=/go [2022-05-31T20:30:30.684Z] PKG_CONFIG=pkg-config [2022-05-31T20:30:30.684Z] _=/usr/bin/env [2022-05-31T20:30:30.684Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-05-31T20:30:30.979Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-05-31T20:30:30.979Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.71s) [2022-05-31T20:30:30.979Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-05-31T20:30:30.979Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.09s) [2022-05-31T20:30:30.979Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-05-31T20:30:30.979Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.30s) [2022-05-31T20:30:30.979Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.28s) [2022-05-31T20:30:30.979Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.45s) [2022-05-31T20:30:30.979Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.51s) [2022-05-31T20:30:30.979Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.00s) [2022-05-31T20:30:30.979Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.65s) [2022-05-31T20:30:30.979Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.91s) [2022-05-31T20:30:30.979Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.73s) [2022-05-31T20:30:30.979Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.88s) [2022-05-31T20:30:30.979Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.71s) [2022-05-31T20:30:30.979Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.75s) [2022-05-31T20:30:30.979Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.67s) [2022-05-31T20:30:30.979Z] === RUN TestCgroupNamespacesRun [2022-05-31T20:30:31.918Z] --- PASS: TestCgroupNamespacesRun (1.17s) [2022-05-31T20:30:31.918Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-31T20:30:32.727Z] --- PASS: TestCreateServiceMultipleTimes (16.12s) [2022-05-31T20:30:32.727Z] === RUN TestCreateServiceConflict [2022-05-31T20:30:32.727Z] --- PASS: TestCreateServiceConflict (2.20s) [2022-05-31T20:30:32.727Z] === RUN TestCreateServiceMaxReplicas [2022-05-31T20:30:33.298Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.21s) [2022-05-31T20:30:33.298Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-31T20:30:34.679Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.18s) [2022-05-31T20:30:34.679Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-31T20:30:35.618Z] --- PASS: TestCgroupNamespacesRunHostMode (1.23s) [2022-05-31T20:30:35.618Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-31T20:30:36.014Z] --- PASS: TestCreateServiceMaxReplicas (3.06s) [2022-05-31T20:30:36.014Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-31T20:30:36.998Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s) [2022-05-31T20:30:36.998Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-31T20:30:37.950Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.19s) [2022-05-31T20:30:37.950Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-31T20:30:38.889Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-05-31T20:30:38.889Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-31T20:30:39.827Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-05-31T20:30:39.827Z] === RUN TestNISDomainname [2022-05-31T20:30:40.397Z] --- PASS: TestNISDomainname (0.54s) [2022-05-31T20:30:40.397Z] === RUN TestHostnameDnsResolution [2022-05-31T20:30:41.336Z] --- PASS: TestHostnameDnsResolution (0.69s) [2022-05-31T20:30:41.336Z] === RUN TestUnprivilegedPortsAndPing [2022-05-31T20:30:41.596Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s) [2022-05-31T20:30:41.596Z] === RUN TestPrivilegedHostDevices [2022-05-31T20:30:42.165Z] --- PASS: TestPrivilegedHostDevices (0.49s) [2022-05-31T20:30:42.165Z] === RUN TestConsoleSize [2022-05-31T20:30:42.735Z] --- PASS: TestConsoleSize (0.40s) [2022-05-31T20:30:42.735Z] === RUN TestStats [2022-05-31T20:30:45.271Z] --- PASS: TestStats (2.52s) [2022-05-31T20:30:45.271Z] === RUN TestStopContainerWithTimeout [2022-05-31T20:30:45.271Z] === RUN TestStopContainerWithTimeout/0 [2022-05-31T20:30:45.271Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-31T20:30:45.271Z] === RUN TestStopContainerWithTimeout/1 [2022-05-31T20:30:45.271Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-31T20:30:45.271Z] === RUN TestStopContainerWithTimeout/3 [2022-05-31T20:30:45.271Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-31T20:30:45.271Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-31T20:30:45.271Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-31T20:30:45.271Z] === CONT TestStopContainerWithTimeout/0 [2022-05-31T20:30:45.271Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-31T20:30:45.841Z] === CONT TestStopContainerWithTimeout/3 [2022-05-31T20:30:47.748Z] === CONT TestStopContainerWithTimeout/1 [2022-05-31T20:30:49.128Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-31T20:30:49.128Z] --- PASS: TestStopContainerWithTimeout/0 (0.70s) [2022-05-31T20:30:49.128Z] --- PASS: TestStopContainerWithTimeout/-1 (2.67s) [2022-05-31T20:30:49.128Z] --- PASS: TestStopContainerWithTimeout/3 (2.40s) [2022-05-31T20:30:49.128Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2022-05-31T20:30:49.128Z] === RUN TestDeleteDevicemapper [2022-05-31T20:30:49.128Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-31T20:30:49.128Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-31T20:30:49.128Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-31T20:30:50.510Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.42s) [2022-05-31T20:30:50.510Z] === RUN TestUpdateMemory [2022-05-31T20:30:50.890Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.21s) [2022-05-31T20:30:50.890Z] === RUN TestCreateServiceSecretFileMode [2022-05-31T20:30:51.079Z] --- PASS: TestUpdateMemory (0.55s) [2022-05-31T20:30:51.079Z] === RUN TestUpdateCPUQuota [2022-05-31T20:30:51.149Z] --- PASS: TestCreateServiceSecretFileMode (2.55s) [2022-05-31T20:30:51.149Z] === RUN TestCreateServiceConfigFileMode [2022-05-31T20:30:52.023Z] --- PASS: TestUpdateCPUQuota (0.66s) [2022-05-31T20:30:52.023Z] === RUN TestUpdatePidsLimit [2022-05-31T20:30:52.023Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-31T20:30:52.023Z] === RUN TestUpdatePidsLimit/no_change [2022-05-31T20:30:52.178Z] sha256:03ba33989f8f51d0354a241851a32e11d77e3e76ecae9b0c4ef4696fff36ff51 [2022-05-31T20:30:52.178Z] INFO: Starting docker-py tests... [2022-05-31T20:30:52.178Z] ============================= test session starts ============================== [2022-05-31T20:30:52.178Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-05-31T20:30:52.178Z] rootdir: /src, inifile: pytest.ini [2022-05-31T20:30:52.178Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-05-31T20:30:52.178Z] collected 395 items / 2 deselected / 393 selected [2022-05-31T20:30:52.178Z] [2022-05-31T20:30:52.282Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-31T20:30:52.542Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-31T20:30:52.542Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-31T20:30:52.802Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-31T20:30:53.062Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-31T20:30:53.632Z] --- PASS: TestUpdatePidsLimit (1.79s) [2022-05-31T20:30:53.632Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.18s) [2022-05-31T20:30:53.632Z] --- PASS: TestUpdatePidsLimit/no_change (0.19s) [2022-05-31T20:30:53.632Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2022-05-31T20:30:53.632Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2022-05-31T20:30:53.632Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) [2022-05-31T20:30:53.632Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.19s) [2022-05-31T20:30:53.632Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.19s) [2022-05-31T20:30:53.632Z] === RUN TestUpdateRestartPolicy [2022-05-31T20:30:53.684Z] --- PASS: TestCreateServiceConfigFileMode (2.11s) [2022-05-31T20:30:53.684Z] === RUN TestCreateServiceSysctls [2022-05-31T20:30:56.968Z] --- PASS: TestCreateServiceSysctls (3.19s) [2022-05-31T20:30:56.968Z] === RUN TestCreateServiceCapabilities [2022-05-31T20:30:58.870Z] --- PASS: TestCreateServiceCapabilities (2.50s) [2022-05-31T20:30:58.870Z] === RUN TestInspect [2022-05-31T20:31:01.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-31T20:31:02.154Z] --- PASS: TestInspect (2.91s) [2022-05-31T20:31:02.154Z] === RUN TestCreateJob [2022-05-31T20:31:04.688Z] --- PASS: TestCreateJob (2.79s) [2022-05-31T20:31:04.688Z] === RUN TestReplicatedJob [2022-05-31T20:31:04.992Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-05-31T20:31:05.556Z] tests/integration/api_client_test.py ..... [ 7%] [2022-05-31T20:31:05.934Z] --- PASS: TestUpdateRestartPolicy (10.95s) [2022-05-31T20:31:05.934Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-31T20:31:05.934Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s) [2022-05-31T20:31:05.934Z] === RUN TestWaitNonBlocked [2022-05-31T20:31:05.934Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-31T20:31:05.934Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-31T20:31:05.934Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-31T20:31:05.934Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-31T20:31:05.934Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-31T20:31:05.934Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-31T20:31:05.934Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-31T20:31:05.934Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.62s) [2022-05-31T20:31:05.934Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.71s) [2022-05-31T20:31:05.934Z] === RUN TestWaitBlocked [2022-05-31T20:31:05.934Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-31T20:31:05.934Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-31T20:31:05.934Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-31T20:31:05.934Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-31T20:31:05.934Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-31T20:31:05.934Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-31T20:31:06.503Z] --- PASS: TestWaitBlocked (0.01s) [2022-05-31T20:31:06.503Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.63s) [2022-05-31T20:31:06.503Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.75s) [2022-05-31T20:31:06.503Z] === CONT TestContainerStartOnDaemonRestart [2022-05-31T20:31:06.503Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-31T20:31:07.308Z] tests/integration/api_config_test.py ...... [ 8%] [2022-05-31T20:31:09.042Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.05s) [2022-05-31T20:31:09.042Z] === CONT TestIpcModeOlderClient [2022-05-31T20:31:09.042Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-05-31T20:31:09.042Z] === CONT TestContainerKillOnDaemonStart [2022-05-31T20:31:09.042Z] --- PASS: TestContainerStartOnDaemonRestart (2.14s) [2022-05-31T20:31:09.042Z] === CONT TestDaemonHostGatewayIP [2022-05-31T20:31:09.977Z] --- PASS: TestReplicatedJob (5.08s) [2022-05-31T20:31:09.977Z] === RUN TestUpdateReplicatedJob [2022-05-31T20:31:10.949Z] --- PASS: TestDaemonHostGatewayIP (2.41s) [2022-05-31T20:31:10.949Z] === CONT TestDaemonRestartIpcMode [2022-05-31T20:31:13.265Z] --- PASS: TestUpdateReplicatedJob (3.16s) [2022-05-31T20:31:13.265Z] === RUN TestServiceListWithStatuses [2022-05-31T20:31:13.265Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-31T20:31:13.265Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-31T20:31:13.265Z] === RUN TestDockerNetworkConnectAlias [2022-05-31T20:31:13.487Z] --- PASS: TestDaemonRestartIpcMode (2.15s) [2022-05-31T20:31:17.315Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-05-31T20:31:17.315Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-05-31T20:31:17.453Z] --- PASS: TestDockerNetworkConnectAlias (4.28s) [2022-05-31T20:31:17.453Z] === RUN TestDockerNetworkReConnect [2022-05-31T20:31:20.164Z] --- PASS: TestContainerKillOnDaemonStart (11.64s) [2022-05-31T20:31:20.164Z] PASS [2022-05-31T20:31:20.164Z] [2022-05-31T20:31:20.164Z] === Skipped [2022-05-31T20:31:20.164Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-05-31T20:31:20.164Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-31T20:31:20.164Z] [2022-05-31T20:31:20.164Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-31T20:31:20.164Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-31T20:31:20.164Z] [2022-05-31T20:31:20.164Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-31T20:31:20.164Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-31T20:31:20.164Z] [2022-05-31T20:31:20.164Z] DONE 243 tests, 3 skipped in 117.301s [2022-05-31T20:31:20.164Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-31T20:31:20.164Z] ++ 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 [2022-05-31T20:31:20.164Z] ++ set -e [2022-05-31T20:31:20.164Z] ++ '[' -n 0 ']' [2022-05-31T20:31:20.164Z] ++ set -x [2022-05-31T20:31:20.164Z] ++ 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 [2022-05-31T20:31:20.424Z] === RUN TestConfigDaemonLibtrustID [2022-05-31T20:31:20.739Z] --- PASS: TestDockerNetworkReConnect (3.53s) [2022-05-31T20:31:20.739Z] === RUN TestServicePlugin [2022-05-31T20:31:20.993Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-05-31T20:31:20.993Z] === RUN TestConfigDaemonID [2022-05-31T20:31:21.931Z] daemon_test.go:83: [dd7bb9af2c373] daemon is not started [2022-05-31T20:31:21.931Z] --- PASS: TestConfigDaemonID (1.04s) [2022-05-31T20:31:21.931Z] === RUN TestDaemonConfigValidation [2022-05-31T20:31:21.931Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-31T20:31:21.931Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-31T20:31:21.931Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-31T20:31:21.931Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-31T20:31:21.931Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-31T20:31:21.931Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-31T20:31:21.931Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-31T20:31:21.931Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-31T20:31:21.931Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-31T20:31:21.931Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-31T20:31:21.931Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-31T20:31:21.931Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-31T20:31:22.191Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-31T20:31:22.191Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-31T20:31:22.191Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-31T20:31:22.191Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-31T20:31:22.191Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-05-31T20:31:22.191Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-05-31T20:31:22.191Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-05-31T20:31:22.191Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-05-31T20:31:22.191Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-05-31T20:31:22.191Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-31T20:31:22.191Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-31T20:31:23.130Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-31T20:31:24.510Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-31T20:31:24.933Z] plugin_test.go:61: [d28b32af9b621] joining swarm manager [de558a0990405]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:31:25.449Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-31T20:31:25.449Z] daemon_test.go:197: [dbb2f096f0f9f] daemon is not started [2022-05-31T20:31:25.449Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-05-31T20:31:25.449Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-05-31T20:31:25.449Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-05-31T20:31:25.449Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-05-31T20:31:25.449Z] === RUN TestDaemonProxy [2022-05-31T20:31:25.449Z] === RUN TestDaemonProxy/environment_variables [2022-05-31T20:31:25.868Z] plugin_test.go:64: [d8fe42f06ed70] joining swarm manager [de558a0990405]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:31:27.355Z] === RUN TestDaemonProxy/command-line_options [2022-05-31T20:31:28.405Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-31T20:31:28.734Z] === RUN TestDaemonProxy/configuration_file [2022-05-31T20:31:30.641Z] === RUN TestDaemonProxy/conflicting_options [2022-05-31T20:31:31.210Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-31T20:31:31.478Z] --- PASS: TestDaemonProxy (6.26s) [2022-05-31T20:31:31.478Z] --- PASS: TestDaemonProxy/environment_variables (1.75s) [2022-05-31T20:31:31.478Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-05-31T20:31:31.478Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-05-31T20:31:31.478Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-05-31T20:31:31.478Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-05-31T20:31:31.478Z] PASS [2022-05-31T20:31:31.478Z] [2022-05-31T20:31:31.478Z] DONE 18 tests in 11.282s [2022-05-31T20:31:31.478Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-05-31T20:31:31.478Z] ++ 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 [2022-05-31T20:31:31.478Z] ++ set -e [2022-05-31T20:31:31.478Z] ++ '[' -n 0 ']' [2022-05-31T20:31:31.478Z] ++ set -x [2022-05-31T20:31:31.478Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_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 [2022-05-31T20:31:31.741Z] INFO: Testing against a local daemon [2022-05-31T20:31:31.741Z] === RUN TestCommitInheritsEnv [2022-05-31T20:31:32.001Z] --- PASS: TestCommitInheritsEnv (0.29s) [2022-05-31T20:31:32.001Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-31T20:31:32.001Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-05-31T20:31:32.001Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-05-31T20:31:32.001Z] === RUN TestImportWithCustomPlatform [2022-05-31T20:31:32.001Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-31T20:31:32.261Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-31T20:31:32.261Z] === RUN TestImportWithCustomPlatform// [2022-05-31T20:31:32.261Z] === RUN TestImportWithCustomPlatform/linux [2022-05-31T20:31:32.261Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-31T20:31:32.261Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-31T20:31:32.521Z] === RUN TestImportWithCustomPlatform/macos [2022-05-31T20:31:32.521Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-31T20:31:32.521Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-31T20:31:32.521Z] --- PASS: TestImportWithCustomPlatform (0.36s) [2022-05-31T20:31:32.521Z] --- PASS: TestImportWithCustomPlatform/#00 (0.08s) [2022-05-31T20:31:32.521Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-31T20:31:32.521Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-31T20:31:32.521Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-05-31T20:31:32.521Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.09s) [2022-05-31T20:31:32.521Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.09s) [2022-05-31T20:31:32.521Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-31T20:31:32.521Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-31T20:31:32.521Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-31T20:31:32.521Z] === RUN TestImagesFilterMultiReference [2022-05-31T20:31:32.521Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-05-31T20:31:32.521Z] === RUN TestImagePullPlatformInvalid [2022-05-31T20:31:32.521Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-05-31T20:31:32.521Z] === RUN TestRemoveImageOrphaning [2022-05-31T20:31:32.780Z] --- PASS: TestRemoveImageOrphaning (0.26s) [2022-05-31T20:31:32.780Z] === RUN TestRemoveImageGarbageCollector [2022-05-31T20:31:32.780Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-31T20:31:32.780Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-05-31T20:31:32.780Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-31T20:31:32.780Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-05-31T20:31:32.780Z] === RUN TestTagInvalidReference [2022-05-31T20:31:32.780Z] --- PASS: TestTagInvalidReference (0.01s) [2022-05-31T20:31:32.780Z] === RUN TestTagValidPrefixedRepo [2022-05-31T20:31:32.780Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-05-31T20:31:32.780Z] === RUN TestTagExistedNameWithoutForce [2022-05-31T20:31:32.780Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-31T20:31:32.780Z] === RUN TestTagOfficialNames [2022-05-31T20:31:33.040Z] --- PASS: TestTagOfficialNames (0.05s) [2022-05-31T20:31:33.040Z] === RUN TestTagMatchesDigest [2022-05-31T20:31:33.040Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-05-31T20:31:33.040Z] PASS [2022-05-31T20:31:33.040Z] [2022-05-31T20:31:33.040Z] === Skipped [2022-05-31T20:31:33.040Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-05-31T20:31:33.040Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-05-31T20:31:33.040Z] [2022-05-31T20:31:33.040Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-05-31T20:31:33.040Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-31T20:31:33.040Z] [2022-05-31T20:31:33.040Z] DONE 22 tests, 2 skipped in 1.348s [2022-05-31T20:31:33.040Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-05-31T20:31:33.040Z] ++ 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 [2022-05-31T20:31:33.040Z] ++ set -e [2022-05-31T20:31:33.040Z] ++ '[' -n 0 ']' [2022-05-31T20:31:33.040Z] ++ set -x [2022-05-31T20:31:33.040Z] ++ 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 [2022-05-31T20:31:33.040Z] INFO: Testing against a local daemon [2022-05-31T20:31:33.040Z] === RUN TestNetworkCreateDelete [2022-05-31T20:31:33.040Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-05-31T20:31:33.040Z] === RUN TestDockerNetworkDeletePreferID [2022-05-31T20:31:33.609Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2022-05-31T20:31:33.609Z] === RUN TestDaemonDNSFallback [2022-05-31T20:31:37.409Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-05-31T20:31:39.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-05-31T20:31:40.182Z] --- PASS: TestDaemonDNSFallback (6.31s) [2022-05-31T20:31:40.182Z] === RUN TestInspectNetwork [2022-05-31T20:31:42.720Z] === RUN TestInspectNetwork/full_network_id [2022-05-31T20:31:42.720Z] === RUN TestInspectNetwork/partial_network_id [2022-05-31T20:31:42.720Z] === RUN TestInspectNetwork/network_name [2022-05-31T20:31:42.720Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-31T20:31:46.915Z] --- PASS: TestInspectNetwork (7.08s) [2022-05-31T20:31:46.915Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-31T20:31:46.915Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-31T20:31:46.915Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-31T20:31:46.915Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-31T20:31:46.915Z] === RUN TestRunContainerWithBridgeNone [2022-05-31T20:31:47.303Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-05-31T20:31:48.295Z] --- PASS: TestRunContainerWithBridgeNone (1.46s) [2022-05-31T20:31:48.296Z] === RUN TestNetworkInvalidJSON [2022-05-31T20:31:48.296Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-31T20:31:48.296Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-31T20:31:48.296Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-31T20:31:48.296Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-31T20:31:48.296Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-31T20:31:48.296Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-31T20:31:48.296Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-31T20:31:48.296Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-31T20:31:48.296Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-31T20:31:48.296Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-31T20:31:48.296Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-31T20:31:48.296Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-31T20:31:48.296Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-31T20:31:48.296Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-31T20:31:48.296Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-31T20:31:48.296Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-31T20:31:48.296Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-31T20:31:48.296Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-31T20:31:48.296Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-31T20:31:48.296Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-31T20:31:48.296Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-31T20:31:48.296Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-05-31T20:31:48.296Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-05-31T20:31:48.296Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-31T20:31:48.296Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-31T20:31:48.296Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-31T20:31:48.296Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-31T20:31:48.296Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-05-31T20:31:48.296Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-31T20:31:48.296Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-31T20:31:48.296Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-31T20:31:48.296Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-31T20:31:48.296Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-31T20:31:48.296Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-31T20:31:48.296Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-31T20:31:48.296Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-31T20:31:48.296Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-31T20:31:48.296Z] === RUN TestNetworkList [2022-05-31T20:31:48.555Z] === RUN TestNetworkList//networks [2022-05-31T20:31:48.555Z] === PAUSE TestNetworkList//networks [2022-05-31T20:31:48.555Z] === RUN TestNetworkList//networks/ [2022-05-31T20:31:48.555Z] === PAUSE TestNetworkList//networks/ [2022-05-31T20:31:48.555Z] === CONT TestNetworkList//networks [2022-05-31T20:31:48.555Z] === CONT TestNetworkList//networks/ [2022-05-31T20:31:48.555Z] --- PASS: TestNetworkList (0.02s) [2022-05-31T20:31:48.555Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-31T20:31:48.555Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-31T20:31:48.555Z] === RUN TestHostIPv4BridgeLabel [2022-05-31T20:31:49.124Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-05-31T20:31:49.124Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-31T20:31:50.062Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-05-31T20:31:50.062Z] === RUN TestDaemonDefaultNetworkPools [2022-05-31T20:31:50.631Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-05-31T20:31:50.631Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-31T20:31:52.011Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-05-31T20:31:52.011Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-31T20:31:52.404Z] --- PASS: TestServicePlugin (30.25s) [2022-05-31T20:31:52.404Z] === RUN TestServiceUpdateLabel [2022-05-31T20:31:53.339Z] --- PASS: TestServiceUpdateLabel (2.39s) [2022-05-31T20:31:53.339Z] === RUN TestServiceUpdateSecrets [2022-05-31T20:31:53.392Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2022-05-31T20:31:53.392Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-31T20:31:53.652Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-05-31T20:31:53.652Z] === RUN TestServiceWithPredefinedNetwork [2022-05-31T20:31:54.992Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-31T20:31:55.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-05-31T20:31:55.959Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-31T20:31:56.189Z] --- PASS: TestServiceWithPredefinedNetwork (2.24s) [2022-05-31T20:31:56.189Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-31T20:31:56.189Z] service_test.go:243: FLAKY_TEST [2022-05-31T20:31:56.189Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-31T20:31:56.189Z] === RUN TestServiceWithDataPathPortInit [2022-05-31T20:31:56.378Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-05-31T20:31:56.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-31T20:31:57.503Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-31T20:31:57.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-31T20:31:58.694Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-31T20:31:58.924Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-05-31T20:32:00.836Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-05-31T20:32:01.213Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-31T20:32:01.778Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-05-31T20:32:02.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-31T20:32:03.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-31T20:32:03.764Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-31T20:32:04.324Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-05-31T20:32:04.694Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-31T20:32:05.258Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-31T20:32:06.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-31T20:32:07.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-31T20:32:08.117Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-31T20:32:08.239Z] --- PASS: TestServiceUpdateSecrets (14.08s) [2022-05-31T20:32:08.239Z] === RUN TestServiceUpdateConfigs [2022-05-31T20:32:09.081Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-31T20:32:09.081Z] Using test binary docker [2022-05-31T20:32:09.081Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-05-31T20:32:09.081Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-31T20:32:09.081Z] INFO: Waiting for daemon to start... [2022-05-31T20:32:09.081Z] Starting dockerd [2022-05-31T20:32:11.087Z] --- PASS: TestServiceWithDataPathPortInit (13.80s) [2022-05-31T20:32:11.087Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-31T20:32:11.596Z] . [2022-05-31T20:32:11.596Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-31T20:32:11.596Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-31T20:32:11.596Z] Error: No such image: emptyfs [2022-05-31T20:32:11.596Z] Running integration-test (iteration 1) [2022-05-31T20:32:11.596Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-31T20:32:11.596Z] Loaded image: busybox:latest [2022-05-31T20:32:11.853Z] Loaded image: busybox:glibc [2022-05-31T20:32:12.467Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-05-31T20:32:12.468Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ws0fm1llucht4w2yvqxdry5xk Created:2022-05-31 20:32:11.022276366 +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[91529bb7aa0dfdb578a91074564f3d93d64618f8e0b387f870c21258836226b7:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kazg849pd4qfxw0pwwqkcyoec EndpointID:3afa1316a7cfa51d3e6ec099c1544f86ab1f42f03e6ca26a539b4ee77bb93fbb MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:66f3ae7ea62d8976766de1faa66bd0a2041544499effc7d75bed97094a7feb18 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:a25a5344548c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kazg849pd4qfxw0pwwqkcyoec EndpointID:3afa1316a7cfa51d3e6ec099c1544f86ab1f42f03e6ca26a539b4ee77bb93fbb EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-31T20:32:13.219Z] Loaded image: debian:bullseye-slim [2022-05-31T20:32:13.219Z] Loaded image: hello-world:latest [2022-05-31T20:32:13.219Z] Loaded image: arm32v7/hello-world:latest [2022-05-31T20:32:13.219Z] INFO: Testing against a local daemon [2022-05-31T20:32:13.219Z] === RUN TestCgroupNamespacesBuild [2022-05-31T20:32:14.586Z] --- PASS: TestCgroupNamespacesBuild (1.37s) [2022-05-31T20:32:14.586Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-31T20:32:15.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-05-31T20:32:15.950Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.19s) [2022-05-31T20:32:15.951Z] === RUN TestBuildWithSession [2022-05-31T20:32:15.951Z] build_session_test.go:25: TODO: BuildKit [2022-05-31T20:32:15.951Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-31T20:32:15.951Z] === RUN TestBuildSquashParent [2022-05-31T20:32:16.663Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.88s) [2022-05-31T20:32:16.663Z] PASS [2022-05-31T20:32:16.663Z] [2022-05-31T20:32:16.663Z] === Skipped [2022-05-31T20:32:16.663Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-31T20:32:16.663Z] service_test.go:243: FLAKY_TEST [2022-05-31T20:32:16.663Z] [2022-05-31T20:32:16.663Z] DONE 38 tests, 1 skipped in 43.666s [2022-05-31T20:32:16.663Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-31T20:32:16.663Z] ++ 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 [2022-05-31T20:32:16.663Z] ++ set -e [2022-05-31T20:32:16.663Z] ++ '[' -n 0 ']' [2022-05-31T20:32:16.663Z] ++ set -x [2022-05-31T20:32:16.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-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 [2022-05-31T20:32:16.664Z] INFO: Testing against a local daemon [2022-05-31T20:32:16.664Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-31T20:32:16.664Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-31T20:32:16.664Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-31T20:32:16.664Z] === RUN TestDockerNetworkIpvlan [2022-05-31T20:32:16.664Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-31T20:32:16.664Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-31T20:32:16.664Z] PASS [2022-05-31T20:32:16.664Z] [2022-05-31T20:32:16.664Z] === Skipped [2022-05-31T20:32:16.664Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-31T20:32:16.664Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-31T20:32:16.664Z] [2022-05-31T20:32:16.664Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-31T20:32:16.664Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-31T20:32:16.664Z] [2022-05-31T20:32:16.664Z] DONE 2 tests, 2 skipped in 0.091s [2022-05-31T20:32:16.664Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-31T20:32:16.664Z] ++ 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 [2022-05-31T20:32:16.664Z] ++ set -e [2022-05-31T20:32:16.664Z] ++ '[' -n 0 ']' [2022-05-31T20:32:16.664Z] ++ set -x [2022-05-31T20:32:16.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-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 [2022-05-31T20:32:16.923Z] INFO: Testing against a local daemon [2022-05-31T20:32:16.923Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-31T20:32:18.309Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.24s) [2022-05-31T20:32:18.309Z] === RUN TestDockerNetworkMacvlan [2022-05-31T20:32:18.318Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-05-31T20:32:18.878Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-31T20:32:19.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-05-31T20:32:19.447Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-31T20:32:20.385Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-31T20:32:21.766Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-31T20:32:22.563Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-05-31T20:32:23.112Z] --- PASS: TestServiceUpdateConfigs (14.62s) [2022-05-31T20:32:23.112Z] === RUN TestServiceUpdateNetwork [2022-05-31T20:32:23.673Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-31T20:32:24.037Z] --- PASS: TestBuildSquashParent (7.54s) [2022-05-31T20:32:24.037Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-31T20:32:24.037Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-31T20:32:24.037Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-31T20:32:24.037Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-31T20:32:24.037Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-31T20:32:24.037Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-31T20:32:24.037Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-31T20:32:24.037Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-31T20:32:24.037Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-31T20:32:24.037Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-31T20:32:24.037Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-31T20:32:24.037Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-31T20:32:24.037Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-31T20:32:24.037Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-31T20:32:24.037Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-31T20:32:24.513Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-05-31T20:32:24.600Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-31T20:32:25.966Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-31T20:32:25.966Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-31T20:32:26.968Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-31T20:32:27.537Z] --- PASS: TestDockerNetworkMacvlan (9.59s) [2022-05-31T20:32:27.537Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-05-31T20:32:27.537Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-05-31T20:32:27.537Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.78s) [2022-05-31T20:32:27.537Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.87s) [2022-05-31T20:32:27.537Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.05s) [2022-05-31T20:32:27.537Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.59s) [2022-05-31T20:32:27.537Z] PASS [2022-05-31T20:32:27.537Z] [2022-05-31T20:32:27.537Z] DONE 8 tests in 10.921s [2022-05-31T20:32:27.797Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-31T20:32:27.797Z] ++ 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 [2022-05-31T20:32:27.797Z] ++ set -e [2022-05-31T20:32:27.797Z] ++ '[' -n 0 ']' [2022-05-31T20:32:27.797Z] ++ set -x [2022-05-31T20:32:27.797Z] ++ 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 [2022-05-31T20:32:27.797Z] testing: warning: no tests to run [2022-05-31T20:32:27.797Z] PASS [2022-05-31T20:32:27.797Z] [2022-05-31T20:32:27.797Z] DONE 0 tests in 0.028s [2022-05-31T20:32:27.797Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-31T20:32:27.797Z] ++ 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 [2022-05-31T20:32:27.797Z] ++ set -e [2022-05-31T20:32:27.797Z] ++ '[' -n 0 ']' [2022-05-31T20:32:27.797Z] ++ set -x [2022-05-31T20:32:27.797Z] ++ 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 [2022-05-31T20:32:27.797Z] INFO: Testing against a local daemon [2022-05-31T20:32:27.797Z] === RUN TestAuthZPluginAllowRequest [2022-05-31T20:32:27.849Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-05-31T20:32:27.855Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-31T20:32:29.177Z] --- PASS: TestAuthZPluginAllowRequest (1.10s) [2022-05-31T20:32:29.177Z] === RUN TestAuthZPluginTLS [2022-05-31T20:32:29.436Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-05-31T20:32:29.437Z] === RUN TestAuthZPluginDenyRequest [2022-05-31T20:32:29.743Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-05-31T20:32:29.743Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.21s) [2022-05-31T20:32:29.743Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.39s) [2022-05-31T20:32:29.743Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.30s) [2022-05-31T20:32:29.743Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.03s) [2022-05-31T20:32:29.743Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.26s) [2022-05-31T20:32:29.743Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.66s) [2022-05-31T20:32:29.743Z] === RUN TestBuildMultiStageCopy [2022-05-31T20:32:29.743Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-31T20:32:30.006Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-05-31T20:32:30.006Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-31T20:32:30.393Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-05-31T20:32:30.576Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-05-31T20:32:30.576Z] === RUN TestAuthZPluginDenyResponse [2022-05-31T20:32:31.145Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-05-31T20:32:31.145Z] === RUN TestAuthZPluginAllowEventStream [2022-05-31T20:32:31.433Z] .........................xx.................... [ 29%] [2022-05-31T20:32:32.259Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-31T20:32:32.549Z] --- PASS: TestAuthZPluginAllowEventStream (1.20s) [2022-05-31T20:32:32.549Z] === RUN TestAuthZPluginErrorResponse [2022-05-31T20:32:32.808Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-05-31T20:32:32.808Z] === RUN TestAuthZPluginErrorRequest [2022-05-31T20:32:32.939Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-05-31T20:32:33.192Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-31T20:32:33.377Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-05-31T20:32:33.377Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-31T20:32:33.946Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-05-31T20:32:33.946Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-31T20:32:34.120Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-31T20:32:35.047Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-31T20:32:35.311Z] --- PASS: TestServiceUpdateNetwork (12.57s) [2022-05-31T20:32:35.311Z] === RUN TestServiceUpdatePidsLimit [2022-05-31T20:32:35.326Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.34s) [2022-05-31T20:32:35.326Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-31T20:32:35.487Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-31T20:32:35.487Z] Using test binary docker [2022-05-31T20:32:35.487Z] +++ /etc/init.d/apparmor start [2022-05-31T20:32:35.487Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-31T20:32:35.487Z] INFO: Waiting for daemon to start... [2022-05-31T20:32:35.487Z] Starting dockerd [2022-05-31T20:32:35.487Z] +++ 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 [2022-05-31T20:32:35.878Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-31T20:32:36.410Z] --- PASS: TestBuildMultiStageCopy (6.61s) [2022-05-31T20:32:36.410Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.61s) [2022-05-31T20:32:36.410Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-05-31T20:32:36.410Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-05-31T20:32:36.410Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-05-31T20:32:36.410Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-05-31T20:32:36.410Z] === RUN TestBuildMultiStageParentConfig [2022-05-31T20:32:36.706Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.33s) [2022-05-31T20:32:36.706Z] === RUN TestAuthZPluginHeader [2022-05-31T20:32:36.815Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-31T20:32:37.275Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-05-31T20:32:37.275Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-31T20:32:37.275Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-31T20:32:37.275Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-05-31T20:32:37.275Z] === RUN TestAuthZPluginV2Disable [2022-05-31T20:32:37.275Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-31T20:32:37.275Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-05-31T20:32:37.275Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-31T20:32:37.275Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-31T20:32:37.275Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-05-31T20:32:37.276Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-31T20:32:37.276Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-31T20:32:37.276Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-05-31T20:32:37.276Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-31T20:32:37.400Z] . [2022-05-31T20:32:37.400Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-31T20:32:37.661Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-31T20:32:37.661Z] Error: No such image: emptyfs [2022-05-31T20:32:37.661Z] ++++ docker load [2022-05-31T20:32:37.661Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-31T20:32:38.233Z] Running integration-test (iteration 1) [2022-05-31T20:32:38.233Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-05-31T20:32:38.233Z] ++ 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 [2022-05-31T20:32:38.233Z] ++ set -e [2022-05-31T20:32:38.233Z] ++ '[' -n 0 ']' [2022-05-31T20:32:38.233Z] ++ set -x [2022-05-31T20:32:38.233Z] ++ 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 [2022-05-31T20:32:39.175Z] Loaded image: busybox:latest [2022-05-31T20:32:39.436Z] Loaded image: busybox:glibc [2022-05-31T20:32:41.660Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2022-05-31T20:32:41.660Z] === RUN TestBuildLabelWithTargets [2022-05-31T20:32:44.726Z] Loaded image: debian:bullseye-slim [2022-05-31T20:32:44.726Z] Loaded image: hello-world:latest [2022-05-31T20:32:44.726Z] Loaded image: arm32v7/hello-world:latest [2022-05-31T20:32:44.726Z] INFO: Testing against a local daemon [2022-05-31T20:32:44.726Z] === RUN TestCgroupNamespacesBuild [2022-05-31T20:32:44.925Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-31T20:32:47.284Z] --- PASS: TestCgroupNamespacesBuild (2.48s) [2022-05-31T20:32:47.284Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-05-31T20:32:47.889Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-05-31T20:32:49.199Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.22s) [2022-05-31T20:32:49.199Z] === RUN TestBuildWithSession [2022-05-31T20:32:49.199Z] build_session_test.go:25: TODO: BuildKit [2022-05-31T20:32:49.199Z] --- SKIP: TestBuildWithSession (0.00s) [2022-05-31T20:32:49.199Z] === RUN TestBuildSquashParent [2022-05-31T20:32:49.747Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-05-31T20:32:49.747Z] === RUN TestBuildWithEmptyLayers [2022-05-31T20:32:51.555Z] --- PASS: TestServiceUpdatePidsLimit (16.60s) [2022-05-31T20:32:51.555Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2022-05-31T20:32:51.555Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.92s) [2022-05-31T20:32:51.555Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.00s) [2022-05-31T20:32:51.555Z] PASS [2022-05-31T20:32:51.555Z] [2022-05-31T20:32:51.555Z] === Skipped [2022-05-31T20:32:51.555Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-31T20:32:51.555Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-31T20:32:51.555Z] [2022-05-31T20:32:51.555Z] DONE 27 tests, 1 skipped in 164.938s [2022-05-31T20:32:51.555Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-31T20:32:51.555Z] INFO: Testing against a local daemon [2022-05-31T20:32:51.555Z] === RUN TestSessionCreate [2022-05-31T20:32:51.555Z] --- PASS: TestSessionCreate (0.02s) [2022-05-31T20:32:51.555Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-31T20:32:51.555Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-05-31T20:32:51.555Z] PASS [2022-05-31T20:32:51.555Z] [2022-05-31T20:32:51.555Z] DONE 2 tests in 0.058s [2022-05-31T20:32:51.555Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-31T20:32:51.555Z] INFO: Testing against a local daemon [2022-05-31T20:32:51.555Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-31T20:32:51.555Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-05-31T20:32:51.555Z] === RUN TestDiskUsage [2022-05-31T20:32:51.555Z] === PAUSE TestDiskUsage [2022-05-31T20:32:51.555Z] === RUN TestEventsExecDie [2022-05-31T20:32:51.815Z] --- PASS: TestEventsExecDie (0.60s) [2022-05-31T20:32:51.815Z] === RUN TestEventsBackwardsCompatible [2022-05-31T20:32:52.073Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-05-31T20:32:52.073Z] === RUN TestEventsVolumeCreate [2022-05-31T20:32:52.073Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-05-31T20:32:52.073Z] === RUN TestInfoBinaryCommits [2022-05-31T20:32:52.073Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-31T20:32:52.073Z] === RUN TestInfoAPIVersioned [2022-05-31T20:32:52.073Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-31T20:32:52.073Z] === RUN TestInfoAPI [2022-05-31T20:32:52.073Z] --- PASS: TestInfoAPI (0.03s) [2022-05-31T20:32:52.073Z] === RUN TestInfoAPIWarnings [2022-05-31T20:32:52.261Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-05-31T20:32:52.261Z] === RUN TestBuildMultiStageOnBuild [2022-05-31T20:32:55.321Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-05-31T20:32:55.370Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-05-31T20:32:55.370Z] PASS [2022-05-31T20:32:55.370Z] [2022-05-31T20:32:55.370Z] === Skipped [2022-05-31T20:32:55.370Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-05-31T20:32:55.370Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-31T20:32:55.370Z] [2022-05-31T20:32:55.370Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-05-31T20:32:55.371Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-31T20:32:55.371Z] [2022-05-31T20:32:55.371Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-05-31T20:32:55.371Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-31T20:32:55.371Z] [2022-05-31T20:32:55.371Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-05-31T20:32:55.371Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-31T20:32:55.371Z] [2022-05-31T20:32:55.371Z] DONE 17 tests, 4 skipped in 26.112s [2022-05-31T20:32:55.371Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-31T20:32:55.371Z] ++ 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 [2022-05-31T20:32:55.371Z] ++ set -e [2022-05-31T20:32:55.371Z] ++ '[' -n 0 ']' [2022-05-31T20:32:55.371Z] ++ set -x [2022-05-31T20:32:55.371Z] ++ 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 [2022-05-31T20:32:55.371Z] INFO: Testing against a local daemon [2022-05-31T20:32:55.371Z] === RUN TestPluginInvalidJSON [2022-05-31T20:32:55.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-31T20:32:55.371Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-31T20:32:55.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-31T20:32:55.371Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-31T20:32:55.371Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-31T20:32:55.371Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-31T20:32:55.371Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-31T20:32:55.371Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-31T20:32:55.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-31T20:32:55.371Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-31T20:32:55.371Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-31T20:32:55.371Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-31T20:32:55.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-31T20:32:55.371Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-31T20:32:55.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-31T20:32:55.371Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-31T20:32:55.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-31T20:32:55.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-31T20:32:55.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-31T20:32:55.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-31T20:32:55.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-31T20:32:55.371Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-05-31T20:32:55.371Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-05-31T20:32:55.371Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-31T20:32:55.371Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-31T20:32:55.371Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-31T20:32:55.371Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-31T20:32:55.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2022-05-31T20:32:55.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-05-31T20:32:55.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-31T20:32:55.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-31T20:32:55.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-31T20:32:55.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-31T20:32:55.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-31T20:32:55.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-31T20:32:55.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-31T20:32:55.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-31T20:32:55.371Z] === RUN TestPluginInstall [2022-05-31T20:32:55.371Z] === RUN TestPluginInstall/no_auth [2022-05-31T20:32:55.371Z] time="2022-05-31T20:32:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:32:55.371Z] time="2022-05-31T20:32:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b237f2ee526fe798cdf08eda14271a0b122d96ecd8274aad6818883d9973abc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:32:55.371Z] time="2022-05-31T20:32:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:32:55.371Z] time="2022-05-31T20:32:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b237f2ee526fe798cdf08eda14271a0b122d96ecd8274aad6818883d9973abc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:32:55.371Z] === RUN TestPluginInstall/with_htpasswd [2022-05-31T20:32:55.371Z] time="2022-05-31T20:32:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:32:55.371Z] time="2022-05-31T20:32:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b237f2ee526fe798cdf08eda14271a0b122d96ecd8274aad6818883d9973abc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:32:55.371Z] time="2022-05-31T20:32:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:32:55.371Z] time="2022-05-31T20:32:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b237f2ee526fe798cdf08eda14271a0b122d96ecd8274aad6818883d9973abc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:32:55.631Z] === RUN TestPluginInstall/with_insecure [2022-05-31T20:32:56.200Z] time="2022-05-31T20:32:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:32:56.200Z] time="2022-05-31T20:32:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c329076a15c4ac0575ea10010644a225d079c9c453eef7c715bd125b0e5dab18" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:32:56.200Z] time="2022-05-31T20:32:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:32:56.200Z] time="2022-05-31T20:32:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c329076a15c4ac0575ea10010644a225d079c9c453eef7c715bd125b0e5dab18" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:32:56.460Z] plugin_test.go:195: [d4ae7e66a1ae5] daemon is not started [2022-05-31T20:32:56.460Z] --- PASS: TestPluginInstall (2.53s) [2022-05-31T20:32:56.460Z] --- PASS: TestPluginInstall/no_auth (0.95s) [2022-05-31T20:32:56.460Z] --- PASS: TestPluginInstall/with_htpasswd (0.56s) [2022-05-31T20:32:56.460Z] --- PASS: TestPluginInstall/with_insecure (1.03s) [2022-05-31T20:32:56.460Z] === RUN TestPluginsWithRuntimes [2022-05-31T20:32:57.539Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2022-05-31T20:32:57.539Z] === RUN TestBuildUncleanTarFilenames [2022-05-31T20:32:57.794Z] --- PASS: TestBuildUncleanTarFilenames (0.63s) [2022-05-31T20:32:57.794Z] === RUN TestBuildMultiStageLayerLeak [2022-05-31T20:32:58.366Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-31T20:32:58.935Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-31T20:32:59.208Z] --- PASS: TestBuildSquashParent (8.69s) [2022-05-31T20:32:59.208Z] === RUN TestBuildWithRemoveAndForceRemove [2022-05-31T20:32:59.208Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-31T20:32:59.208Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-31T20:32:59.208Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-31T20:32:59.208Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-31T20:32:59.208Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-31T20:32:59.208Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-31T20:32:59.208Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-31T20:32:59.208Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-31T20:32:59.208Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-31T20:32:59.208Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-31T20:32:59.208Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-31T20:32:59.208Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-31T20:32:59.208Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-05-31T20:32:59.208Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-05-31T20:32:59.873Z] --- PASS: TestPluginsWithRuntimes (3.24s) [2022-05-31T20:32:59.873Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.86s) [2022-05-31T20:32:59.873Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.85s) [2022-05-31T20:32:59.873Z] === RUN TestPluginBackCompatMediaTypes [2022-05-31T20:33:00.384Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-05-31T20:33:00.442Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-05-31T20:33:00.442Z] PASS [2022-05-31T20:33:00.442Z] [2022-05-31T20:33:00.442Z] DONE 24 tests in 6.498s [2022-05-31T20:33:00.442Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-31T20:33:00.442Z] ++ 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 [2022-05-31T20:33:00.442Z] ++ set -e [2022-05-31T20:33:00.442Z] ++ '[' -n 0 ']' [2022-05-31T20:33:00.442Z] ++ set -x [2022-05-31T20:33:00.442Z] ++ 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 [2022-05-31T20:33:00.442Z] INFO: Testing against a local daemon [2022-05-31T20:33:00.442Z] === RUN TestExternalGraphDriver [2022-05-31T20:33:00.442Z] === RUN TestExternalGraphDriver/json [2022-05-31T20:33:01.755Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-05-31T20:33:01.755Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-05-31T20:33:02.350Z] === RUN TestExternalGraphDriver/spec [2022-05-31T20:33:03.037Z] --- PASS: TestBuildMultiStageLayerLeak (4.37s) [2022-05-31T20:33:03.037Z] === RUN TestBuildWithHugeFile [2022-05-31T20:33:03.729Z] === RUN TestExternalGraphDriver/pull [2022-05-31T20:33:05.059Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-05-31T20:33:05.059Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-05-31T20:33:05.636Z] --- PASS: TestExternalGraphDriver (4.91s) [2022-05-31T20:33:05.636Z] --- PASS: TestExternalGraphDriver/json (1.57s) [2022-05-31T20:33:05.636Z] --- PASS: TestExternalGraphDriver/spec (1.58s) [2022-05-31T20:33:05.636Z] --- PASS: TestExternalGraphDriver/pull (1.72s) [2022-05-31T20:33:05.636Z] === RUN TestGraphdriverPluginV2 [2022-05-31T20:33:05.636Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-31T20:33:05.636Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-05-31T20:33:05.636Z] PASS [2022-05-31T20:33:05.636Z] [2022-05-31T20:33:05.636Z] === Skipped [2022-05-31T20:33:05.636Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-05-31T20:33:05.636Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-31T20:33:05.636Z] [2022-05-31T20:33:05.636Z] DONE 5 tests, 1 skipped in 5.020s [2022-05-31T20:33:05.636Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-31T20:33:05.637Z] ++ 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 [2022-05-31T20:33:05.637Z] ++ set -e [2022-05-31T20:33:05.637Z] ++ '[' -n 0 ']' [2022-05-31T20:33:05.637Z] ++ set -x [2022-05-31T20:33:05.637Z] ++ 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 [2022-05-31T20:33:05.637Z] INFO: Testing against a local daemon [2022-05-31T20:33:05.637Z] === RUN TestContinueAfterPluginCrash [2022-05-31T20:33:05.637Z] === PAUSE TestContinueAfterPluginCrash [2022-05-31T20:33:05.637Z] === RUN TestReadPluginNoRead [2022-05-31T20:33:05.637Z] === PAUSE TestReadPluginNoRead [2022-05-31T20:33:05.637Z] === RUN TestDaemonStartWithLogOpt [2022-05-31T20:33:05.637Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-31T20:33:05.637Z] === CONT TestContinueAfterPluginCrash [2022-05-31T20:33:05.637Z] === CONT TestDaemonStartWithLogOpt [2022-05-31T20:33:08.364Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-05-31T20:33:08.364Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.40s) [2022-05-31T20:33:08.364Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.41s) [2022-05-31T20:33:08.364Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.25s) [2022-05-31T20:33:08.364Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.43s) [2022-05-31T20:33:08.364Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.18s) [2022-05-31T20:33:08.364Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.14s) [2022-05-31T20:33:08.364Z] === RUN TestBuildMultiStageCopy [2022-05-31T20:33:08.364Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-05-31T20:33:08.941Z] --- PASS: TestDaemonStartWithLogOpt (3.18s) [2022-05-31T20:33:08.941Z] === CONT TestReadPluginNoRead [2022-05-31T20:33:10.161Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-05-31T20:33:10.161Z] === RUN TestInfoDebug [2022-05-31T20:33:10.161Z] --- PASS: TestInfoDebug (0.52s) [2022-05-31T20:33:10.161Z] === RUN TestInfoInsecureRegistries [2022-05-31T20:33:10.161Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-05-31T20:33:10.161Z] === RUN TestInfoRegistryMirrors [2022-05-31T20:33:10.161Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-05-31T20:33:10.161Z] === RUN TestLoginFailsWithBadCredentials [2022-05-31T20:33:10.161Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-05-31T20:33:10.161Z] === RUN TestPingCacheHeaders [2022-05-31T20:33:10.161Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-05-31T20:33:10.161Z] === RUN TestPingGet [2022-05-31T20:33:10.161Z] --- PASS: TestPingGet (0.01s) [2022-05-31T20:33:10.161Z] === RUN TestPingHead [2022-05-31T20:33:10.420Z] --- PASS: TestPingHead (0.02s) [2022-05-31T20:33:10.420Z] === RUN TestPingSwarmHeader [2022-05-31T20:33:10.850Z] === RUN TestReadPluginNoRead/default [2022-05-31T20:33:10.914Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-05-31T20:33:10.986Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-31T20:33:11.175Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-05-31T20:33:11.245Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-31T20:33:11.746Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-05-31T20:33:12.230Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-31T20:33:12.318Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-05-31T20:33:12.621Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-31T20:33:12.621Z] --- PASS: TestPingSwarmHeader (2.06s) [2022-05-31T20:33:12.621Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-31T20:33:12.621Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-31T20:33:12.621Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-31T20:33:12.621Z] === RUN TestVersion [2022-05-31T20:33:12.621Z] --- PASS: TestVersion (0.02s) [2022-05-31T20:33:12.621Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-05-31T20:33:12.621Z] === CONT TestDiskUsage [2022-05-31T20:33:12.879Z] === RUN TestDiskUsage/empty [2022-05-31T20:33:12.879Z] === RUN TestDiskUsage/empty/container_types [2022-05-31T20:33:12.879Z] === RUN TestDiskUsage/empty/image_types [2022-05-31T20:33:12.879Z] === RUN TestDiskUsage/empty/volume_types [2022-05-31T20:33:12.879Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-31T20:33:12.879Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-31T20:33:12.879Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-31T20:33:12.879Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-31T20:33:12.879Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-31T20:33:12.879Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-31T20:33:12.879Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-31T20:33:12.879Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-31T20:33:12.890Z] --- PASS: TestBuildMultiStageCopy (5.13s) [2022-05-31T20:33:12.890Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.85s) [2022-05-31T20:33:12.890Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.53s) [2022-05-31T20:33:12.890Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.55s) [2022-05-31T20:33:12.890Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s) [2022-05-31T20:33:12.890Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.62s) [2022-05-31T20:33:12.890Z] === RUN TestBuildMultiStageParentConfig [2022-05-31T20:33:13.139Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-31T20:33:13.139Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-31T20:33:13.139Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-31T20:33:13.139Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-31T20:33:13.139Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-31T20:33:13.139Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-31T20:33:13.139Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-31T20:33:13.139Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-31T20:33:13.139Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-31T20:33:13.139Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-31T20:33:13.139Z] === RUN TestDiskUsage/after_container.Run [2022-05-31T20:33:13.169Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-31T20:33:13.428Z] --- PASS: TestContinueAfterPluginCrash (8.03s) [2022-05-31T20:33:13.707Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-31T20:33:13.707Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-31T20:33:13.707Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-31T20:33:13.707Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-31T20:33:13.707Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-31T20:33:13.707Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-31T20:33:13.707Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-31T20:33:13.707Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-31T20:33:13.707Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-31T20:33:13.707Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage (1.63s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.29s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_container.Run (0.58s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.01s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-05-31T20:33:13.966Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.65s) [2022-05-31T20:33:13.966Z] PASS [2022-05-31T20:33:13.966Z] [2022-05-31T20:33:13.966Z] DONE 54 tests in 22.748s [2022-05-31T20:33:13.966Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-31T20:33:13.966Z] INFO: Testing against a local daemon [2022-05-31T20:33:13.966Z] === RUN TestVolumesCreateAndList [2022-05-31T20:33:13.966Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-31T20:33:13.966Z] === RUN TestVolumesRemove [2022-05-31T20:33:14.225Z] --- PASS: TestVolumesRemove (0.10s) [2022-05-31T20:33:14.225Z] === RUN TestVolumesInspect [2022-05-31T20:33:14.225Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-31T20:33:14.225Z] === RUN TestVolumesInvalidJSON [2022-05-31T20:33:14.225Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-31T20:33:14.225Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-31T20:33:14.225Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-31T20:33:14.225Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-31T20:33:14.225Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-31T20:33:14.225Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-31T20:33:14.225Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-31T20:33:14.225Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-31T20:33:14.225Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-31T20:33:14.225Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-31T20:33:14.225Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-31T20:33:14.225Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-31T20:33:14.225Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-31T20:33:14.225Z] PASS [2022-05-31T20:33:14.225Z] [2022-05-31T20:33:14.225Z] DONE 9 tests in 0.169s [2022-05-31T20:33:14.225Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-31T20:33:14.367Z] === CONT TestReadPluginNoRead [2022-05-31T20:33:14.367Z] read_test.go:92: [d9a7b269637ec] daemon is not started [2022-05-31T20:33:14.367Z] --- PASS: TestReadPluginNoRead (5.80s) [2022-05-31T20:33:14.367Z] --- PASS: TestReadPluginNoRead/default (1.25s) [2022-05-31T20:33:14.367Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.17s) [2022-05-31T20:33:14.367Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s) [2022-05-31T20:33:14.367Z] PASS [2022-05-31T20:33:14.627Z] [2022-05-31T20:33:14.627Z] DONE 6 tests in 9.096s [2022-05-31T20:33:14.627Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-05-31T20:33:14.627Z] ++ 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 [2022-05-31T20:33:14.627Z] ++ set -e [2022-05-31T20:33:14.627Z] ++ '[' -n 0 ']' [2022-05-31T20:33:14.627Z] ++ set -x [2022-05-31T20:33:14.627Z] ++ 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 [2022-05-31T20:33:14.627Z] testing: warning: no tests to run [2022-05-31T20:33:14.627Z] PASS [2022-05-31T20:33:14.627Z] [2022-05-31T20:33:14.627Z] DONE 0 tests in 0.031s [2022-05-31T20:33:14.627Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-31T20:33:14.627Z] ++ 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 [2022-05-31T20:33:14.627Z] ++ set -e [2022-05-31T20:33:14.627Z] ++ '[' -n 0 ']' [2022-05-31T20:33:14.627Z] ++ set -x [2022-05-31T20:33:14.627Z] ++ 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 [2022-05-31T20:33:14.627Z] INFO: Testing against a local daemon [2022-05-31T20:33:14.627Z] === RUN TestPluginWithDevMounts [2022-05-31T20:33:14.627Z] === PAUSE TestPluginWithDevMounts [2022-05-31T20:33:14.627Z] === CONT TestPluginWithDevMounts [2022-05-31T20:33:14.792Z] Stopping apparmor (via systemctl): apparmor.service. [2022-05-31T20:33:14.792Z] Removing test suite binaries [2022-05-31T20:33:14.792Z] exiting test-integration [2022-05-31T20:33:14.792Z] ++ exit 0 [2022-05-31T20:33:14.792Z] [2022-05-31T20:33:14.804Z] --- PASS: TestBuildMultiStageParentConfig (1.51s) [2022-05-31T20:33:14.804Z] === RUN TestBuildLabelWithTargets Post stage [Pipeline] junit [2022-05-31T20:33:16.181Z] Recording test results [2022-05-31T20:33:16.344Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-31T20:33:16.534Z] --- PASS: TestPluginWithDevMounts (1.53s) [2022-05-31T20:33:16.534Z] PASS [2022-05-31T20:33:16.534Z] [2022-05-31T20:33:16.534Z] DONE 1 tests in 1.635s [2022-05-31T20:33:16.534Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-31T20:33:16.534Z] ++ 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 [2022-05-31T20:33:16.534Z] ++ set -e [2022-05-31T20:33:16.534Z] ++ '[' -n 0 ']' [2022-05-31T20:33:16.534Z] ++ set -x [2022-05-31T20:33:16.534Z] ++ 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 [2022-05-31T20:33:16.534Z] INFO: Testing against a local daemon [2022-05-31T20:33:16.534Z] === RUN TestSecretInspect [2022-05-31T20:33:16.667Z] + echo Ensuring container killed. [2022-05-31T20:33:16.667Z] Ensuring container killed. [2022-05-31T20:33:16.667Z] + docker rm -vf docker-pr1 [2022-05-31T20:33:16.667Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-05-31T20:33:16.682Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-05-31T20:33:16.720Z] --- PASS: TestBuildLabelWithTargets (2.21s) [2022-05-31T20:33:16.720Z] === RUN TestBuildWithEmptyLayers [2022-05-31T20:33:16.947Z] + echo Chowning /workspace to jenkins user [2022-05-31T20:33:16.947Z] Chowning /workspace to jenkins user [2022-05-31T20:33:16.947Z] + id -u [2022-05-31T20:33:16.947Z] + id -g [2022-05-31T20:33:16.947Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43672:/workspace busybox chown -R 1000:1000 /workspace [2022-05-31T20:33:18.104Z] --- PASS: TestBuildWithEmptyLayers (1.34s) [2022-05-31T20:33:18.104Z] === RUN TestBuildMultiStageOnBuild [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-31T20:33:18.442Z] --- PASS: TestSecretInspect (2.19s) [2022-05-31T20:33:18.442Z] === RUN TestSecretList [2022-05-31T20:33:18.620Z] + bundleName=amd64-cgroup2 [2022-05-31T20:33:18.620Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-05-31T20:33:18.620Z] Creating amd64-cgroup2-bundles.tar.gz [2022-05-31T20:33:18.620Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-05-31T20:33:18.620Z] + 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 [2022-05-31T20:33:18.890Z] Archiving artifacts [2022-05-31T20:33:19.209Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43672/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-31T20:33:19.509Z] + make clean [2022-05-31T20:33:19.510Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-31T20:33:19.510Z] docker-dev-cache [2022-05-31T20:33:19.510Z] docker-mod-cache [Pipeline] deleteDir [2022-05-31T20:33:20.979Z] --- PASS: TestSecretList (2.23s) [2022-05-31T20:33:20.979Z] === RUN TestSecretsCreateAndDelete [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-31T20:33:21.408Z] --- PASS: TestBuildMultiStageOnBuild (3.06s) [2022-05-31T20:33:21.408Z] === RUN TestBuildUncleanTarFilenames [2022-05-31T20:33:22.887Z] --- PASS: TestSecretsCreateAndDelete (1.82s) [2022-05-31T20:33:22.887Z] === RUN TestSecretsUpdate [2022-05-31T20:33:23.324Z] --- PASS: TestBuildUncleanTarFilenames (1.98s) [2022-05-31T20:33:23.324Z] === RUN TestBuildMultiStageLayerLeak [2022-05-31T20:33:24.795Z] --- PASS: TestSecretsUpdate (2.27s) [2022-05-31T20:33:24.795Z] === RUN TestTemplatedSecret [2022-05-31T20:33:26.370Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-05-31T20:33:26.630Z] --- PASS: TestBuildMultiStageLayerLeak (3.32s) [2022-05-31T20:33:26.630Z] === RUN TestBuildWithHugeFile [2022-05-31T20:33:27.334Z] --- PASS: TestTemplatedSecret (2.55s) [2022-05-31T20:33:27.334Z] === RUN TestSecretCreateResolve [2022-05-31T20:33:27.857Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-05-31T20:33:29.872Z] --- PASS: TestSecretCreateResolve (2.18s) [2022-05-31T20:33:29.872Z] PASS [2022-05-31T20:33:29.872Z] [2022-05-31T20:33:29.872Z] DONE 6 tests in 13.337s [2022-05-31T20:33:29.872Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-05-31T20:33:29.872Z] ++ 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 [2022-05-31T20:33:29.872Z] ++ set -e [2022-05-31T20:33:29.872Z] ++ '[' -n 0 ']' [2022-05-31T20:33:29.872Z] ++ set -x [2022-05-31T20:33:29.872Z] ++ 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 [2022-05-31T20:33:29.872Z] INFO: Testing against a local daemon [2022-05-31T20:33:29.872Z] === RUN TestServiceCreateInit [2022-05-31T20:33:29.872Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-31T20:33:32.185Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-05-31T20:33:34.093Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-31T20:33:36.486Z] ............................ [ 66%] [2022-05-31T20:33:37.387Z] --- PASS: TestServiceCreateInit (7.38s) [2022-05-31T20:33:37.387Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.83s) [2022-05-31T20:33:37.387Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.53s) [2022-05-31T20:33:37.387Z] === RUN TestCreateServiceMultipleTimes [2022-05-31T20:33:52.277Z] --- PASS: TestCreateServiceMultipleTimes (15.27s) [2022-05-31T20:33:52.277Z] === RUN TestCreateServiceConflict [2022-05-31T20:33:54.815Z] --- PASS: TestCreateServiceConflict (2.18s) [2022-05-31T20:33:54.815Z] === RUN TestCreateServiceMaxReplicas [2022-05-31T20:33:57.352Z] --- PASS: TestCreateServiceMaxReplicas (2.62s) [2022-05-31T20:33:57.352Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-31T20:33:59.210Z] --- PASS: TestBuildWithHugeFile (50.11s) [2022-05-31T20:33:59.210Z] === RUN TestBuildWCOWSandboxSize [2022-05-31T20:33:59.210Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-31T20:33:59.210Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-31T20:33:59.210Z] === RUN TestBuildWithEmptyDockerfile [2022-05-31T20:33:59.210Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-31T20:33:59.210Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-31T20:33:59.210Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-31T20:33:59.210Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-31T20:33:59.210Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-31T20:33:59.210Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-31T20:33:59.210Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-31T20:33:59.210Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-31T20:33:59.210Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-31T20:33:59.210Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-05-31T20:33:59.210Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2022-05-31T20:33:59.210Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2022-05-31T20:33:59.210Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-05-31T20:33:59.210Z] === RUN TestBuildPreserveOwnership [2022-05-31T20:33:59.210Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-31T20:33:59.210Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-31T20:34:02.475Z] --- PASS: TestBuildPreserveOwnership (9.58s) [2022-05-31T20:34:02.475Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.55s) [2022-05-31T20:34:02.475Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-05-31T20:34:02.475Z] === RUN TestBuildPlatformInvalid [2022-05-31T20:34:02.475Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-05-31T20:34:02.475Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-31T20:34:02.475Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-05-31T20:34:02.475Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-05-31T20:34:02.475Z] PASS [2022-05-31T20:34:02.475Z] [2022-05-31T20:34:02.475Z] === Skipped [2022-05-31T20:34:02.475Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-31T20:34:02.475Z] build_session_test.go:25: TODO: BuildKit [2022-05-31T20:34:02.475Z] [2022-05-31T20:34:02.475Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-31T20:34:02.475Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-31T20:34:02.475Z] [2022-05-31T20:34:02.475Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-05-31T20:34:02.475Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-05-31T20:34:02.475Z] [2022-05-31T20:34:02.475Z] DONE 34 tests, 3 skipped in 110.929s [2022-05-31T20:34:02.475Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-31T20:34:02.475Z] INFO: Testing against a local daemon [2022-05-31T20:34:02.475Z] === RUN TestConfigInspect [2022-05-31T20:34:02.475Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:34:02.475Z] --- SKIP: TestConfigInspect (0.02s) [2022-05-31T20:34:02.475Z] === RUN TestConfigList [2022-05-31T20:34:02.475Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:34:02.475Z] --- SKIP: TestConfigList (0.01s) [2022-05-31T20:34:02.475Z] === RUN TestConfigsCreateAndDelete [2022-05-31T20:34:02.475Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:34:02.475Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-05-31T20:34:02.475Z] === RUN TestConfigsUpdate [2022-05-31T20:34:02.475Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:34:02.475Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-05-31T20:34:02.475Z] === RUN TestTemplatedConfig [2022-05-31T20:34:02.475Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:34:02.475Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-05-31T20:34:02.475Z] === RUN TestConfigCreateResolve [2022-05-31T20:34:02.475Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:34:02.475Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-05-31T20:34:02.475Z] PASS [2022-05-31T20:34:02.475Z] [2022-05-31T20:34:02.475Z] === Skipped [2022-05-31T20:34:02.475Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-05-31T20:34:02.475Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:34:02.475Z] [2022-05-31T20:34:02.475Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-05-31T20:34:02.475Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:34:02.475Z] [2022-05-31T20:34:02.475Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-05-31T20:34:02.475Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:34:02.475Z] [2022-05-31T20:34:02.475Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-05-31T20:34:02.475Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:34:02.475Z] [2022-05-31T20:34:02.475Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-05-31T20:34:02.475Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:34:02.475Z] [2022-05-31T20:34:02.475Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-05-31T20:34:02.475Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:34:02.475Z] [2022-05-31T20:34:02.475Z] DONE 6 tests, 6 skipped in 0.163s [2022-05-31T20:34:02.475Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-31T20:34:02.731Z] INFO: Testing against a local daemon [2022-05-31T20:34:02.731Z] === RUN TestAttachWithTTY [2022-05-31T20:34:02.731Z] --- PASS: TestAttachWithTTY (0.05s) [2022-05-31T20:34:02.731Z] === RUN TestAttachWithoutTTy [2022-05-31T20:34:02.731Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-05-31T20:34:02.731Z] === RUN TestCheckpoint [2022-05-31T20:34:02.731Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-31T20:34:02.731Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/commit [2022-05-31T20:34:02.731Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-31T20:34:02.731Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-31T20:34:02.731Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-31T20:34:02.731Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-31T20:34:02.731Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-31T20:34:02.731Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-31T20:34:02.731Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-31T20:34:02.731Z] === CONT TestContainerInvalidJSON/commit [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-31T20:34:02.731Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-31T20:34:02.731Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-31T20:34:02.731Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-31T20:34:02.731Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-31T20:34:02.731Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-31T20:34:02.731Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-31T20:34:02.731Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-31T20:34:02.731Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-31T20:34:02.731Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-31T20:34:02.731Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-05-31T20:34:02.731Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-31T20:34:02.987Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-05-31T20:34:02.987Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-31T20:34:02.987Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-05-31T20:34:02.987Z] === RUN TestCopyEmptyFile [2022-05-31T20:34:03.243Z] --- PASS: TestCopyEmptyFile (0.21s) [2022-05-31T20:34:03.243Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-31T20:34:03.243Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-05-31T20:34:03.243Z] === RUN TestCopyFromContainer [2022-05-31T20:34:07.409Z] === RUN TestCopyFromContainer// [2022-05-31T20:34:07.409Z] === RUN TestCopyFromContainer//bar/root [2022-05-31T20:34:07.409Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-31T20:34:07.409Z] === RUN TestCopyFromContainer/bar/quux [2022-05-31T20:34:07.409Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-31T20:34:07.409Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-31T20:34:07.409Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-31T20:34:07.665Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-31T20:34:07.665Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-31T20:34:07.665Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-31T20:34:07.665Z] --- PASS: TestCopyFromContainer (4.56s) [2022-05-31T20:34:07.665Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-05-31T20:34:07.665Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-05-31T20:34:07.665Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-05-31T20:34:07.665Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-05-31T20:34:07.665Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-05-31T20:34:07.665Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-05-31T20:34:07.665Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-05-31T20:34:07.665Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-05-31T20:34:07.665Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-05-31T20:34:07.665Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-05-31T20:34:07.665Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-31T20:34:07.665Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-31T20:34:07.665Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-31T20:34:07.665Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-31T20:34:07.665Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-31T20:34:07.665Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-31T20:34:07.665Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-31T20:34:07.665Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-31T20:34:07.665Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-31T20:34:07.665Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-31T20:34:07.665Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-05-31T20:34:07.665Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-31T20:34:07.665Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-31T20:34:07.665Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-31T20:34:07.665Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-31T20:34:07.921Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-05-31T20:34:07.921Z] === RUN TestCreateWithInvalidEnv [2022-05-31T20:34:07.921Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-31T20:34:07.921Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-31T20:34:07.921Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-31T20:34:07.921Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-31T20:34:07.921Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-31T20:34:07.921Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-31T20:34:07.921Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-31T20:34:07.921Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-31T20:34:07.921Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-31T20:34:07.921Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-05-31T20:34:07.921Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-05-31T20:34:07.921Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-05-31T20:34:07.921Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-31T20:34:07.921Z] === RUN TestCreateTmpfsMountsTarget [2022-05-31T20:34:07.921Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-05-31T20:34:07.921Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-31T20:34:09.286Z] --- PASS: TestCreateWithCustomMaskedPaths (1.22s) [2022-05-31T20:34:09.286Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-31T20:34:10.214Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.19s) [2022-05-31T20:34:10.214Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-31T20:34:10.214Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-31T20:34:10.214Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-31T20:34:10.214Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-31T20:34:10.214Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-31T20:34:10.214Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-31T20:34:10.214Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-31T20:34:10.214Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-31T20:34:10.214Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-31T20:34:10.214Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-31T20:34:10.214Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-31T20:34:10.214Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-31T20:34:10.214Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-31T20:34:10.214Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-31T20:34:10.214Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-31T20:34:10.214Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-31T20:34:10.471Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-05-31T20:34:10.471Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-05-31T20:34:10.471Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-05-31T20:34:10.471Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2022-05-31T20:34:10.471Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2022-05-31T20:34:10.471Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2022-05-31T20:34:10.471Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-31T20:34:10.727Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2022-05-31T20:34:10.727Z] === RUN TestCreateDifferentPlatform [2022-05-31T20:34:10.727Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-31T20:34:10.727Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-31T20:34:10.727Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-05-31T20:34:10.727Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-31T20:34:10.727Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-31T20:34:10.727Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-31T20:34:10.727Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-05-31T20:34:10.727Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-31T20:34:10.727Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-05-31T20:34:10.727Z] === RUN TestCreateInvalidHostConfig [2022-05-31T20:34:10.727Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-05-31T20:34:10.727Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-05-31T20:34:10.727Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-05-31T20:34:10.984Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-05-31T20:34:10.984Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-05-31T20:34:10.984Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-05-31T20:34:10.984Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-05-31T20:34:10.984Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-05-31T20:34:10.984Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-05-31T20:34:10.984Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-05-31T20:34:10.984Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-05-31T20:34:10.984Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-05-31T20:34:10.984Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-05-31T20:34:10.984Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-05-31T20:34:10.984Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-05-31T20:34:10.984Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-05-31T20:34:10.984Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-05-31T20:34:10.984Z] === RUN TestContainerStartOnDaemonRestart [2022-05-31T20:34:10.984Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-05-31T20:34:10.984Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-05-31T20:34:10.984Z] === RUN TestDaemonRestartIpcMode [2022-05-31T20:34:10.984Z] === PAUSE TestDaemonRestartIpcMode [2022-05-31T20:34:10.984Z] === RUN TestDaemonHostGatewayIP [2022-05-31T20:34:10.984Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:34:10.984Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-05-31T20:34:10.984Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-31T20:34:10.984Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-31T20:34:10.984Z] === RUN TestContainerKillOnDaemonStart [2022-05-31T20:34:10.984Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-05-31T20:34:10.984Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-05-31T20:34:10.984Z] === RUN TestDiff [2022-05-31T20:34:11.240Z] --- PASS: TestDiff (0.41s) [2022-05-31T20:34:11.240Z] === RUN TestExecWithCloseStdin [2022-05-31T20:34:11.802Z] --- PASS: TestExecWithCloseStdin (0.48s) [2022-05-31T20:34:11.802Z] === RUN TestExec [2022-05-31T20:34:12.242Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.11s) [2022-05-31T20:34:12.242Z] === RUN TestCreateServiceSecretFileMode [2022-05-31T20:34:12.242Z] --- PASS: TestCreateServiceSecretFileMode (2.01s) [2022-05-31T20:34:12.242Z] === RUN TestCreateServiceConfigFileMode [2022-05-31T20:34:12.365Z] --- PASS: TestExec (0.48s) [2022-05-31T20:34:12.365Z] === RUN TestExecUser [2022-05-31T20:34:12.621Z] --- PASS: TestExecUser (0.49s) [2022-05-31T20:34:12.621Z] === RUN TestExportContainerAndImportImage [2022-05-31T20:34:13.182Z] --- PASS: TestExportContainerAndImportImage (0.56s) [2022-05-31T20:34:13.182Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-31T20:34:14.552Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s) [2022-05-31T20:34:14.552Z] === RUN TestHealthCheckWorkdir [2022-05-31T20:34:14.780Z] --- PASS: TestCreateServiceConfigFileMode (2.39s) [2022-05-31T20:34:14.780Z] === RUN TestCreateServiceSysctls [2022-05-31T20:34:15.113Z] --- PASS: TestHealthCheckWorkdir (0.56s) [2022-05-31T20:34:15.113Z] === RUN TestHealthKillContainer [2022-05-31T20:34:17.985Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-05-31T20:34:18.072Z] --- PASS: TestCreateServiceSysctls (2.94s) [2022-05-31T20:34:18.072Z] === RUN TestCreateServiceCapabilities [2022-05-31T20:34:19.984Z] --- PASS: TestCreateServiceCapabilities (2.38s) [2022-05-31T20:34:19.984Z] === RUN TestInspect [2022-05-31T20:34:22.522Z] --- PASS: TestInspect (2.65s) [2022-05-31T20:34:22.522Z] === RUN TestCreateJob [2022-05-31T20:34:23.194Z] --- PASS: TestHealthKillContainer (7.91s) [2022-05-31T20:34:23.194Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-31T20:34:23.194Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-31T20:34:23.194Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-05-31T20:34:23.194Z] === RUN TestIpcModeNone [2022-05-31T20:34:23.449Z] --- PASS: TestIpcModeNone (0.46s) [2022-05-31T20:34:23.449Z] === RUN TestIpcModePrivate [2022-05-31T20:34:24.011Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-05-31T20:34:24.011Z] --- PASS: TestIpcModePrivate (0.56s) [2022-05-31T20:34:24.011Z] === RUN TestIpcModeShareable [2022-05-31T20:34:24.011Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-31T20:34:24.011Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-05-31T20:34:24.011Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-31T20:34:25.382Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.41s) [2022-05-31T20:34:25.382Z] === RUN TestAPIIpcModeHost [2022-05-31T20:34:25.382Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-31T20:34:25.382Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-05-31T20:34:25.382Z] === RUN TestDaemonIpcModeShareable [2022-05-31T20:34:25.382Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-31T20:34:25.382Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-05-31T20:34:25.382Z] === RUN TestDaemonIpcModePrivate [2022-05-31T20:34:25.813Z] --- PASS: TestCreateJob (2.88s) [2022-05-31T20:34:25.813Z] === RUN TestReplicatedJob [2022-05-31T20:34:26.748Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-05-31T20:34:26.748Z] --- PASS: TestDaemonIpcModePrivate (1.16s) [2022-05-31T20:34:26.748Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-31T20:34:26.748Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-31T20:34:26.748Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-05-31T20:34:26.748Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-31T20:34:26.748Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-31T20:34:26.748Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-05-31T20:34:26.748Z] === RUN TestIpcModeOlderClient [2022-05-31T20:34:26.748Z] === PAUSE TestIpcModeOlderClient [2022-05-31T20:34:26.748Z] === RUN TestKillContainerInvalidSignal [2022-05-31T20:34:27.311Z] --- PASS: TestKillContainerInvalidSignal (0.45s) [2022-05-31T20:34:27.311Z] === RUN TestKillContainer [2022-05-31T20:34:27.311Z] === RUN TestKillContainer/no_signal [2022-05-31T20:34:27.873Z] === RUN TestKillContainer/non_killing_signal [2022-05-31T20:34:28.129Z] === RUN TestKillContainer/killing_signal [2022-05-31T20:34:28.692Z] --- PASS: TestKillContainer (1.45s) [2022-05-31T20:34:28.692Z] --- PASS: TestKillContainer/no_signal (0.61s) [2022-05-31T20:34:28.692Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-05-31T20:34:28.692Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-05-31T20:34:28.692Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-31T20:34:28.692Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-31T20:34:28.948Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-31T20:34:29.509Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.86s) [2022-05-31T20:34:29.509Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s) [2022-05-31T20:34:29.509Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s) [2022-05-31T20:34:29.509Z] === RUN TestKillStoppedContainer [2022-05-31T20:34:29.509Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-05-31T20:34:29.509Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-31T20:34:29.509Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-05-31T20:34:29.509Z] === RUN TestKillDifferentUserContainer [2022-05-31T20:34:30.071Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-05-31T20:34:30.071Z] === RUN TestInspectOomKilledTrue [2022-05-31T20:34:30.071Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-31T20:34:30.071Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-31T20:34:30.071Z] === RUN TestInspectOomKilledFalse [2022-05-31T20:34:30.071Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-31T20:34:30.071Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-31T20:34:30.071Z] === RUN TestLinksEtcHostsContentMatch [2022-05-31T20:34:30.071Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-05-31T20:34:30.071Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-05-31T20:34:30.071Z] === RUN TestLinksContainerNames [2022-05-31T20:34:30.998Z] --- PASS: TestLinksContainerNames (0.85s) [2022-05-31T20:34:30.998Z] === RUN TestLogsFollowTailEmpty [2022-05-31T20:34:31.092Z] --- PASS: TestReplicatedJob (4.66s) [2022-05-31T20:34:31.092Z] === RUN TestUpdateReplicatedJob [2022-05-31T20:34:31.254Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2022-05-31T20:34:31.254Z] === RUN TestContainerNetworkMountsNoChown [2022-05-31T20:34:31.510Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-05-31T20:34:31.510Z] === RUN TestMountDaemonRoot [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/default [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/default [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/private [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/private [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/rprivate [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/slave [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/slave [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/rslave [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/shared [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/shared [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/rshared [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/default [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/rshared [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/private [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/shared [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/rslave [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/slave [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/rprivate [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-31T20:34:31.767Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-31T20:34:31.767Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-31T20:34:31.767Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-31T20:34:32.023Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-31T20:34:32.023Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-31T20:34:32.023Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-31T20:34:32.023Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-31T20:34:32.023Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-31T20:34:32.023Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-31T20:34:32.023Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-31T20:34:32.023Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-31T20:34:32.023Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-31T20:34:32.023Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-31T20:34:32.023Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-31T20:34:32.023Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-31T20:34:32.023Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-31T20:34:32.023Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-05-31T20:34:32.023Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-05-31T20:34:32.023Z] === RUN TestContainerBindMountNonRecursive [2022-05-31T20:34:32.023Z] 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) [2022-05-31T20:34:32.023Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-05-31T20:34:32.023Z] === RUN TestContainerVolumesMountedAsShared [2022-05-31T20:34:32.023Z] 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) [2022-05-31T20:34:32.023Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-05-31T20:34:32.023Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-31T20:34:32.023Z] 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) [2022-05-31T20:34:32.023Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-05-31T20:34:32.023Z] === RUN TestNetworkNat [2022-05-31T20:34:32.585Z] --- PASS: TestNetworkNat (0.59s) [2022-05-31T20:34:32.585Z] === RUN TestNetworkLocalhostTCPNat [2022-05-31T20:34:33.147Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-05-31T20:34:33.147Z] === RUN TestNetworkLoopbackNat [2022-05-31T20:34:33.630Z] --- PASS: TestUpdateReplicatedJob (3.02s) [2022-05-31T20:34:33.630Z] === RUN TestServiceListWithStatuses [2022-05-31T20:34:33.630Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-31T20:34:33.630Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-31T20:34:33.630Z] === RUN TestDockerNetworkConnectAlias [2022-05-31T20:34:35.689Z] --- PASS: TestNetworkLoopbackNat (2.56s) [2022-05-31T20:34:35.689Z] === RUN TestPause [2022-05-31T20:34:35.689Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-31T20:34:35.689Z] --- SKIP: TestPause (0.00s) [2022-05-31T20:34:35.689Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-31T20:34:35.689Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-31T20:34:35.689Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-31T20:34:35.689Z] === RUN TestPauseStopPausedContainer [2022-05-31T20:34:35.689Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-31T20:34:35.689Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-05-31T20:34:35.689Z] === RUN TestPidHost [2022-05-31T20:34:36.019Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-05-31T20:34:36.019Z] tests/integration/client_test.py ..... [ 75%] [2022-05-31T20:34:36.019Z] tests/integration/context_api_test.py ... [ 76%] [2022-05-31T20:34:36.019Z] tests/integration/errors_test.py . [ 76%] [2022-05-31T20:34:36.617Z] --- PASS: TestPidHost (0.95s) [2022-05-31T20:34:36.617Z] === RUN TestPsFilter [2022-05-31T20:34:36.872Z] --- PASS: TestPsFilter (0.11s) [2022-05-31T20:34:36.872Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-31T20:34:37.128Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-05-31T20:34:37.128Z] === RUN TestRemoveContainerWithVolume [2022-05-31T20:34:37.690Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2022-05-31T20:34:37.690Z] === RUN TestRemoveContainerRunning [2022-05-31T20:34:37.825Z] --- PASS: TestDockerNetworkConnectAlias (3.94s) [2022-05-31T20:34:37.825Z] === RUN TestDockerNetworkReConnect [2022-05-31T20:34:37.946Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-05-31T20:34:37.946Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-31T20:34:38.507Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2022-05-31T20:34:38.507Z] === RUN TestRemoveInvalidContainer [2022-05-31T20:34:38.507Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-05-31T20:34:38.507Z] === RUN TestRenameLinkedContainer [2022-05-31T20:34:40.362Z] --- PASS: TestDockerNetworkReConnect (3.24s) [2022-05-31T20:34:40.362Z] === RUN TestServicePlugin [2022-05-31T20:34:40.362Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-31T20:34:40.362Z] --- SKIP: TestServicePlugin (0.00s) [2022-05-31T20:34:40.362Z] === RUN TestServiceUpdateLabel [2022-05-31T20:34:40.397Z] --- PASS: TestRenameLinkedContainer (1.67s) [2022-05-31T20:34:40.397Z] === RUN TestRenameStoppedContainer [2022-05-31T20:34:40.653Z] --- PASS: TestRenameStoppedContainer (0.39s) [2022-05-31T20:34:40.653Z] === RUN TestRenameRunningContainerAndReuse [2022-05-31T20:34:41.581Z] --- PASS: TestRenameRunningContainerAndReuse (0.87s) [2022-05-31T20:34:41.581Z] === RUN TestRenameInvalidName [2022-05-31T20:34:41.837Z] --- PASS: TestRenameInvalidName (0.44s) [2022-05-31T20:34:41.837Z] === RUN TestRenameAnonymousContainer [2022-05-31T20:34:42.904Z] --- PASS: TestServiceUpdateLabel (2.18s) [2022-05-31T20:34:42.904Z] === RUN TestServiceUpdateSecrets [2022-05-31T20:34:43.726Z] --- PASS: TestRenameAnonymousContainer (1.51s) [2022-05-31T20:34:43.726Z] === RUN TestRenameContainerWithSameName [2022-05-31T20:34:43.726Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2022-05-31T20:34:43.726Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-31T20:34:44.654Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s) [2022-05-31T20:34:44.654Z] === RUN TestResize [2022-05-31T20:34:44.909Z] --- PASS: TestResize (0.39s) [2022-05-31T20:34:44.909Z] === RUN TestResizeWithInvalidSize [2022-05-31T20:34:45.470Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2022-05-31T20:34:45.470Z] === RUN TestResizeWhenContainerNotStarted [2022-05-31T20:34:45.727Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-05-31T20:34:45.727Z] === RUN TestDaemonRestartKillContainers [2022-05-31T20:34:45.727Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-05-31T20:34:45.727Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-05-31T20:34:45.727Z] === RUN TestCgroupNamespacesRun [2022-05-31T20:34:47.100Z] --- PASS: TestCgroupNamespacesRun (1.19s) [2022-05-31T20:34:47.100Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-31T20:34:48.465Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.17s) [2022-05-31T20:34:48.465Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-31T20:34:49.393Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s) [2022-05-31T20:34:49.393Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-31T20:34:50.760Z] --- PASS: TestCgroupNamespacesRunHostMode (1.16s) [2022-05-31T20:34:50.760Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-31T20:34:51.688Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s) [2022-05-31T20:34:51.688Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-31T20:34:53.052Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2022-05-31T20:34:53.052Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-31T20:34:53.613Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.72s) [2022-05-31T20:34:53.613Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-31T20:34:54.731Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-05-31T20:34:54.981Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-05-31T20:34:54.981Z] === RUN TestNISDomainname [2022-05-31T20:34:54.981Z] run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-05-31T20:34:54.981Z] --- SKIP: TestNISDomainname (0.02s) [2022-05-31T20:34:54.981Z] === RUN TestHostnameDnsResolution [2022-05-31T20:34:55.542Z] --- PASS: TestHostnameDnsResolution (0.66s) [2022-05-31T20:34:55.542Z] === RUN TestUnprivilegedPortsAndPing [2022-05-31T20:34:55.542Z] run_linux_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-05-31T20:34:55.542Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-05-31T20:34:55.542Z] === RUN TestPrivilegedHostDevices [2022-05-31T20:34:55.799Z] --- PASS: TestPrivilegedHostDevices (0.44s) [2022-05-31T20:34:55.799Z] === RUN TestConsoleSize [2022-05-31T20:34:56.361Z] --- PASS: TestConsoleSize (0.41s) [2022-05-31T20:34:56.361Z] === RUN TestStats [2022-05-31T20:34:56.361Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-31T20:34:56.361Z] --- SKIP: TestStats (0.00s) [2022-05-31T20:34:56.361Z] === RUN TestStopContainerWithTimeout [2022-05-31T20:34:56.361Z] === RUN TestStopContainerWithTimeout/0 [2022-05-31T20:34:56.361Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-31T20:34:56.361Z] === RUN TestStopContainerWithTimeout/1 [2022-05-31T20:34:56.361Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-31T20:34:56.361Z] === RUN TestStopContainerWithTimeout/3 [2022-05-31T20:34:56.361Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-31T20:34:56.361Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-31T20:34:56.361Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-31T20:34:56.361Z] === CONT TestStopContainerWithTimeout/0 [2022-05-31T20:34:56.361Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-31T20:34:56.926Z] === CONT TestStopContainerWithTimeout/3 [2022-05-31T20:34:57.816Z] --- PASS: TestServiceUpdateSecrets (14.31s) [2022-05-31T20:34:57.816Z] === RUN TestServiceUpdateConfigs [2022-05-31T20:34:58.815Z] === CONT TestStopContainerWithTimeout/1 [2022-05-31T20:35:00.708Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-05-31T20:35:00.708Z] --- PASS: TestStopContainerWithTimeout/0 (0.60s) [2022-05-31T20:35:00.708Z] --- PASS: TestStopContainerWithTimeout/-1 (2.63s) [2022-05-31T20:35:00.708Z] --- PASS: TestStopContainerWithTimeout/3 (2.41s) [2022-05-31T20:35:00.708Z] --- PASS: TestStopContainerWithTimeout/1 (1.45s) [2022-05-31T20:35:00.708Z] === RUN TestDeleteDevicemapper [2022-05-31T20:35:00.708Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-31T20:35:00.708Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-31T20:35:00.708Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-31T20:35:02.073Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.84s) [2022-05-31T20:35:02.073Z] === RUN TestUpdateMemory [2022-05-31T20:35:02.073Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-31T20:35:02.073Z] --- SKIP: TestUpdateMemory (0.00s) [2022-05-31T20:35:02.073Z] === RUN TestUpdateCPUQuota [2022-05-31T20:35:02.073Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-31T20:35:02.073Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-05-31T20:35:02.073Z] === RUN TestUpdatePidsLimit [2022-05-31T20:35:02.073Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-31T20:35:02.073Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-05-31T20:35:02.073Z] === RUN TestUpdateRestartPolicy [2022-05-31T20:35:10.970Z] ......... [ 85%] [2022-05-31T20:35:12.706Z] --- PASS: TestServiceUpdateConfigs (14.50s) [2022-05-31T20:35:12.706Z] === RUN TestServiceUpdateNetwork [2022-05-31T20:35:14.237Z] --- PASS: TestUpdateRestartPolicy (10.95s) [2022-05-31T20:35:14.237Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-31T20:35:14.237Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2022-05-31T20:35:14.237Z] === RUN TestWaitNonBlocked [2022-05-31T20:35:14.237Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-31T20:35:14.237Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-31T20:35:14.237Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-31T20:35:14.237Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-31T20:35:14.237Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-31T20:35:14.237Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-31T20:35:14.237Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-05-31T20:35:14.237Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s) [2022-05-31T20:35:14.237Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.72s) [2022-05-31T20:35:14.237Z] === RUN TestWaitBlocked [2022-05-31T20:35:14.237Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-31T20:35:14.237Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-31T20:35:14.237Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-31T20:35:14.237Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-31T20:35:14.237Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-31T20:35:14.237Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-31T20:35:14.799Z] --- PASS: TestWaitBlocked (0.01s) [2022-05-31T20:35:14.799Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.58s) [2022-05-31T20:35:14.799Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.63s) [2022-05-31T20:35:14.799Z] === CONT TestDaemonRestartIpcMode [2022-05-31T20:35:14.799Z] === CONT TestIpcModeOlderClient [2022-05-31T20:35:15.059Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-05-31T20:35:15.059Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-31T20:35:16.099Z] tests/integration/models_images_test.py ............... [ 89%] [2022-05-31T20:35:17.282Z] tests/integration/models_networks_test.py .... [ 90%] [2022-05-31T20:35:17.576Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.36s) [2022-05-31T20:35:17.576Z] --- PASS: TestDaemonRestartIpcMode (2.78s) [2022-05-31T20:35:17.576Z] PASS [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === Skipped [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-31T20:35:17.576Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-05-31T20:35:17.576Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-05-31T20:35:17.576Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-05-31T20:35:17.576Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-05-31T20:35:17.576Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-05-31T20:35:17.576Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-05-31T20:35:17.576Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-05-31T20:35:17.576Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-05-31T20:35:17.576Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-05-31T20:35:17.576Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-05-31T20:35:17.576Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-05-31T20:35:17.576Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-05-31T20:35:17.576Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-05-31T20:35:17.576Z] 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) [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-05-31T20:35:17.576Z] 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) [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-05-31T20:35:17.576Z] 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) [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-05-31T20:35:17.576Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-31T20:35:17.576Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-05-31T20:35:17.576Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-05-31T20:35:17.576Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-05-31T20:35:17.576Z] run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-05-31T20:35:17.576Z] run_linux_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-05-31T20:35:17.576Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-31T20:35:17.576Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-05-31T20:35:17.576Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-05-31T20:35:17.576Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-05-31T20:35:17.576Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-05-31T20:35:17.576Z] [2022-05-31T20:35:17.576Z] DONE 220 tests, 27 skipped in 75.173s [2022-05-31T20:35:17.576Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-31T20:35:17.832Z] === RUN TestConfigDaemonLibtrustID [2022-05-31T20:35:18.154Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-31T20:35:18.154Z] Using test binary docker [2022-05-31T20:35:18.154Z] +++ /etc/init.d/apparmor start [2022-05-31T20:35:18.154Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-31T20:35:18.154Z] INFO: Waiting for daemon to start... [2022-05-31T20:35:18.154Z] Starting dockerd [2022-05-31T20:35:18.154Z] +++ 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 [2022-05-31T20:35:18.154Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-05-31T20:35:18.154Z] Using test binary docker [2022-05-31T20:35:18.154Z] +++ /etc/init.d/apparmor start [2022-05-31T20:35:18.154Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-05-31T20:35:18.154Z] INFO: Waiting for daemon to start... [2022-05-31T20:35:18.154Z] Starting dockerd [2022-05-31T20:35:18.154Z] +++ 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 [2022-05-31T20:35:18.401Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-05-31T20:35:18.401Z] === RUN TestConfigDaemonID [2022-05-31T20:35:19.333Z] daemon_test.go:83: [da7e46d92c141] daemon is not started [2022-05-31T20:35:19.333Z] --- PASS: TestConfigDaemonID (1.08s) [2022-05-31T20:35:19.333Z] === RUN TestDaemonConfigValidation [2022-05-31T20:35:19.333Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-31T20:35:19.333Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-31T20:35:19.333Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-31T20:35:19.333Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-31T20:35:19.333Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-31T20:35:19.333Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-31T20:35:19.333Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-31T20:35:19.333Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-31T20:35:19.333Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-31T20:35:19.333Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-31T20:35:19.333Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-31T20:35:19.333Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-31T20:35:19.590Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-31T20:35:19.590Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-31T20:35:19.590Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-31T20:35:19.590Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-31T20:35:19.590Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-05-31T20:35:19.590Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-05-31T20:35:19.590Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-05-31T20:35:19.590Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.11s) [2022-05-31T20:35:19.590Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2022-05-31T20:35:19.590Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-31T20:35:19.590Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-31T20:35:20.066Z] . [2022-05-31T20:35:20.066Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-31T20:35:20.066Z] [2022-05-31T20:35:20.066Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-05-31T20:35:20.326Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-31T20:35:20.326Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-05-31T20:35:20.326Z] Error: No such image: emptyfs [2022-05-31T20:35:20.326Z] Error: No such image: emptyfs [2022-05-31T20:35:20.326Z] ++++ docker load [2022-05-31T20:35:20.326Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-31T20:35:20.326Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-05-31T20:35:20.326Z] ++++ docker load [2022-05-31T20:35:20.590Z] Running integration-test (iteration 1) [2022-05-31T20:35:20.590Z] Running integration-test (iteration 1) [2022-05-31T20:35:20.590Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-05-31T20:35:20.590Z] ++ 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)/' [2022-05-31T20:35:20.590Z] ++ set -e [2022-05-31T20:35:20.590Z] ++ '[' -n 0 ']' [2022-05-31T20:35:20.590Z] ++ set -x [2022-05-31T20:35:20.590Z] ++ 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)/' [2022-05-31T20:35:20.590Z] 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)/ [2022-05-31T20:35:20.590Z] ++ 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)/' [2022-05-31T20:35:20.590Z] ++ set -e [2022-05-31T20:35:20.590Z] ++ '[' -n 0 ']' [2022-05-31T20:35:20.590Z] ++ set -x [2022-05-31T20:35:20.590Z] ++ 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)/' [2022-05-31T20:35:20.961Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-31T20:35:21.894Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-31T20:35:21.995Z] Loaded image: busybox:latest [2022-05-31T20:35:21.995Z] Loaded image: busybox:latest [2022-05-31T20:35:22.258Z] Loaded image: busybox:glibc [2022-05-31T20:35:22.519Z] Loaded image: busybox:glibc [2022-05-31T20:35:22.827Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-31T20:35:22.827Z] daemon_test.go:197: [dc6043aa33720] daemon is not started [2022-05-31T20:35:22.827Z] --- PASS: TestConfigDaemonSeccompProfiles (3.26s) [2022-05-31T20:35:22.827Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.10s) [2022-05-31T20:35:22.827Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2022-05-31T20:35:22.827Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.07s) [2022-05-31T20:35:22.827Z] === RUN TestDaemonProxy [2022-05-31T20:35:22.827Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-05-31T20:35:22.827Z] --- SKIP: TestDaemonProxy (0.00s) [2022-05-31T20:35:22.827Z] PASS [2022-05-31T20:35:23.083Z] [2022-05-31T20:35:23.083Z] === Skipped [2022-05-31T20:35:23.083Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-05-31T20:35:23.083Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-05-31T20:35:23.083Z] [2022-05-31T20:35:23.083Z] DONE 13 tests, 1 skipped in 5.271s [2022-05-31T20:35:23.083Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-31T20:35:23.083Z] INFO: Testing against a local daemon [2022-05-31T20:35:23.083Z] === RUN TestCommitInheritsEnv [2022-05-31T20:35:23.814Z] tests/integration/models_nodes_test.py . [ 90%] [2022-05-31T20:35:23.814Z] tests/integration/models_resources_test.py . [ 91%] [2022-05-31T20:35:24.920Z] --- PASS: TestServiceUpdateNetwork (12.20s) [2022-05-31T20:35:24.920Z] === RUN TestServiceUpdatePidsLimit [2022-05-31T20:35:24.920Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-31T20:35:25.489Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-31T20:35:25.558Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-05-31T20:35:25.632Z] --- PASS: TestCommitInheritsEnv (2.03s) [2022-05-31T20:35:25.632Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-31T20:35:25.632Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-31T20:35:25.632Z] === RUN TestImportWithCustomPlatform [2022-05-31T20:35:25.632Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-31T20:35:25.632Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-31T20:35:25.632Z] === RUN TestImportWithCustomPlatform// [2022-05-31T20:35:25.632Z] === RUN TestImportWithCustomPlatform/linux [2022-05-31T20:35:25.632Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-31T20:35:25.632Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-31T20:35:25.632Z] === RUN TestImportWithCustomPlatform/macos [2022-05-31T20:35:25.632Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-31T20:35:25.632Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-31T20:35:25.632Z] --- PASS: TestImportWithCustomPlatform (0.34s) [2022-05-31T20:35:25.632Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-05-31T20:35:25.632Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-31T20:35:25.632Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-31T20:35:25.632Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-05-31T20:35:25.632Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-05-31T20:35:25.632Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-05-31T20:35:25.632Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-05-31T20:35:25.632Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-31T20:35:25.632Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-31T20:35:25.632Z] === RUN TestImagesFilterMultiReference [2022-05-31T20:35:25.632Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-05-31T20:35:25.632Z] === RUN TestImagePullPlatformInvalid [2022-05-31T20:35:25.632Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-05-31T20:35:25.632Z] === RUN TestRemoveImageOrphaning [2022-05-31T20:35:26.728Z] Loaded image: debian:bullseye-slim [2022-05-31T20:35:26.728Z] Loaded image: hello-world:latest [2022-05-31T20:35:26.728Z] Loaded image: debian:bullseye-slim [2022-05-31T20:35:26.728Z] Loaded image: arm32v7/hello-world:latest [2022-05-31T20:35:26.728Z] Loaded image: hello-world:latest [2022-05-31T20:35:26.728Z] INFO: Testing against a local daemon [2022-05-31T20:35:26.728Z] === RUN TestDockerDaemonSuite [2022-05-31T20:35:26.728Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-05-31T20:35:26.988Z] Loaded image: arm32v7/hello-world:latest [2022-05-31T20:35:26.988Z] INFO: Testing against a local daemon [2022-05-31T20:35:26.988Z] === RUN TestDockerSuite [2022-05-31T20:35:26.988Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-05-31T20:35:26.988Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-05-31T20:35:26.988Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-05-31T20:35:26.988Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-05-31T20:35:26.988Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-05-31T20:35:26.988Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-05-31T20:35:26.988Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-05-31T20:35:26.988Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-05-31T20:35:27.570Z] --- PASS: TestRemoveImageOrphaning (1.56s) [2022-05-31T20:35:27.570Z] === RUN TestRemoveImageGarbageCollector [2022-05-31T20:35:27.570Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-05-31T20:35:27.570Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-05-31T20:35:27.570Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-31T20:35:27.570Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-05-31T20:35:27.570Z] === RUN TestTagInvalidReference [2022-05-31T20:35:27.570Z] --- PASS: TestTagInvalidReference (0.01s) [2022-05-31T20:35:27.570Z] === RUN TestTagValidPrefixedRepo [2022-05-31T20:35:27.570Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-05-31T20:35:27.570Z] === RUN TestTagExistedNameWithoutForce [2022-05-31T20:35:27.570Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-05-31T20:35:27.570Z] === RUN TestTagOfficialNames [2022-05-31T20:35:27.570Z] --- PASS: TestTagOfficialNames (0.05s) [2022-05-31T20:35:27.570Z] === RUN TestTagMatchesDigest [2022-05-31T20:35:27.570Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-05-31T20:35:27.570Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-31T20:35:28.811Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-05-31T20:35:28.811Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-05-31T20:35:29.532Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-05-31T20:35:29.532Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-05-31T20:35:29.793Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-05-31T20:35:29.793Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-05-31T20:35:30.740Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-05-31T20:35:31.002Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-05-31T20:35:31.002Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-05-31T20:35:32.390Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-05-31T20:35:32.650Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-05-31T20:35:32.650Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-05-31T20:35:32.650Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-05-31T20:35:32.701Z] tests/integration/regression_test.py ...... [ 98%] [2022-05-31T20:35:32.958Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-05-31T20:35:33.214Z] tests/integration/credentials/utils_test.py . [100%] [2022-05-31T20:35:33.214Z] [2022-05-31T20:35:33.214Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-05-31T20:35:33.214Z] =========================== short test summary info ============================ [2022-05-31T20:35:33.214Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-05-31T20:35:33.214Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-05-31T20:35:33.214Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-05-31T20:35:33.214Z] Not supported on most drivers [2022-05-31T20:35:33.214Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-05-31T20:35:33.214Z] Output of docker top depends on host distro, and is not formalized. [2022-05-31T20:35:33.214Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-05-31T20:35:33.214Z] Output of docker top depends on host distro, and is not formalized. [2022-05-31T20:35:33.214Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-05-31T20:35:33.214Z] Can fail if eth0 has multiple IP addresses [2022-05-31T20:35:33.214Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-05-31T20:35:33.214Z] This doesn't seem to be taken into account by the engine [2022-05-31T20:35:33.214Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-05-31T20:35:33.214Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-05-31T20:35:33.214Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 285.83 seconds == [2022-05-31T20:35:33.469Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-05-31T20:35:33.593Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-05-31T20:35:33.614Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-31T20:35:34.165Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-05-31T20:35:34.425Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-05-31T20:35:34.689Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-05-31T20:35:34.689Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-05-31T20:35:34.689Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-05-31T20:35:34.949Z] --- PASS: TestBuildWithHugeFile (128.67s) [2022-05-31T20:35:34.949Z] === RUN TestBuildWCOWSandboxSize [2022-05-31T20:35:34.949Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-31T20:35:35.210Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-05-31T20:35:35.210Z] === RUN TestBuildWithEmptyDockerfile [2022-05-31T20:35:35.210Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-31T20:35:35.210Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-31T20:35:35.210Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-31T20:35:35.210Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-31T20:35:35.210Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-31T20:35:35.210Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-31T20:35:35.210Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-05-31T20:35:35.210Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-05-31T20:35:35.210Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-05-31T20:35:35.471Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2022-05-31T20:35:35.471Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2022-05-31T20:35:35.471Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.22s) [2022-05-31T20:35:35.471Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.16s) [2022-05-31T20:35:35.471Z] === RUN TestBuildPreserveOwnership [2022-05-31T20:35:35.471Z] === RUN TestBuildPreserveOwnership/copy_from [2022-05-31T20:35:35.731Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-05-31T20:35:37.650Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-05-31T20:35:38.593Z] --- PASS: TestBuildPreserveOwnership (3.01s) [2022-05-31T20:35:38.593Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.04s) [2022-05-31T20:35:38.593Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.95s) [2022-05-31T20:35:38.593Z] === RUN TestBuildPlatformInvalid [2022-05-31T20:35:38.593Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2022-05-31T20:35:38.593Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-05-31T20:35:38.593Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-05-31T20:35:39.165Z] Loaded image: busybox:latest [2022-05-31T20:35:39.426Z] Loaded image: busybox:glibc [2022-05-31T20:35:40.186Z] --- PASS: TestServiceUpdatePidsLimit (16.03s) [2022-05-31T20:35:40.186Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-05-31T20:35:40.186Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-05-31T20:35:40.186Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-05-31T20:35:40.186Z] PASS [2022-05-31T20:35:40.186Z] [2022-05-31T20:35:40.186Z] === Skipped [2022-05-31T20:35:40.186Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-31T20:35:40.186Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-31T20:35:40.186Z] [2022-05-31T20:35:40.186Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-05-31T20:35:40.187Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-05-31T20:35:40.187Z] [2022-05-31T20:35:40.187Z] DONE 27 tests, 2 skipped in 130.019s [2022-05-31T20:35:40.187Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-05-31T20:35:40.187Z] ++ 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 [2022-05-31T20:35:40.187Z] ++ set -e [2022-05-31T20:35:40.187Z] ++ '[' -n 0 ']' [2022-05-31T20:35:40.187Z] ++ set -x [2022-05-31T20:35:40.187Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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 [2022-05-31T20:35:40.187Z] INFO: Testing against a local daemon [2022-05-31T20:35:40.187Z] === RUN TestSessionCreate [2022-05-31T20:35:40.187Z] --- PASS: TestSessionCreate (0.02s) [2022-05-31T20:35:40.187Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-31T20:35:40.187Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-05-31T20:35:40.187Z] PASS [2022-05-31T20:35:40.187Z] [2022-05-31T20:35:40.187Z] DONE 2 tests in 0.130s [2022-05-31T20:35:40.187Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-05-31T20:35:40.187Z] ++ 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 [2022-05-31T20:35:40.187Z] ++ set -e [2022-05-31T20:35:40.187Z] ++ '[' -n 0 ']' [2022-05-31T20:35:40.187Z] ++ set -x [2022-05-31T20:35:40.187Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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 [2022-05-31T20:35:40.187Z] INFO: Testing against a local daemon [2022-05-31T20:35:40.187Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-31T20:35:40.187Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-31T20:35:40.187Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-31T20:35:40.187Z] === RUN TestDiskUsage [2022-05-31T20:35:40.187Z] === PAUSE TestDiskUsage [2022-05-31T20:35:40.187Z] === RUN TestEventsExecDie [2022-05-31T20:35:40.446Z] --- PASS: TestEventsExecDie (0.51s) [2022-05-31T20:35:40.446Z] === RUN TestEventsBackwardsCompatible [2022-05-31T20:35:40.446Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-05-31T20:35:40.446Z] === RUN TestEventsVolumeCreate [2022-05-31T20:35:40.446Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-05-31T20:35:40.446Z] === RUN TestInfoBinaryCommits [2022-05-31T20:35:40.446Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-31T20:35:40.446Z] === RUN TestInfoAPIVersioned [2022-05-31T20:35:40.446Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-31T20:35:40.446Z] === RUN TestInfoAPI [2022-05-31T20:35:40.446Z] --- PASS: TestInfoAPI (0.02s) [2022-05-31T20:35:40.446Z] === RUN TestInfoAPIWarnings [2022-05-31T20:35:40.809Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-05-31T20:35:41.069Z] Loaded image: debian:bullseye-slim [2022-05-31T20:35:41.069Z] Loaded image: hello-world:latest [2022-05-31T20:35:41.069Z] Loaded image: arm32v7/hello-world:latest [2022-05-31T20:35:42.981Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-05-31T20:35:44.894Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-05-31T20:35:45.464Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-05-31T20:35:45.643Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-31T20:35:45.643Z] [2022-05-31T20:35:45.643Z] Unloading profiles will leave already running processes permanently [2022-05-31T20:35:45.643Z] unconfined, which can lead to unexpected situations. [2022-05-31T20:35:45.643Z] [2022-05-31T20:35:45.643Z] To set a process to complain mode, use the command line tool [2022-05-31T20:35:45.643Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-31T20:35:45.643Z] Post stage [Pipeline] junit [2022-05-31T20:35:45.655Z] Recording test results [2022-05-31T20:35:45.819Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-05-31T20:35:46.036Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-05-31T20:35:46.130Z] + echo Ensuring container killed. [2022-05-31T20:35:46.130Z] Ensuring container killed. [2022-05-31T20:35:46.130Z] + docker rm -vf docker-pr1 [2022-05-31T20:35:46.130Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-05-31T20:35:46.407Z] + echo Chowning /workspace to jenkins user [2022-05-31T20:35:46.407Z] Chowning /workspace to jenkins user [2022-05-31T20:35:46.407Z] + id -u [2022-05-31T20:35:46.407Z] + id -g [2022-05-31T20:35:46.407Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43672:/workspace busybox chown -R 1000:1000 /workspace [2022-05-31T20:35:46.609Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-05-31T20:35:47.181Z] === RUN TestDockerSuite/TestAttachAfterDetach [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-31T20:35:48.096Z] + bundleName=docker-py [2022-05-31T20:35:48.096Z] + echo Creating docker-py-bundles.tar.gz [2022-05-31T20:35:48.096Z] Creating docker-py-bundles.tar.gz [2022-05-31T20:35:48.096Z] + 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 [2022-05-31T20:35:48.104Z] Archiving artifacts [2022-05-31T20:35:48.319Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43672/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-05-31T20:35:48.658Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43672/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d -e DOCKER_GRAPHDRIVER docker:e3c14acd3386d52c91463926fccbadf1dd71f59d hack/make.sh binary [2022-05-31T20:35:48.913Z] [2022-05-31T20:35:49.170Z] Removing bundles/ [2022-05-31T20:35:49.170Z] [2022-05-31T20:35:49.170Z] ---> Making bundle: binary (in bundles/binary) [2022-05-31T20:35:49.170Z] Building: bundles/binary-daemon/dockerd-dev [2022-05-31T20:35:49.170Z] GOOS="" GOARCH="" GOARM="" [2022-05-31T20:35:49.724Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-05-31T20:35:50.666Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.91s) [2022-05-31T20:35:50.666Z] PASS [2022-05-31T20:35:50.666Z] [2022-05-31T20:35:50.666Z] === Skipped [2022-05-31T20:35:50.666Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-05-31T20:35:50.666Z] build_session_test.go:25: TODO: BuildKit [2022-05-31T20:35:50.666Z] [2022-05-31T20:35:50.666Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-05-31T20:35:50.666Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-05-31T20:35:50.666Z] [2022-05-31T20:35:50.666Z] DONE 34 tests, 2 skipped in 192.310s [2022-05-31T20:35:50.666Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-05-31T20:35:50.666Z] ++ 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 [2022-05-31T20:35:50.666Z] ++ set -e [2022-05-31T20:35:50.666Z] ++ '[' -n 0 ']' [2022-05-31T20:35:50.666Z] ++ set -x [2022-05-31T20:35:50.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-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 [2022-05-31T20:35:50.666Z] INFO: Testing against a local daemon [2022-05-31T20:35:50.666Z] === RUN TestConfigInspect [2022-05-31T20:35:50.927Z] === RUN TestDockerSuite/TestAttachDetach [2022-05-31T20:35:51.497Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-05-31T20:35:52.069Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-05-31T20:35:52.329Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-05-31T20:35:53.271Z] --- PASS: TestConfigInspect (2.77s) [2022-05-31T20:35:53.271Z] === RUN TestConfigList [2022-05-31T20:35:53.531Z] docker_cli_daemon_test.go:1474: [d82f36e6279e8] daemon is not started [2022-05-31T20:35:53.793Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-05-31T20:35:54.364Z] check_test.go:307: [d861136bbf86e] daemon is not started [2022-05-31T20:35:54.364Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-05-31T20:35:54.625Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-05-31T20:35:55.568Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-05-31T20:35:56.509Z] --- PASS: TestConfigList (3.00s) [2022-05-31T20:35:56.509Z] === RUN TestConfigsCreateAndDelete [2022-05-31T20:35:56.509Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-05-31T20:35:56.509Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-05-31T20:35:57.893Z] check_test.go:307: [d3d4c8625802f] daemon is not started [2022-05-31T20:35:57.893Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-05-31T20:35:58.153Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-05-31T20:35:58.565Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-05-31T20:35:58.565Z] === RUN TestInfoDebug [2022-05-31T20:35:58.565Z] --- PASS: TestInfoDebug (0.52s) [2022-05-31T20:35:58.565Z] === RUN TestInfoInsecureRegistries [2022-05-31T20:35:58.565Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-05-31T20:35:58.565Z] === RUN TestInfoRegistryMirrors [2022-05-31T20:35:58.565Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-05-31T20:35:58.565Z] === RUN TestLoginFailsWithBadCredentials [2022-05-31T20:35:58.824Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-05-31T20:35:58.824Z] === RUN TestPingCacheHeaders [2022-05-31T20:35:58.824Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-05-31T20:35:58.824Z] === RUN TestPingGet [2022-05-31T20:35:58.824Z] --- PASS: TestPingGet (0.01s) [2022-05-31T20:35:58.824Z] === RUN TestPingHead [2022-05-31T20:35:58.824Z] --- PASS: TestPingHead (0.02s) [2022-05-31T20:35:58.824Z] === RUN TestPingSwarmHeader [2022-05-31T20:35:59.095Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-05-31T20:35:59.095Z] --- PASS: TestConfigsCreateAndDelete (2.78s) [2022-05-31T20:35:59.095Z] === RUN TestConfigsUpdate [2022-05-31T20:35:59.394Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-31T20:35:59.963Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-31T20:36:00.036Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-05-31T20:36:00.036Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-05-31T20:36:00.607Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-05-31T20:36:00.902Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-31T20:36:00.902Z] --- PASS: TestPingSwarmHeader (2.04s) [2022-05-31T20:36:00.902Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-31T20:36:00.902Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-31T20:36:00.902Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-31T20:36:00.902Z] === RUN TestVersion [2022-05-31T20:36:00.902Z] --- PASS: TestVersion (0.02s) [2022-05-31T20:36:00.902Z] === CONT TestDiskUsage [2022-05-31T20:36:01.181Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/empty [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/empty/container_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/empty/image_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/empty/volume_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-31T20:36:01.471Z] === RUN TestDiskUsage/after_container.Run [2022-05-31T20:36:01.731Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-31T20:36:01.731Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-31T20:36:01.731Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-31T20:36:01.731Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-31T20:36:01.731Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-31T20:36:01.731Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-31T20:36:01.731Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-31T20:36:01.731Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-31T20:36:01.731Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-31T20:36:01.731Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage (1.15s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_container.Run (0.31s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-05-31T20:36:02.000Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-05-31T20:36:02.000Z] PASS [2022-05-31T20:36:02.000Z] [2022-05-31T20:36:02.000Z] === Skipped [2022-05-31T20:36:02.000Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-31T20:36:02.000Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-31T20:36:02.000Z] [2022-05-31T20:36:02.000Z] DONE 54 tests, 1 skipped in 22.211s [2022-05-31T20:36:02.000Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-31T20:36:02.000Z] ++ 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 [2022-05-31T20:36:02.000Z] ++ set -e [2022-05-31T20:36:02.000Z] ++ '[' -n 0 ']' [2022-05-31T20:36:02.000Z] ++ set -x [2022-05-31T20:36:02.000Z] ++ 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 [2022-05-31T20:36:02.000Z] INFO: Testing against a local daemon [2022-05-31T20:36:02.000Z] === RUN TestVolumesCreateAndList [2022-05-31T20:36:02.000Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-31T20:36:02.000Z] === RUN TestVolumesRemove [2022-05-31T20:36:02.124Z] --- PASS: TestConfigsUpdate (2.83s) [2022-05-31T20:36:02.124Z] === RUN TestTemplatedConfig [2022-05-31T20:36:02.260Z] --- PASS: TestVolumesRemove (0.07s) [2022-05-31T20:36:02.260Z] === RUN TestVolumesInspect [2022-05-31T20:36:02.260Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-31T20:36:02.260Z] === RUN TestVolumesInvalidJSON [2022-05-31T20:36:02.260Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-31T20:36:02.260Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-31T20:36:02.260Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-31T20:36:02.260Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-31T20:36:02.260Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-31T20:36:02.260Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-31T20:36:02.260Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-31T20:36:02.260Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-31T20:36:02.260Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-31T20:36:02.260Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-31T20:36:02.260Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-31T20:36:02.260Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-31T20:36:02.260Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-31T20:36:02.260Z] PASS [2022-05-31T20:36:02.260Z] [2022-05-31T20:36:02.260Z] DONE 9 tests in 0.220s [2022-05-31T20:36:02.260Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-31T20:36:02.260Z] ++++ cat bundles/test-integration/docker.pid [2022-05-31T20:36:02.260Z] +++ kill 14182 [2022-05-31T20:36:02.385Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-05-31T20:36:02.520Z] +++ /etc/init.d/apparmor stop [2022-05-31T20:36:02.520Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-31T20:36:02.520Z] [2022-05-31T20:36:02.520Z] Unloading profiles will leave already running processes permanently [2022-05-31T20:36:02.520Z] unconfined, which can lead to unexpected situations. [2022-05-31T20:36:02.520Z] [2022-05-31T20:36:02.520Z] To set a process to complain mode, use the command line tool [2022-05-31T20:36:02.520Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-31T20:36:02.520Z] +++ true [2022-05-31T20:36:02.520Z] exiting test-integration [2022-05-31T20:36:02.520Z] ++ exit 0 [2022-05-31T20:36:02.520Z] Post stage [Pipeline] junit [2022-05-31T20:36:03.109Z] Recording test results [2022-05-31T20:36:03.224Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-31T20:36:03.553Z] + echo Ensuring container killed. [2022-05-31T20:36:03.553Z] Ensuring container killed. [2022-05-31T20:36:03.553Z] + docker rm -vf docker-pr1 [2022-05-31T20:36:03.553Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-05-31T20:36:03.836Z] + echo Chowning /workspace to jenkins user [2022-05-31T20:36:03.836Z] Chowning /workspace to jenkins user [2022-05-31T20:36:03.836Z] + id -u [2022-05-31T20:36:03.836Z] + id -g [2022-05-31T20:36:03.836Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43672:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-31T20:36:05.514Z] + bundleName=arm64-integration [2022-05-31T20:36:05.514Z] + echo Creating arm64-integration-bundles.tar.gz [2022-05-31T20:36:05.514Z] Creating arm64-integration-bundles.tar.gz [2022-05-31T20:36:05.514Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-05-31T20:36:05.514Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-05-31T20:36:05.684Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-05-31T20:36:05.684Z] --- PASS: TestTemplatedConfig (3.65s) [2022-05-31T20:36:05.684Z] === RUN TestConfigCreateResolve [Pipeline] archiveArtifacts [2022-05-31T20:36:05.789Z] Archiving artifacts [2022-05-31T20:36:06.012Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43672/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-31T20:36:06.319Z] + make clean [2022-05-31T20:36:06.319Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-31T20:36:06.319Z] docker-dev-cache [2022-05-31T20:36:06.319Z] docker-mod-cache [Pipeline] deleteDir [2022-05-31T20:36:07.597Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-31T20:36:08.540Z] --- PASS: TestConfigCreateResolve (3.00s) [2022-05-31T20:36:08.540Z] PASS [2022-05-31T20:36:08.540Z] [2022-05-31T20:36:08.540Z] DONE 6 tests in 18.114s [2022-05-31T20:36:08.540Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-05-31T20:36:08.540Z] ++ 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 [2022-05-31T20:36:08.540Z] ++ set -e [2022-05-31T20:36:08.540Z] ++ '[' -n 0 ']' [2022-05-31T20:36:08.540Z] ++ set -x [2022-05-31T20:36:08.540Z] ++ 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 [2022-05-31T20:36:08.801Z] INFO: Testing against a local daemon [2022-05-31T20:36:08.801Z] === RUN TestAttachWithTTY [2022-05-31T20:36:08.801Z] --- PASS: TestAttachWithTTY (0.06s) [2022-05-31T20:36:08.801Z] === RUN TestAttachWithoutTTy [2022-05-31T20:36:08.801Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-05-31T20:36:08.801Z] === RUN TestCheckpoint [2022-05-31T20:36:08.801Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-31T20:36:08.801Z] --- SKIP: TestCheckpoint (0.00s) [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/commit [2022-05-31T20:36:08.801Z] === PAUSE TestContainerInvalidJSON/commit [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/containers/create [2022-05-31T20:36:08.801Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-05-31T20:36:08.801Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-05-31T20:36:08.801Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-05-31T20:36:08.801Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-31T20:36:08.801Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-31T20:36:08.801Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-31T20:36:08.801Z] === CONT TestContainerInvalidJSON/commit [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-05-31T20:36:08.801Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-05-31T20:36:08.801Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-05-31T20:36:08.801Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-05-31T20:36:08.801Z] === CONT TestContainerInvalidJSON/containers/create [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-05-31T20:36:08.801Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-05-31T20:36:09.063Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-05-31T20:36:09.063Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-05-31T20:36:09.063Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-05-31T20:36:09.063Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-05-31T20:36:09.063Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-05-31T20:36:09.063Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-05-31T20:36:09.063Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-05-31T20:36:09.063Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-05-31T20:36:09.063Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-05-31T20:36:09.063Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-05-31T20:36:09.063Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-05-31T20:36:09.063Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-05-31T20:36:09.063Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2022-05-31T20:36:09.063Z] === RUN TestCopyFromContainerPathIsNotDir [2022-05-31T20:36:09.063Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2022-05-31T20:36:09.063Z] === RUN TestCopyToContainerPathDoesNotExist [2022-05-31T20:36:09.063Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-05-31T20:36:09.063Z] === RUN TestCopyEmptyFile [2022-05-31T20:36:09.636Z] --- PASS: TestCopyEmptyFile (0.39s) [2022-05-31T20:36:09.636Z] === RUN TestCopyToContainerPathIsNotDir [2022-05-31T20:36:09.636Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-05-31T20:36:09.636Z] === RUN TestCopyFromContainer [2022-05-31T20:36:10.580Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-05-31T20:36:11.522Z] === RUN TestCopyFromContainer// [2022-05-31T20:36:11.522Z] === RUN TestCopyFromContainer//bar/root [2022-05-31T20:36:11.785Z] === RUN TestCopyFromContainer//bar/root/ [2022-05-31T20:36:11.785Z] === RUN TestCopyFromContainer/bar/quux [2022-05-31T20:36:12.047Z] === RUN TestCopyFromContainer/bar/quux/ [2022-05-31T20:36:12.047Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-05-31T20:36:12.307Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-05-31T20:36:12.307Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-05-31T20:36:12.569Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-05-31T20:36:12.569Z] === RUN TestCopyFromContainer/bar/notarget [2022-05-31T20:36:12.829Z] --- PASS: TestCopyFromContainer (3.23s) [2022-05-31T20:36:12.829Z] --- PASS: TestCopyFromContainer// (0.17s) [2022-05-31T20:36:12.829Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2022-05-31T20:36:12.829Z] --- PASS: TestCopyFromContainer//bar/root/ (0.12s) [2022-05-31T20:36:12.829Z] --- PASS: TestCopyFromContainer/bar/quux (0.18s) [2022-05-31T20:36:12.829Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.18s) [2022-05-31T20:36:12.829Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2022-05-31T20:36:12.829Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2022-05-31T20:36:12.829Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s) [2022-05-31T20:36:12.829Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.17s) [2022-05-31T20:36:12.829Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2022-05-31T20:36:12.829Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-05-31T20:36:12.829Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-31T20:36:12.829Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-31T20:36:12.829Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-31T20:36:12.829Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-31T20:36:12.829Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-31T20:36:12.829Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-31T20:36:12.829Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-05-31T20:36:12.829Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-05-31T20:36:12.829Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-05-31T20:36:12.829Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-05-31T20:36:12.829Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-05-31T20:36:12.829Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-05-31T20:36:12.829Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-05-31T20:36:12.829Z] === RUN TestCreateLinkToNonExistingContainer [2022-05-31T20:36:12.829Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-05-31T20:36:12.829Z] === RUN TestCreateWithInvalidEnv [2022-05-31T20:36:12.829Z] === RUN TestCreateWithInvalidEnv/0 [2022-05-31T20:36:12.829Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-05-31T20:36:12.829Z] === RUN TestCreateWithInvalidEnv/1 [2022-05-31T20:36:12.829Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-05-31T20:36:12.829Z] === RUN TestCreateWithInvalidEnv/2 [2022-05-31T20:36:12.829Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-05-31T20:36:12.829Z] === CONT TestCreateWithInvalidEnv/0 [2022-05-31T20:36:12.830Z] === CONT TestCreateWithInvalidEnv/2 [2022-05-31T20:36:12.830Z] === CONT TestCreateWithInvalidEnv/1 [2022-05-31T20:36:12.830Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-05-31T20:36:12.830Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-05-31T20:36:12.830Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-05-31T20:36:12.830Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-05-31T20:36:12.830Z] === RUN TestCreateTmpfsMountsTarget [2022-05-31T20:36:13.090Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2022-05-31T20:36:13.090Z] === RUN TestCreateWithCustomMaskedPaths [2022-05-31T20:36:14.034Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-05-31T20:36:14.976Z] --- PASS: TestCreateWithCustomMaskedPaths (2.10s) [2022-05-31T20:36:14.976Z] === RUN TestCreateWithCustomReadonlyPaths [2022-05-31T20:36:16.361Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-05-31T20:36:17.341Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.19s) [2022-05-31T20:36:17.341Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-05-31T20:36:17.341Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-31T20:36:17.341Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-31T20:36:17.341Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-31T20:36:17.341Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-31T20:36:17.341Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-31T20:36:17.341Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-31T20:36:17.341Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-31T20:36:17.341Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-31T20:36:17.341Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-31T20:36:17.341Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-31T20:36:17.341Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-05-31T20:36:17.341Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-05-31T20:36:17.341Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-05-31T20:36:17.341Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-05-31T20:36:17.341Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-05-31T20:36:17.341Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-05-31T20:36:17.341Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-05-31T20:36:17.341Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-05-31T20:36:17.341Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-05-31T20:36:17.341Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-05-31T20:36:17.341Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-05-31T20:36:17.341Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-05-31T20:36:17.926Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-05-31T20:36:17.926Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-05-31T20:36:18.193Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.79s) [2022-05-31T20:36:18.193Z] === RUN TestCreateDifferentPlatform [2022-05-31T20:36:18.193Z] === RUN TestCreateDifferentPlatform/different_os [2022-05-31T20:36:18.193Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-05-31T20:36:18.193Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-05-31T20:36:18.193Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-05-31T20:36:18.193Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-05-31T20:36:18.193Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-05-31T20:36:18.193Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-05-31T20:36:18.193Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-05-31T20:36:18.193Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-05-31T20:36:18.193Z] === RUN TestCreateInvalidHostConfig [2022-05-31T20:36:18.193Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-05-31T20:36:18.193Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-05-31T20:36:18.193Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-05-31T20:36:18.193Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-05-31T20:36:18.193Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-05-31T20:36:18.193Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-05-31T20:36:18.193Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-05-31T20:36:18.193Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-05-31T20:36:18.193Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-05-31T20:36:18.193Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-05-31T20:36:18.193Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-05-31T20:36:18.193Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-05-31T20:36:18.193Z] --- PASS: TestCreateInvalidHostConfig (0.02s) [2022-05-31T20:36:18.193Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-05-31T20:36:18.193Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.01s) [2022-05-31T20:36:18.193Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-05-31T20:36:18.193Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-05-31T20:36:18.193Z] === RUN TestContainerStartOnDaemonRestart [2022-05-31T20:36:18.193Z] === PAUSE TestContainerStartOnDaemonRestart [2022-05-31T20:36:18.193Z] === RUN TestDaemonRestartIpcMode [2022-05-31T20:36:18.193Z] === PAUSE TestDaemonRestartIpcMode [2022-05-31T20:36:18.193Z] === RUN TestDaemonHostGatewayIP [2022-05-31T20:36:18.193Z] === PAUSE TestDaemonHostGatewayIP [2022-05-31T20:36:18.193Z] === RUN TestRestartDaemonWithRestartingContainer [2022-05-31T20:36:18.193Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-05-31T20:36:18.193Z] === RUN TestContainerKillOnDaemonStart [2022-05-31T20:36:18.193Z] === PAUSE TestContainerKillOnDaemonStart [2022-05-31T20:36:18.193Z] === RUN TestDiff [2022-05-31T20:36:18.453Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-05-31T20:36:19.027Z] --- PASS: TestDiff (0.86s) [2022-05-31T20:36:19.027Z] === RUN TestExecWithCloseStdin [2022-05-31T20:36:19.969Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-05-31T20:36:19.969Z] --- PASS: TestExecWithCloseStdin (0.87s) [2022-05-31T20:36:19.969Z] === RUN TestExec [2022-05-31T20:36:20.229Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-05-31T20:36:20.229Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-05-31T20:36:20.801Z] --- PASS: TestExec (0.83s) [2022-05-31T20:36:20.801Z] === RUN TestExecUser [2022-05-31T20:36:21.062Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-05-31T20:36:21.633Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-05-31T20:36:21.633Z] --- PASS: TestExecUser (0.95s) [2022-05-31T20:36:21.633Z] === RUN TestExportContainerAndImportImage [2022-05-31T20:36:22.205Z] check_test.go:307: [ded137b67a35d] daemon is not started [2022-05-31T20:36:22.205Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-05-31T20:36:22.778Z] --- PASS: TestExportContainerAndImportImage (0.98s) [2022-05-31T20:36:22.778Z] === RUN TestExportContainerAfterDaemonRestart [2022-05-31T20:36:23.353Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-05-31T20:36:24.296Z] --- PASS: TestExportContainerAfterDaemonRestart (1.64s) [2022-05-31T20:36:24.296Z] === RUN TestHealthCheckWorkdir [2022-05-31T20:36:24.556Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-05-31T20:36:25.126Z] --- PASS: TestHealthCheckWorkdir (0.84s) [2022-05-31T20:36:25.126Z] === RUN TestHealthKillContainer [2022-05-31T20:36:25.706Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-05-31T20:36:25.968Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-05-31T20:36:26.538Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-05-31T20:36:27.922Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-05-31T20:36:31.227Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-05-31T20:36:31.488Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-05-31T20:36:33.400Z] --- PASS: TestHealthKillContainer (8.24s) [2022-05-31T20:36:33.400Z] === RUN TestInspectCpusetInConfigPre120 [2022-05-31T20:36:33.661Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-05-31T20:36:33.661Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-05-31T20:36:33.922Z] --- PASS: TestInspectCpusetInConfigPre120 (0.56s) [2022-05-31T20:36:33.922Z] === RUN TestIpcModeNone [2022-05-31T20:36:34.865Z] --- PASS: TestIpcModeNone (0.69s) [2022-05-31T20:36:34.865Z] === RUN TestIpcModePrivate [2022-05-31T20:36:35.125Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-05-31T20:36:35.385Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-05-31T20:36:35.385Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:87, shared: false, mustBeShared: false [2022-05-31T20:36:35.385Z] --- PASS: TestIpcModePrivate (0.78s) [2022-05-31T20:36:35.385Z] === RUN TestIpcModeShareable [2022-05-31T20:36:35.645Z] check_test.go:307: [d10f9362d224e] daemon is not started [2022-05-31T20:36:35.645Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-05-31T20:36:36.217Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2022-05-31T20:36:36.217Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-05-31T20:36:36.217Z] --- PASS: TestIpcModeShareable (0.78s) [2022-05-31T20:36:36.217Z] === RUN TestAPIIpcModeShareableAndContainer [2022-05-31T20:36:36.793Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-05-31T20:36:37.365Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-05-31T20:36:38.749Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-05-31T20:36:38.749Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.43s) [2022-05-31T20:36:38.749Z] === RUN TestAPIIpcModeHost [2022-05-31T20:36:39.691Z] --- PASS: TestAPIIpcModeHost (0.79s) [2022-05-31T20:36:39.691Z] === RUN TestDaemonIpcModeShareable [2022-05-31T20:36:39.952Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-05-31T20:36:40.213Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-05-31T20:36:40.784Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-05-31T20:36:41.044Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:81, shared: true, mustBeShared: true [2022-05-31T20:36:41.306Z] --- PASS: TestDaemonIpcModeShareable (1.72s) [2022-05-31T20:36:41.306Z] === RUN TestDaemonIpcModePrivate [2022-05-31T20:36:42.691Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:123, shared: false, mustBeShared: false [2022-05-31T20:36:42.951Z] --- PASS: TestDaemonIpcModePrivate (1.70s) [2022-05-31T20:36:42.951Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-05-31T20:36:43.522Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-05-31T20:36:44.463Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: false, mustBeShared: false [2022-05-31T20:36:44.463Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.65s) [2022-05-31T20:36:44.463Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-05-31T20:36:45.404Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-05-31T20:36:45.664Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:81, shared: true, mustBeShared: true [2022-05-31T20:36:45.924Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.29s) [2022-05-31T20:36:45.924Z] === RUN TestIpcModeOlderClient [2022-05-31T20:36:45.924Z] === PAUSE TestIpcModeOlderClient [2022-05-31T20:36:45.924Z] === RUN TestKillContainerInvalidSignal [2022-05-31T20:36:46.495Z] --- PASS: TestKillContainerInvalidSignal (0.63s) [2022-05-31T20:36:46.495Z] === RUN TestKillContainer [2022-05-31T20:36:46.495Z] === RUN TestKillContainer/no_signal [2022-05-31T20:36:46.756Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-05-31T20:36:47.333Z] === RUN TestKillContainer/non_killing_signal [2022-05-31T20:36:47.594Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-05-31T20:36:47.594Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-05-31T20:36:47.594Z] check_test.go:307: [d160a19635fd5] daemon is not started [2022-05-31T20:36:47.594Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-05-31T20:36:47.594Z] === RUN TestKillContainer/killing_signal [2022-05-31T20:36:47.854Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-05-31T20:36:48.795Z] --- PASS: TestKillContainer (2.17s) [2022-05-31T20:36:48.795Z] --- PASS: TestKillContainer/no_signal (0.67s) [2022-05-31T20:36:48.795Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2022-05-31T20:36:48.795Z] --- PASS: TestKillContainer/killing_signal (0.73s) [2022-05-31T20:36:48.795Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-05-31T20:36:48.795Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-05-31T20:36:49.055Z] === RUN TestDockerSuite/TestBuildAddScript [2022-05-31T20:36:49.630Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-05-31T20:36:49.890Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-05-31T20:36:50.151Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.63s) [2022-05-31T20:36:50.151Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s) [2022-05-31T20:36:50.411Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.63s) [2022-05-31T20:36:50.411Z] === RUN TestKillStoppedContainer [2022-05-31T20:36:50.411Z] --- PASS: TestKillStoppedContainer (0.07s) [2022-05-31T20:36:50.411Z] === RUN TestKillStoppedContainerAPIPre120 [2022-05-31T20:36:50.411Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2022-05-31T20:36:50.411Z] === RUN TestKillDifferentUserContainer [2022-05-31T20:36:51.355Z] --- PASS: TestKillDifferentUserContainer (0.75s) [2022-05-31T20:36:51.355Z] === RUN TestInspectOomKilledTrue [2022-05-31T20:36:51.355Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-31T20:36:51.355Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-05-31T20:36:51.355Z] === RUN TestInspectOomKilledFalse [2022-05-31T20:36:51.355Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-31T20:36:51.355Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-05-31T20:36:51.355Z] === RUN TestLinksEtcHostsContentMatch [2022-05-31T20:36:51.927Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s) [2022-05-31T20:36:51.927Z] === RUN TestLinksContainerNames [2022-05-31T20:36:52.188Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-05-31T20:36:52.188Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-05-31T20:36:53.572Z] --- PASS: TestLinksContainerNames (1.50s) [2022-05-31T20:36:53.572Z] === RUN TestLogsFollowTailEmpty [2022-05-31T20:36:53.572Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-05-31T20:36:54.144Z] --- PASS: TestLogsFollowTailEmpty (0.75s) [2022-05-31T20:36:54.144Z] === RUN TestContainerNetworkMountsNoChown [2022-05-31T20:36:55.087Z] --- PASS: TestContainerNetworkMountsNoChown (0.91s) [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/default [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/default [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/private [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/private [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/rprivate [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/rprivate [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/slave [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/slave [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/rslave [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/rslave [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/shared [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/shared [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/rshared [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/rshared [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/default [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/default/mount_root [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/default/bind_root [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/default/mount_root [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/rshared [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/shared [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/rslave [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/slave [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/rprivate [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/private [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/private/bind_root [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/private/mount_root [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-05-31T20:36:55.087Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-05-31T20:36:55.087Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/default/bind_root [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-05-31T20:36:55.087Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-05-31T20:36:55.348Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-05-31T20:36:55.348Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-05-31T20:36:55.348Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-05-31T20:36:55.348Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-05-31T20:36:55.348Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-05-31T20:36:55.348Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-05-31T20:36:55.348Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-05-31T20:36:55.348Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-05-31T20:36:55.348Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-05-31T20:36:55.348Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-05-31T20:36:55.348Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-05-31T20:36:55.348Z] check_test.go:307: [db5843901ea5c] daemon is not started [2022-05-31T20:36:55.348Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-05-31T20:36:55.348Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-05-31T20:36:55.348Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-05-31T20:36:55.348Z] === CONT TestMountDaemonRoot/private/bind_root [2022-05-31T20:36:55.348Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-05-31T20:36:55.609Z] === CONT TestMountDaemonRoot/private/mount_root [2022-05-31T20:36:55.609Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot (0.04s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-05-31T20:36:55.609Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-05-31T20:36:55.609Z] === RUN TestContainerBindMountNonRecursive [2022-05-31T20:36:57.523Z] --- PASS: TestContainerBindMountNonRecursive (2.04s) [2022-05-31T20:36:57.523Z] === RUN TestContainerVolumesMountedAsShared [2022-05-31T20:36:58.463Z] --- PASS: TestContainerVolumesMountedAsShared (0.79s) [2022-05-31T20:36:58.463Z] === RUN TestContainerVolumesMountedAsSlave [2022-05-31T20:36:58.463Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-05-31T20:36:59.036Z] --- PASS: TestContainerVolumesMountedAsSlave (0.60s) [2022-05-31T20:36:59.036Z] === RUN TestNetworkNat [2022-05-31T20:36:59.036Z] check_test.go:307: [dd61d05e550fd] daemon is not started [2022-05-31T20:36:59.036Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-05-31T20:36:59.610Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-05-31T20:36:59.610Z] --- PASS: TestNetworkNat (0.69s) [2022-05-31T20:36:59.610Z] === RUN TestNetworkLocalhostTCPNat [2022-05-31T20:37:00.181Z] --- PASS: TestNetworkLocalhostTCPNat (0.58s) [2022-05-31T20:37:00.181Z] === RUN TestNetworkLoopbackNat [2022-05-31T20:37:02.093Z] docker_cli_daemon_plugins_test.go:80: [d803673a580b6] daemon is not started [2022-05-31T20:37:02.664Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-05-31T20:37:02.924Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-05-31T20:37:03.184Z] --- PASS: TestNetworkLoopbackNat (3.07s) [2022-05-31T20:37:03.184Z] === RUN TestPause [2022-05-31T20:37:03.947Z] --- PASS: TestImportExtremelyLargeImageWorks (93.12s) [2022-05-31T20:37:03.947Z] PASS [2022-05-31T20:37:03.947Z] [2022-05-31T20:37:03.947Z] === Skipped [2022-05-31T20:37:03.947Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-05-31T20:37:03.947Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-05-31T20:37:03.947Z] [2022-05-31T20:37:03.947Z] DONE 22 tests, 1 skipped in 97.505s [2022-05-31T20:37:03.947Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-31T20:37:03.947Z] INFO: Testing against a local daemon [2022-05-31T20:37:03.947Z] === RUN TestNetworkCreateDelete [2022-05-31T20:37:03.947Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-05-31T20:37:03.947Z] === RUN TestDockerNetworkDeletePreferID [2022-05-31T20:37:03.947Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-05-31T20:37:03.947Z] === RUN TestDaemonDNSFallback [2022-05-31T20:37:04.127Z] --- PASS: TestPause (0.66s) [2022-05-31T20:37:04.127Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-05-31T20:37:04.127Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-31T20:37:04.127Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-31T20:37:04.127Z] === RUN TestPauseStopPausedContainer [2022-05-31T20:37:04.697Z] --- PASS: TestPauseStopPausedContainer (0.78s) [2022-05-31T20:37:04.697Z] === RUN TestPidHost [2022-05-31T20:37:05.268Z] docker_cli_daemon_plugins_test.go:170: [d34b54fcb159c] daemon is not started [2022-05-31T20:37:05.528Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-05-31T20:37:06.098Z] === RUN TestDockerSuite/TestBuildAddTar [2022-05-31T20:37:06.359Z] --- PASS: TestPidHost (1.61s) [2022-05-31T20:37:06.359Z] === RUN TestPsFilter [2022-05-31T20:37:06.620Z] --- PASS: TestPsFilter (0.16s) [2022-05-31T20:37:06.620Z] === RUN TestRemoveContainerWithRemovedVolume [2022-05-31T20:37:06.620Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-05-31T20:37:07.192Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.75s) [2022-05-31T20:37:07.192Z] === RUN TestRemoveContainerWithVolume [2022-05-31T20:37:08.111Z] --- PASS: TestDaemonDNSFallback (6.37s) [2022-05-31T20:37:08.112Z] === RUN TestInspectNetwork [2022-05-31T20:37:08.112Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:08.112Z] --- SKIP: TestInspectNetwork (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestRunContainerWithBridgeNone [2022-05-31T20:37:08.112Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestNetworkInvalidJSON [2022-05-31T20:37:08.112Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-31T20:37:08.112Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-31T20:37:08.112Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-31T20:37:08.112Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-31T20:37:08.112Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-31T20:37:08.112Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-31T20:37:08.112Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-31T20:37:08.112Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-31T20:37:08.112Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-31T20:37:08.112Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-31T20:37:08.112Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-31T20:37:08.112Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-31T20:37:08.112Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-31T20:37:08.112Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-31T20:37:08.112Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-31T20:37:08.112Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-31T20:37:08.112Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-31T20:37:08.112Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-31T20:37:08.112Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-31T20:37:08.112Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-31T20:37:08.112Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestNetworkList [2022-05-31T20:37:08.112Z] === RUN TestNetworkList//networks [2022-05-31T20:37:08.112Z] === PAUSE TestNetworkList//networks [2022-05-31T20:37:08.112Z] === RUN TestNetworkList//networks/ [2022-05-31T20:37:08.112Z] === PAUSE TestNetworkList//networks/ [2022-05-31T20:37:08.112Z] === CONT TestNetworkList//networks [2022-05-31T20:37:08.112Z] === CONT TestNetworkList//networks/ [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkList (0.01s) [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-31T20:37:08.112Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestHostIPv4BridgeLabel [2022-05-31T20:37:08.112Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-31T20:37:08.112Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-05-31T20:37:08.112Z] === RUN TestDaemonDefaultNetworkPools [2022-05-31T20:37:08.112Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-05-31T20:37:08.112Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-31T20:37:08.112Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-05-31T20:37:08.112Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-31T20:37:08.112Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-05-31T20:37:08.112Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-31T20:37:08.112Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-05-31T20:37:08.112Z] === RUN TestServiceWithPredefinedNetwork [2022-05-31T20:37:08.112Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:08.112Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-31T20:37:08.112Z] service_test.go:243: FLAKY_TEST [2022-05-31T20:37:08.112Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestServiceWithDataPathPortInit [2022-05-31T20:37:08.112Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:08.112Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-05-31T20:37:08.112Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-31T20:37:08.112Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:08.112Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-31T20:37:08.112Z] PASS [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === Skipped [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-05-31T20:37:08.112Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-05-31T20:37:08.112Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-05-31T20:37:08.112Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-05-31T20:37:08.112Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-05-31T20:37:08.112Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-05-31T20:37:08.112Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-05-31T20:37:08.112Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-05-31T20:37:08.112Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-05-31T20:37:08.112Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-31T20:37:08.112Z] service_test.go:243: FLAKY_TEST [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-05-31T20:37:08.112Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-05-31T20:37:08.112Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] DONE 34 tests, 12 skipped in 7.127s [2022-05-31T20:37:08.112Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-31T20:37:08.112Z] INFO: Testing against a local daemon [2022-05-31T20:37:08.112Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-31T20:37:08.112Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-31T20:37:08.112Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestDockerNetworkIpvlan [2022-05-31T20:37:08.112Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-31T20:37:08.112Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-31T20:37:08.112Z] PASS [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === Skipped [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-05-31T20:37:08.112Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-31T20:37:08.112Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] DONE 2 tests, 2 skipped in 0.092s [2022-05-31T20:37:08.112Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-31T20:37:08.112Z] INFO: Testing against a local daemon [2022-05-31T20:37:08.112Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-31T20:37:08.112Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestDockerNetworkMacvlan [2022-05-31T20:37:08.112Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-05-31T20:37:08.112Z] PASS [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === Skipped [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-05-31T20:37:08.112Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-05-31T20:37:08.112Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] DONE 2 tests, 2 skipped in 0.091s [2022-05-31T20:37:08.112Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-31T20:37:08.112Z] testing: warning: no tests to run [2022-05-31T20:37:08.112Z] PASS [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] DONE 0 tests in 0.028s [2022-05-31T20:37:08.112Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-31T20:37:08.112Z] INFO: Testing against a local daemon [2022-05-31T20:37:08.112Z] === RUN TestAuthZPluginAllowRequest [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestAuthZPluginTLS [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestAuthZPluginDenyRequest [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestAuthZPluginDenyResponse [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestAuthZPluginAllowEventStream [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestAuthZPluginErrorResponse [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestAuthZPluginErrorRequest [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestAuthZPluginHeader [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-05-31T20:37:08.112Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.17s) [2022-05-31T20:37:08.112Z] === RUN TestAuthZPluginV2Disable [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2022-05-31T20:37:08.112Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-05-31T20:37:08.112Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-05-31T20:37:08.112Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-05-31T20:37:08.112Z] PASS [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === Skipped [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.17s) [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-05-31T20:37:08.112Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.112Z] [2022-05-31T20:37:08.112Z] DONE 17 tests, 17 skipped in 0.340s [2022-05-31T20:37:08.112Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-31T20:37:08.134Z] --- PASS: TestRemoveContainerWithVolume (0.79s) [2022-05-31T20:37:08.134Z] === RUN TestRemoveContainerRunning [2022-05-31T20:37:08.368Z] INFO: Testing against a local daemon [2022-05-31T20:37:08.368Z] === RUN TestPluginInvalidJSON [2022-05-31T20:37:08.368Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-31T20:37:08.368Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-31T20:37:08.368Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-31T20:37:08.368Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-31T20:37:08.368Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-31T20:37:08.368Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-31T20:37:08.368Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-31T20:37:08.368Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-31T20:37:08.368Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-31T20:37:08.368Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-31T20:37:08.368Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-31T20:37:08.368Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-31T20:37:08.368Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-31T20:37:08.368Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-31T20:37:08.368Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-31T20:37:08.368Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-31T20:37:08.368Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-31T20:37:08.368Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-31T20:37:08.368Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-31T20:37:08.368Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-31T20:37:08.368Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-31T20:37:08.368Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-05-31T20:37:08.368Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.02s) [2022-05-31T20:37:08.368Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.01s) [2022-05-31T20:37:08.368Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.01s) [2022-05-31T20:37:08.368Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-31T20:37:08.368Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-31T20:37:08.368Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.02s) [2022-05-31T20:37:08.368Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.01s) [2022-05-31T20:37:08.368Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.01s) [2022-05-31T20:37:08.368Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-31T20:37:08.368Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-31T20:37:08.368Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-31T20:37:08.368Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-31T20:37:08.368Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-31T20:37:08.368Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-31T20:37:08.368Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-31T20:37:08.368Z] === RUN TestPluginInstall [2022-05-31T20:37:08.368Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.368Z] --- SKIP: TestPluginInstall (0.00s) [2022-05-31T20:37:08.368Z] === RUN TestPluginsWithRuntimes [2022-05-31T20:37:08.368Z] plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-05-31T20:37:08.368Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-05-31T20:37:08.368Z] === RUN TestPluginBackCompatMediaTypes [2022-05-31T20:37:08.368Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-05-31T20:37:08.368Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-05-31T20:37:08.368Z] PASS [2022-05-31T20:37:08.368Z] [2022-05-31T20:37:08.368Z] === Skipped [2022-05-31T20:37:08.368Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-05-31T20:37:08.368Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-05-31T20:37:08.368Z] [2022-05-31T20:37:08.368Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-05-31T20:37:08.368Z] plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-05-31T20:37:08.368Z] [2022-05-31T20:37:08.368Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-05-31T20:37:08.368Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-05-31T20:37:08.368Z] [2022-05-31T20:37:08.368Z] DONE 19 tests, 3 skipped in 0.157s [2022-05-31T20:37:08.369Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-31T20:37:08.624Z] INFO: Testing against a local daemon [2022-05-31T20:37:08.624Z] === RUN TestExternalGraphDriver [2022-05-31T20:37:08.624Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-05-31T20:37:08.624Z] --- SKIP: TestExternalGraphDriver (0.04s) [2022-05-31T20:37:08.624Z] === RUN TestGraphdriverPluginV2 [2022-05-31T20:37:09.122Z] --- PASS: TestRemoveContainerRunning (0.96s) [2022-05-31T20:37:09.122Z] === RUN TestRemoveContainerForceRemoveRunning [2022-05-31T20:37:10.077Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.86s) [2022-05-31T20:37:10.077Z] === RUN TestRemoveInvalidContainer [2022-05-31T20:37:10.077Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-05-31T20:37:10.077Z] === RUN TestRenameLinkedContainer [2022-05-31T20:37:10.341Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-05-31T20:37:10.913Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-05-31T20:37:11.484Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-05-31T20:37:11.891Z] --- PASS: TestGraphdriverPluginV2 (3.43s) [2022-05-31T20:37:11.891Z] PASS [2022-05-31T20:37:11.891Z] [2022-05-31T20:37:11.891Z] === Skipped [2022-05-31T20:37:11.891Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.04s) [2022-05-31T20:37:11.891Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-05-31T20:37:11.891Z] [2022-05-31T20:37:11.891Z] DONE 2 tests, 1 skipped in 3.579s [2022-05-31T20:37:11.891Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-31T20:37:12.055Z] check_test.go:307: [d7a89b31375bc] daemon is not started [2022-05-31T20:37:12.055Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-05-31T20:37:12.147Z] INFO: Testing against a local daemon [2022-05-31T20:37:12.147Z] === RUN TestContinueAfterPluginCrash [2022-05-31T20:37:12.147Z] === PAUSE TestContinueAfterPluginCrash [2022-05-31T20:37:12.147Z] === RUN TestReadPluginNoRead [2022-05-31T20:37:12.147Z] === PAUSE TestReadPluginNoRead [2022-05-31T20:37:12.147Z] === RUN TestDaemonStartWithLogOpt [2022-05-31T20:37:12.147Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-31T20:37:12.147Z] === CONT TestContinueAfterPluginCrash [2022-05-31T20:37:12.147Z] === CONT TestDaemonStartWithLogOpt [2022-05-31T20:37:12.628Z] --- PASS: TestRenameLinkedContainer (2.82s) [2022-05-31T20:37:12.628Z] === RUN TestRenameStoppedContainer [2022-05-31T20:37:13.570Z] --- PASS: TestRenameStoppedContainer (0.77s) [2022-05-31T20:37:13.570Z] === RUN TestRenameRunningContainerAndReuse [2022-05-31T20:37:13.570Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-05-31T20:37:13.831Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-05-31T20:37:15.216Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-05-31T20:37:15.216Z] --- PASS: TestRenameRunningContainerAndReuse (1.55s) [2022-05-31T20:37:15.216Z] === RUN TestRenameInvalidName [2022-05-31T20:37:15.476Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-05-31T20:37:15.740Z] --- PASS: TestRenameInvalidName (0.79s) [2022-05-31T20:37:15.740Z] === RUN TestRenameAnonymousContainer [2022-05-31T20:37:16.312Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-05-31T20:37:17.257Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-05-31T20:37:17.394Z] === CONT TestReadPluginNoRead [2022-05-31T20:37:17.394Z] --- PASS: TestDaemonStartWithLogOpt (4.41s) [2022-05-31T20:37:18.643Z] --- PASS: TestRenameAnonymousContainer (2.88s) [2022-05-31T20:37:18.643Z] === RUN TestRenameContainerWithSameName [2022-05-31T20:37:18.643Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-05-31T20:37:18.761Z] === RUN TestReadPluginNoRead/default [2022-05-31T20:37:19.584Z] --- PASS: TestRenameContainerWithSameName (0.69s) [2022-05-31T20:37:19.584Z] === RUN TestRenameContainerWithLinkedContainer [2022-05-31T20:37:20.127Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-31T20:37:20.155Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-05-31T20:37:20.416Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-05-31T20:37:20.989Z] --- PASS: TestRenameContainerWithLinkedContainer (1.52s) [2022-05-31T20:37:20.989Z] === RUN TestResize [2022-05-31T20:37:21.054Z] --- PASS: TestContinueAfterPluginCrash (9.07s) [2022-05-31T20:37:21.310Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-31T20:37:21.561Z] --- PASS: TestResize (0.76s) [2022-05-31T20:37:21.561Z] === RUN TestResizeWithInvalidSize [2022-05-31T20:37:22.133Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-05-31T20:37:22.393Z] --- PASS: TestResizeWithInvalidSize (0.80s) [2022-05-31T20:37:22.393Z] === RUN TestResizeWhenContainerNotStarted [2022-05-31T20:37:22.675Z] === CONT TestReadPluginNoRead [2022-05-31T20:37:22.675Z] read_test.go:92: [d3e6a51d586b3] daemon is not started [2022-05-31T20:37:22.675Z] --- PASS: TestReadPluginNoRead (6.18s) [2022-05-31T20:37:22.675Z] --- PASS: TestReadPluginNoRead/default (1.30s) [2022-05-31T20:37:22.675Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.38s) [2022-05-31T20:37:22.675Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.28s) [2022-05-31T20:37:22.675Z] PASS [2022-05-31T20:37:22.675Z] [2022-05-31T20:37:22.675Z] DONE 6 tests in 10.705s [2022-05-31T20:37:22.675Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-05-31T20:37:22.675Z] testing: warning: no tests to run [2022-05-31T20:37:22.675Z] PASS [2022-05-31T20:37:22.675Z] [2022-05-31T20:37:22.675Z] DONE 0 tests in 0.039s [2022-05-31T20:37:22.675Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-31T20:37:22.931Z] INFO: Testing against a local daemon [2022-05-31T20:37:22.931Z] === RUN TestPluginWithDevMounts [2022-05-31T20:37:22.931Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-05-31T20:37:22.931Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-05-31T20:37:22.931Z] PASS [2022-05-31T20:37:22.931Z] [2022-05-31T20:37:22.931Z] === Skipped [2022-05-31T20:37:22.931Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-05-31T20:37:22.931Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-05-31T20:37:22.931Z] [2022-05-31T20:37:22.931Z] DONE 1 tests, 1 skipped in 0.107s [2022-05-31T20:37:22.931Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-31T20:37:22.931Z] INFO: Testing against a local daemon [2022-05-31T20:37:22.931Z] === RUN TestSecretInspect [2022-05-31T20:37:22.931Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:22.931Z] --- SKIP: TestSecretInspect (0.01s) [2022-05-31T20:37:22.931Z] === RUN TestSecretList [2022-05-31T20:37:22.931Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:22.931Z] --- SKIP: TestSecretList (0.01s) [2022-05-31T20:37:22.931Z] === RUN TestSecretsCreateAndDelete [2022-05-31T20:37:22.931Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:22.931Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-05-31T20:37:22.931Z] === RUN TestSecretsUpdate [2022-05-31T20:37:22.931Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:22.931Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-05-31T20:37:22.931Z] === RUN TestTemplatedSecret [2022-05-31T20:37:22.931Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:22.931Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-05-31T20:37:22.931Z] === RUN TestSecretCreateResolve [2022-05-31T20:37:22.931Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:22.931Z] --- SKIP: TestSecretCreateResolve (0.02s) [2022-05-31T20:37:22.931Z] PASS [2022-05-31T20:37:22.931Z] [2022-05-31T20:37:22.931Z] === Skipped [2022-05-31T20:37:22.931Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-05-31T20:37:22.931Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:22.931Z] [2022-05-31T20:37:22.931Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-05-31T20:37:22.931Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:22.931Z] [2022-05-31T20:37:22.931Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-05-31T20:37:22.931Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:22.931Z] [2022-05-31T20:37:22.931Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-05-31T20:37:22.931Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:22.931Z] [2022-05-31T20:37:22.931Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-05-31T20:37:22.931Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:22.931Z] [2022-05-31T20:37:22.931Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2022-05-31T20:37:22.931Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:22.931Z] [2022-05-31T20:37:22.931Z] DONE 6 tests, 6 skipped in 0.155s [2022-05-31T20:37:22.931Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-31T20:37:23.187Z] INFO: Testing against a local daemon [2022-05-31T20:37:23.187Z] === RUN TestServiceCreateInit [2022-05-31T20:37:23.187Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-31T20:37:23.187Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:23.187Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-31T20:37:23.187Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:23.187Z] --- PASS: TestServiceCreateInit (0.01s) [2022-05-31T20:37:23.187Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-31T20:37:23.187Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-31T20:37:23.187Z] === RUN TestCreateServiceMultipleTimes [2022-05-31T20:37:23.187Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:23.187Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-05-31T20:37:23.187Z] === RUN TestCreateServiceConflict [2022-05-31T20:37:23.187Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:23.187Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-05-31T20:37:23.187Z] === RUN TestCreateServiceMaxReplicas [2022-05-31T20:37:23.187Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:23.187Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-05-31T20:37:23.187Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-31T20:37:23.187Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:23.187Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-05-31T20:37:23.187Z] === RUN TestCreateServiceSecretFileMode [2022-05-31T20:37:23.187Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:23.187Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-05-31T20:37:23.187Z] === RUN TestCreateServiceConfigFileMode [2022-05-31T20:37:23.187Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:23.187Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-05-31T20:37:23.187Z] === RUN TestCreateServiceSysctls [2022-05-31T20:37:23.187Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:23.187Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-05-31T20:37:23.187Z] === RUN TestCreateServiceCapabilities [2022-05-31T20:37:23.187Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:23.187Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-05-31T20:37:23.187Z] === RUN TestInspect [2022-05-31T20:37:23.339Z] --- PASS: TestResizeWhenContainerNotStarted (0.90s) [2022-05-31T20:37:23.339Z] === RUN TestDaemonRestartKillContainers [2022-05-31T20:37:23.339Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-31T20:37:23.339Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-31T20:37:23.339Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-31T20:37:23.339Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-31T20:37:23.339Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-31T20:37:23.339Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-05-31T20:37:23.339Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-31T20:37:23.339Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-31T20:37:23.339Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-31T20:37:23.339Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-31T20:37:23.339Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-31T20:37:23.339Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-31T20:37:23.339Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-31T20:37:23.339Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-31T20:37:23.339Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-31T20:37:23.339Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-31T20:37:23.339Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:37:23.339Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:37:23.339Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:37:23.339Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:37:23.339Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:37:23.339Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:37:23.339Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:37:23.339Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:37:23.339Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:37:23.339Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:37:23.339Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:37:23.339Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:37:23.339Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:37:23.339Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:37:23.339Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:37:23.339Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:37:23.339Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-05-31T20:37:23.339Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:37:23.442Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:23.442Z] --- SKIP: TestInspect (0.01s) [2022-05-31T20:37:23.442Z] === RUN TestCreateJob [2022-05-31T20:37:23.442Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:23.442Z] --- SKIP: TestCreateJob (0.01s) [2022-05-31T20:37:23.442Z] === RUN TestReplicatedJob [2022-05-31T20:37:23.442Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:23.442Z] --- SKIP: TestReplicatedJob (0.01s) [2022-05-31T20:37:23.442Z] === RUN TestUpdateReplicatedJob [2022-05-31T20:37:23.442Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:23.442Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-05-31T20:37:23.442Z] === RUN TestServiceListWithStatuses [2022-05-31T20:37:23.442Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-31T20:37:23.442Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-31T20:37:23.442Z] === RUN TestDockerNetworkConnectAlias [2022-05-31T20:37:23.442Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:23.442Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-05-31T20:37:23.442Z] === RUN TestDockerNetworkReConnect [2022-05-31T20:37:23.442Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:23.442Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-05-31T20:37:23.442Z] === RUN TestServicePlugin [2022-05-31T20:37:24.280Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-05-31T20:37:24.853Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-05-31T20:37:25.335Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] --- SKIP: TestServicePlugin (1.96s) [2022-05-31T20:37:25.335Z] === RUN TestServiceUpdateLabel [2022-05-31T20:37:25.335Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-05-31T20:37:25.335Z] === RUN TestServiceUpdateSecrets [2022-05-31T20:37:25.335Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-05-31T20:37:25.335Z] === RUN TestServiceUpdateConfigs [2022-05-31T20:37:25.335Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-05-31T20:37:25.335Z] === RUN TestServiceUpdateNetwork [2022-05-31T20:37:25.335Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-05-31T20:37:25.335Z] === RUN TestServiceUpdatePidsLimit [2022-05-31T20:37:25.335Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-05-31T20:37:25.335Z] PASS [2022-05-31T20:37:25.335Z] [2022-05-31T20:37:25.335Z] === Skipped [2022-05-31T20:37:25.335Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-31T20:37:25.335Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-05-31T20:37:25.335Z] [2022-05-31T20:37:25.335Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-31T20:37:25.335Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-05-31T20:37:25.335Z] [2022-05-31T20:37:25.335Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-05-31T20:37:25.335Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] [2022-05-31T20:37:25.335Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-05-31T20:37:25.335Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] [2022-05-31T20:37:25.335Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-05-31T20:37:25.335Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] [2022-05-31T20:37:25.335Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-05-31T20:37:25.335Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] [2022-05-31T20:37:25.335Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-05-31T20:37:25.335Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] [2022-05-31T20:37:25.335Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-05-31T20:37:25.335Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] [2022-05-31T20:37:25.335Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.04s) [2022-05-31T20:37:25.335Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] [2022-05-31T20:37:25.335Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-05-31T20:37:25.335Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] [2022-05-31T20:37:25.335Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-05-31T20:37:25.335Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] [2022-05-31T20:37:25.335Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-05-31T20:37:25.335Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] [2022-05-31T20:37:25.335Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-05-31T20:37:25.335Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] [2022-05-31T20:37:25.335Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-05-31T20:37:25.335Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.335Z] [2022-05-31T20:37:25.335Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-31T20:37:25.335Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-31T20:37:25.336Z] [2022-05-31T20:37:25.336Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-05-31T20:37:25.336Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.336Z] [2022-05-31T20:37:25.336Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-05-31T20:37:25.336Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.336Z] [2022-05-31T20:37:25.336Z] === SKIP: amd64.integration.service TestServicePlugin (1.96s) [2022-05-31T20:37:25.336Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.336Z] [2022-05-31T20:37:25.336Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-05-31T20:37:25.336Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.336Z] [2022-05-31T20:37:25.336Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-05-31T20:37:25.336Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.336Z] [2022-05-31T20:37:25.336Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-05-31T20:37:25.336Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.336Z] [2022-05-31T20:37:25.336Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-05-31T20:37:25.336Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.336Z] [2022-05-31T20:37:25.336Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-05-31T20:37:25.336Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-05-31T20:37:25.336Z] [2022-05-31T20:37:25.336Z] DONE 24 tests, 23 skipped in 2.371s [2022-05-31T20:37:25.336Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-31T20:37:25.592Z] INFO: Testing against a local daemon [2022-05-31T20:37:25.592Z] === RUN TestSessionCreate [2022-05-31T20:37:25.592Z] --- PASS: TestSessionCreate (0.05s) [2022-05-31T20:37:25.592Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-31T20:37:25.592Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-05-31T20:37:25.592Z] PASS [2022-05-31T20:37:25.592Z] [2022-05-31T20:37:25.592Z] DONE 2 tests in 0.178s [2022-05-31T20:37:25.592Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-31T20:37:25.592Z] INFO: Testing against a local daemon [2022-05-31T20:37:25.592Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-31T20:37:25.592Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-31T20:37:25.592Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-31T20:37:25.592Z] === RUN TestDiskUsage [2022-05-31T20:37:25.592Z] === PAUSE TestDiskUsage [2022-05-31T20:37:25.592Z] === RUN TestEventsExecDie [2022-05-31T20:37:26.239Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:37:26.500Z] === RUN TestDockerSuite/TestBuildBlankName [2022-05-31T20:37:26.519Z] --- PASS: TestEventsExecDie (0.64s) [2022-05-31T20:37:26.519Z] === RUN TestEventsBackwardsCompatible [2022-05-31T20:37:26.519Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-05-31T20:37:26.519Z] === RUN TestEventsVolumeCreate [2022-05-31T20:37:26.519Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-05-31T20:37:26.519Z] === RUN TestInfoBinaryCommits [2022-05-31T20:37:26.519Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-05-31T20:37:26.519Z] === RUN TestInfoAPIVersioned [2022-05-31T20:37:26.519Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-05-31T20:37:26.519Z] === RUN TestInfoAPI [2022-05-31T20:37:26.519Z] --- PASS: TestInfoAPI (0.02s) [2022-05-31T20:37:26.519Z] === RUN TestInfoAPIWarnings [2022-05-31T20:37:26.761Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-05-31T20:37:27.704Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:37:28.275Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-05-31T20:37:28.536Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-05-31T20:37:28.797Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-05-31T20:37:28.797Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-05-31T20:37:30.180Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-05-31T20:37:30.441Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-05-31T20:37:30.441Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:37:31.012Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-05-31T20:37:32.925Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-05-31T20:37:33.865Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-05-31T20:37:34.805Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-05-31T20:37:34.805Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-05-31T20:37:35.067Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-05-31T20:37:36.009Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-05-31T20:37:37.399Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-05-31T20:37:38.784Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-05-31T20:37:40.570Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-05-31T20:37:40.700Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-05-31T20:37:40.700Z] check_test.go:307: [d3a1b88f4e021] daemon is not started [2022-05-31T20:37:40.700Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-05-31T20:37:40.700Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-05-31T20:37:40.700Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-05-31T20:37:41.130Z] Copying nested executables into bundles/binary-daemon [2022-05-31T20:37:42.495Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-05-31T20:37:42.495Z] GOOS="" GOARCH="" GOARM="" [2022-05-31T20:37:42.751Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-05-31T20:37:42.751Z] [2022-05-31T20:37:43.242Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-05-31T20:37:43.242Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-05-31T20:37:44.037Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43672/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d -e DOCKER_GRAPHDRIVER docker:e3c14acd3386d52c91463926fccbadf1dd71f59d hack/make.sh cross [2022-05-31T20:37:44.185Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-05-31T20:37:44.293Z] [2022-05-31T20:37:44.550Z] Removing bundles/ [2022-05-31T20:37:44.550Z] [2022-05-31T20:37:44.550Z] ---> Making bundle: cross (in bundles/cross) [2022-05-31T20:37:44.550Z] Cross building: bundles/cross/linux/amd64 [2022-05-31T20:37:44.550Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-05-31T20:37:44.550Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-05-31T20:37:44.558Z] --- PASS: TestInfoAPIWarnings (16.57s) [2022-05-31T20:37:44.558Z] === RUN TestInfoDebug [2022-05-31T20:37:44.558Z] --- PASS: TestInfoDebug (0.54s) [2022-05-31T20:37:44.558Z] === RUN TestInfoInsecureRegistries [2022-05-31T20:37:44.558Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2022-05-31T20:37:44.558Z] === RUN TestInfoRegistryMirrors [2022-05-31T20:37:44.816Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2022-05-31T20:37:44.816Z] === RUN TestLoginFailsWithBadCredentials [2022-05-31T20:37:44.816Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-05-31T20:37:44.816Z] === RUN TestPingCacheHeaders [2022-05-31T20:37:44.816Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-05-31T20:37:44.816Z] === RUN TestPingGet [2022-05-31T20:37:44.816Z] --- PASS: TestPingGet (0.01s) [2022-05-31T20:37:44.816Z] === RUN TestPingHead [2022-05-31T20:37:44.816Z] --- PASS: TestPingHead (0.03s) [2022-05-31T20:37:44.816Z] === RUN TestPingSwarmHeader [2022-05-31T20:37:45.380Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-31T20:37:45.941Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-31T20:37:46.102Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-05-31T20:37:47.306Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-31T20:37:47.306Z] --- PASS: TestPingSwarmHeader (2.24s) [2022-05-31T20:37:47.306Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-31T20:37:47.306Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-31T20:37:47.306Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-31T20:37:47.306Z] === RUN TestVersion [2022-05-31T20:37:47.306Z] --- PASS: TestVersion (0.03s) [2022-05-31T20:37:47.306Z] === CONT TestDiskUsage [2022-05-31T20:37:47.562Z] === RUN TestDiskUsage/empty [2022-05-31T20:37:47.562Z] === RUN TestDiskUsage/empty/container_types [2022-05-31T20:37:47.562Z] === RUN TestDiskUsage/empty/image_types [2022-05-31T20:37:47.562Z] === RUN TestDiskUsage/empty/volume_types [2022-05-31T20:37:47.562Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-31T20:37:47.562Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-31T20:37:47.562Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-31T20:37:47.562Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-31T20:37:47.562Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-31T20:37:47.562Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-31T20:37:47.562Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-31T20:37:47.562Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-31T20:37:47.818Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-31T20:37:47.818Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-31T20:37:47.818Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-31T20:37:47.818Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-31T20:37:47.818Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-31T20:37:47.818Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-31T20:37:47.818Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-31T20:37:47.818Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-31T20:37:47.818Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-31T20:37:47.818Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-31T20:37:47.818Z] === RUN TestDiskUsage/after_container.Run [2022-05-31T20:37:48.075Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-31T20:37:48.075Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-31T20:37:48.075Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-31T20:37:48.075Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-31T20:37:48.075Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-31T20:37:48.075Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-31T20:37:48.075Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-31T20:37:48.330Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-31T20:37:48.330Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-31T20:37:48.330Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage (1.25s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_container.Run (0.39s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-05-31T20:37:48.330Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-05-31T20:37:48.330Z] PASS [2022-05-31T20:37:48.330Z] [2022-05-31T20:37:48.330Z] === Skipped [2022-05-31T20:37:48.330Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-31T20:37:48.330Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-31T20:37:48.330Z] [2022-05-31T20:37:48.330Z] DONE 54 tests, 1 skipped in 22.800s [2022-05-31T20:37:48.330Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-31T20:37:48.587Z] INFO: Testing against a local daemon [2022-05-31T20:37:48.587Z] === RUN TestVolumesCreateAndList [2022-05-31T20:37:48.587Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-31T20:37:48.587Z] === RUN TestVolumesRemove [2022-05-31T20:37:48.587Z] --- PASS: TestVolumesRemove (0.05s) [2022-05-31T20:37:48.587Z] === RUN TestVolumesInspect [2022-05-31T20:37:48.587Z] --- PASS: TestVolumesInspect (0.02s) [2022-05-31T20:37:48.587Z] === RUN TestVolumesInvalidJSON [2022-05-31T20:37:48.587Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-31T20:37:48.587Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-31T20:37:48.587Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-31T20:37:48.587Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-31T20:37:48.587Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-31T20:37:48.587Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-31T20:37:48.587Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-31T20:37:48.587Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-31T20:37:48.587Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-31T20:37:48.587Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-31T20:37:48.587Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-31T20:37:48.587Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-31T20:37:48.587Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-31T20:37:48.587Z] PASS [2022-05-31T20:37:48.587Z] [2022-05-31T20:37:48.587Z] DONE 9 tests in 0.195s [2022-05-31T20:37:48.587Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-31T20:37:48.587Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14177 is not a child of this shell [2022-05-31T20:37:48.587Z] warning: PID 14177 from bundles/test-integration/docker.pid had a nonzero exit code [2022-05-31T20:37:48.587Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-31T20:37:48.587Z] [2022-05-31T20:37:48.587Z] Unloading profiles will leave already running processes permanently [2022-05-31T20:37:48.587Z] unconfined, which can lead to unexpected situations. [2022-05-31T20:37:48.587Z] [2022-05-31T20:37:48.587Z] To set a process to complain mode, use the command line tool [2022-05-31T20:37:48.587Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-31T20:37:48.587Z] Removing test suite binaries [2022-05-31T20:37:48.843Z] exiting test-integration [2022-05-31T20:37:48.843Z] ++ exit 0 [2022-05-31T20:37:48.843Z] [2022-05-31T20:37:49.403Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-05-31T20:37:49.403Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.88s) [2022-05-31T20:37:49.403Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.31s) [2022-05-31T20:37:49.403Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.42s) [2022-05-31T20:37:49.403Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.34s) [2022-05-31T20:37:49.403Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.68s) [2022-05-31T20:37:49.403Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.62s) [2022-05-31T20:37:49.403Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.11s) [2022-05-31T20:37:49.403Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.15s) [2022-05-31T20:37:49.403Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.79s) [2022-05-31T20:37:49.403Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.79s) [2022-05-31T20:37:49.403Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.33s) [2022-05-31T20:37:49.403Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.75s) [2022-05-31T20:37:49.403Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.34s) [2022-05-31T20:37:49.403Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.83s) [2022-05-31T20:37:49.403Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.26s) [2022-05-31T20:37:49.403Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.86s) [2022-05-31T20:37:49.403Z] === RUN TestCgroupNamespacesRun Post stage [Pipeline] junit [2022-05-31T20:37:49.779Z] Recording test results [2022-05-31T20:37:51.318Z] --- PASS: TestCgroupNamespacesRun (2.26s) [2022-05-31T20:37:51.318Z] === RUN TestCgroupNamespacesRunPrivileged [2022-05-31T20:37:51.430Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-31T20:37:51.755Z] + echo Ensuring container killed. [2022-05-31T20:37:51.755Z] Ensuring container killed. [2022-05-31T20:37:51.755Z] + docker rm -vf docker-pr1 [2022-05-31T20:37:51.755Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-05-31T20:37:52.030Z] + echo Chowning /workspace to jenkins user [2022-05-31T20:37:52.030Z] Chowning /workspace to jenkins user [2022-05-31T20:37:52.031Z] + id -u [2022-05-31T20:37:52.031Z] + id -g [2022-05-31T20:37:52.031Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43672:/workspace busybox chown -R 1000:1000 /workspace [2022-05-31T20:37:52.031Z] Unable to find image 'busybox:latest' locally [2022-05-31T20:37:52.286Z] latest: Pulling from library/busybox [2022-05-31T20:37:52.286Z] 462eb288b104: Pulling fs layer [2022-05-31T20:37:52.286Z] 462eb288b104: Verifying Checksum [2022-05-31T20:37:52.286Z] 462eb288b104: Download complete [2022-05-31T20:37:52.542Z] 462eb288b104: Pull complete [2022-05-31T20:37:52.542Z] Digest: sha256:ebadf81a7f2146e95f8c850ad7af8cf9755d31cdba380a8ffd5930fba5996095 [2022-05-31T20:37:52.542Z] Status: Downloaded newer image for busybox:latest [2022-05-31T20:37:53.233Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.94s) [2022-05-31T20:37:53.233Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-05-31T20:37:53.805Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-31T20:37:54.239Z] + bundleName=amd64-rootless [2022-05-31T20:37:54.239Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-05-31T20:37:54.239Z] Creating amd64-rootless-bundles.tar.gz [2022-05-31T20:37:54.239Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-05-31T20:37:54.239Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-05-31T20:37:54.251Z] Archiving artifacts [2022-05-31T20:37:55.191Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.95s) [2022-05-31T20:37:55.191Z] === RUN TestCgroupNamespacesRunHostMode [2022-05-31T20:37:56.171Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43672/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-31T20:37:56.469Z] + make clean [2022-05-31T20:37:56.578Z] --- PASS: TestCgroupNamespacesRunHostMode (1.72s) [2022-05-31T20:37:56.578Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-05-31T20:37:56.726Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-31T20:37:56.726Z] docker-dev-cache [2022-05-31T20:37:56.726Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [2022-05-31T20:37:57.521Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-31T20:37:58.092Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-05-31T20:37:58.663Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.88s) [2022-05-31T20:37:58.663Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-05-31T20:37:59.607Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-05-31T20:38:00.179Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-05-31T20:38:00.439Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.74s) [2022-05-31T20:38:00.439Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-05-31T20:38:00.439Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-05-31T20:38:01.381Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.84s) [2022-05-31T20:38:01.381Z] === RUN TestCgroupNamespacesRunOlderClient [2022-05-31T20:38:01.642Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-05-31T20:38:01.903Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-05-31T20:38:02.846Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.63s) [2022-05-31T20:38:02.846Z] === RUN TestNISDomainname [2022-05-31T20:38:03.787Z] --- PASS: TestNISDomainname (1.06s) [2022-05-31T20:38:03.787Z] === RUN TestHostnameDnsResolution [2022-05-31T20:38:04.378Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-05-31T20:38:05.344Z] --- PASS: TestHostnameDnsResolution (1.39s) [2022-05-31T20:38:05.344Z] === RUN TestUnprivilegedPortsAndPing [2022-05-31T20:38:06.309Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-05-31T20:38:06.571Z] --- PASS: TestUnprivilegedPortsAndPing (1.24s) [2022-05-31T20:38:06.571Z] === RUN TestPrivilegedHostDevices [2022-05-31T20:38:07.512Z] --- PASS: TestPrivilegedHostDevices (0.93s) [2022-05-31T20:38:07.512Z] === RUN TestConsoleSize [2022-05-31T20:38:08.082Z] --- PASS: TestConsoleSize (0.70s) [2022-05-31T20:38:08.082Z] === RUN TestStats [2022-05-31T20:38:09.025Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-05-31T20:38:09.596Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-05-31T20:38:10.536Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-05-31T20:38:10.798Z] --- PASS: TestStats (2.77s) [2022-05-31T20:38:10.798Z] === RUN TestStopContainerWithTimeout [2022-05-31T20:38:10.798Z] === RUN TestStopContainerWithTimeout/0 [2022-05-31T20:38:10.798Z] === PAUSE TestStopContainerWithTimeout/0 [2022-05-31T20:38:10.798Z] === RUN TestStopContainerWithTimeout/1 [2022-05-31T20:38:10.798Z] === PAUSE TestStopContainerWithTimeout/1 [2022-05-31T20:38:10.798Z] === RUN TestStopContainerWithTimeout/3 [2022-05-31T20:38:10.798Z] === PAUSE TestStopContainerWithTimeout/3 [2022-05-31T20:38:10.799Z] === RUN TestStopContainerWithTimeout/-1 [2022-05-31T20:38:10.799Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-05-31T20:38:10.799Z] === CONT TestStopContainerWithTimeout/0 [2022-05-31T20:38:10.799Z] === CONT TestStopContainerWithTimeout/-1 [2022-05-31T20:38:11.741Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-05-31T20:38:12.312Z] === CONT TestStopContainerWithTimeout/3 [2022-05-31T20:38:12.573Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-05-31T20:38:13.144Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-05-31T20:38:13.405Z] check_test.go:307: [df5c9aac69012] daemon is not started [2022-05-31T20:38:13.405Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-05-31T20:38:13.977Z] === CONT TestStopContainerWithTimeout/1 [2022-05-31T20:38:14.918Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-05-31T20:38:15.858Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2022-05-31T20:38:15.858Z] --- PASS: TestStopContainerWithTimeout/0 (1.25s) [2022-05-31T20:38:15.858Z] --- PASS: TestStopContainerWithTimeout/-1 (3.20s) [2022-05-31T20:38:15.858Z] --- PASS: TestStopContainerWithTimeout/3 (2.68s) [2022-05-31T20:38:15.858Z] --- PASS: TestStopContainerWithTimeout/1 (1.71s) [2022-05-31T20:38:15.858Z] === RUN TestDeleteDevicemapper [2022-05-31T20:38:15.858Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-31T20:38:15.858Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-05-31T20:38:15.858Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-05-31T20:38:17.249Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-05-31T20:38:18.192Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.42s) [2022-05-31T20:38:18.192Z] === RUN TestUpdateMemory [2022-05-31T20:38:18.192Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-31T20:38:18.192Z] --- SKIP: TestUpdateMemory (0.00s) [2022-05-31T20:38:18.192Z] === RUN TestUpdateCPUQuota [2022-05-31T20:38:18.453Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-05-31T20:38:19.840Z] --- PASS: TestUpdateCPUQuota (1.35s) [2022-05-31T20:38:19.840Z] === RUN TestUpdatePidsLimit [2022-05-31T20:38:19.840Z] === RUN TestUpdatePidsLimit/update_from_none [2022-05-31T20:38:19.840Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-05-31T20:38:20.101Z] === RUN TestUpdatePidsLimit/no_change [2022-05-31T20:38:20.361Z] === RUN TestUpdatePidsLimit/update_lower [2022-05-31T20:38:20.622Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-05-31T20:38:20.883Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-05-31T20:38:21.144Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-05-31T20:38:21.405Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-05-31T20:38:21.666Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-05-31T20:38:21.666Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-05-31T20:38:23.051Z] --- PASS: TestUpdatePidsLimit (3.46s) [2022-05-31T20:38:23.051Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.42s) [2022-05-31T20:38:23.051Z] --- PASS: TestUpdatePidsLimit/no_change (0.36s) [2022-05-31T20:38:23.051Z] --- PASS: TestUpdatePidsLimit/update_lower (0.33s) [2022-05-31T20:38:23.051Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.35s) [2022-05-31T20:38:23.051Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2022-05-31T20:38:23.051Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.33s) [2022-05-31T20:38:23.051Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2022-05-31T20:38:23.051Z] === RUN TestUpdateRestartPolicy [2022-05-31T20:38:26.350Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-05-31T20:38:26.920Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-05-31T20:38:28.830Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-05-31T20:38:28.830Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-05-31T20:38:29.400Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-05-31T20:38:29.973Z] === RUN TestDockerSuite/TestBuildCmd [2022-05-31T20:38:30.233Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-05-31T20:38:30.493Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-05-31T20:38:30.493Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-05-31T20:38:30.493Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-05-31T20:38:30.493Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-05-31T20:38:30.493Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-05-31T20:38:31.877Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-05-31T20:38:32.448Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-05-31T20:38:34.994Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-05-31T20:38:34.994Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-05-31T20:38:34.994Z] check_test.go:307: [d26345fd4987c] daemon is not started [2022-05-31T20:38:34.994Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-05-31T20:38:34.994Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-05-31T20:38:34.994Z] check_test.go:307: [ddcb3d9186806] daemon is not started [2022-05-31T20:38:34.994Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-05-31T20:38:35.564Z] --- PASS: TestUpdateRestartPolicy (12.61s) [2022-05-31T20:38:35.564Z] === RUN TestUpdateRestartWithAutoRemove [2022-05-31T20:38:36.136Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-05-31T20:38:36.396Z] --- PASS: TestUpdateRestartWithAutoRemove (0.78s) [2022-05-31T20:38:36.396Z] === RUN TestWaitNonBlocked [2022-05-31T20:38:36.396Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-31T20:38:36.396Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-31T20:38:36.396Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-31T20:38:36.396Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-31T20:38:36.396Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-05-31T20:38:36.396Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-05-31T20:38:36.967Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-05-31T20:38:37.227Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-05-31T20:38:37.227Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.77s) [2022-05-31T20:38:37.227Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.87s) [2022-05-31T20:38:37.227Z] === RUN TestWaitBlocked [2022-05-31T20:38:37.227Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-31T20:38:37.227Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-31T20:38:37.227Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-05-31T20:38:37.227Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-05-31T20:38:37.227Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-05-31T20:38:37.227Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-05-31T20:38:37.799Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-05-31T20:38:38.370Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-05-31T20:38:38.631Z] check_test.go:307: [d974d80423c55] daemon is not started [2022-05-31T20:38:38.631Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-05-31T20:38:38.631Z] --- PASS: TestWaitBlocked (0.02s) [2022-05-31T20:38:38.631Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.26s) [2022-05-31T20:38:38.631Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.29s) [2022-05-31T20:38:38.631Z] === CONT TestContainerStartOnDaemonRestart [2022-05-31T20:38:38.631Z] === CONT TestRestartDaemonWithRestartingContainer [2022-05-31T20:38:39.202Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-05-31T20:38:40.145Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-05-31T20:38:40.406Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-05-31T20:38:42.948Z] --- PASS: TestContainerStartOnDaemonRestart (3.88s) [2022-05-31T20:38:42.948Z] === CONT TestDaemonHostGatewayIP [2022-05-31T20:38:42.948Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.18s) [2022-05-31T20:38:42.948Z] === CONT TestDaemonRestartIpcMode [2022-05-31T20:38:43.892Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-05-31T20:38:47.193Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-05-31T20:38:47.453Z] --- PASS: TestDaemonHostGatewayIP (4.88s) [2022-05-31T20:38:47.453Z] === CONT TestIpcModeOlderClient [2022-05-31T20:38:47.453Z] --- PASS: TestDaemonRestartIpcMode (4.61s) [2022-05-31T20:38:47.453Z] === CONT TestContainerKillOnDaemonStart [2022-05-31T20:38:47.453Z] --- PASS: TestIpcModeOlderClient (0.09s) [2022-05-31T20:38:49.999Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-05-31T20:38:51.382Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-05-31T20:38:52.323Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-05-31T20:38:52.323Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-05-31T20:38:52.584Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-05-31T20:38:54.497Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-05-31T20:38:55.880Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-05-31T20:38:57.263Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-05-31T20:38:58.206Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-05-31T20:38:58.206Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-05-31T20:38:58.206Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-05-31T20:38:58.206Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-05-31T20:38:58.206Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-05-31T20:38:58.206Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-05-31T20:38:58.206Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-05-31T20:38:58.206Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-05-31T20:38:58.206Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-05-31T20:38:58.778Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-05-31T20:38:59.722Z] --- PASS: TestContainerKillOnDaemonStart (12.33s) [2022-05-31T20:38:59.722Z] PASS [2022-05-31T20:38:59.722Z] [2022-05-31T20:38:59.722Z] === Skipped [2022-05-31T20:38:59.722Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-05-31T20:38:59.722Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-05-31T20:38:59.722Z] [2022-05-31T20:38:59.722Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-05-31T20:38:59.722Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-31T20:38:59.722Z] [2022-05-31T20:38:59.722Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-05-31T20:38:59.722Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-05-31T20:38:59.722Z] [2022-05-31T20:38:59.722Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-05-31T20:38:59.722Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-05-31T20:38:59.722Z] [2022-05-31T20:38:59.722Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-05-31T20:38:59.722Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-05-31T20:38:59.722Z] [2022-05-31T20:38:59.722Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-05-31T20:38:59.722Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-05-31T20:38:59.722Z] [2022-05-31T20:38:59.722Z] DONE 243 tests, 6 skipped in 171.160s [2022-05-31T20:38:59.722Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-05-31T20:38:59.722Z] ++ 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 [2022-05-31T20:38:59.722Z] ++ set -e [2022-05-31T20:38:59.722Z] ++ '[' -n 0 ']' [2022-05-31T20:38:59.722Z] ++ set -x [2022-05-31T20:38:59.722Z] ++ 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 [2022-05-31T20:38:59.983Z] === RUN TestConfigDaemonLibtrustID [2022-05-31T20:39:00.556Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2022-05-31T20:39:00.556Z] === RUN TestConfigDaemonID [2022-05-31T20:39:01.529Z] daemon_test.go:83: [d3798ae1f280f] daemon is not started [2022-05-31T20:39:01.529Z] --- PASS: TestConfigDaemonID (1.07s) [2022-05-31T20:39:01.529Z] === RUN TestDaemonConfigValidation [2022-05-31T20:39:01.529Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-05-31T20:39:01.529Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-05-31T20:39:01.529Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-05-31T20:39:01.529Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-05-31T20:39:01.529Z] === RUN TestDaemonConfigValidation/invalid_config [2022-05-31T20:39:01.529Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-05-31T20:39:01.529Z] === RUN TestDaemonConfigValidation/malformed_config [2022-05-31T20:39:01.529Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-05-31T20:39:01.529Z] === RUN TestDaemonConfigValidation/valid_config [2022-05-31T20:39:01.529Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-05-31T20:39:01.529Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-05-31T20:39:01.529Z] === CONT TestDaemonConfigValidation/malformed_config [2022-05-31T20:39:01.793Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-05-31T20:39:01.793Z] === CONT TestDaemonConfigValidation/valid_config [2022-05-31T20:39:01.793Z] === CONT TestDaemonConfigValidation/invalid_config [2022-05-31T20:39:02.056Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-05-31T20:39:02.323Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-05-31T20:39:02.323Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.24s) [2022-05-31T20:39:02.323Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.26s) [2022-05-31T20:39:02.323Z] --- PASS: TestDaemonConfigValidation/valid_config (0.22s) [2022-05-31T20:39:02.323Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.26s) [2022-05-31T20:39:02.323Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.22s) [2022-05-31T20:39:02.323Z] === RUN TestConfigDaemonSeccompProfiles [2022-05-31T20:39:02.323Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-05-31T20:39:02.898Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-05-31T20:39:03.469Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-05-31T20:39:04.412Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-05-31T20:39:05.354Z] check_test.go:307: [d32794e8b55da] daemon is not started [2022-05-31T20:39:05.354Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-05-31T20:39:05.615Z] === CONT TestConfigDaemonSeccompProfiles [2022-05-31T20:39:05.615Z] daemon_test.go:197: [d7a5635cfb611] daemon is not started [2022-05-31T20:39:05.615Z] --- PASS: TestConfigDaemonSeccompProfiles (3.16s) [2022-05-31T20:39:05.615Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.06s) [2022-05-31T20:39:05.615Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.06s) [2022-05-31T20:39:05.615Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2022-05-31T20:39:05.615Z] === RUN TestDaemonProxy [2022-05-31T20:39:05.615Z] === RUN TestDaemonProxy/environment_variables [2022-05-31T20:39:06.559Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-05-31T20:39:07.131Z] === RUN TestDaemonProxy/command-line_options [2022-05-31T20:39:08.073Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-05-31T20:39:08.644Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-05-31T20:39:08.907Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-05-31T20:39:09.173Z] === RUN TestDaemonProxy/configuration_file [2022-05-31T20:39:10.557Z] docker_cli_daemon_plugins_test.go:106: [d07510d280ec2] daemon is not started [2022-05-31T20:39:10.817Z] === RUN TestDaemonProxy/conflicting_options [2022-05-31T20:39:11.389Z] === RUN TestDaemonProxy/reload_sanitized [2022-05-31T20:39:11.649Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-05-31T20:39:11.910Z] daemon_test.go:374: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-05-31T20:39:11.910Z] --- PASS: TestDaemonProxy (6.39s) [2022-05-31T20:39:11.910Z] --- PASS: TestDaemonProxy/environment_variables (1.76s) [2022-05-31T20:39:11.910Z] --- PASS: TestDaemonProxy/command-line_options (1.82s) [2022-05-31T20:39:11.910Z] --- PASS: TestDaemonProxy/configuration_file (1.79s) [2022-05-31T20:39:11.910Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-05-31T20:39:11.910Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.52s) [2022-05-31T20:39:11.910Z] PASS [2022-05-31T20:39:11.910Z] [2022-05-31T20:39:11.910Z] === Skipped [2022-05-31T20:39:11.910Z] === SKIP: amd64.integration.daemon TestDaemonProxy/reload_sanitized (0.52s) [2022-05-31T20:39:11.910Z] daemon_test.go:374: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-05-31T20:39:11.910Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.52s) [2022-05-31T20:39:11.910Z] [2022-05-31T20:39:11.910Z] DONE 18 tests, 1 skipped in 12.104s [2022-05-31T20:39:11.910Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-05-31T20:39:11.910Z] ++ 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 [2022-05-31T20:39:11.910Z] ++ set -e [2022-05-31T20:39:11.910Z] ++ '[' -n 0 ']' [2022-05-31T20:39:11.910Z] ++ set -x [2022-05-31T20:39:11.910Z] ++ 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 [2022-05-31T20:39:12.171Z] INFO: Testing against a local daemon [2022-05-31T20:39:12.171Z] === RUN TestCommitInheritsEnv [2022-05-31T20:39:12.741Z] --- PASS: TestCommitInheritsEnv (0.50s) [2022-05-31T20:39:12.741Z] === RUN TestImportExtremelyLargeImageWorks [2022-05-31T20:39:12.741Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-05-31T20:39:12.741Z] === RUN TestImportWithCustomPlatform [2022-05-31T20:39:12.741Z] === RUN TestImportWithCustomPlatform/#00 [2022-05-31T20:39:12.741Z] === RUN TestImportWithCustomPlatform/_______ [2022-05-31T20:39:12.741Z] === RUN TestImportWithCustomPlatform// [2022-05-31T20:39:12.741Z] === RUN TestImportWithCustomPlatform/linux [2022-05-31T20:39:13.002Z] === RUN TestImportWithCustomPlatform/LINUX [2022-05-31T20:39:13.002Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-05-31T20:39:13.262Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-05-31T20:39:13.262Z] === RUN TestImportWithCustomPlatform/macos [2022-05-31T20:39:13.262Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-05-31T20:39:13.262Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-05-31T20:39:13.262Z] --- PASS: TestImportWithCustomPlatform (0.64s) [2022-05-31T20:39:13.262Z] --- PASS: TestImportWithCustomPlatform/#00 (0.18s) [2022-05-31T20:39:13.262Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-05-31T20:39:13.262Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-05-31T20:39:13.262Z] --- PASS: TestImportWithCustomPlatform/linux (0.15s) [2022-05-31T20:39:13.262Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.11s) [2022-05-31T20:39:13.262Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.15s) [2022-05-31T20:39:13.262Z] --- PASS: TestImportWithCustomPlatform/macos (0.01s) [2022-05-31T20:39:13.262Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-05-31T20:39:13.262Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-05-31T20:39:13.262Z] === RUN TestImagesFilterMultiReference [2022-05-31T20:39:13.262Z] check_test.go:307: [d2ad84aed23e2] daemon is not started [2022-05-31T20:39:13.262Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-05-31T20:39:13.262Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-05-31T20:39:13.262Z] === RUN TestImagePullPlatformInvalid [2022-05-31T20:39:13.524Z] --- PASS: TestImagePullPlatformInvalid (0.07s) [2022-05-31T20:39:13.524Z] === RUN TestRemoveImageOrphaning [2022-05-31T20:39:13.785Z] --- PASS: TestRemoveImageOrphaning (0.40s) [2022-05-31T20:39:13.785Z] === RUN TestRemoveImageGarbageCollector [2022-05-31T20:39:14.356Z] time="2022-05-31T20:39:14Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-05-31T20:39:16.268Z] --- PASS: TestRemoveImageGarbageCollector (2.18s) [2022-05-31T20:39:16.268Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-05-31T20:39:16.268Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-05-31T20:39:16.268Z] === RUN TestTagInvalidReference [2022-05-31T20:39:16.268Z] --- PASS: TestTagInvalidReference (0.03s) [2022-05-31T20:39:16.268Z] === RUN TestTagValidPrefixedRepo [2022-05-31T20:39:16.268Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-05-31T20:39:16.268Z] === RUN TestTagExistedNameWithoutForce [2022-05-31T20:39:16.268Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-05-31T20:39:16.268Z] === RUN TestTagOfficialNames [2022-05-31T20:39:16.268Z] --- PASS: TestTagOfficialNames (0.05s) [2022-05-31T20:39:16.268Z] === RUN TestTagMatchesDigest [2022-05-31T20:39:16.268Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-05-31T20:39:16.268Z] === CONT TestImportExtremelyLargeImageWorks [2022-05-31T20:39:16.839Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-05-31T20:39:17.409Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-05-31T20:39:17.979Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-05-31T20:39:19.361Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-05-31T20:39:22.659Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-05-31T20:39:22.920Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-05-31T20:39:23.861Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-05-31T20:39:23.861Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-05-31T20:39:23.861Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-05-31T20:39:24.121Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-05-31T20:39:25.064Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-05-31T20:39:25.064Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from config [2022-05-31T20:39:25.064Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-05-31T20:39:25.324Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from config [2022-05-31T20:39:25.895Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from config [2022-05-31T20:39:26.156Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-05-31T20:39:26.417Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from config [2022-05-31T20:39:26.989Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from config [2022-05-31T20:39:27.248Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-05-31T20:39:27.509Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from cli [2022-05-31T20:39:28.081Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from cli [2022-05-31T20:39:28.651Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from cli [2022-05-31T20:39:29.222Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from cli [2022-05-31T20:39:29.482Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from cli [2022-05-31T20:39:30.052Z] check_test.go:307: [dd828464740f0] daemon is not started [2022-05-31T20:39:30.052Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-05-31T20:39:30.994Z] check_test.go:307: [d179bdbd0d512] daemon is not started [2022-05-31T20:39:30.994Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-05-31T20:39:31.566Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-05-31T20:39:33.479Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-05-31T20:39:35.944Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-05-31T20:39:36.201Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-05-31T20:39:36.778Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-05-31T20:39:36.778Z] check_test.go:307: [d008eca9cb288] daemon is not started [2022-05-31T20:39:36.778Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-05-31T20:39:36.778Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-05-31T20:39:37.565Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-05-31T20:39:37.565Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-05-31T20:39:37.821Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-05-31T20:39:37.821Z] Cross building: bundles/cross/windows/amd64 [2022-05-31T20:39:37.821Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-05-31T20:39:37.821Z] { [2022-05-31T20:39:37.821Z] "RT_GROUP_ICON": { [2022-05-31T20:39:37.821Z] "#1": { [2022-05-31T20:39:37.821Z] "0409": "../../winresources/docker.ico" [2022-05-31T20:39:37.821Z] } [2022-05-31T20:39:37.821Z] }, [2022-05-31T20:39:37.821Z] "RT_MANIFEST": { [2022-05-31T20:39:37.821Z] "#1": { [2022-05-31T20:39:37.821Z] "0409": { [2022-05-31T20:39:37.821Z] "identity": {}, [2022-05-31T20:39:37.821Z] "description": "Docker Engine", [2022-05-31T20:39:37.821Z] "minimum-os": "vista", [2022-05-31T20:39:37.821Z] "execution-level": "", [2022-05-31T20:39:37.821Z] "ui-access": false, [2022-05-31T20:39:37.821Z] "auto-elevate": false, [2022-05-31T20:39:37.821Z] "dpi-awareness": "unaware", [2022-05-31T20:39:37.821Z] "disable-theming": false, [2022-05-31T20:39:37.821Z] "disable-window-filtering": false, [2022-05-31T20:39:37.821Z] "high-resolution-scrolling-aware": false, [2022-05-31T20:39:37.821Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-31T20:39:37.821Z] "long-path-aware": false, [2022-05-31T20:39:37.821Z] "printer-driver-isolation": false, [2022-05-31T20:39:37.821Z] "gdi-scaling": false, [2022-05-31T20:39:37.821Z] "segment-heap": false, [2022-05-31T20:39:37.821Z] "use-common-controls-v6": false [2022-05-31T20:39:37.821Z] } [2022-05-31T20:39:37.821Z] } [2022-05-31T20:39:37.821Z] }, [2022-05-31T20:39:37.821Z] "RT_MESSAGETABLE": { [2022-05-31T20:39:37.821Z] "#1": { [2022-05-31T20:39:37.821Z] "0409": "../../winresources/event_messages.bin" [2022-05-31T20:39:37.821Z] } [2022-05-31T20:39:37.821Z] }, [2022-05-31T20:39:37.821Z] "RT_VERSION": { [2022-05-31T20:39:37.821Z] "#1": { [2022-05-31T20:39:37.821Z] "0409": { [2022-05-31T20:39:37.821Z] "fixed": { [2022-05-31T20:39:37.821Z] "file_version": "0.0.0.0", [2022-05-31T20:39:37.821Z] "product_version": "0.0.0.0", [2022-05-31T20:39:37.821Z] "type": "Unknown" [2022-05-31T20:39:37.821Z] }, [2022-05-31T20:39:37.821Z] "info": { [2022-05-31T20:39:37.821Z] "0000": { [2022-05-31T20:39:37.821Z] "CompanyName": "", [2022-05-31T20:39:37.821Z] "FileVersion": "dev", [2022-05-31T20:39:37.821Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-05-31T20:39:37.821Z] "OriginalFileName": "dockerd-dev.exe", [2022-05-31T20:39:37.821Z] "ProductName": "", [2022-05-31T20:39:37.821Z] "ProductVersion": "dev", [2022-05-31T20:39:37.821Z] "SpecialBuild": "e3c14acd3386d52c91463926fccbadf1dd71f59d" [2022-05-31T20:39:37.821Z] } [2022-05-31T20:39:37.821Z] } [2022-05-31T20:39:37.821Z] } [2022-05-31T20:39:37.821Z] } [2022-05-31T20:39:37.821Z] } [2022-05-31T20:39:37.821Z] } [2022-05-31T20:39:37.821Z] cmd/dockerd/config.go [2022-05-31T20:39:37.821Z] cmd/dockerd/config_windows.go [2022-05-31T20:39:37.821Z] cmd/dockerd/daemon.go [2022-05-31T20:39:37.821Z] cmd/dockerd/daemon_test.go [2022-05-31T20:39:37.821Z] cmd/dockerd/daemon_windows.go [2022-05-31T20:39:37.821Z] cmd/dockerd/docker.go [2022-05-31T20:39:37.821Z] cmd/dockerd/docker_windows.go [2022-05-31T20:39:37.821Z] cmd/dockerd/genwinres_windows.go [2022-05-31T20:39:37.821Z] cmd/dockerd/metrics.go [2022-05-31T20:39:37.821Z] cmd/dockerd/options.go [2022-05-31T20:39:37.821Z] cmd/dockerd/options_test.go [2022-05-31T20:39:37.821Z] cmd/dockerd/service_windows.go [2022-05-31T20:39:37.821Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-05-31T20:39:37.821Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-05-31T20:39:38.162Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-05-31T20:39:39.545Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-05-31T20:39:41.458Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-05-31T20:39:41.458Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-05-31T20:39:45.663Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-05-31T20:39:46.605Z] check_test.go:307: [d464dc466e909] daemon is not started [2022-05-31T20:39:46.605Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-05-31T20:39:51.895Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-05-31T20:39:52.838Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-05-31T20:39:53.780Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-05-31T20:39:53.780Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-05-31T20:39:54.722Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-05-31T20:39:57.265Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-05-31T20:39:58.206Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-05-31T20:39:59.589Z] check_test.go:307: [df11093e56d78] daemon is not started [2022-05-31T20:39:59.589Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-05-31T20:40:00.193Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-05-31T20:40:00.193Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-05-31T20:40:01.156Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-05-31T20:40:01.425Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-05-31T20:40:02.582Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-05-31T20:40:03.525Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-05-31T20:40:03.525Z] check_test.go:307: [d1a1675231ccd] daemon is not started [2022-05-31T20:40:03.525Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-05-31T20:40:06.068Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-05-31T20:40:08.611Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-05-31T20:40:08.611Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-05-31T20:40:11.155Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-05-31T20:40:12.537Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-05-31T20:40:12.798Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-05-31T20:40:14.181Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-05-31T20:40:16.094Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-05-31T20:40:19.397Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-05-31T20:40:22.703Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-05-31T20:40:26.910Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-05-31T20:40:28.824Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-05-31T20:40:28.824Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-05-31T20:40:29.084Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-05-31T20:40:30.029Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-05-31T20:40:30.972Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-05-31T20:40:34.273Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-05-31T20:40:34.273Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-05-31T20:40:34.273Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-05-31T20:40:34.844Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-05-31T20:40:35.786Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-05-31T20:40:35.786Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-05-31T20:40:36.358Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-05-31T20:40:36.619Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-05-31T20:40:39.165Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-05-31T20:40:40.106Z] docker_cli_daemon_test.go:2503: [da28e9226fd5b] daemon is not started [2022-05-31T20:40:40.366Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-05-31T20:40:41.750Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-05-31T20:40:42.010Z] === RUN TestDockerSuite/TestBuildEnv [2022-05-31T20:40:43.926Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-05-31T20:40:45.310Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-05-31T20:40:45.880Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-05-31T20:40:50.084Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-05-31T20:40:52.627Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-05-31T20:40:52.627Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-05-31T20:40:54.538Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-05-31T20:40:57.837Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-05-31T20:40:57.837Z] check_test.go:307: [d804bc75d9ab6] daemon is not started [2022-05-31T20:40:57.837Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite (336.57s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.21s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.63s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.59s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.03s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.21s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.55s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.30s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.00s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.25s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.05s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.45s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.32s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.50s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.36s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.41s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.29s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.38s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.03s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.54s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.69s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-05-31T20:41:04.423Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.10s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.93s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.37s) [2022-05-31T20:41:04.424Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.20s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.25s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.59s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.75s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.06s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.68s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.00s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.76s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.72s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.62s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.67s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.72s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.56s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.79s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.21s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.59s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.55s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.52s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.45s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.27s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.27s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.10s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.56s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.86s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.43s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.45s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.16s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.18s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.67s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.57s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.03s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.59s) [2022-05-31T20:41:04.424Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-05-31T20:41:04.424Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.46s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.12s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.26s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.82s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.48s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.66s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (2.98s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.09s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.41s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.68s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.58s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.69s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.67s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.19s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.65s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.16s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.06s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.55s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.05s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.75s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.92s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.99s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.60s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.43s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.71s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.41s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.62s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.63s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.60s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.91s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.44s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.31s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.16s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.60s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.03s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.41s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.30s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.34s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.84s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.11s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.12s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.03s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.73s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.17s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.67s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.94s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.67s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.13s) [2022-05-31T20:41:04.424Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.94s) [2022-05-31T20:41:04.424Z] === RUN TestDockerSwarmSuite [2022-05-31T20:41:04.424Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-05-31T20:41:06.966Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-05-31T20:41:10.266Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-05-31T20:41:14.523Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-05-31T20:41:15.094Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-05-31T20:41:16.479Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-05-31T20:41:24.614Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-05-31T20:41:24.874Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-05-31T20:41:25.445Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-05-31T20:41:26.016Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-05-31T20:41:27.405Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-05-31T20:41:27.405Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-05-31T20:41:27.405Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-05-31T20:41:27.405Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-05-31T20:41:28.348Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-05-31T20:41:29.234Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-05-31T20:41:29.234Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-05-31T20:41:29.234Z] { [2022-05-31T20:41:29.234Z] "RT_GROUP_ICON": { [2022-05-31T20:41:29.234Z] "#1": { [2022-05-31T20:41:29.234Z] "0409": "../../winresources/docker.ico" [2022-05-31T20:41:29.234Z] } [2022-05-31T20:41:29.234Z] }, [2022-05-31T20:41:29.234Z] "RT_MANIFEST": { [2022-05-31T20:41:29.234Z] "#1": { [2022-05-31T20:41:29.234Z] "0409": { [2022-05-31T20:41:29.234Z] "identity": {}, [2022-05-31T20:41:29.234Z] "description": "Docker Engine", [2022-05-31T20:41:29.234Z] "minimum-os": "vista", [2022-05-31T20:41:29.234Z] "execution-level": "", [2022-05-31T20:41:29.234Z] "ui-access": false, [2022-05-31T20:41:29.234Z] "auto-elevate": false, [2022-05-31T20:41:29.234Z] "dpi-awareness": "unaware", [2022-05-31T20:41:29.234Z] "disable-theming": false, [2022-05-31T20:41:29.234Z] "disable-window-filtering": false, [2022-05-31T20:41:29.234Z] "high-resolution-scrolling-aware": false, [2022-05-31T20:41:29.234Z] "ultra-high-resolution-scrolling-aware": false, [2022-05-31T20:41:29.234Z] "long-path-aware": false, [2022-05-31T20:41:29.234Z] "printer-driver-isolation": false, [2022-05-31T20:41:29.234Z] "gdi-scaling": false, [2022-05-31T20:41:29.234Z] "segment-heap": false, [2022-05-31T20:41:29.234Z] "use-common-controls-v6": false [2022-05-31T20:41:29.234Z] } [2022-05-31T20:41:29.234Z] } [2022-05-31T20:41:29.234Z] }, [2022-05-31T20:41:29.234Z] "RT_MESSAGETABLE": { [2022-05-31T20:41:29.234Z] "#1": { [2022-05-31T20:41:29.234Z] "0409": "../../winresources/event_messages.bin" [2022-05-31T20:41:29.234Z] } [2022-05-31T20:41:29.234Z] }, [2022-05-31T20:41:29.234Z] "RT_VERSION": { [2022-05-31T20:41:29.234Z] "#1": { [2022-05-31T20:41:29.234Z] "0409": { [2022-05-31T20:41:29.234Z] "fixed": { [2022-05-31T20:41:29.234Z] "file_version": "0.0.0.0", [2022-05-31T20:41:29.234Z] "product_version": "0.0.0.0", [2022-05-31T20:41:29.234Z] "type": "Unknown" [2022-05-31T20:41:29.234Z] }, [2022-05-31T20:41:29.234Z] "info": { [2022-05-31T20:41:29.234Z] "0000": { [2022-05-31T20:41:29.234Z] "CompanyName": "", [2022-05-31T20:41:29.234Z] "FileVersion": "dev", [2022-05-31T20:41:29.234Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-05-31T20:41:29.234Z] "OriginalFileName": "docker-proxy-dev.exe", [2022-05-31T20:41:29.234Z] "ProductName": "", [2022-05-31T20:41:29.234Z] "ProductVersion": "dev", [2022-05-31T20:41:29.234Z] "SpecialBuild": "e3c14acd3386d52c91463926fccbadf1dd71f59d" [2022-05-31T20:41:29.234Z] } [2022-05-31T20:41:29.234Z] } [2022-05-31T20:41:29.234Z] } [2022-05-31T20:41:29.234Z] } [2022-05-31T20:41:29.234Z] } [2022-05-31T20:41:29.234Z] } [2022-05-31T20:41:29.234Z] cmd/docker-proxy/genwinres_windows.go [2022-05-31T20:41:29.234Z] cmd/docker-proxy/main.go [2022-05-31T20:41:29.234Z] cmd/docker-proxy/network_proxy_test.go [2022-05-31T20:41:29.234Z] cmd/docker-proxy/proxy.go [2022-05-31T20:41:29.234Z] cmd/docker-proxy/sctp_proxy.go [2022-05-31T20:41:29.234Z] cmd/docker-proxy/tcp_proxy.go [2022-05-31T20:41:29.234Z] cmd/docker-proxy/udp_proxy.go [2022-05-31T20:41:29.234Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-05-31T20:41:29.234Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-05-31T20:41:29.234Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-05-31T20:41:29.234Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-05-31T20:41:29.234Z] remote: Enumerating objects: 23, done. [2022-05-31T20:41:29.234Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-05-31T20:41:29.234Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-05-31T20:41:29.234Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-05-31T20:41:29.234Z] 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 | 10.17 MiB/s, done. [2022-05-31T20:41:29.234Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-05-31T20:41:29.234Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-05-31T20:41:29.234Z] Cross building: bundles/cross/linux/ppc64le [2022-05-31T20:41:29.234Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-05-31T20:41:29.234Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-05-31T20:41:29.290Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-05-31T20:41:31.833Z] docker_api_swarm_test.go:563: [d487aa0dc2eb5] joining swarm manager [d1ea69f52db71]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:41:38.418Z] === RUN TestDockerSuite/TestBuildExpose [2022-05-31T20:41:38.419Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-05-31T20:41:38.990Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-05-31T20:41:39.562Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-05-31T20:41:39.823Z] === RUN TestDockerSuite/TestBuildFails [2022-05-31T20:41:40.393Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-05-31T20:41:40.393Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-05-31T20:41:42.937Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-05-31T20:41:44.851Z] docker_api_swarm_test.go:585: [d72ee358aba9e] joining swarm manager [d1ea69f52db71]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:41:45.111Z] === RUN TestDockerSuite/TestBuildForceRm [2022-05-31T20:41:47.025Z] === RUN TestDockerSuite/TestBuildFromGit [2022-05-31T20:41:47.595Z] check_test.go:378: [d487aa0dc2eb5] daemon is not started [2022-05-31T20:41:48.536Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-05-31T20:41:48.797Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-05-31T20:41:49.741Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-05-31T20:41:51.127Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-05-31T20:41:52.069Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-05-31T20:41:52.330Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-05-31T20:41:54.243Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-05-31T20:41:56.155Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-05-31T20:41:57.541Z] === RUN TestDockerSuite/TestBuildHistory [2022-05-31T20:41:58.113Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-05-31T20:41:58.113Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-05-31T20:41:58.113Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-05-31T20:42:01.412Z] docker_api_swarm_test.go:46: [d9022178989c8] joining swarm manager [db8f648bae81f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:42:01.984Z] === RUN TestDockerSuite/TestBuildIidFile [2022-05-31T20:42:02.555Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-05-31T20:42:03.125Z] === RUN TestDockerSuite/TestBuildInheritance [2022-05-31T20:42:03.696Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-05-31T20:42:04.267Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-05-31T20:42:04.267Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-05-31T20:42:05.209Z] === RUN TestDockerSuite/TestBuildLabel [2022-05-31T20:42:05.779Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-05-31T20:42:06.040Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-05-31T20:42:06.611Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-05-31T20:42:06.871Z] === RUN TestDockerSuite/TestBuildLabels [2022-05-31T20:42:07.442Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-05-31T20:42:08.826Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-05-31T20:42:11.371Z] === RUN TestDockerSuite/TestBuildLastModified [2022-05-31T20:42:16.654Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-05-31T20:42:16.654Z] --- PASS: TestImportExtremelyLargeImageWorks (180.48s) [2022-05-31T20:42:16.654Z] PASS [2022-05-31T20:42:16.654Z] [2022-05-31T20:42:16.654Z] DONE 22 tests in 184.743s [2022-05-31T20:42:16.654Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-05-31T20:42:16.654Z] ++ 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 [2022-05-31T20:42:16.654Z] ++ set -e [2022-05-31T20:42:16.654Z] ++ '[' -n 0 ']' [2022-05-31T20:42:16.654Z] ++ set -x [2022-05-31T20:42:16.654Z] ++ 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 [2022-05-31T20:42:16.654Z] INFO: Testing against a local daemon [2022-05-31T20:42:16.654Z] === RUN TestNetworkCreateDelete [2022-05-31T20:42:16.915Z] --- PASS: TestNetworkCreateDelete (0.19s) [2022-05-31T20:42:16.915Z] === RUN TestDockerNetworkDeletePreferID [2022-05-31T20:42:17.485Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s) [2022-05-31T20:42:17.485Z] === RUN TestDaemonDNSFallback [2022-05-31T20:42:18.867Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-05-31T20:42:19.127Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-05-31T20:42:19.127Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-05-31T20:42:19.127Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-05-31T20:42:19.388Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-05-31T20:42:19.388Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-05-31T20:42:19.648Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-05-31T20:42:19.648Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-05-31T20:42:21.057Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-05-31T20:42:22.447Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-05-31T20:42:24.356Z] --- PASS: TestDaemonDNSFallback (6.58s) [2022-05-31T20:42:24.356Z] === RUN TestInspectNetwork [2022-05-31T20:42:24.617Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-05-31T20:42:25.187Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-05-31T20:42:25.448Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-05-31T20:42:27.993Z] === RUN TestInspectNetwork/full_network_id [2022-05-31T20:42:27.993Z] === RUN TestInspectNetwork/partial_network_id [2022-05-31T20:42:27.993Z] === RUN TestInspectNetwork/network_name [2022-05-31T20:42:27.993Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-05-31T20:42:32.197Z] --- PASS: TestInspectNetwork (8.19s) [2022-05-31T20:42:32.197Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-05-31T20:42:32.197Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-05-31T20:42:32.197Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-05-31T20:42:32.197Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-05-31T20:42:32.197Z] === RUN TestRunContainerWithBridgeNone [2022-05-31T20:42:32.785Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-05-31T20:42:34.181Z] --- PASS: TestRunContainerWithBridgeNone (2.02s) [2022-05-31T20:42:34.181Z] === RUN TestNetworkInvalidJSON [2022-05-31T20:42:34.181Z] === RUN TestNetworkInvalidJSON/networks/create [2022-05-31T20:42:34.181Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-05-31T20:42:34.181Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-05-31T20:42:34.181Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-05-31T20:42:34.181Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-31T20:42:34.181Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-31T20:42:34.181Z] === CONT TestNetworkInvalidJSON/networks/create [2022-05-31T20:42:34.181Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-05-31T20:42:34.181Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-05-31T20:42:34.181Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-05-31T20:42:34.181Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-05-31T20:42:34.181Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-05-31T20:42:34.181Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-05-31T20:42:34.181Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-05-31T20:42:34.181Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-05-31T20:42:34.181Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-05-31T20:42:34.181Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-05-31T20:42:34.181Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-05-31T20:42:34.181Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-05-31T20:42:34.181Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-05-31T20:42:34.181Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.01s) [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-05-31T20:42:34.181Z] === RUN TestNetworkList [2022-05-31T20:42:34.181Z] === RUN TestNetworkList//networks [2022-05-31T20:42:34.181Z] === PAUSE TestNetworkList//networks [2022-05-31T20:42:34.181Z] === RUN TestNetworkList//networks/ [2022-05-31T20:42:34.181Z] === PAUSE TestNetworkList//networks/ [2022-05-31T20:42:34.181Z] === CONT TestNetworkList//networks [2022-05-31T20:42:34.181Z] === CONT TestNetworkList//networks/ [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkList (0.03s) [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-05-31T20:42:34.181Z] --- PASS: TestNetworkList//networks (0.00s) [2022-05-31T20:42:34.181Z] === RUN TestHostIPv4BridgeLabel [2022-05-31T20:42:34.754Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2022-05-31T20:42:34.754Z] === RUN TestDaemonRestartWithLiveRestore [2022-05-31T20:42:35.698Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-05-31T20:42:35.958Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2022-05-31T20:42:35.958Z] === RUN TestDaemonDefaultNetworkPools [2022-05-31T20:42:36.529Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-05-31T20:42:36.789Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2022-05-31T20:42:36.789Z] === RUN TestDaemonRestartWithExistingNetwork [2022-05-31T20:42:38.172Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2022-05-31T20:42:38.172Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-05-31T20:42:38.172Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-05-31T20:42:38.172Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-05-31T20:42:38.172Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-05-31T20:42:39.115Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s) [2022-05-31T20:42:39.115Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-05-31T20:42:39.689Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2022-05-31T20:42:39.689Z] === RUN TestServiceWithPredefinedNetwork [2022-05-31T20:42:41.601Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-05-31T20:42:41.862Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-05-31T20:42:42.434Z] --- PASS: TestServiceWithPredefinedNetwork (2.67s) [2022-05-31T20:42:42.434Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-05-31T20:42:42.434Z] service_test.go:243: FLAKY_TEST [2022-05-31T20:42:42.434Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-31T20:42:42.434Z] === RUN TestServiceWithDataPathPortInit [2022-05-31T20:42:43.375Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-05-31T20:42:43.635Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-05-31T20:42:45.548Z] === RUN TestDockerSuite/TestBuildNetNone [2022-05-31T20:42:45.808Z] === RUN TestDockerSuite/TestBuildNoContext [2022-05-31T20:42:46.378Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-05-31T20:42:46.948Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-05-31T20:42:48.332Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-05-31T20:42:48.332Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-05-31T20:42:48.332Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-05-31T20:42:48.593Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-05-31T20:42:48.853Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-05-31T20:42:49.423Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-05-31T20:42:51.333Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-05-31T20:42:51.594Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-05-31T20:42:54.137Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-05-31T20:42:54.710Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-05-31T20:42:56.091Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-05-31T20:42:56.661Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-05-31T20:42:57.601Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-05-31T20:42:57.862Z] --- PASS: TestServiceWithDataPathPortInit (15.51s) [2022-05-31T20:42:57.862Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-05-31T20:42:58.123Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-05-31T20:43:00.666Z] === RUN TestDockerSuite/TestBuildPATH [2022-05-31T20:43:01.237Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:s7gw09561juvdwkfqcg73b2p3 Created:2022-05-31 20:42:59.36560909 +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[7d88cc867b30bf953f053ccc7edb1b2f6a427fb915dd2b70c4f925b75084e835:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jzgqqza5ox42q2sa990jk5syo EndpointID:bda47f4b0977adb2b1a3a5a3ea4d35cb62e53f1516adecb4d8dc04f50a9f1f94 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2e6d5603f318f7ae7450a14ef3bb6f2f3057db0ac810ad26d93b8cea5e600073 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:2d8165f62be1 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jzgqqza5ox42q2sa990jk5syo EndpointID:bda47f4b0977adb2b1a3a5a3ea4d35cb62e53f1516adecb4d8dc04f50a9f1f94 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-05-31T20:43:02.620Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-05-31T20:43:02.880Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-05-31T20:43:03.450Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-05-31T20:43:05.992Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.98s) [2022-05-31T20:43:05.992Z] PASS [2022-05-31T20:43:05.992Z] [2022-05-31T20:43:05.992Z] === Skipped [2022-05-31T20:43:05.992Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-05-31T20:43:05.992Z] service_test.go:243: FLAKY_TEST [2022-05-31T20:43:05.992Z] [2022-05-31T20:43:05.992Z] DONE 38 tests, 1 skipped in 49.273s [2022-05-31T20:43:05.992Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-05-31T20:43:05.992Z] ++ 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 [2022-05-31T20:43:05.992Z] ++ set -e [2022-05-31T20:43:05.992Z] ++ '[' -n 0 ']' [2022-05-31T20:43:05.992Z] ++ set -x [2022-05-31T20:43:05.992Z] ++ 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 [2022-05-31T20:43:05.992Z] INFO: Testing against a local daemon [2022-05-31T20:43:05.992Z] === RUN TestDockerNetworkIpvlanPersistance [2022-05-31T20:43:05.992Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-31T20:43:05.992Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2022-05-31T20:43:05.992Z] === RUN TestDockerNetworkIpvlan [2022-05-31T20:43:05.992Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-31T20:43:05.992Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-05-31T20:43:05.992Z] PASS [2022-05-31T20:43:05.992Z] [2022-05-31T20:43:05.992Z] === Skipped [2022-05-31T20:43:05.992Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2022-05-31T20:43:05.992Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-31T20:43:05.992Z] [2022-05-31T20:43:05.992Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-05-31T20:43:05.992Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-05-31T20:43:05.992Z] [2022-05-31T20:43:05.992Z] DONE 2 tests, 2 skipped in 0.123s [2022-05-31T20:43:05.992Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-05-31T20:43:05.992Z] ++ 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 [2022-05-31T20:43:05.992Z] ++ set -e [2022-05-31T20:43:05.992Z] ++ '[' -n 0 ']' [2022-05-31T20:43:05.992Z] ++ set -x [2022-05-31T20:43:05.992Z] ++ 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 [2022-05-31T20:43:06.254Z] INFO: Testing against a local daemon [2022-05-31T20:43:06.254Z] === RUN TestDockerNetworkMacvlanPersistance [2022-05-31T20:43:07.637Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.44s) [2022-05-31T20:43:07.637Z] === RUN TestDockerNetworkMacvlan [2022-05-31T20:43:07.897Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-05-31T20:43:08.470Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-05-31T20:43:09.413Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-05-31T20:43:10.355Z] docker_api_swarm_test.go:304: [dc3d1d340c928] joining swarm manager [d94bb4d6bbebd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:43:10.355Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-05-31T20:43:11.739Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-05-31T20:43:11.999Z] docker_api_swarm_test.go:305: [dfc01ce4b76ec] joining swarm manager [d94bb4d6bbebd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:43:12.941Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-05-31T20:43:13.883Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-05-31T20:43:14.824Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-05-31T20:43:15.085Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-05-31T20:43:16.997Z] === RUN TestDockerSuite/TestBuildRm [2022-05-31T20:43:19.578Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-05-31T20:43:19.578Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-05-31T20:43:20.522Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-05-31T20:43:20.627Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-05-31T20:43:20.628Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-05-31T20:43:20.628Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-05-31T20:43:20.628Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-05-31T20:43:20.628Z] Cross building: bundles/cross/linux/s390x [2022-05-31T20:43:20.628Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-05-31T20:43:20.628Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-05-31T20:43:20.784Z] --- PASS: TestDockerNetworkMacvlan (13.06s) [2022-05-31T20:43:20.784Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-05-31T20:43:20.784Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2022-05-31T20:43:20.784Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.39s) [2022-05-31T20:43:20.784Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.22s) [2022-05-31T20:43:20.784Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.94s) [2022-05-31T20:43:20.784Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.91s) [2022-05-31T20:43:20.784Z] PASS [2022-05-31T20:43:20.784Z] [2022-05-31T20:43:20.784Z] DONE 8 tests in 14.605s [2022-05-31T20:43:20.784Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-05-31T20:43:20.784Z] ++ 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 [2022-05-31T20:43:20.784Z] ++ set -e [2022-05-31T20:43:20.784Z] ++ '[' -n 0 ']' [2022-05-31T20:43:20.784Z] ++ set -x [2022-05-31T20:43:20.784Z] ++ 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 [2022-05-31T20:43:20.784Z] testing: warning: no tests to run [2022-05-31T20:43:20.784Z] PASS [2022-05-31T20:43:20.784Z] [2022-05-31T20:43:20.784Z] DONE 0 tests in 0.037s [2022-05-31T20:43:20.785Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-05-31T20:43:20.785Z] ++ 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 [2022-05-31T20:43:20.785Z] ++ set -e [2022-05-31T20:43:20.785Z] ++ '[' -n 0 ']' [2022-05-31T20:43:20.785Z] ++ set -x [2022-05-31T20:43:20.785Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_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 [2022-05-31T20:43:21.046Z] INFO: Testing against a local daemon [2022-05-31T20:43:21.046Z] === RUN TestAuthZPluginAllowRequest [2022-05-31T20:43:21.616Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-05-31T20:43:21.877Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-05-31T20:43:22.448Z] --- PASS: TestAuthZPluginAllowRequest (1.50s) [2022-05-31T20:43:22.448Z] === RUN TestAuthZPluginTLS [2022-05-31T20:43:22.448Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-05-31T20:43:23.019Z] --- PASS: TestAuthZPluginTLS (0.57s) [2022-05-31T20:43:23.019Z] === RUN TestAuthZPluginDenyRequest [2022-05-31T20:43:23.589Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-05-31T20:43:23.589Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-05-31T20:43:23.589Z] === RUN TestAuthZPluginAPIDenyResponse [2022-05-31T20:43:24.160Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2022-05-31T20:43:24.160Z] === RUN TestAuthZPluginDenyResponse [2022-05-31T20:43:24.420Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-05-31T20:43:24.680Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-05-31T20:43:24.680Z] --- PASS: TestAuthZPluginDenyResponse (0.59s) [2022-05-31T20:43:24.680Z] === RUN TestAuthZPluginAllowEventStream [2022-05-31T20:43:25.729Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-05-31T20:43:26.301Z] --- PASS: TestAuthZPluginAllowEventStream (1.67s) [2022-05-31T20:43:26.301Z] === RUN TestAuthZPluginErrorResponse [2022-05-31T20:43:26.871Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-05-31T20:43:26.871Z] === RUN TestAuthZPluginErrorRequest [2022-05-31T20:43:27.441Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-05-31T20:43:27.441Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-05-31T20:43:28.012Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2022-05-31T20:43:28.012Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-05-31T20:43:28.956Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-05-31T20:43:28.956Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-05-31T20:43:29.217Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-05-31T20:43:29.217Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-05-31T20:43:29.217Z] === RUN TestDockerSuite/TestBuildSpaces [2022-05-31T20:43:29.788Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-05-31T20:43:29.788Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.76s) [2022-05-31T20:43:29.788Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-05-31T20:43:30.360Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-05-31T20:43:30.620Z] === RUN TestDockerSuite/TestBuildStderr [2022-05-31T20:43:31.661Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-05-31T20:43:31.661Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.74s) [2022-05-31T20:43:31.661Z] === RUN TestAuthZPluginHeader [2022-05-31T20:43:32.602Z] --- PASS: TestAuthZPluginHeader (0.84s) [2022-05-31T20:43:32.602Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-05-31T20:43:34.514Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-05-31T20:43:35.456Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-05-31T20:43:36.028Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-05-31T20:43:36.600Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-05-31T20:43:36.860Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.37s) [2022-05-31T20:43:36.860Z] === RUN TestAuthZPluginV2Disable [2022-05-31T20:43:37.434Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-05-31T20:43:38.377Z] === RUN TestDockerSuite/TestBuildUser [2022-05-31T20:43:39.762Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-05-31T20:43:40.714Z] --- PASS: TestAuthZPluginV2Disable (3.77s) [2022-05-31T20:43:40.714Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-05-31T20:43:41.656Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-05-31T20:43:42.229Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-05-31T20:43:43.615Z] docker_api_swarm_test.go:272: [daeebe446e34c] joining swarm manager [d7082701d5f77]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:43:44.557Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.98s) [2022-05-31T20:43:44.558Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-05-31T20:43:45.129Z] docker_api_swarm_test.go:273: [dc0f14f821e08] joining swarm manager [d7082701d5f77]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:43:57.360Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-05-31T20:43:57.360Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.99s) [2022-05-31T20:43:57.360Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-05-31T20:43:57.360Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-05-31T20:43:57.360Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-05-31T20:43:57.360Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-05-31T20:43:57.620Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-05-31T20:43:58.561Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-05-31T20:43:58.561Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-05-31T20:43:58.561Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-05-31T20:43:58.561Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-05-31T20:43:58.561Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-05-31T20:43:58.561Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-05-31T20:43:58.561Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-05-31T20:43:58.561Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-05-31T20:43:58.561Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-05-31T20:43:59.502Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-05-31T20:43:59.763Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-05-31T20:44:00.349Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-05-31T20:44:00.618Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-05-31T20:44:01.559Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-05-31T20:44:01.559Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-05-31T20:44:03.470Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-05-31T20:44:04.411Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-05-31T20:44:04.981Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-05-31T20:44:05.241Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-05-31T20:44:05.812Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-05-31T20:44:05.812Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-05-31T20:44:05.812Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-05-31T20:44:06.072Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-05-31T20:44:06.333Z] === RUN TestDockerSuite/TestBuildXZHost [2022-05-31T20:44:08.248Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-05-31T20:44:08.248Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-05-31T20:44:08.248Z] docker_cli_sni_test.go:18: Flakey test [2022-05-31T20:44:08.248Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-05-31T20:44:08.820Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-05-31T20:44:09.390Z] === RUN TestDockerSuite/TestCommitChange [2022-05-31T20:44:09.960Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-05-31T20:44:10.531Z] === RUN TestDockerSuite/TestCommitHardlink [2022-05-31T20:44:11.471Z] === RUN TestDockerSuite/TestCommitNewFile [2022-05-31T20:44:12.042Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2022-05-31T20:44:12.042Z] PASS [2022-05-31T20:44:12.042Z] [2022-05-31T20:44:12.042Z] DONE 17 tests in 51.288s [2022-05-31T20:44:12.042Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-05-31T20:44:12.042Z] ++ 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 [2022-05-31T20:44:12.042Z] ++ set -e [2022-05-31T20:44:12.042Z] ++ '[' -n 0 ']' [2022-05-31T20:44:12.042Z] ++ set -x [2022-05-31T20:44:12.042Z] ++ 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 [2022-05-31T20:44:12.303Z] INFO: Testing against a local daemon [2022-05-31T20:44:12.303Z] === RUN TestPluginInvalidJSON [2022-05-31T20:44:12.303Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-05-31T20:44:12.303Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-05-31T20:44:12.303Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-31T20:44:12.303Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-31T20:44:12.303Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-05-31T20:44:12.303Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-05-31T20:44:12.303Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-05-31T20:44:12.303Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-05-31T20:44:12.303Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-05-31T20:44:12.303Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-05-31T20:44:12.303Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-05-31T20:44:12.303Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-05-31T20:44:12.303Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-05-31T20:44:12.303Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-05-31T20:44:12.303Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-05-31T20:44:12.303Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-05-31T20:44:12.303Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-05-31T20:44:12.303Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-05-31T20:44:12.303Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-05-31T20:44:12.303Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-05-31T20:44:12.303Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-05-31T20:44:12.303Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-05-31T20:44:12.303Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-05-31T20:44:12.303Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-05-31T20:44:12.303Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-05-31T20:44:12.303Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-05-31T20:44:12.303Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-05-31T20:44:12.303Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-05-31T20:44:12.303Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.01s) [2022-05-31T20:44:12.303Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-05-31T20:44:12.303Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-05-31T20:44:12.303Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-05-31T20:44:12.303Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-05-31T20:44:12.303Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-05-31T20:44:12.303Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-05-31T20:44:12.303Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-05-31T20:44:12.303Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-05-31T20:44:12.303Z] === RUN TestPluginInstall [2022-05-31T20:44:12.303Z] === RUN TestPluginInstall/no_auth [2022-05-31T20:44:12.563Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-05-31T20:44:13.505Z] === RUN TestDockerSuite/TestCommitTTY [2022-05-31T20:44:14.078Z] time="2022-05-31T20:44:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:44:14.078Z] time="2022-05-31T20:44:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:02690792b826c28f40a701a8d646a40ec09e173bea4f924c2686b2ea10961965" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:44:14.078Z] time="2022-05-31T20:44:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:44:14.078Z] time="2022-05-31T20:44:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:02690792b826c28f40a701a8d646a40ec09e173bea4f924c2686b2ea10961965" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:44:14.340Z] === RUN TestPluginInstall/with_htpasswd [2022-05-31T20:44:14.601Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-05-31T20:44:14.861Z] time="2022-05-31T20:44:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:44:14.861Z] time="2022-05-31T20:44:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c2a8c46ca6e192c4a21e6704c1ac8f59457e87d75ba0ead1fdcc7e39641eb4e1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:44:14.861Z] time="2022-05-31T20:44:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:44:14.861Z] time="2022-05-31T20:44:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c2a8c46ca6e192c4a21e6704c1ac8f59457e87d75ba0ead1fdcc7e39641eb4e1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:44:15.432Z] === RUN TestPluginInstall/with_insecure [2022-05-31T20:44:15.432Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-05-31T20:44:16.377Z] time="2022-05-31T20:44:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:44:16.377Z] time="2022-05-31T20:44:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:22fcaccd2306503bd6fab07c06b044e0a1d166069369bcf586c872810ab4a7e4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:44:16.377Z] time="2022-05-31T20:44:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-05-31T20:44:16.377Z] time="2022-05-31T20:44:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:22fcaccd2306503bd6fab07c06b044e0a1d166069369bcf586c872810ab4a7e4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-05-31T20:44:16.655Z] plugin_test.go:195: [d9518146c9866] daemon is not started [2022-05-31T20:44:16.655Z] --- PASS: TestPluginInstall (4.31s) [2022-05-31T20:44:16.655Z] --- PASS: TestPluginInstall/no_auth (2.19s) [2022-05-31T20:44:16.655Z] --- PASS: TestPluginInstall/with_htpasswd (0.82s) [2022-05-31T20:44:16.655Z] --- PASS: TestPluginInstall/with_insecure (1.30s) [2022-05-31T20:44:16.655Z] === RUN TestPluginsWithRuntimes [2022-05-31T20:44:16.655Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-05-31T20:44:17.597Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-05-31T20:44:17.597Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-05-31T20:44:17.597Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-05-31T20:44:17.597Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-05-31T20:44:17.597Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-05-31T20:44:17.597Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-05-31T20:44:17.597Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-05-31T20:44:18.168Z] === RUN TestPluginsWithRuntimes/No_Args [2022-05-31T20:44:18.741Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-05-31T20:44:19.312Z] === RUN TestPluginsWithRuntimes/With_Args [2022-05-31T20:44:19.885Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-05-31T20:44:19.885Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-05-31T20:44:20.456Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-05-31T20:44:20.456Z] --- PASS: TestPluginsWithRuntimes (3.95s) [2022-05-31T20:44:20.456Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.11s) [2022-05-31T20:44:20.456Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.06s) [2022-05-31T20:44:20.456Z] === RUN TestPluginBackCompatMediaTypes [2022-05-31T20:44:21.026Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-05-31T20:44:21.287Z] --- PASS: TestPluginBackCompatMediaTypes (0.77s) [2022-05-31T20:44:21.287Z] PASS [2022-05-31T20:44:21.287Z] [2022-05-31T20:44:21.287Z] DONE 24 tests in 9.181s [2022-05-31T20:44:21.287Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-05-31T20:44:21.287Z] ++ 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 [2022-05-31T20:44:21.287Z] ++ set -e [2022-05-31T20:44:21.287Z] ++ '[' -n 0 ']' [2022-05-31T20:44:21.287Z] ++ set -x [2022-05-31T20:44:21.287Z] ++ 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 [2022-05-31T20:44:21.547Z] INFO: Testing against a local daemon [2022-05-31T20:44:21.547Z] === RUN TestExternalGraphDriver [2022-05-31T20:44:21.547Z] === RUN TestExternalGraphDriver/json [2022-05-31T20:44:21.547Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-05-31T20:44:22.120Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-05-31T20:44:22.692Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-05-31T20:44:22.692Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-05-31T20:44:22.692Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-05-31T20:44:23.263Z] === RUN TestExternalGraphDriver/spec [2022-05-31T20:44:23.263Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-05-31T20:44:23.263Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-05-31T20:44:23.263Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-05-31T20:44:23.523Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-05-31T20:44:23.523Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-05-31T20:44:24.097Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-05-31T20:44:24.755Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-05-31T20:44:25.015Z] === RUN TestExternalGraphDriver/pull [2022-05-31T20:44:25.275Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-05-31T20:44:25.275Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-05-31T20:44:26.657Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-05-31T20:44:26.917Z] --- PASS: TestExternalGraphDriver (5.43s) [2022-05-31T20:44:26.917Z] --- PASS: TestExternalGraphDriver/json (1.79s) [2022-05-31T20:44:26.917Z] --- PASS: TestExternalGraphDriver/spec (1.83s) [2022-05-31T20:44:26.917Z] --- PASS: TestExternalGraphDriver/pull (1.76s) [2022-05-31T20:44:26.917Z] === RUN TestGraphdriverPluginV2 [2022-05-31T20:44:26.917Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-05-31T20:44:26.917Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-05-31T20:44:27.488Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-05-31T20:44:28.058Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-05-31T20:44:28.629Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-05-31T20:44:29.199Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-05-31T20:44:29.199Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-05-31T20:44:29.460Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-05-31T20:44:30.030Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-05-31T20:44:30.601Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-05-31T20:44:31.173Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-05-31T20:44:31.435Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-05-31T20:44:32.006Z] --- PASS: TestGraphdriverPluginV2 (4.95s) [2022-05-31T20:44:32.006Z] PASS [2022-05-31T20:44:32.006Z] [2022-05-31T20:44:32.006Z] DONE 5 tests in 10.518s [2022-05-31T20:44:32.007Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-05-31T20:44:32.007Z] ++ 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 [2022-05-31T20:44:32.007Z] ++ set -e [2022-05-31T20:44:32.007Z] ++ '[' -n 0 ']' [2022-05-31T20:44:32.007Z] ++ set -x [2022-05-31T20:44:32.007Z] ++ 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 [2022-05-31T20:44:32.007Z] INFO: Testing against a local daemon [2022-05-31T20:44:32.007Z] === RUN TestContinueAfterPluginCrash [2022-05-31T20:44:32.007Z] === PAUSE TestContinueAfterPluginCrash [2022-05-31T20:44:32.007Z] === RUN TestReadPluginNoRead [2022-05-31T20:44:32.007Z] === PAUSE TestReadPluginNoRead [2022-05-31T20:44:32.007Z] === RUN TestDaemonStartWithLogOpt [2022-05-31T20:44:32.007Z] === PAUSE TestDaemonStartWithLogOpt [2022-05-31T20:44:32.007Z] === CONT TestContinueAfterPluginCrash [2022-05-31T20:44:32.007Z] === CONT TestDaemonStartWithLogOpt [2022-05-31T20:44:32.268Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-05-31T20:44:34.193Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-05-31T20:44:34.193Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-05-31T20:44:36.105Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-05-31T20:44:36.106Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-05-31T20:44:36.106Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-05-31T20:44:36.106Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-05-31T20:44:36.106Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-05-31T20:44:36.679Z] docker_api_swarm_node_test.go:20: [d2422bac28134] joining swarm manager [df9579eb83553]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:44:36.939Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-05-31T20:44:37.510Z] docker_api_swarm_node_test.go:21: [dedb8559ec986] joining swarm manager [df9579eb83553]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:44:37.510Z] --- PASS: TestDaemonStartWithLogOpt (5.50s) [2022-05-31T20:44:37.510Z] === CONT TestReadPluginNoRead [2022-05-31T20:44:40.050Z] === RUN TestReadPluginNoRead/default [2022-05-31T20:44:40.990Z] === RUN TestReadPluginNoRead/disabled_caching [2022-05-31T20:44:41.250Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-05-31T20:44:41.821Z] === RUN TestDockerSuite/TestContainerAPITop [2022-05-31T20:44:42.392Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-05-31T20:44:42.392Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-05-31T20:44:42.653Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-05-31T20:44:42.653Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-05-31T20:44:42.653Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-05-31T20:44:42.653Z] --- PASS: TestContinueAfterPluginCrash (10.71s) [2022-05-31T20:44:44.036Z] === CONT TestReadPluginNoRead [2022-05-31T20:44:44.036Z] read_test.go:92: [d006fb6a9248a] daemon is not started [2022-05-31T20:44:44.036Z] --- PASS: TestReadPluginNoRead (6.35s) [2022-05-31T20:44:44.036Z] --- PASS: TestReadPluginNoRead/default (1.24s) [2022-05-31T20:44:44.036Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.53s) [2022-05-31T20:44:44.036Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.34s) [2022-05-31T20:44:44.036Z] PASS [2022-05-31T20:44:44.036Z] [2022-05-31T20:44:44.036Z] DONE 6 tests in 12.040s [2022-05-31T20:44:44.036Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-05-31T20:44:44.036Z] ++ 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 [2022-05-31T20:44:44.036Z] ++ set -e [2022-05-31T20:44:44.036Z] ++ '[' -n 0 ']' [2022-05-31T20:44:44.036Z] ++ set -x [2022-05-31T20:44:44.036Z] ++ 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 [2022-05-31T20:44:44.036Z] testing: warning: no tests to run [2022-05-31T20:44:44.036Z] PASS [2022-05-31T20:44:44.036Z] [2022-05-31T20:44:44.036Z] DONE 0 tests in 0.033s [2022-05-31T20:44:44.036Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-05-31T20:44:44.036Z] ++ 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 [2022-05-31T20:44:44.036Z] ++ set -e [2022-05-31T20:44:44.036Z] ++ '[' -n 0 ']' [2022-05-31T20:44:44.036Z] ++ set -x [2022-05-31T20:44:44.036Z] ++ 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 [2022-05-31T20:44:44.036Z] INFO: Testing against a local daemon [2022-05-31T20:44:44.036Z] === RUN TestPluginWithDevMounts [2022-05-31T20:44:44.036Z] === PAUSE TestPluginWithDevMounts [2022-05-31T20:44:44.036Z] === CONT TestPluginWithDevMounts [2022-05-31T20:44:45.420Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-05-31T20:44:45.681Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-05-31T20:44:45.681Z] --- PASS: TestPluginWithDevMounts (1.57s) [2022-05-31T20:44:45.681Z] PASS [2022-05-31T20:44:45.681Z] [2022-05-31T20:44:45.681Z] DONE 1 tests in 1.667s [2022-05-31T20:44:45.681Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-05-31T20:44:45.681Z] ++ 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 [2022-05-31T20:44:45.681Z] ++ set -e [2022-05-31T20:44:45.681Z] ++ '[' -n 0 ']' [2022-05-31T20:44:45.681Z] ++ set -x [2022-05-31T20:44:45.681Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_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 [2022-05-31T20:44:45.681Z] INFO: Testing against a local daemon [2022-05-31T20:44:45.681Z] === RUN TestSecretInspect [2022-05-31T20:44:46.621Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-05-31T20:44:48.002Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-05-31T20:44:48.575Z] --- PASS: TestSecretInspect (2.64s) [2022-05-31T20:44:48.575Z] === RUN TestSecretList [2022-05-31T20:44:49.957Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-05-31T20:44:50.528Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-05-31T20:44:51.468Z] --- PASS: TestSecretList (2.96s) [2022-05-31T20:44:51.469Z] === RUN TestSecretsCreateAndDelete [2022-05-31T20:44:52.421Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-05-31T20:44:52.992Z] docker_api_swarm_test.go:502: [d86c17c142c32] joining swarm manager [d929524266a0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:44:53.932Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-05-31T20:44:54.503Z] --- PASS: TestSecretsCreateAndDelete (3.03s) [2022-05-31T20:44:54.503Z] === RUN TestSecretsUpdate [2022-05-31T20:44:54.763Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} [2022-05-31T20:44:56.146Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} [2022-05-31T20:44:56.406Z] --- PASS: TestSecretsUpdate (1.88s) [2022-05-31T20:44:56.406Z] === RUN TestTemplatedSecret [2022-05-31T20:44:56.666Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} [2022-05-31T20:44:58.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} [2022-05-31T20:44:58.989Z] --- PASS: TestTemplatedSecret (2.69s) [2022-05-31T20:44:58.989Z] === RUN TestSecretCreateResolve [2022-05-31T20:44:59.559Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000dba420__} [2022-05-31T20:45:00.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13223932498_/foo_false_____} [2022-05-31T20:45:01.202Z] --- PASS: TestSecretCreateResolve (2.36s) [2022-05-31T20:45:01.202Z] PASS [2022-05-31T20:45:01.463Z] [2022-05-31T20:45:01.463Z] DONE 6 tests in 15.666s [2022-05-31T20:45:01.463Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-05-31T20:45:01.463Z] ++ 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 [2022-05-31T20:45:01.463Z] ++ set -e [2022-05-31T20:45:01.463Z] ++ '[' -n 0 ']' [2022-05-31T20:45:01.463Z] ++ set -x [2022-05-31T20:45:01.463Z] ++ 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 [2022-05-31T20:45:01.463Z] INFO: Testing against a local daemon [2022-05-31T20:45:01.463Z] === RUN TestServiceCreateInit [2022-05-31T20:45:01.463Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-05-31T20:45:02.403Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13223932498_/foo_true_____} [2022-05-31T20:45:02.664Z] docker_api_swarm_test.go:507: [dc9142df261a3] joining swarm manager [d929524266a0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:45:04.050Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31350180980_/foo_false_____} [2022-05-31T20:45:04.992Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31350180980_/foo_true_____} [2022-05-31T20:45:05.562Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-05-31T20:45:06.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31350180980_/foo_true__0xc000dba468___} [2022-05-31T20:45:07.884Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000dba498__} [2022-05-31T20:45:09.266Z] --- PASS: TestServiceCreateInit (7.78s) [2022-05-31T20:45:09.266Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.02s) [2022-05-31T20:45:09.266Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.75s) [2022-05-31T20:45:09.266Z] === RUN TestCreateServiceMultipleTimes [2022-05-31T20:45:09.266Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000dba4b0__} [2022-05-31T20:45:10.657Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000dba4c8__} [2022-05-31T20:45:12.028Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-05-31T20:45:12.028Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-05-31T20:45:12.028Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-05-31T20:45:12.028Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-05-31T20:45:12.028Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-05-31T20:45:12.389Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-05-31T20:45:12.578Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000dba4e0__} [2022-05-31T20:45:12.720Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43672/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e3c14acd3386d52c91463926fccbadf1dd71f59d hack/test/unit [2022-05-31T20:45:12.975Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-05-31T20:45:12.975Z] + TESTFLAGS+=' -test.timeout=5m' [2022-05-31T20:45:12.976Z] + TESTDIRS=./... [2022-05-31T20:45:12.976Z] + exclude_paths='/vendor/|/integration' [2022-05-31T20:45:12.976Z] ++ grep -vE '(/vendor/|/integration)' [2022-05-31T20:45:12.976Z] ++ go list ./... [2022-05-31T20:45:13.904Z] + pkg_list='github.com/docker/docker/api [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/backend/build [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/httpstatus [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/httputils [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/middleware [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/build [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/container [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/debug [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/distribution [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/grpc [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/image [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/network [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/plugin [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/session [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/swarm [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/system [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/volume [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/backend [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/blkiodev [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/container [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/events [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/filters [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/image [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/mount [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/network [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/registry [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/strslice [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/swarm [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/time [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/versions [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/volume [2022-05-31T20:45:13.904Z] github.com/docker/docker/builder [2022-05-31T20:45:13.904Z] github.com/docker/docker/builder/builder-next [2022-05-31T20:45:13.904Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-31T20:45:13.904Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-31T20:45:13.904Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-31T20:45:13.904Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-31T20:45:13.904Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-31T20:45:13.904Z] github.com/docker/docker/builder/builder-next/worker [2022-05-31T20:45:13.904Z] github.com/docker/docker/builder/dockerfile [2022-05-31T20:45:13.904Z] github.com/docker/docker/builder/remotecontext [2022-05-31T20:45:13.904Z] github.com/docker/docker/builder/remotecontext/git [2022-05-31T20:45:13.904Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-31T20:45:13.904Z] github.com/docker/docker/cli [2022-05-31T20:45:13.904Z] github.com/docker/docker/cli/config [2022-05-31T20:45:13.904Z] github.com/docker/docker/cli/debug [2022-05-31T20:45:13.904Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-31T20:45:13.904Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-31T20:45:13.904Z] github.com/docker/docker/client [2022-05-31T20:45:13.904Z] github.com/docker/docker/cmd/docker-proxy [2022-05-31T20:45:13.904Z] github.com/docker/docker/cmd/dockerd [2022-05-31T20:45:13.904Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-31T20:45:13.904Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-31T20:45:13.904Z] github.com/docker/docker/container [2022-05-31T20:45:13.904Z] github.com/docker/docker/container/stream [2022-05-31T20:45:13.904Z] github.com/docker/docker/contrib/apparmor [2022-05-31T20:45:13.904Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-31T20:45:13.904Z] github.com/docker/docker/contrib/httpserver [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/cluster [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/cluster/convert [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/cluster/executor [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/cluster/provider [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/config [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/events [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/events/testutils [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/exec [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/graphdriver [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/images [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/initlayer [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/links [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/listeners [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/logger [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/logger/gelf [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/logger/journald [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/logger/local [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/logger/logentries [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/logger/loggertest [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/logger/splunk [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/logger/syslog [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/logger/templates [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/names [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/network [2022-05-31T20:45:13.904Z] github.com/docker/docker/daemon/stats [2022-05-31T20:45:13.904Z] github.com/docker/docker/distribution [2022-05-31T20:45:13.904Z] github.com/docker/docker/distribution/metadata [2022-05-31T20:45:13.904Z] github.com/docker/docker/distribution/utils [2022-05-31T20:45:13.904Z] github.com/docker/docker/distribution/xfer [2022-05-31T20:45:13.904Z] github.com/docker/docker/dockerversion [2022-05-31T20:45:13.904Z] github.com/docker/docker/errdefs [2022-05-31T20:45:13.904Z] github.com/docker/docker/image [2022-05-31T20:45:13.904Z] github.com/docker/docker/image/cache [2022-05-31T20:45:13.904Z] github.com/docker/docker/image/tarexport [2022-05-31T20:45:13.904Z] github.com/docker/docker/image/v1 [2022-05-31T20:45:13.904Z] github.com/docker/docker/internal/test/suite [2022-05-31T20:45:13.904Z] github.com/docker/docker/layer [2022-05-31T20:45:13.904Z] github.com/docker/docker/libcontainerd [2022-05-31T20:45:13.904Z] github.com/docker/docker/libcontainerd/queue [2022-05-31T20:45:13.904Z] github.com/docker/docker/libcontainerd/remote [2022-05-31T20:45:13.904Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-31T20:45:13.904Z] github.com/docker/docker/libcontainerd/types [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/bitseq [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/cluster [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/config [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/datastore [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/driverapi [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/etchosts [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/idm [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/ipam [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/iptables [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/netlabel [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/netutils [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/networkdb [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/ns [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/options [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/osl [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/portallocator [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/portmapper [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/testutils [2022-05-31T20:45:13.904Z] github.com/docker/docker/libnetwork/types [2022-05-31T20:45:13.904Z] github.com/docker/docker/oci [2022-05-31T20:45:13.904Z] github.com/docker/docker/oci/caps [2022-05-31T20:45:13.904Z] github.com/docker/docker/opts [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/aaparser [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/archive [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/authorization [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/broadcaster [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/capabilities [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/chrootarchive [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/containerfs [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/devicemapper [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/directory [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/dmesg [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/fileutils [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/fsutils [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/homedir [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/idtools [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/ioutils [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/jsonmessage [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/longpath [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/loopback [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/namesgenerator [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/parsers [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/pidfile [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/platform [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/plugingetter [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/plugins [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/plugins/transport [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/pools [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/progress [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/pubsub [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/reexec [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/signal [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/stack [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/stdcopy [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/streamformatter [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/stringid [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/sysinfo [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/system [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/tailfile [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/tarsum [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/truncindex [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/urlutil [2022-05-31T20:45:13.904Z] github.com/docker/docker/pkg/useragent [2022-05-31T20:45:13.904Z] github.com/docker/docker/plugin [2022-05-31T20:45:13.904Z] github.com/docker/docker/plugin/executor/containerd [2022-05-31T20:45:13.904Z] github.com/docker/docker/plugin/v2 [2022-05-31T20:45:13.904Z] github.com/docker/docker/profiles/apparmor [2022-05-31T20:45:13.904Z] github.com/docker/docker/profiles/seccomp [2022-05-31T20:45:13.904Z] github.com/docker/docker/quota [2022-05-31T20:45:13.904Z] github.com/docker/docker/reference [2022-05-31T20:45:13.904Z] github.com/docker/docker/registry [2022-05-31T20:45:13.904Z] github.com/docker/docker/registry/resumable [2022-05-31T20:45:13.904Z] github.com/docker/docker/restartmanager [2022-05-31T20:45:13.904Z] github.com/docker/docker/rootless [2022-05-31T20:45:13.904Z] github.com/docker/docker/rootless/specconv [2022-05-31T20:45:13.904Z] github.com/docker/docker/runconfig [2022-05-31T20:45:13.904Z] github.com/docker/docker/runconfig/opts [2022-05-31T20:45:13.904Z] github.com/docker/docker/testutil [2022-05-31T20:45:13.904Z] github.com/docker/docker/testutil/daemon [2022-05-31T20:45:13.904Z] github.com/docker/docker/testutil/environment [2022-05-31T20:45:13.904Z] github.com/docker/docker/testutil/fakecontext [2022-05-31T20:45:13.904Z] github.com/docker/docker/testutil/fakegit [2022-05-31T20:45:13.904Z] github.com/docker/docker/testutil/fakestorage [2022-05-31T20:45:13.904Z] github.com/docker/docker/testutil/fixtures/load [2022-05-31T20:45:13.904Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-31T20:45:13.904Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-31T20:45:13.904Z] github.com/docker/docker/testutil/registry [2022-05-31T20:45:13.904Z] github.com/docker/docker/testutil/request [2022-05-31T20:45:13.904Z] github.com/docker/docker/volume [2022-05-31T20:45:13.904Z] github.com/docker/docker/volume/drivers [2022-05-31T20:45:13.904Z] github.com/docker/docker/volume/local [2022-05-31T20:45:13.904Z] github.com/docker/docker/volume/mounts [2022-05-31T20:45:13.904Z] github.com/docker/docker/volume/service [2022-05-31T20:45:13.904Z] github.com/docker/docker/volume/service/opts [2022-05-31T20:45:13.904Z] github.com/docker/docker/volume/testutils' [2022-05-31T20:45:13.904Z] ++ grep --fixed-strings -v /libnetwork [2022-05-31T20:45:13.904Z] ++ echo 'github.com/docker/docker/api [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/backend/build [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/httpstatus [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/httputils [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/middleware [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/build [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/container [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/debug [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/distribution [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/grpc [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/image [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/network [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/plugin [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/session [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/swarm [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/system [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/server/router/volume [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/backend [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/blkiodev [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/container [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/events [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/filters [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/image [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/mount [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/network [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/registry [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/strslice [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/swarm [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/time [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/versions [2022-05-31T20:45:13.904Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/volume [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/builder-next [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/builder-next/worker [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/dockerfile [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/remotecontext [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/remotecontext/git [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-31T20:45:13.905Z] github.com/docker/docker/cli [2022-05-31T20:45:13.905Z] github.com/docker/docker/cli/config [2022-05-31T20:45:13.905Z] github.com/docker/docker/cli/debug [2022-05-31T20:45:13.905Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-31T20:45:13.905Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-31T20:45:13.905Z] github.com/docker/docker/client [2022-05-31T20:45:13.905Z] github.com/docker/docker/cmd/docker-proxy [2022-05-31T20:45:13.905Z] github.com/docker/docker/cmd/dockerd [2022-05-31T20:45:13.905Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-31T20:45:13.905Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-31T20:45:13.905Z] github.com/docker/docker/container [2022-05-31T20:45:13.905Z] github.com/docker/docker/container/stream [2022-05-31T20:45:13.905Z] github.com/docker/docker/contrib/apparmor [2022-05-31T20:45:13.905Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-31T20:45:13.905Z] github.com/docker/docker/contrib/httpserver [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/cluster [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/cluster/convert [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/cluster/executor [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/cluster/provider [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/config [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/events [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/events/testutils [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/exec [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/images [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/initlayer [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/links [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/listeners [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/gelf [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/journald [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/local [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/logentries [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/loggertest [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/splunk [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/syslog [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/templates [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/names [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/network [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/stats [2022-05-31T20:45:13.905Z] github.com/docker/docker/distribution [2022-05-31T20:45:13.905Z] github.com/docker/docker/distribution/metadata [2022-05-31T20:45:13.905Z] github.com/docker/docker/distribution/utils [2022-05-31T20:45:13.905Z] github.com/docker/docker/distribution/xfer [2022-05-31T20:45:13.905Z] github.com/docker/docker/dockerversion [2022-05-31T20:45:13.905Z] github.com/docker/docker/errdefs [2022-05-31T20:45:13.905Z] github.com/docker/docker/image [2022-05-31T20:45:13.905Z] github.com/docker/docker/image/cache [2022-05-31T20:45:13.905Z] github.com/docker/docker/image/tarexport [2022-05-31T20:45:13.905Z] github.com/docker/docker/image/v1 [2022-05-31T20:45:13.905Z] github.com/docker/docker/internal/test/suite [2022-05-31T20:45:13.905Z] github.com/docker/docker/layer [2022-05-31T20:45:13.905Z] github.com/docker/docker/libcontainerd [2022-05-31T20:45:13.905Z] github.com/docker/docker/libcontainerd/queue [2022-05-31T20:45:13.905Z] github.com/docker/docker/libcontainerd/remote [2022-05-31T20:45:13.905Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-31T20:45:13.905Z] github.com/docker/docker/libcontainerd/types [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/bitseq [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/cluster [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/config [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/datastore [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/driverapi [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/etchosts [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/idm [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/ipam [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/iptables [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/netlabel [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/netutils [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/networkdb [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/ns [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/options [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/osl [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/portallocator [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/portmapper [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/testutils [2022-05-31T20:45:13.905Z] github.com/docker/docker/libnetwork/types [2022-05-31T20:45:13.905Z] github.com/docker/docker/oci [2022-05-31T20:45:13.905Z] github.com/docker/docker/oci/caps [2022-05-31T20:45:13.905Z] github.com/docker/docker/opts [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/aaparser [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/archive [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/authorization [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/broadcaster [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/capabilities [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/chrootarchive [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/containerfs [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/devicemapper [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/directory [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/dmesg [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/fileutils [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/fsutils [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/homedir [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/idtools [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/ioutils [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/jsonmessage [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/longpath [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/loopback [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/namesgenerator [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/parsers [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/pidfile [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/platform [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/plugingetter [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/plugins [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/plugins/transport [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/pools [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/progress [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/pubsub [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/reexec [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/signal [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/stack [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/stdcopy [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/streamformatter [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/stringid [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/sysinfo [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/system [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/tailfile [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/tarsum [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/truncindex [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/urlutil [2022-05-31T20:45:13.905Z] github.com/docker/docker/pkg/useragent [2022-05-31T20:45:13.905Z] github.com/docker/docker/plugin [2022-05-31T20:45:13.905Z] github.com/docker/docker/plugin/executor/containerd [2022-05-31T20:45:13.905Z] github.com/docker/docker/plugin/v2 [2022-05-31T20:45:13.905Z] github.com/docker/docker/profiles/apparmor [2022-05-31T20:45:13.905Z] github.com/docker/docker/profiles/seccomp [2022-05-31T20:45:13.905Z] github.com/docker/docker/quota [2022-05-31T20:45:13.905Z] github.com/docker/docker/reference [2022-05-31T20:45:13.905Z] github.com/docker/docker/registry [2022-05-31T20:45:13.905Z] github.com/docker/docker/registry/resumable [2022-05-31T20:45:13.905Z] github.com/docker/docker/restartmanager [2022-05-31T20:45:13.905Z] github.com/docker/docker/rootless [2022-05-31T20:45:13.905Z] github.com/docker/docker/rootless/specconv [2022-05-31T20:45:13.905Z] github.com/docker/docker/runconfig [2022-05-31T20:45:13.905Z] github.com/docker/docker/runconfig/opts [2022-05-31T20:45:13.905Z] github.com/docker/docker/testutil [2022-05-31T20:45:13.905Z] github.com/docker/docker/testutil/daemon [2022-05-31T20:45:13.905Z] github.com/docker/docker/testutil/environment [2022-05-31T20:45:13.905Z] github.com/docker/docker/testutil/fakecontext [2022-05-31T20:45:13.905Z] github.com/docker/docker/testutil/fakegit [2022-05-31T20:45:13.905Z] github.com/docker/docker/testutil/fakestorage [2022-05-31T20:45:13.905Z] github.com/docker/docker/testutil/fixtures/load [2022-05-31T20:45:13.905Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-31T20:45:13.905Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-31T20:45:13.905Z] github.com/docker/docker/testutil/registry [2022-05-31T20:45:13.905Z] github.com/docker/docker/testutil/request [2022-05-31T20:45:13.905Z] github.com/docker/docker/volume [2022-05-31T20:45:13.905Z] github.com/docker/docker/volume/drivers [2022-05-31T20:45:13.905Z] github.com/docker/docker/volume/local [2022-05-31T20:45:13.905Z] github.com/docker/docker/volume/mounts [2022-05-31T20:45:13.905Z] github.com/docker/docker/volume/service [2022-05-31T20:45:13.905Z] github.com/docker/docker/volume/service/opts [2022-05-31T20:45:13.905Z] github.com/docker/docker/volume/testutils' [2022-05-31T20:45:13.905Z] + base_pkg_list='github.com/docker/docker/api [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/backend/build [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/httpstatus [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/httputils [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/middleware [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/router [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/router/build [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/router/container [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/router/debug [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/router/distribution [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/router/grpc [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/router/image [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/router/network [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/router/plugin [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/router/session [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/router/swarm [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/router/system [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/server/router/volume [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/backend [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/blkiodev [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/container [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/events [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/filters [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/image [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/mount [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/network [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/registry [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/strslice [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/swarm [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/time [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/versions [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-31T20:45:13.905Z] github.com/docker/docker/api/types/volume [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/builder-next [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/builder-next/worker [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/dockerfile [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/remotecontext [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/remotecontext/git [2022-05-31T20:45:13.905Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-31T20:45:13.905Z] github.com/docker/docker/cli [2022-05-31T20:45:13.905Z] github.com/docker/docker/cli/config [2022-05-31T20:45:13.905Z] github.com/docker/docker/cli/debug [2022-05-31T20:45:13.905Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-31T20:45:13.905Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-31T20:45:13.905Z] github.com/docker/docker/client [2022-05-31T20:45:13.905Z] github.com/docker/docker/cmd/docker-proxy [2022-05-31T20:45:13.905Z] github.com/docker/docker/cmd/dockerd [2022-05-31T20:45:13.905Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-31T20:45:13.905Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-31T20:45:13.905Z] github.com/docker/docker/container [2022-05-31T20:45:13.905Z] github.com/docker/docker/container/stream [2022-05-31T20:45:13.905Z] github.com/docker/docker/contrib/apparmor [2022-05-31T20:45:13.905Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-31T20:45:13.905Z] github.com/docker/docker/contrib/httpserver [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/cluster [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/cluster/convert [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/cluster/executor [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/cluster/provider [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/config [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/events [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/events/testutils [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/exec [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/images [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/initlayer [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/links [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/listeners [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/gelf [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/journald [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-31T20:45:13.905Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/local [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/logentries [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/loggertest [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/splunk [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/syslog [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/templates [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/names [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/network [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/stats [2022-05-31T20:45:13.906Z] github.com/docker/docker/distribution [2022-05-31T20:45:13.906Z] github.com/docker/docker/distribution/metadata [2022-05-31T20:45:13.906Z] github.com/docker/docker/distribution/utils [2022-05-31T20:45:13.906Z] github.com/docker/docker/distribution/xfer [2022-05-31T20:45:13.906Z] github.com/docker/docker/dockerversion [2022-05-31T20:45:13.906Z] github.com/docker/docker/errdefs [2022-05-31T20:45:13.906Z] github.com/docker/docker/image [2022-05-31T20:45:13.906Z] github.com/docker/docker/image/cache [2022-05-31T20:45:13.906Z] github.com/docker/docker/image/tarexport [2022-05-31T20:45:13.906Z] github.com/docker/docker/image/v1 [2022-05-31T20:45:13.906Z] github.com/docker/docker/internal/test/suite [2022-05-31T20:45:13.906Z] github.com/docker/docker/layer [2022-05-31T20:45:13.906Z] github.com/docker/docker/libcontainerd [2022-05-31T20:45:13.906Z] github.com/docker/docker/libcontainerd/queue [2022-05-31T20:45:13.906Z] github.com/docker/docker/libcontainerd/remote [2022-05-31T20:45:13.906Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-31T20:45:13.906Z] github.com/docker/docker/libcontainerd/types [2022-05-31T20:45:13.906Z] github.com/docker/docker/oci [2022-05-31T20:45:13.906Z] github.com/docker/docker/oci/caps [2022-05-31T20:45:13.906Z] github.com/docker/docker/opts [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/aaparser [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/archive [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/authorization [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/broadcaster [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/capabilities [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/chrootarchive [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/containerfs [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/devicemapper [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/directory [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/dmesg [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/fileutils [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/fsutils [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/homedir [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/idtools [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/ioutils [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/jsonmessage [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/longpath [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/loopback [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/namesgenerator [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/parsers [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/pidfile [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/platform [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/plugingetter [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/plugins [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/plugins/transport [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/pools [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/progress [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/pubsub [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/reexec [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/signal [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/stack [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/stdcopy [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/streamformatter [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/stringid [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/sysinfo [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/system [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/tailfile [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/tarsum [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/truncindex [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/urlutil [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/useragent [2022-05-31T20:45:13.906Z] github.com/docker/docker/plugin [2022-05-31T20:45:13.906Z] github.com/docker/docker/plugin/executor/containerd [2022-05-31T20:45:13.906Z] github.com/docker/docker/plugin/v2 [2022-05-31T20:45:13.906Z] github.com/docker/docker/profiles/apparmor [2022-05-31T20:45:13.906Z] github.com/docker/docker/profiles/seccomp [2022-05-31T20:45:13.906Z] github.com/docker/docker/quota [2022-05-31T20:45:13.906Z] github.com/docker/docker/reference [2022-05-31T20:45:13.906Z] github.com/docker/docker/registry [2022-05-31T20:45:13.906Z] github.com/docker/docker/registry/resumable [2022-05-31T20:45:13.906Z] github.com/docker/docker/restartmanager [2022-05-31T20:45:13.906Z] github.com/docker/docker/rootless [2022-05-31T20:45:13.906Z] github.com/docker/docker/rootless/specconv [2022-05-31T20:45:13.906Z] github.com/docker/docker/runconfig [2022-05-31T20:45:13.906Z] github.com/docker/docker/runconfig/opts [2022-05-31T20:45:13.906Z] github.com/docker/docker/testutil [2022-05-31T20:45:13.906Z] github.com/docker/docker/testutil/daemon [2022-05-31T20:45:13.906Z] github.com/docker/docker/testutil/environment [2022-05-31T20:45:13.906Z] github.com/docker/docker/testutil/fakecontext [2022-05-31T20:45:13.906Z] github.com/docker/docker/testutil/fakegit [2022-05-31T20:45:13.906Z] github.com/docker/docker/testutil/fakestorage [2022-05-31T20:45:13.906Z] github.com/docker/docker/testutil/fixtures/load [2022-05-31T20:45:13.906Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-31T20:45:13.906Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-31T20:45:13.906Z] github.com/docker/docker/testutil/registry [2022-05-31T20:45:13.906Z] github.com/docker/docker/testutil/request [2022-05-31T20:45:13.906Z] github.com/docker/docker/volume [2022-05-31T20:45:13.906Z] github.com/docker/docker/volume/drivers [2022-05-31T20:45:13.906Z] github.com/docker/docker/volume/local [2022-05-31T20:45:13.906Z] github.com/docker/docker/volume/mounts [2022-05-31T20:45:13.906Z] github.com/docker/docker/volume/service [2022-05-31T20:45:13.906Z] github.com/docker/docker/volume/service/opts [2022-05-31T20:45:13.906Z] github.com/docker/docker/volume/testutils' [2022-05-31T20:45:13.906Z] ++ echo 'github.com/docker/docker/api [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/backend/build [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/httpstatus [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/httputils [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/middleware [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/router [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/router/build [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/router/container [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/router/debug [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/router/distribution [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/router/grpc [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/router/image [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/router/network [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/router/plugin [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/router/session [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/router/swarm [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/router/system [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/server/router/volume [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/backend [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/blkiodev [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/container [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/events [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/filters [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/image [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/mount [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/network [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/registry [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/strslice [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/swarm [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/time [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/versions [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-31T20:45:13.906Z] github.com/docker/docker/api/types/volume [2022-05-31T20:45:13.906Z] github.com/docker/docker/builder [2022-05-31T20:45:13.906Z] github.com/docker/docker/builder/builder-next [2022-05-31T20:45:13.906Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-31T20:45:13.906Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-31T20:45:13.906Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-31T20:45:13.906Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-31T20:45:13.906Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-31T20:45:13.906Z] github.com/docker/docker/builder/builder-next/worker [2022-05-31T20:45:13.906Z] github.com/docker/docker/builder/dockerfile [2022-05-31T20:45:13.906Z] github.com/docker/docker/builder/remotecontext [2022-05-31T20:45:13.906Z] github.com/docker/docker/builder/remotecontext/git [2022-05-31T20:45:13.906Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-31T20:45:13.906Z] github.com/docker/docker/cli [2022-05-31T20:45:13.906Z] github.com/docker/docker/cli/config [2022-05-31T20:45:13.906Z] github.com/docker/docker/cli/debug [2022-05-31T20:45:13.906Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-31T20:45:13.906Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-31T20:45:13.906Z] github.com/docker/docker/client [2022-05-31T20:45:13.906Z] github.com/docker/docker/cmd/docker-proxy [2022-05-31T20:45:13.906Z] github.com/docker/docker/cmd/dockerd [2022-05-31T20:45:13.906Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-31T20:45:13.906Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-31T20:45:13.906Z] github.com/docker/docker/container [2022-05-31T20:45:13.906Z] github.com/docker/docker/container/stream [2022-05-31T20:45:13.906Z] github.com/docker/docker/contrib/apparmor [2022-05-31T20:45:13.906Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-31T20:45:13.906Z] github.com/docker/docker/contrib/httpserver [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/cluster [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/cluster/convert [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/cluster/executor [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/cluster/provider [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/config [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/events [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/events/testutils [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/exec [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/graphdriver [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/images [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/initlayer [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/links [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/listeners [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/gelf [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/journald [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/local [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/logentries [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/loggertest [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/splunk [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/syslog [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/logger/templates [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/names [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/network [2022-05-31T20:45:13.906Z] github.com/docker/docker/daemon/stats [2022-05-31T20:45:13.906Z] github.com/docker/docker/distribution [2022-05-31T20:45:13.906Z] github.com/docker/docker/distribution/metadata [2022-05-31T20:45:13.906Z] github.com/docker/docker/distribution/utils [2022-05-31T20:45:13.906Z] github.com/docker/docker/distribution/xfer [2022-05-31T20:45:13.906Z] github.com/docker/docker/dockerversion [2022-05-31T20:45:13.906Z] github.com/docker/docker/errdefs [2022-05-31T20:45:13.906Z] github.com/docker/docker/image [2022-05-31T20:45:13.906Z] github.com/docker/docker/image/cache [2022-05-31T20:45:13.906Z] github.com/docker/docker/image/tarexport [2022-05-31T20:45:13.906Z] github.com/docker/docker/image/v1 [2022-05-31T20:45:13.906Z] github.com/docker/docker/internal/test/suite [2022-05-31T20:45:13.906Z] github.com/docker/docker/layer [2022-05-31T20:45:13.906Z] github.com/docker/docker/libcontainerd [2022-05-31T20:45:13.906Z] github.com/docker/docker/libcontainerd/queue [2022-05-31T20:45:13.906Z] github.com/docker/docker/libcontainerd/remote [2022-05-31T20:45:13.906Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-31T20:45:13.906Z] github.com/docker/docker/libcontainerd/types [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/bitseq [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/cluster [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/config [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/datastore [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/driverapi [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/etchosts [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/idm [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/ipam [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/iptables [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/netlabel [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/netutils [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/networkdb [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/ns [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/options [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/osl [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/portallocator [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/portmapper [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/testutils [2022-05-31T20:45:13.906Z] github.com/docker/docker/libnetwork/types [2022-05-31T20:45:13.906Z] github.com/docker/docker/oci [2022-05-31T20:45:13.906Z] github.com/docker/docker/oci/caps [2022-05-31T20:45:13.906Z] github.com/docker/docker/opts [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/aaparser [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/archive [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/authorization [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/broadcaster [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/capabilities [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/chrootarchive [2022-05-31T20:45:13.906Z] github.com/docker/docker/pkg/containerfs [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/devicemapper [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/directory [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/dmesg [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/fileutils [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/fsutils [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/homedir [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/idtools [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/ioutils [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/jsonmessage [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/longpath [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/loopback [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/namesgenerator [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/parsers [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/pidfile [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/platform [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/plugingetter [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/plugins [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/plugins/transport [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/pools [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/progress [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/pubsub [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/reexec [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/signal [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/stack [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/stdcopy [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/streamformatter [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/stringid [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/sysinfo [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/system [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/tailfile [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/tarsum [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/truncindex [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/urlutil [2022-05-31T20:45:13.907Z] github.com/docker/docker/pkg/useragent [2022-05-31T20:45:13.907Z] github.com/docker/docker/plugin [2022-05-31T20:45:13.907Z] github.com/docker/docker/plugin/executor/containerd [2022-05-31T20:45:13.907Z] github.com/docker/docker/plugin/v2 [2022-05-31T20:45:13.907Z] github.com/docker/docker/profiles/apparmor [2022-05-31T20:45:13.907Z] github.com/docker/docker/profiles/seccomp [2022-05-31T20:45:13.907Z] github.com/docker/docker/quota [2022-05-31T20:45:13.907Z] github.com/docker/docker/reference [2022-05-31T20:45:13.907Z] github.com/docker/docker/registry [2022-05-31T20:45:13.907Z] github.com/docker/docker/registry/resumable [2022-05-31T20:45:13.907Z] github.com/docker/docker/restartmanager [2022-05-31T20:45:13.907Z] github.com/docker/docker/rootless [2022-05-31T20:45:13.907Z] github.com/docker/docker/rootless/specconv [2022-05-31T20:45:13.907Z] github.com/docker/docker/runconfig [2022-05-31T20:45:13.907Z] github.com/docker/docker/runconfig/opts [2022-05-31T20:45:13.907Z] github.com/docker/docker/testutil [2022-05-31T20:45:13.907Z] github.com/docker/docker/testutil/daemon [2022-05-31T20:45:13.907Z] github.com/docker/docker/testutil/environment [2022-05-31T20:45:13.907Z] github.com/docker/docker/testutil/fakecontext [2022-05-31T20:45:13.907Z] github.com/docker/docker/testutil/fakegit [2022-05-31T20:45:13.907Z] github.com/docker/docker/testutil/fakestorage [2022-05-31T20:45:13.907Z] github.com/docker/docker/testutil/fixtures/load [2022-05-31T20:45:13.907Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-31T20:45:13.907Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-31T20:45:13.907Z] github.com/docker/docker/testutil/registry [2022-05-31T20:45:13.907Z] github.com/docker/docker/testutil/request [2022-05-31T20:45:13.907Z] github.com/docker/docker/volume [2022-05-31T20:45:13.907Z] github.com/docker/docker/volume/drivers [2022-05-31T20:45:13.907Z] github.com/docker/docker/volume/local [2022-05-31T20:45:13.907Z] github.com/docker/docker/volume/mounts [2022-05-31T20:45:13.907Z] github.com/docker/docker/volume/service [2022-05-31T20:45:13.907Z] github.com/docker/docker/volume/service/opts [2022-05-31T20:45:13.907Z] ++ grep --fixed-strings /libnetwork [2022-05-31T20:45:13.907Z] github.com/docker/docker/volume/testutils' [2022-05-31T20:45:13.907Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/bitseq [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/cluster [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/config [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/datastore [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/driverapi [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/etchosts [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/idm [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ipam [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/iptables [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/netlabel [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/netutils [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/networkdb [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ns [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/options [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/osl [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/portallocator [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/portmapper [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/testutils [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/types' [2022-05-31T20:45:13.907Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-05-31T20:45:13.907Z] + echo 'github.com/docker/docker/libnetwork [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/bitseq [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/cluster [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/config [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/datastore [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/driverapi [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/etchosts [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/idm [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ipam [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/iptables [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/netlabel [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/netutils [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/networkdb [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/ns [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/options [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/osl [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/portallocator [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/portmapper [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/testutils [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/types' [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-31T20:45:13.907Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-31T20:45:13.907Z] + type docker-proxy [2022-05-31T20:45:13.907Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-05-31T20:45:13.907Z] + hack/make.sh binary-proxy install-proxy [2022-05-31T20:45:13.907Z] [2022-05-31T20:45:13.962Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-05-31T20:45:14.163Z] Removing bundles/ [2022-05-31T20:45:14.163Z] [2022-05-31T20:45:14.163Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-05-31T20:45:14.163Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-05-31T20:45:14.163Z] GOOS="" GOARCH="" GOARM="" [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-05-31T20:45:15.874Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-05-31T20:45:18.416Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-05-31T20:45:19.358Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-05-31T20:45:21.275Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-05-31T20:45:22.218Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-05-31T20:45:22.218Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-05-31T20:45:22.257Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-05-31T20:45:22.257Z] [2022-05-31T20:45:22.258Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-05-31T20:45:22.258Z] Installing docker-proxy to /usr/local/bin/ [2022-05-31T20:45:22.258Z] [2022-05-31T20:45:22.258Z] + mkdir -p bundles [2022-05-31T20:45:22.258Z] + '[' -n 'github.com/docker/docker/api [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/backend/build [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/httpstatus [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/httputils [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/middleware [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/router [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/router/build [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/router/checkpoint [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/router/container [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/router/debug [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/router/distribution [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/router/grpc [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/router/image [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/router/network [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/router/plugin [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/router/session [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/router/swarm [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/router/system [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/server/router/volume [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/backend [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/blkiodev [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/container [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/events [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/filters [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/image [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/mount [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/network [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/plugins/logdriver [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/registry [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/strslice [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/swarm [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/swarm/runtime [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/time [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/versions [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/versions/v1p19 [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/versions/v1p20 [2022-05-31T20:45:22.258Z] github.com/docker/docker/api/types/volume [2022-05-31T20:45:22.258Z] github.com/docker/docker/builder [2022-05-31T20:45:22.258Z] github.com/docker/docker/builder/builder-next [2022-05-31T20:45:22.258Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-05-31T20:45:22.258Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-05-31T20:45:22.258Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-05-31T20:45:22.258Z] github.com/docker/docker/builder/builder-next/exporter [2022-05-31T20:45:22.258Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-05-31T20:45:22.258Z] github.com/docker/docker/builder/builder-next/worker [2022-05-31T20:45:22.258Z] github.com/docker/docker/builder/dockerfile [2022-05-31T20:45:22.258Z] github.com/docker/docker/builder/remotecontext [2022-05-31T20:45:22.258Z] github.com/docker/docker/builder/remotecontext/git [2022-05-31T20:45:22.258Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-05-31T20:45:22.258Z] github.com/docker/docker/cli [2022-05-31T20:45:22.258Z] github.com/docker/docker/cli/config [2022-05-31T20:45:22.258Z] github.com/docker/docker/cli/debug [2022-05-31T20:45:22.258Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-05-31T20:45:22.258Z] github.com/docker/docker/cli/winresources/dockerd [2022-05-31T20:45:22.258Z] github.com/docker/docker/client [2022-05-31T20:45:22.258Z] github.com/docker/docker/cmd/docker-proxy [2022-05-31T20:45:22.258Z] github.com/docker/docker/cmd/dockerd [2022-05-31T20:45:22.258Z] github.com/docker/docker/cmd/dockerd/trap [2022-05-31T20:45:22.258Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-05-31T20:45:22.258Z] github.com/docker/docker/container [2022-05-31T20:45:22.258Z] github.com/docker/docker/container/stream [2022-05-31T20:45:22.258Z] github.com/docker/docker/contrib/apparmor [2022-05-31T20:45:22.258Z] github.com/docker/docker/contrib/docker-device-tool [2022-05-31T20:45:22.258Z] github.com/docker/docker/contrib/httpserver [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/cluster [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/cluster/convert [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/cluster/executor [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/cluster/executor/container [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/cluster/provider [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/config [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/events [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/events/testutils [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/exec [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/graphdriver [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/graphdriver/copy [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/graphdriver/register [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/images [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/initlayer [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/links [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/listeners [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/logger [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/logger/awslogs [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/logger/fluentd [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/logger/gcplogs [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/logger/gelf [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/logger/journald [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/logger/local [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/logger/logentries [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/logger/loggertest [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/logger/loggerutils [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/logger/splunk [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/logger/syslog [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/logger/templates [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/names [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/network [2022-05-31T20:45:22.258Z] github.com/docker/docker/daemon/stats [2022-05-31T20:45:22.258Z] github.com/docker/docker/distribution [2022-05-31T20:45:22.258Z] github.com/docker/docker/distribution/metadata [2022-05-31T20:45:22.258Z] github.com/docker/docker/distribution/utils [2022-05-31T20:45:22.258Z] github.com/docker/docker/distribution/xfer [2022-05-31T20:45:22.258Z] github.com/docker/docker/dockerversion [2022-05-31T20:45:22.258Z] github.com/docker/docker/errdefs [2022-05-31T20:45:22.258Z] github.com/docker/docker/image [2022-05-31T20:45:22.258Z] github.com/docker/docker/image/cache [2022-05-31T20:45:22.258Z] github.com/docker/docker/image/tarexport [2022-05-31T20:45:22.258Z] github.com/docker/docker/image/v1 [2022-05-31T20:45:22.258Z] github.com/docker/docker/internal/test/suite [2022-05-31T20:45:22.258Z] github.com/docker/docker/layer [2022-05-31T20:45:22.258Z] github.com/docker/docker/libcontainerd [2022-05-31T20:45:22.258Z] github.com/docker/docker/libcontainerd/queue [2022-05-31T20:45:22.258Z] github.com/docker/docker/libcontainerd/remote [2022-05-31T20:45:22.258Z] github.com/docker/docker/libcontainerd/supervisor [2022-05-31T20:45:22.258Z] github.com/docker/docker/libcontainerd/types [2022-05-31T20:45:22.258Z] github.com/docker/docker/oci [2022-05-31T20:45:22.258Z] github.com/docker/docker/oci/caps [2022-05-31T20:45:22.258Z] github.com/docker/docker/opts [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/aaparser [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/archive [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/authorization [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/broadcaster [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/capabilities [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/chrootarchive [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/containerfs [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/devicemapper [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/directory [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/dmesg [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/fileutils [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/fsutils [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/homedir [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/idtools [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/ioutils [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/jsonmessage [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/longpath [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/loopback [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/namesgenerator [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/parsers [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/parsers/kernel [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/pidfile [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/platform [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/plugingetter [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/plugins [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/plugins/transport [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/pools [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/progress [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/pubsub [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/reexec [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/signal [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/stack [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/stdcopy [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/streamformatter [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/stringid [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/sysinfo [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/system [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/tailfile [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/tarsum [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/truncindex [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/urlutil [2022-05-31T20:45:22.258Z] github.com/docker/docker/pkg/useragent [2022-05-31T20:45:22.258Z] github.com/docker/docker/plugin [2022-05-31T20:45:22.258Z] github.com/docker/docker/plugin/executor/containerd [2022-05-31T20:45:22.258Z] github.com/docker/docker/plugin/v2 [2022-05-31T20:45:22.258Z] github.com/docker/docker/profiles/apparmor [2022-05-31T20:45:22.258Z] github.com/docker/docker/profiles/seccomp [2022-05-31T20:45:22.258Z] github.com/docker/docker/quota [2022-05-31T20:45:22.258Z] github.com/docker/docker/reference [2022-05-31T20:45:22.258Z] github.com/docker/docker/registry [2022-05-31T20:45:22.258Z] github.com/docker/docker/registry/resumable [2022-05-31T20:45:22.258Z] github.com/docker/docker/restartmanager [2022-05-31T20:45:22.258Z] github.com/docker/docker/rootless [2022-05-31T20:45:22.258Z] github.com/docker/docker/rootless/specconv [2022-05-31T20:45:22.258Z] github.com/docker/docker/runconfig [2022-05-31T20:45:22.258Z] github.com/docker/docker/runconfig/opts [2022-05-31T20:45:22.258Z] github.com/docker/docker/testutil [2022-05-31T20:45:22.258Z] github.com/docker/docker/testutil/daemon [2022-05-31T20:45:22.258Z] github.com/docker/docker/testutil/environment [2022-05-31T20:45:22.258Z] github.com/docker/docker/testutil/fakecontext [2022-05-31T20:45:22.258Z] github.com/docker/docker/testutil/fakegit [2022-05-31T20:45:22.258Z] github.com/docker/docker/testutil/fakestorage [2022-05-31T20:45:22.258Z] github.com/docker/docker/testutil/fixtures/load [2022-05-31T20:45:22.258Z] github.com/docker/docker/testutil/fixtures/plugin [2022-05-31T20:45:22.258Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-05-31T20:45:22.258Z] github.com/docker/docker/testutil/registry [2022-05-31T20:45:22.258Z] github.com/docker/docker/testutil/request [2022-05-31T20:45:22.258Z] github.com/docker/docker/volume [2022-05-31T20:45:22.258Z] github.com/docker/docker/volume/drivers [2022-05-31T20:45:22.258Z] github.com/docker/docker/volume/local [2022-05-31T20:45:22.258Z] github.com/docker/docker/volume/mounts [2022-05-31T20:45:22.258Z] github.com/docker/docker/volume/service [2022-05-31T20:45:22.258Z] github.com/docker/docker/volume/service/opts [2022-05-31T20:45:22.258Z] github.com/docker/docker/volume/testutils' ']' [2022-05-31T20:45:22.259Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/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/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/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/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-05-31T20:45:22.259Z] ? github.com/docker/docker/api [no test files] [2022-05-31T20:45:22.789Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-05-31T20:45:23.360Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-05-31T20:45:23.930Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-05-31T20:45:24.502Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-05-31T20:45:24.763Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-05-31T20:45:25.334Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-05-31T20:45:26.275Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-05-31T20:45:26.275Z] --- PASS: TestCreateServiceMultipleTimes (17.04s) [2022-05-31T20:45:26.275Z] === RUN TestCreateServiceConflict [2022-05-31T20:45:26.845Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-05-31T20:45:27.418Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-05-31T20:45:28.362Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-05-31T20:45:28.933Z] --- PASS: TestCreateServiceConflict (2.74s) [2022-05-31T20:45:28.933Z] === RUN TestCreateServiceMaxReplicas [2022-05-31T20:45:29.193Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-05-31T20:45:29.777Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-05-31T20:45:30.718Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-05-31T20:45:32.104Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-05-31T20:45:32.364Z] --- PASS: TestCreateServiceMaxReplicas (3.30s) [2022-05-31T20:45:32.364Z] === RUN TestCreateWithDuplicateNetworkNames [2022-05-31T20:45:32.625Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-05-31T20:45:33.196Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-05-31T20:45:33.456Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-05-31T20:45:34.027Z] === RUN TestDockerSuite/TestCpRelativePath [2022-05-31T20:45:34.600Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-05-31T20:45:34.861Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-05-31T20:45:35.807Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-05-31T20:45:36.379Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-05-31T20:45:36.950Z] docker_api_swarm_node_test.go:81: [d9245c7cd4c22] joining swarm manager [dfd25db7b2820]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:45:37.210Z] === RUN TestDockerSuite/TestCpToCaseA [2022-05-31T20:45:38.596Z] === RUN TestDockerSuite/TestCpToCaseB [2022-05-31T20:45:39.165Z] === RUN TestDockerSuite/TestCpToCaseC [2022-05-31T20:45:40.308Z] ok github.com/docker/docker/api/server 0.008s coverage: 7.9% of statements [2022-05-31T20:45:41.146Z] === RUN TestDockerSuite/TestCpToCaseD [2022-05-31T20:45:44.445Z] === RUN TestDockerSuite/TestCpToCaseE [2022-05-31T20:45:46.986Z] === RUN TestDockerSuite/TestCpToCaseF [2022-05-31T20:45:46.986Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.27s) [2022-05-31T20:45:46.986Z] === RUN TestCreateServiceSecretFileMode [2022-05-31T20:45:46.986Z] === RUN TestDockerSuite/TestCpToCaseG [2022-05-31T20:45:49.532Z] --- PASS: TestCreateServiceSecretFileMode (3.05s) [2022-05-31T20:45:49.532Z] === RUN TestCreateServiceConfigFileMode [2022-05-31T20:45:50.115Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-05-31T20:45:50.685Z] === RUN TestDockerSuite/TestCpToCaseH [2022-05-31T20:45:52.596Z] docker_api_swarm_node_test.go:53: [d90e46d4462db] joining swarm manager [d37fd27a64240]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:45:53.168Z] --- PASS: TestCreateServiceConfigFileMode (3.45s) [2022-05-31T20:45:53.168Z] === RUN TestCreateServiceSysctls [2022-05-31T20:45:53.739Z] docker_api_swarm_node_test.go:54: [d82ca5768e1f4] joining swarm manager [d37fd27a64240]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:45:53.739Z] === RUN TestDockerSuite/TestCpToCaseI [2022-05-31T20:45:54.309Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-05-31T20:45:56.851Z] --- PASS: TestCreateServiceSysctls (3.79s) [2022-05-31T20:45:56.851Z] === RUN TestCreateServiceCapabilities [2022-05-31T20:45:57.791Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-05-31T20:45:58.734Z] === RUN TestDockerSuite/TestCpToDot [2022-05-31T20:45:59.674Z] --- PASS: TestCreateServiceCapabilities (2.63s) [2022-05-31T20:45:59.674Z] === RUN TestInspect [2022-05-31T20:45:59.674Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-05-31T20:46:00.615Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-05-31T20:46:01.999Z] === RUN TestDockerSuite/TestCpToStdout [2022-05-31T20:46:02.571Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-05-31T20:46:02.831Z] --- PASS: TestInspect (3.25s) [2022-05-31T20:46:02.831Z] === RUN TestCreateJob [2022-05-31T20:46:03.774Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-05-31T20:46:04.035Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-05-31T20:46:04.975Z] === RUN TestDockerSuite/TestCpVolumePath [2022-05-31T20:46:05.916Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-05-31T20:46:05.916Z] === RUN TestDockerSuite/TestCreateArgs [2022-05-31T20:46:06.176Z] === RUN TestDockerSuite/TestCreateByImageID [2022-05-31T20:46:06.437Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-05-31T20:46:06.697Z] --- PASS: TestCreateJob (3.91s) [2022-05-31T20:46:06.697Z] === RUN TestReplicatedJob [2022-05-31T20:46:06.957Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-05-31T20:46:06.957Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-05-31T20:46:06.957Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-05-31T20:46:06.957Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-05-31T20:46:07.528Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-05-31T20:46:07.797Z] === RUN TestDockerSuite/TestCreateLabels [2022-05-31T20:46:08.059Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-05-31T20:46:08.059Z] === RUN TestDockerSuite/TestCreateRM [2022-05-31T20:46:08.325Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-05-31T20:46:08.325Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-31T20:46:08.325Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-05-31T20:46:08.325Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-05-31T20:46:08.585Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-05-31T20:46:11.127Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-05-31T20:46:11.127Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-05-31T20:46:11.127Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-05-31T20:46:13.038Z] --- PASS: TestReplicatedJob (6.03s) [2022-05-31T20:46:13.038Z] === RUN TestUpdateReplicatedJob [2022-05-31T20:46:14.952Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-05-31T20:46:14.952Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-05-31T20:46:14.952Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-05-31T20:46:14.952Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-05-31T20:46:14.952Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-05-31T20:46:14.952Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-05-31T20:46:15.523Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-05-31T20:46:16.463Z] --- PASS: TestUpdateReplicatedJob (3.68s) [2022-05-31T20:46:16.463Z] === RUN TestServiceListWithStatuses [2022-05-31T20:46:16.463Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-31T20:46:16.463Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-05-31T20:46:16.463Z] === RUN TestDockerNetworkConnectAlias [2022-05-31T20:46:16.725Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-05-31T20:46:17.295Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-05-31T20:46:18.681Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-05-31T20:46:20.065Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-05-31T20:46:20.635Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-05-31T20:46:21.206Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-05-31T20:46:21.206Z] === RUN TestDockerSuite/TestDevicePermissions [2022-05-31T20:46:21.776Z] --- PASS: TestDockerNetworkConnectAlias (5.39s) [2022-05-31T20:46:21.776Z] === RUN TestDockerNetworkReConnect [2022-05-31T20:46:22.039Z] === RUN TestDockerSuite/TestDockerFails [2022-05-31T20:46:22.039Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-05-31T20:46:22.039Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-05-31T20:46:22.039Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-05-31T20:46:22.982Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-05-31T20:46:23.553Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-05-31T20:46:24.936Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-05-31T20:46:24.936Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-05-31T20:46:24.936Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-05-31T20:46:25.197Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-05-31T20:46:25.767Z] --- PASS: TestDockerNetworkReConnect (4.01s) [2022-05-31T20:46:25.767Z] === RUN TestServicePlugin [2022-05-31T20:46:26.028Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-05-31T20:46:30.248Z] plugin_test.go:61: [dac2d6ca171d5] joining swarm manager [d5b062b0cad51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:46:30.818Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-05-31T20:46:31.078Z] plugin_test.go:64: [dd94aa7cc2c5b] joining swarm manager [d5b062b0cad51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:46:32.462Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-05-31T20:46:33.403Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-05-31T20:46:34.792Z] docker_api_swarm_test.go:202: [d2b6d896d8058] joining swarm manager [db9e6168ad748]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:46:35.733Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-05-31T20:46:36.674Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-05-31T20:46:37.615Z] === RUN TestDockerSuite/TestEventsAttach [2022-05-31T20:46:38.187Z] === RUN TestDockerSuite/TestEventsCommit [2022-05-31T20:46:38.758Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-05-31T20:46:39.329Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-05-31T20:46:39.589Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-05-31T20:46:40.159Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-05-31T20:46:42.071Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-05-31T20:46:42.641Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-05-31T20:46:45.188Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-05-31T20:46:47.116Z] === RUN TestDockerSuite/TestEventsCopy [2022-05-31T20:46:48.060Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-05-31T20:46:48.999Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-05-31T20:46:49.259Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-05-31T20:46:49.519Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-05-31T20:46:50.458Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-05-31T20:46:51.028Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-05-31T20:46:51.289Z] === RUN TestDockerSuite/TestEventsFilterType [2022-05-31T20:46:51.549Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-05-31T20:46:51.549Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-05-31T20:46:51.809Z] === RUN TestDockerSuite/TestEventsFilters [2022-05-31T20:46:52.748Z] === RUN TestDockerSuite/TestEventsFormat [2022-05-31T20:46:53.689Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-05-31T20:46:53.689Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-05-31T20:46:53.689Z] === RUN TestDockerSuite/TestEventsImageImport [2022-05-31T20:46:54.259Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-05-31T20:46:54.520Z] === RUN TestDockerSuite/TestEventsImagePull [2022-05-31T20:46:55.089Z] === RUN TestDockerSuite/TestEventsImageTag [2022-05-31T20:46:56.468Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-05-31T20:46:56.468Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-05-31T20:46:56.468Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-05-31T20:46:56.468Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-05-31T20:46:56.469Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-05-31T20:46:56.469Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-05-31T20:46:57.038Z] --- PASS: TestServicePlugin (31.27s) [2022-05-31T20:46:57.038Z] === RUN TestServiceUpdateLabel [2022-05-31T20:46:57.978Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-05-31T20:46:58.551Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-05-31T20:46:59.491Z] === RUN TestDockerSuite/TestEventsRename [2022-05-31T20:46:59.752Z] --- PASS: TestServiceUpdateLabel (2.74s) [2022-05-31T20:46:59.752Z] === RUN TestServiceUpdateSecrets [2022-05-31T20:47:00.323Z] === RUN TestDockerSuite/TestEventsResize [2022-05-31T20:47:00.323Z] docker_api_swarm_test.go:384: [d961aafa042ad] joining swarm manager [d7bb9b34f035c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:47:01.264Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-05-31T20:47:02.204Z] docker_api_swarm_test.go:385: [d06048769989e] joining swarm manager [d7bb9b34f035c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:47:07.495Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-05-31T20:47:07.495Z] === RUN TestDockerSuite/TestEventsStreaming [2022-05-31T20:47:07.758Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-05-31T20:47:11.052Z] === RUN TestDockerSuite/TestEventsTop [2022-05-31T20:47:11.053Z] === RUN TestDockerSuite/TestEventsUntag [2022-05-31T20:47:13.591Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-05-31T20:47:14.973Z] --- PASS: TestServiceUpdateSecrets (15.09s) [2022-05-31T20:47:14.973Z] === RUN TestServiceUpdateConfigs [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-05-31T20:47:16.701Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 31.9% of statements [2022-05-31T20:47:16.701Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/server/router [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-05-31T20:47:16.701Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 6.0% of statements [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-05-31T20:47:16.701Z] ok github.com/docker/docker/api/server/router/volume 0.007s coverage: 67.9% of statements [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/types [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/types/container [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/types/events [no test files] [2022-05-31T20:47:16.701Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/types/image [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/types/network [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-05-31T20:47:16.701Z] ok github.com/docker/docker/api/types/strslice 0.007s coverage: 90.0% of statements [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-05-31T20:47:16.701Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-05-31T20:47:16.701Z] ok github.com/docker/docker/api/types/versions 0.014s coverage: 77.3% of statements [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/builder [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-05-31T20:47:16.701Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-05-31T20:47:16.702Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-05-31T20:47:16.702Z] ok github.com/docker/docker/builder/remotecontext 0.116s coverage: 13.7% of statements [2022-05-31T20:47:16.702Z] ok github.com/docker/docker/builder/dockerfile 0.530s coverage: 49.3% of statements [2022-05-31T20:47:16.702Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.003s coverage: 100.0% of statements [2022-05-31T20:47:16.702Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-05-31T20:47:16.702Z] ok github.com/docker/docker/builder/remotecontext/git 1.841s coverage: 86.3% of statements [2022-05-31T20:47:16.702Z] ? github.com/docker/docker/cli [no test files] [2022-05-31T20:47:16.702Z] ? github.com/docker/docker/cli/config [no test files] [2022-05-31T20:47:16.702Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-05-31T20:47:16.702Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-05-31T20:47:16.702Z] ok github.com/docker/docker/cmd/docker-proxy 0.261s coverage: 67.6% of statements [2022-05-31T20:47:20.255Z] === RUN TestDockerSuite/TestExec [2022-05-31T20:47:20.255Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-05-31T20:47:20.515Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-05-31T20:47:20.915Z] ok github.com/docker/docker/client 0.135s coverage: 75.6% of statements [2022-05-31T20:47:21.084Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-05-31T20:47:21.654Z] === RUN TestDockerSuite/TestExecAPIStart [2022-05-31T20:47:22.594Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-05-31T20:47:23.164Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-05-31T20:47:23.736Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-05-31T20:47:24.305Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-05-31T20:47:24.566Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-05-31T20:47:25.139Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-05-31T20:47:25.709Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-05-31T20:47:26.650Z] === RUN TestDockerSuite/TestExecCgroup [2022-05-31T20:47:27.596Z] === RUN TestDockerSuite/TestExecEnv [2022-05-31T20:47:28.182Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-05-31T20:47:29.566Z] === RUN TestDockerSuite/TestExecExitStatus [2022-05-31T20:47:29.566Z] --- PASS: TestServiceUpdateConfigs (14.64s) [2022-05-31T20:47:29.566Z] === RUN TestServiceUpdateNetwork [2022-05-31T20:47:29.825Z] === RUN TestDockerSuite/TestExecInspectID [2022-05-31T20:47:33.122Z] === RUN TestDockerSuite/TestExecInteractive [2022-05-31T20:47:33.122Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-05-31T20:47:34.062Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-05-31T20:47:34.323Z] === RUN TestDockerSuite/TestExecParseError [2022-05-31T20:47:34.893Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-05-31T20:47:35.463Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-05-31T20:47:36.033Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-05-31T20:47:37.417Z] === RUN TestDockerSuite/TestExecSetEnv [2022-05-31T20:47:37.678Z] === RUN TestDockerSuite/TestExecStartFails [2022-05-31T20:47:38.249Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-05-31T20:47:42.448Z] --- PASS: TestServiceUpdateNetwork (12.61s) [2022-05-31T20:47:42.448Z] === RUN TestServiceUpdatePidsLimit [2022-05-31T20:47:43.388Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-05-31T20:47:43.959Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-05-31T20:47:49.239Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-05-31T20:47:49.239Z] === RUN TestDockerSuite/TestExecTTY [2022-05-31T20:47:49.808Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-05-31T20:47:50.382Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-05-31T20:47:50.964Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-05-31T20:47:50.964Z] === RUN TestDockerSuite/TestExecUlimits [2022-05-31T20:47:51.534Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-05-31T20:47:51.534Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-05-31T20:47:51.534Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-05-31T20:47:52.918Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-05-31T20:47:53.489Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-05-31T20:47:54.058Z] === RUN TestDockerSuite/TestExecWithTERM [2022-05-31T20:47:54.629Z] === RUN TestDockerSuite/TestExecWithUser [2022-05-31T20:47:55.200Z] === RUN TestDockerSuite/TestGetContainerStats [2022-05-31T20:47:58.494Z] --- PASS: TestServiceUpdatePidsLimit (16.21s) [2022-05-31T20:47:58.494Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-05-31T20:47:58.494Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s) [2022-05-31T20:47:58.494Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.02s) [2022-05-31T20:47:58.494Z] PASS [2022-05-31T20:47:58.494Z] [2022-05-31T20:47:58.494Z] === Skipped [2022-05-31T20:47:58.494Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-05-31T20:47:58.494Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-05-31T20:47:58.494Z] [2022-05-31T20:47:58.494Z] DONE 27 tests, 1 skipped in 176.982s [2022-05-31T20:47:58.494Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-05-31T20:47:58.494Z] ++ 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 [2022-05-31T20:47:58.494Z] ++ set -e [2022-05-31T20:47:58.494Z] ++ '[' -n 0 ']' [2022-05-31T20:47:58.494Z] ++ set -x [2022-05-31T20:47:58.494Z] ++ 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 [2022-05-31T20:47:58.494Z] INFO: Testing against a local daemon [2022-05-31T20:47:58.494Z] === RUN TestSessionCreate [2022-05-31T20:47:58.494Z] --- PASS: TestSessionCreate (0.02s) [2022-05-31T20:47:58.494Z] === RUN TestSessionCreateWithBadUpgrade [2022-05-31T20:47:58.494Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-05-31T20:47:58.494Z] PASS [2022-05-31T20:47:58.494Z] [2022-05-31T20:47:58.494Z] DONE 2 tests in 0.122s [2022-05-31T20:47:58.494Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-05-31T20:47:58.494Z] ++ 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 [2022-05-31T20:47:58.494Z] ++ set -e [2022-05-31T20:47:58.494Z] ++ '[' -n 0 ']' [2022-05-31T20:47:58.494Z] ++ set -x [2022-05-31T20:47:58.494Z] ++ 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 [2022-05-31T20:47:58.494Z] INFO: Testing against a local daemon [2022-05-31T20:47:58.494Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-05-31T20:47:58.494Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-31T20:47:58.494Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-31T20:47:58.494Z] === RUN TestDiskUsage [2022-05-31T20:47:58.494Z] === PAUSE TestDiskUsage [2022-05-31T20:47:58.494Z] === RUN TestEventsExecDie [2022-05-31T20:47:59.064Z] --- PASS: TestEventsExecDie (0.53s) [2022-05-31T20:47:59.064Z] === RUN TestEventsBackwardsCompatible [2022-05-31T20:47:59.064Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-05-31T20:47:59.064Z] === RUN TestEventsVolumeCreate [2022-05-31T20:47:59.324Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-05-31T20:47:59.324Z] === RUN TestInfoBinaryCommits [2022-05-31T20:47:59.324Z] --- PASS: TestInfoBinaryCommits (0.01s) [2022-05-31T20:47:59.324Z] === RUN TestInfoAPIVersioned [2022-05-31T20:47:59.324Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-05-31T20:47:59.324Z] === RUN TestInfoAPI [2022-05-31T20:47:59.324Z] --- PASS: TestInfoAPI (0.01s) [2022-05-31T20:47:59.324Z] === RUN TestInfoAPIWarnings [2022-05-31T20:47:59.584Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-05-31T20:48:04.864Z] check_test.go:378: [d06048769989e] daemon is not started [2022-05-31T20:48:04.864Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-05-31T20:48:04.864Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-05-31T20:48:05.806Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-05-31T20:48:06.376Z] docker_api_swarm_test.go:802: [df0e6eceedfd1] joining swarm manager [d6bd66ee4e68d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:48:07.532Z] ok github.com/docker/docker/cmd/dockerd 0.097s coverage: 29.7% of statements [2022-05-31T20:48:07.532Z] ok github.com/docker/docker/container 0.116s coverage: 34.8% of statements [2022-05-31T20:48:07.532Z] ok github.com/docker/docker/cmd/dockerd/trap 2.539s coverage: 0.0% of statements [2022-05-31T20:48:07.532Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-05-31T20:48:07.532Z] ? github.com/docker/docker/container/stream [no test files] [2022-05-31T20:48:07.532Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-05-31T20:48:07.532Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-05-31T20:48:07.532Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-05-31T20:48:07.757Z] docker_api_swarm_test.go:802: [d29c90fe044ae] joining swarm manager [d6bd66ee4e68d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:48:08.697Z] docker_api_swarm_test.go:802: [d94a79eb5d694] joining swarm manager [d6bd66ee4e68d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-31T20:48:10.605Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-05-31T20:48:10.799Z] ok github.com/docker/docker/daemon/cluster 0.103s coverage: 0.5% of statements [2022-05-31T20:48:10.865Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-05-31T20:48:10.865Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-05-31T20:48:11.125Z] === RUN TestDockerSuite/TestHealth [2022-05-31T20:48:11.125Z] docker_api_swarm_test.go:802: [df2fdef265a8c] joining swarm manager [d6bd66ee4e68d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-05-31T20:48:12.165Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2022-05-31T20:48:13.530Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 36.9% of statements [2022-05-31T20:48:13.677Z] docker_api_swarm_test.go:810: [d8b29ecbaa692] joining swarm manager [d6bd66ee4e68d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-05-31T20:48:16.215Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-05-31T20:48:16.215Z] === RUN TestInfoDebug [2022-05-31T20:48:16.215Z] --- PASS: TestInfoDebug (0.52s) [2022-05-31T20:48:16.215Z] === RUN TestInfoInsecureRegistries [2022-05-31T20:48:16.785Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-05-31T20:48:16.785Z] === RUN TestInfoRegistryMirrors [2022-05-31T20:48:17.355Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-05-31T20:48:17.355Z] === RUN TestLoginFailsWithBadCredentials [2022-05-31T20:48:17.355Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-05-31T20:48:17.355Z] === RUN TestPingCacheHeaders [2022-05-31T20:48:17.355Z] --- PASS: TestPingCacheHeaders (0.01s) [2022-05-31T20:48:17.355Z] === RUN TestPingGet [2022-05-31T20:48:17.355Z] --- PASS: TestPingGet (0.01s) [2022-05-31T20:48:17.355Z] === RUN TestPingHead [2022-05-31T20:48:17.615Z] --- PASS: TestPingHead (0.02s) [2022-05-31T20:48:17.615Z] === RUN TestPingSwarmHeader [2022-05-31T20:48:18.186Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-05-31T20:48:18.186Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-05-31T20:48:19.573Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-05-31T20:48:19.573Z] --- PASS: TestPingSwarmHeader (2.11s) [2022-05-31T20:48:19.573Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-05-31T20:48:19.573Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-05-31T20:48:19.573Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-05-31T20:48:19.573Z] === RUN TestVersion [2022-05-31T20:48:19.573Z] --- PASS: TestVersion (0.02s) [2022-05-31T20:48:19.573Z] === CONT TestDiskUsage [2022-05-31T20:48:20.143Z] === RUN TestDiskUsage/empty [2022-05-31T20:48:20.143Z] === RUN TestDiskUsage/empty/container_types [2022-05-31T20:48:20.143Z] === RUN TestDiskUsage/empty/image_types [2022-05-31T20:48:20.143Z] === RUN TestDiskUsage/empty/volume_types [2022-05-31T20:48:20.143Z] === RUN TestDiskUsage/empty/build-cache_types [2022-05-31T20:48:20.143Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-05-31T20:48:20.143Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-05-31T20:48:20.143Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-05-31T20:48:20.143Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-05-31T20:48:20.143Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-05-31T20:48:20.143Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-05-31T20:48:20.143Z] === RUN TestDiskUsage/after_LoadBusybox [2022-05-31T20:48:20.403Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-05-31T20:48:20.403Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-05-31T20:48:20.403Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-05-31T20:48:20.403Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-05-31T20:48:20.403Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-05-31T20:48:20.403Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-05-31T20:48:20.403Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-05-31T20:48:20.403Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-05-31T20:48:20.403Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-05-31T20:48:20.403Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-05-31T20:48:20.403Z] === RUN TestDiskUsage/after_container.Run [2022-05-31T20:48:20.663Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-05-31T20:48:20.663Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-05-31T20:48:20.663Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-05-31T20:48:20.663Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-05-31T20:48:20.663Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-05-31T20:48:20.663Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-05-31T20:48:20.663Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-05-31T20:48:20.663Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-05-31T20:48:20.663Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-05-31T20:48:20.663Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage (1.21s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.20s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_container.Run (0.32s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-05-31T20:48:20.923Z] PASS [2022-05-31T20:48:20.923Z] [2022-05-31T20:48:20.923Z] === Skipped [2022-05-31T20:48:20.923Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-05-31T20:48:20.923Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-05-31T20:48:20.923Z] [2022-05-31T20:48:20.923Z] DONE 54 tests, 1 skipped in 22.362s [2022-05-31T20:48:20.923Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-05-31T20:48:20.923Z] ++ 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 [2022-05-31T20:48:20.923Z] ++ set -e [2022-05-31T20:48:20.923Z] ++ '[' -n 0 ']' [2022-05-31T20:48:20.923Z] ++ set -x [2022-05-31T20:48:20.923Z] ++ 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 [2022-05-31T20:48:20.923Z] INFO: Testing against a local daemon [2022-05-31T20:48:20.923Z] === RUN TestVolumesCreateAndList [2022-05-31T20:48:20.923Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-05-31T20:48:20.923Z] === RUN TestVolumesRemove [2022-05-31T20:48:20.923Z] --- PASS: TestVolumesRemove (0.06s) [2022-05-31T20:48:20.923Z] === RUN TestVolumesInspect [2022-05-31T20:48:20.923Z] --- PASS: TestVolumesInspect (0.01s) [2022-05-31T20:48:20.923Z] === RUN TestVolumesInvalidJSON [2022-05-31T20:48:20.923Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-05-31T20:48:20.923Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-05-31T20:48:20.923Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-05-31T20:48:20.923Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-05-31T20:48:20.923Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-05-31T20:48:20.923Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-05-31T20:48:20.923Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-05-31T20:48:20.923Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-05-31T20:48:20.923Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-05-31T20:48:20.923Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-05-31T20:48:20.923Z] PASS [2022-05-31T20:48:20.923Z] [2022-05-31T20:48:20.923Z] DONE 9 tests in 0.187s [2022-05-31T20:48:21.183Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-31T20:48:21.183Z] ++++ cat bundles/test-integration/docker.pid [2022-05-31T20:48:21.183Z] +++ kill 6656 [2022-05-31T20:48:21.443Z] +++ /etc/init.d/apparmor stop [2022-05-31T20:48:21.443Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-31T20:48:21.443Z] [2022-05-31T20:48:21.443Z] Unloading profiles will leave already running processes permanently [2022-05-31T20:48:21.443Z] unconfined, which can lead to unexpected situations. [2022-05-31T20:48:21.443Z] [2022-05-31T20:48:21.443Z] To set a process to complain mode, use the command line tool [2022-05-31T20:48:21.443Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-31T20:48:21.443Z] +++ true [2022-05-31T20:48:21.443Z] exiting test-integration [2022-05-31T20:48:21.443Z] ++ exit 0 [2022-05-31T20:48:21.443Z] [2022-05-31T20:48:21.615Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.440s coverage: 13.4% of statements [2022-05-31T20:48:21.615Z] ok github.com/docker/docker/daemon/config 0.031s coverage: 81.5% of statements [2022-05-31T20:48:22.012Z] + for job in $(jobs -p) [2022-05-31T20:48:22.012Z] + wait 11895 [2022-05-31T20:48:22.176Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-05-31T20:48:22.738Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-05-31T20:48:23.300Z] ok github.com/docker/docker/daemon 10.183s coverage: 16.1% of statements [2022-05-31T20:48:23.300Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-05-31T20:48:23.300Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-05-31T20:48:23.300Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-05-31T20:48:23.300Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-05-31T20:48:24.228Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.807s coverage: 74.8% of statements [2022-05-31T20:48:25.595Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.0% of statements [2022-05-31T20:48:25.595Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.424s coverage: 56.2% of statements [2022-05-31T20:48:27.487Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.9% of statements [2022-05-31T20:48:28.900Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.379s coverage: 50.6% of statements [2022-05-31T20:48:30.267Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.472s coverage: 45.9% of statements [2022-05-31T20:48:30.267Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-05-31T20:48:31.195Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.615s coverage: 58.5% of statements [2022-05-31T20:48:31.195Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-05-31T20:48:31.195Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-05-31T20:48:31.195Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.5% of statements [2022-05-31T20:48:31.999Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-05-31T20:48:31.999Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-05-31T20:48:31.999Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-05-31T20:48:31.999Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-05-31T20:48:31.999Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-05-31T20:48:31.999Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-05-31T20:48:32.259Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-05-31T20:48:32.259Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-05-31T20:48:32.519Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-05-31T20:48:32.519Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-05-31T20:48:32.561Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2022-05-31T20:48:32.779Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-05-31T20:48:32.779Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-05-31T20:48:32.817Z] ok github.com/docker/docker/daemon/links 0.004s coverage: 93.0% of statements [2022-05-31T20:48:33.350Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-05-31T20:48:33.350Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-05-31T20:48:33.745Z] ok github.com/docker/docker/daemon/images 0.054s coverage: 6.6% of statements [2022-05-31T20:48:33.745Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-05-31T20:48:33.745Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-05-31T20:48:33.920Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-05-31T20:48:33.920Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-05-31T20:48:34.307Z] ok github.com/docker/docker/daemon/logger 0.253s coverage: 43.2% of statements [2022-05-31T20:48:34.490Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-05-31T20:48:35.060Z] === RUN TestDockerSuite/TestImagesFormat [2022-05-31T20:48:35.060Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-05-31T20:48:35.234Z] ok github.com/docker/docker/daemon/logger/awslogs 0.217s coverage: 79.9% of statements [2022-05-31T20:48:35.490Z] ok github.com/docker/docker/daemon/logger/fluentd 0.040s coverage: 53.6% of statements [2022-05-31T20:48:35.490Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-05-31T20:48:35.629Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-05-31T20:48:36.052Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2022-05-31T20:48:36.052Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.4% of statements [2022-05-31T20:48:36.981Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.012s coverage: 87.2% of statements [2022-05-31T20:48:37.542Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.178s coverage: 76.8% of statements [2022-05-31T20:48:37.542Z] ok github.com/docker/docker/daemon/logger/local 0.034s coverage: 79.2% of statements [2022-05-31T20:48:37.542Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-05-31T20:48:37.542Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-05-31T20:48:38.174Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-05-31T20:48:38.174Z] === RUN TestDockerSuite/TestImportBadURL [2022-05-31T20:48:38.434Z] === RUN TestDockerSuite/TestImportDisplay [2022-05-31T20:48:38.908Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.029s coverage: 31.5% of statements [2022-05-31T20:48:38.908Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.038s coverage: 62.0% of statements [2022-05-31T20:48:39.376Z] === RUN TestDockerSuite/TestImportFile [2022-05-31T20:48:39.835Z] ok github.com/docker/docker/daemon/logger/syslog 0.020s coverage: 46.8% of statements [2022-05-31T20:48:40.091Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-05-31T20:48:40.316Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-05-31T20:48:40.316Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-05-31T20:48:40.654Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-05-31T20:48:41.584Z] ok github.com/docker/docker/daemon/logger/splunk 1.590s coverage: 82.5% of statements [2022-05-31T20:48:41.584Z] ? github.com/docker/docker/daemon/names [no test files] [2022-05-31T20:48:41.584Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-05-31T20:48:41.698Z] === RUN TestDockerSuite/TestImportGzipped [2022-05-31T20:48:42.146Z] ok github.com/docker/docker/distribution/metadata 0.021s coverage: 44.4% of statements [2022-05-31T20:48:42.639Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-05-31T20:48:42.712Z] ok github.com/docker/docker/distribution 0.631s coverage: 28.2% of statements [2022-05-31T20:48:42.712Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-05-31T20:48:43.581Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-05-31T20:48:43.639Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-05-31T20:48:43.894Z] ok github.com/docker/docker/image 0.023s coverage: 86.9% of statements [2022-05-31T20:48:44.153Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-05-31T20:48:44.456Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-05-31T20:48:44.724Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-05-31T20:48:45.017Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-05-31T20:48:45.273Z] ok github.com/docker/docker/distribution/xfer 1.891s coverage: 84.9% of statements [2022-05-31T20:48:45.273Z] ? github.com/docker/docker/dockerversion [no test files] [2022-05-31T20:48:45.273Z] ? github.com/docker/docker/image/v1 [no test files] [2022-05-31T20:48:45.273Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-05-31T20:48:45.295Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-05-31T20:48:45.295Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-05-31T20:48:45.295Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-05-31T20:48:45.555Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-05-31T20:48:45.835Z] ok github.com/docker/docker/libcontainerd/queue 0.026s coverage: 100.0% of statements [2022-05-31T20:48:46.124Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-05-31T20:48:46.384Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-05-31T20:48:46.763Z] ok github.com/docker/docker/oci 0.007s coverage: 46.0% of statements [2022-05-31T20:48:46.955Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-05-31T20:48:47.020Z] ok github.com/docker/docker/opts 0.024s coverage: 66.0% of statements [2022-05-31T20:48:47.276Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-05-31T20:48:47.526Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-05-31T20:48:47.786Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-05-31T20:48:47.786Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-05-31T20:48:49.169Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-05-31T20:48:49.195Z] ok github.com/docker/docker/pkg/archive 0.303s coverage: 82.3% of statements [2022-05-31T20:48:49.429Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-05-31T20:48:49.452Z] ok github.com/docker/docker/pkg/authorization 0.147s coverage: 68.3% of statements [2022-05-31T20:48:49.689Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-05-31T20:48:49.689Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-05-31T20:48:49.708Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-05-31T20:48:49.964Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-05-31T20:48:50.259Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-05-31T20:48:50.259Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-05-31T20:48:50.259Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-05-31T20:48:50.830Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-05-31T20:48:51.400Z] === RUN TestDockerSuite/TestInspectDefault [2022-05-31T20:48:51.972Z] === RUN TestDockerSuite/TestInspectHistory [2022-05-31T20:48:52.233Z] === RUN TestDockerSuite/TestInspectImage [2022-05-31T20:48:52.494Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-05-31T20:48:52.494Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-05-31T20:48:52.494Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-05-31T20:48:52.494Z] === RUN TestDockerSuite/TestInspectInt64 [2022-05-31T20:48:52.755Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-05-31T20:48:53.228Z] ok github.com/docker/docker/pkg/chrootarchive 2.479s coverage: 42.7% of statements [2022-05-31T20:48:53.228Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-05-31T20:48:53.325Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-05-31T20:48:53.325Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-05-31T20:48:53.485Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-05-31T20:48:53.485Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-05-31T20:48:53.916Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-05-31T20:48:54.047Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 87.2% of statements [2022-05-31T20:48:54.047Z] ok github.com/docker/docker/layer 7.668s coverage: 69.0% of statements [2022-05-31T20:48:54.047Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-05-31T20:48:54.047Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-05-31T20:48:54.047Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-05-31T20:48:54.047Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-05-31T20:48:54.047Z] ? github.com/docker/docker/oci/caps [no test files] [2022-05-31T20:48:54.047Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-05-31T20:48:54.180Z] === RUN TestDockerSuite/TestInspectPlugin [2022-05-31T20:48:54.303Z] ok github.com/docker/docker/pkg/fsutils 0.158s coverage: 85.1% of statements [2022-05-31T20:48:54.303Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-05-31T20:48:55.668Z] ok github.com/docker/docker/pkg/idtools 0.470s coverage: 67.9% of statements [2022-05-31T20:48:55.668Z] ok github.com/docker/docker/pkg/ioutils 0.431s coverage: 71.5% of statements [2022-05-31T20:48:55.924Z] ok github.com/docker/docker/pkg/longpath 0.013s coverage: 100.0% of statements [2022-05-31T20:48:55.924Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2022-05-31T20:48:55.924Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-05-31T20:48:56.087Z] === RUN TestDockerSuite/TestInspectRootFS [2022-05-31T20:48:56.180Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2022-05-31T20:48:56.180Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-05-31T20:48:56.347Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-05-31T20:48:56.607Z] === RUN TestDockerSuite/TestInspectStatus [2022-05-31T20:48:56.742Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-05-31T20:48:56.742Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.009s coverage: 90.5% of statements [2022-05-31T20:48:56.998Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-05-31T20:48:56.998Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-05-31T20:48:56.998Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-05-31T20:48:57.178Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-05-31T20:48:57.560Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2022-05-31T20:48:58.119Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-05-31T20:48:58.122Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-05-31T20:48:58.122Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-05-31T20:48:58.379Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-05-31T20:48:58.691Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-05-31T20:48:58.952Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-05-31T20:48:59.524Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-05-31T20:48:59.742Z] ok github.com/docker/docker/pkg/pubsub 1.033s coverage: 75.0% of statements [2022-05-31T20:48:59.998Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-05-31T20:48:59.999Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-05-31T20:49:00.095Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-05-31T20:49:00.255Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-05-31T20:49:00.355Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-05-31T20:49:00.511Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-05-31T20:49:00.768Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-05-31T20:49:00.925Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-05-31T20:49:00.925Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-05-31T20:49:01.330Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.1% of statements [2022-05-31T20:49:01.586Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-05-31T20:49:01.843Z] ok github.com/docker/docker/pkg/tailfile 0.059s coverage: 88.6% of statements [2022-05-31T20:49:02.308Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-05-31T20:49:02.308Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-05-31T20:49:02.405Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2022-05-31T20:49:02.661Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-05-31T20:49:02.918Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-05-31T20:49:03.249Z] === RUN TestDockerSuite/TestLinksEnvs [2022-05-31T20:49:04.191Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-05-31T20:49:04.191Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-05-31T20:49:04.807Z] ok github.com/docker/docker/plugin 0.519s coverage: 23.2% of statements [2022-05-31T20:49:05.063Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-05-31T20:49:05.319Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements [2022-05-31T20:49:05.573Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-05-31T20:49:06.685Z] ok github.com/docker/docker/quota 0.252s coverage: 71.4% of statements [2022-05-31T20:49:06.685Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-05-31T20:49:06.954Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-05-31T20:49:07.613Z] ok github.com/docker/docker/registry 0.051s coverage: 58.6% of statements [2022-05-31T20:49:07.870Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-05-31T20:49:08.126Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-05-31T20:49:08.335Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-05-31T20:49:08.335Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-05-31T20:49:08.698Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-05-31T20:49:08.955Z] ok github.com/docker/docker/testutil 0.012s coverage: 62.5% of statements [2022-05-31T20:49:09.720Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-05-31T20:49:09.720Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-05-31T20:49:10.291Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-05-31T20:49:10.844Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-05-31T20:49:11.100Z] ok github.com/docker/docker/volume/local 0.099s coverage: 77.2% of statements [2022-05-31T20:49:11.664Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-05-31T20:49:13.030Z] ok github.com/docker/docker/volume/service 0.023s coverage: 72.3% of statements [2022-05-31T20:49:18.436Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-05-31T20:49:18.436Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-05-31T20:49:19.818Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-05-31T20:49:20.078Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-05-31T20:49:21.460Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-05-31T20:49:21.460Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-05-31T20:49:21.720Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-05-31T20:49:21.720Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-05-31T20:49:21.720Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-05-31T20:49:22.290Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-05-31T20:49:22.550Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-05-31T20:49:23.489Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-05-31T20:49:26.029Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-05-31T20:49:26.971Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-05-31T20:49:27.542Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-05-31T20:49:29.451Z] docker_api_swarm_service_test.go:395: [dbc592da0d506] joining swarm manager [de1bbe2755cd5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:49:30.390Z] docker_api_swarm_service_test.go:395: [da85fc022ea80] joining swarm manager [de1bbe2755cd5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:49:31.330Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-05-31T20:49:31.901Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-05-31T20:49:31.901Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-05-31T20:49:33.286Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-05-31T20:49:34.232Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-05-31T20:49:34.907Z] ok github.com/docker/docker/pkg/plugins 33.630s coverage: 76.3% of statements [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/rootless [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/testutil/request [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/volume [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-05-31T20:49:34.907Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === Skipped [2022-05-31T20:49:34.907Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-05-31T20:49:34.907Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-05-31T20:49:34.907Z] network_proxy_test.go:208: No support for dual stack yet [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-05-31T20:49:34.907Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-05-31T20:49:34.907Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-05-31T20:49:34.907Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:49:34.907Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-05-31T20:49:34.907Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:49:34.907Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-05-31T20:49:34.907Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:49:34.907Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-05-31T20:49:34.907Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:49:34.907Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-05-31T20:49:34.907Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:49:34.907Z] graphtest_unix.go:44: Driver btrfs not supported [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-05-31T20:49:34.907Z] graphtest_unix.go:71: No driver to put! [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-05-31T20:49:34.907Z] time="2022-05-31T20:48:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-31T20:49:34.907Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-31T20:49:34.907Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-05-31T20:49:34.907Z] time="2022-05-31T20:48:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-31T20:49:34.907Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-31T20:49:34.907Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-05-31T20:49:34.907Z] time="2022-05-31T20:48:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-31T20:49:34.907Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-31T20:49:34.907Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-05-31T20:49:34.907Z] time="2022-05-31T20:48:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-31T20:49:34.907Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-31T20:49:34.907Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-05-31T20:49:34.907Z] time="2022-05-31T20:48:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-05-31T20:49:34.907Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-05-31T20:49:34.907Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-05-31T20:49:34.907Z] graphtest_unix.go:71: No driver to put! [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-05-31T20:49:34.907Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-05-31T20:49:34.907Z] overlay_test.go:50: Fails to compute changes intermittently [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-05-31T20:49:34.907Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-05-31T20:49:34.907Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-05-31T20:49:34.907Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:49:34.907Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-05-31T20:49:34.907Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:49:34.907Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-05-31T20:49:34.907Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:49:34.907Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-05-31T20:49:34.907Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:49:34.907Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-05-31T20:49:34.907Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-05-31T20:49:34.907Z] graphtest_unix.go:44: Driver zfs not supported [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-05-31T20:49:34.907Z] graphtest_unix.go:71: No driver to put! [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-05-31T20:49:34.907Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-05-31T20:49:34.907Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-05-31T20:49:34.907Z] [2022-05-31T20:49:34.907Z] DONE 2768 tests, 28 skipped in 250.241s [2022-05-31T20:49:34.907Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/bitseq [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/cluster [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/config [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/datastore [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/diagnostic [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/discoverapi [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/driverapi [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/drivers/host [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/drivers/null [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/drivers/remote [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/drivers/windows [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/drvregistry [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/etchosts [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/idm [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/internal/caller [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/ipam [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/ipamapi [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/ipams/null [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/ipams/remote [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/ipamutils [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/iptables [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/netlabel [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/netutils [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/networkdb [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/ns [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/options [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/osl [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/osl/kernel [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/portallocator [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/portmapper [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/resolvconf [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/testutils [2022-05-31T20:49:34.907Z] github.com/docker/docker/libnetwork/types' ']' [2022-05-31T20:49:34.908Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-05-31T20:49:35.615Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-05-31T20:49:36.555Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-05-31T20:49:37.497Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-05-31T20:49:39.407Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-05-31T20:49:39.667Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-05-31T20:49:40.237Z] === RUN TestDockerSuite/TestLogsSince [2022-05-31T20:49:46.814Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-05-31T20:49:46.814Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-05-31T20:49:48.195Z] docker_api_swarm_service_test.go:343: [d2fa02f7d54f7] joining swarm manager [dd9c46d318761]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:49:49.135Z] docker_api_swarm_service_test.go:343: [d753fd1b890c7] joining swarm manager [dd9c46d318761]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:49:52.434Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-05-31T20:49:52.434Z] === RUN TestDockerSuite/TestLogsTail [2022-05-31T20:49:53.006Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-05-31T20:49:53.577Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-05-31T20:49:54.149Z] === RUN TestDockerSuite/TestMountIntoProc [2022-05-31T20:49:54.149Z] === RUN TestDockerSuite/TestMountIntoSys [2022-05-31T20:49:54.721Z] === RUN TestDockerSuite/TestNetHostname [2022-05-31T20:49:56.111Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-05-31T20:49:56.111Z] === RUN TestDockerSuite/TestNetworkEvents [2022-05-31T20:50:02.687Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-05-31T20:50:02.687Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-05-31T20:50:02.947Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-05-31T20:50:03.517Z] === RUN TestDockerSuite/TestPluginActive [2022-05-31T20:50:04.088Z] docker_api_swarm_service_test.go:490: [d8c7442e78e56] joining swarm manager [d68aaeb984ae3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:50:05.028Z] docker_api_swarm_service_test.go:490: [d6ba9a6ffdef2] joining swarm manager [d68aaeb984ae3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:50:05.969Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-05-31T20:50:11.256Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-05-31T20:50:11.256Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-05-31T20:50:11.256Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-05-31T20:50:12.196Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-05-31T20:50:15.493Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-05-31T20:50:16.874Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-05-31T20:50:17.445Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-05-31T20:50:19.355Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-05-31T20:50:21.520Z] ok github.com/docker/docker/libnetwork 37.371s coverage: 40.6% of statements [2022-05-31T20:50:21.520Z] ok github.com/docker/docker/libnetwork/bitseq 0.118s coverage: 84.4% of statements [2022-05-31T20:50:21.520Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-05-31T20:50:21.520Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-05-31T20:50:21.520Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-05-31T20:50:21.520Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-05-31T20:50:21.520Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-05-31T20:50:21.520Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-05-31T20:50:21.520Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-05-31T20:50:21.520Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-05-31T20:50:21.520Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-05-31T20:50:21.520Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-05-31T20:50:21.520Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-05-31T20:50:21.520Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-05-31T20:50:21.520Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-05-31T20:50:21.520Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.366s coverage: 59.9% of statements [2022-05-31T20:50:21.520Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-05-31T20:50:21.520Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-05-31T20:50:21.520Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.090s coverage: 4.0% of statements [2022-05-31T20:50:21.520Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-05-31T20:50:21.520Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-05-31T20:50:21.520Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-05-31T20:50:21.520Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-05-31T20:50:23.564Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-05-31T20:50:24.135Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-05-31T20:50:25.076Z] docker_api_swarm_service_test.go:128: [d829c63ce48b3] joining swarm manager [d308d9b278ec3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:50:26.018Z] docker_api_swarm_service_test.go:129: [d8964715b0356] joining swarm manager [d308d9b278ec3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:50:26.018Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-05-31T20:50:27.401Z] === RUN TestDockerSuite/TestPortHostBinding [2022-05-31T20:50:27.972Z] docker_api_swarm_service_test.go:137: [df791657d8d39] joining swarm manager [d308d9b278ec3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-31T20:50:28.232Z] === RUN TestDockerSuite/TestPortList [2022-05-31T20:50:28.803Z] docker_api_swarm_service_test.go:138: [dc3032e6215b7] joining swarm manager [d308d9b278ec3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-05-31T20:50:29.600Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.733s coverage: 7.2% of statements [2022-05-31T20:50:29.600Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-05-31T20:50:29.856Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-05-31T20:50:30.420Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-05-31T20:50:30.420Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-05-31T20:50:30.420Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-05-31T20:50:30.420Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-05-31T20:50:30.982Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2022-05-31T20:50:30.982Z] ok github.com/docker/docker/libnetwork/etchosts 0.015s coverage: 81.2% of statements [2022-05-31T20:50:31.238Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-05-31T20:50:31.495Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-05-31T20:50:35.389Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-05-31T20:50:35.959Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-05-31T20:50:42.536Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-05-31T20:50:42.536Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-05-31T20:50:42.536Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-05-31T20:50:42.536Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-05-31T20:50:42.536Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-05-31T20:50:43.107Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-05-31T20:50:43.107Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-05-31T20:50:43.367Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-05-31T20:50:43.367Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-05-31T20:50:43.675Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-05-31T20:50:44.307Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-05-31T20:50:44.307Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-05-31T20:50:46.227Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-05-31T20:50:47.167Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-05-31T20:50:47.427Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-05-31T20:50:47.690Z] === RUN TestDockerSuite/TestPsByOrder [2022-05-31T20:50:49.603Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-05-31T20:50:50.174Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-05-31T20:50:51.128Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-05-31T20:50:52.509Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-05-31T20:50:53.893Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-05-31T20:50:55.806Z] docker_api_swarm_service_test.go:304: [d805c781b30e9] joining swarm manager [d9d8ace8d5402]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:50:56.376Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-05-31T20:50:56.377Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-05-31T20:50:56.637Z] docker_api_swarm_service_test.go:304: [dd9859d8c2919] joining swarm manager [d9d8ace8d5402]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:50:58.519Z] ok github.com/docker/docker/libnetwork/ipam 14.457s coverage: 85.3% of statements [2022-05-31T20:50:58.519Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-05-31T20:50:58.520Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-05-31T20:50:58.520Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-05-31T20:50:58.520Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-05-31T20:50:58.520Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-05-31T20:50:58.520Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-05-31T20:50:58.520Z] ok github.com/docker/docker/libnetwork/ipamutils 0.250s coverage: 74.0% of statements [2022-05-31T20:50:58.776Z] ok github.com/docker/docker/libnetwork/iptables 0.165s coverage: 45.1% of statements [2022-05-31T20:50:58.776Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-05-31T20:50:59.182Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-05-31T20:50:59.339Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 44.1% of statements [2022-05-31T20:51:07.313Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-05-31T20:51:07.313Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-05-31T20:51:08.696Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-05-31T20:51:09.647Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-05-31T20:51:10.590Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-05-31T20:51:11.975Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-05-31T20:51:13.360Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-05-31T20:51:14.301Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-05-31T20:51:14.561Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-05-31T20:51:15.132Z] === RUN TestDockerSuite/TestPsRightTagName [2022-05-31T20:51:16.514Z] === RUN TestDockerSuite/TestPsShowMounts [2022-05-31T20:51:16.514Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-05-31T20:51:18.425Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-05-31T20:51:18.686Z] docker_api_swarm_service_test.go:100: [d4fd18789b912] joining swarm manager [dc6be21441eb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:51:18.945Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-05-31T20:51:18.945Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-05-31T20:51:18.945Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-05-31T20:51:19.205Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-05-31T20:51:19.205Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-05-31T20:51:19.205Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-05-31T20:51:19.775Z] docker_api_swarm_service_test.go:101: [d974bbb28847d] joining swarm manager [dc6be21441eb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:51:19.775Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-05-31T20:51:20.715Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-05-31T20:51:22.100Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-05-31T20:51:23.043Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-05-31T20:51:29.628Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-05-31T20:51:29.889Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-05-31T20:51:31.820Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-05-31T20:51:31.820Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-05-31T20:51:31.820Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-05-31T20:51:31.820Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-05-31T20:51:34.365Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-05-31T20:51:35.305Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-05-31T20:51:37.848Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-05-31T20:51:37.848Z] check_test.go:378: [d4fd18789b912] daemon is not started [2022-05-31T20:51:38.790Z] === RUN TestDockerSuite/TestRmiBlank [2022-05-31T20:51:39.051Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-05-31T20:51:39.051Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-05-31T20:51:41.592Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-05-31T20:51:41.852Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-05-31T20:51:42.112Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-05-31T20:51:43.495Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-05-31T20:51:43.495Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-05-31T20:51:44.065Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-05-31T20:51:45.448Z] docker_api_swarm_service_test.go:533: [deb1875913e9d] joining swarm manager [d650e68e9ca62]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:51:45.448Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-05-31T20:51:46.388Z] === RUN TestDockerSuite/TestRmiTag [2022-05-31T20:51:46.388Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-05-31T20:51:46.958Z] docker_api_swarm_service_test.go:534: [dd27e4c8d75d6] joining swarm manager [d650e68e9ca62]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:51:46.958Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-05-31T20:51:51.161Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-05-31T20:51:51.161Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-05-31T20:51:52.104Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-05-31T20:51:52.365Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-05-31T20:51:53.305Z] === RUN TestDockerSuite/TestRunAddHost [2022-05-31T20:51:54.247Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-05-31T20:51:54.247Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-05-31T20:51:54.818Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-05-31T20:51:54.818Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-05-31T20:51:55.078Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-05-31T20:51:56.018Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-05-31T20:51:56.589Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-05-31T20:51:57.159Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-05-31T20:51:57.729Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-05-31T20:51:58.669Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-05-31T20:51:59.784Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-05-31T20:52:00.355Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-05-31T20:52:00.926Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-05-31T20:52:01.495Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-05-31T20:52:02.066Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-05-31T20:52:02.636Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-05-31T20:52:03.209Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-05-31T20:52:04.148Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-05-31T20:52:04.408Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-05-31T20:52:04.978Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-05-31T20:52:05.548Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-05-31T20:52:05.548Z] === RUN TestDockerSuite/TestRunBindMounts [2022-05-31T20:52:06.931Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-05-31T20:52:07.501Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-05-31T20:52:07.761Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-05-31T20:52:08.348Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-05-31T20:52:08.613Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-05-31T20:52:08.613Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-05-31T20:52:09.184Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-05-31T20:52:09.444Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-05-31T20:52:10.016Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-05-31T20:52:10.016Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-05-31T20:52:10.586Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-05-31T20:52:11.158Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-05-31T20:52:11.158Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-05-31T20:52:11.729Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-05-31T20:52:11.729Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-05-31T20:52:12.300Z] docker_api_swarm_service_test.go:148: [d7766ea9dabe2] joining swarm manager [da26bb6a431bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:52:12.563Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-05-31T20:52:13.134Z] docker_api_swarm_service_test.go:148: [dee50ef9d976b] joining swarm manager [da26bb6a431bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:52:13.134Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-05-31T20:52:13.706Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-05-31T20:52:14.651Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-05-31T20:52:14.651Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-05-31T20:52:15.222Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-05-31T20:52:16.162Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-05-31T20:52:17.546Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-05-31T20:52:18.488Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-05-31T20:52:18.748Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-05-31T20:52:19.319Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-05-31T20:52:19.579Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-05-31T20:52:20.149Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-05-31T20:52:20.720Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-05-31T20:52:21.660Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-05-31T20:52:24.203Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-05-31T20:52:24.203Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-05-31T20:52:24.203Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-05-31T20:52:26.136Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-05-31T20:52:26.707Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-05-31T20:52:28.618Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-05-31T20:52:30.002Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-05-31T20:52:30.002Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-05-31T20:52:30.002Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-05-31T20:52:30.002Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-05-31T20:52:30.002Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-05-31T20:52:30.574Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-05-31T20:52:31.958Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-05-31T20:52:32.900Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-05-31T20:52:34.283Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-05-31T20:52:34.855Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-05-31T20:52:35.795Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-05-31T20:52:36.370Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-05-31T20:52:36.370Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-05-31T20:52:36.370Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-05-31T20:52:36.633Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-05-31T20:52:38.015Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-05-31T20:52:38.015Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-05-31T20:52:38.956Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-05-31T20:52:39.217Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-05-31T20:52:39.787Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-05-31T20:52:40.055Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-05-31T20:52:40.055Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-05-31T20:52:40.633Z] === RUN TestDockerSuite/TestRunEnvironment [2022-05-31T20:52:41.204Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-05-31T20:52:41.465Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-05-31T20:52:42.035Z] === RUN TestDockerSuite/TestRunExitCode [2022-05-31T20:52:42.295Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-05-31T20:52:42.877Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-05-31T20:52:43.448Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-05-31T20:52:43.709Z] === RUN TestDockerSuite/TestRunExposePort [2022-05-31T20:52:43.709Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-05-31T20:52:44.280Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-05-31T20:52:44.851Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-05-31T20:52:45.791Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-05-31T20:52:45.791Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-31T20:52:45.791Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-05-31T20:52:45.791Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-05-31T20:52:47.700Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-05-31T20:52:48.272Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-05-31T20:52:49.211Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-05-31T20:52:50.708Z] ok github.com/docker/docker/libnetwork/networkdb 105.746s coverage: 60.5% of statements [2022-05-31T20:52:50.708Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-05-31T20:52:50.708Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-05-31T20:52:51.270Z] ok github.com/docker/docker/libnetwork/osl 4.328s coverage: 39.7% of statements [2022-05-31T20:52:51.530Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-05-31T20:52:51.787Z] ok github.com/docker/docker/libnetwork/portallocator 0.008s coverage: 86.1% of statements [2022-05-31T20:52:52.357Z] ok github.com/docker/docker/libnetwork/portmapper 0.215s coverage: 48.6% of statements [2022-05-31T20:52:52.919Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-05-31T20:52:52.919Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-05-31T20:52:53.174Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-05-31T20:52:53.174Z] [2022-05-31T20:52:53.174Z] === Skipped [2022-05-31T20:52:53.174Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-05-31T20:52:53.174Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-31T20:52:53.174Z] [2022-05-31T20:52:53.174Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-05-31T20:52:53.174Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-31T20:52:53.174Z] [2022-05-31T20:52:53.174Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-05-31T20:52:53.174Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-05-31T20:52:53.174Z] [2022-05-31T20:52:53.174Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-05-31T20:52:53.174Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-31T20:52:53.174Z] [2022-05-31T20:52:53.174Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-05-31T20:52:53.174Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-31T20:52:53.174Z] [2022-05-31T20:52:53.174Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-05-31T20:52:53.174Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-31T20:52:53.174Z] [2022-05-31T20:52:53.174Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-05-31T20:52:53.174Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-31T20:52:53.174Z] [2022-05-31T20:52:53.174Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-05-31T20:52:53.174Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-05-31T20:52:53.174Z] [2022-05-31T20:52:53.174Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-05-31T20:52:53.174Z] firewalld_test.go:14: firewalld is not running [2022-05-31T20:52:53.174Z] [2022-05-31T20:52:53.174Z] DONE 326 tests, 9 skipped in 201.738s Post stage [Pipeline] junit [2022-05-31T20:52:55.104Z] Recording test results [2022-05-31T20:52:55.334Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-05-31T20:52:55.653Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43672/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e3c14acd3386d52c91463926fccbadf1dd71f59d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e3c14acd3386d52c91463926fccbadf1dd71f59d hack/validate/vendor [2022-05-31T20:52:56.216Z] No vendor changes in diff. [2022-05-31T20:52:56.472Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-31T20:52:57.024Z] + echo Ensuring container killed. [2022-05-31T20:52:57.024Z] Ensuring container killed. [2022-05-31T20:52:57.024Z] + docker rm -vf docker-pr1 [2022-05-31T20:52:57.024Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-05-31T20:52:57.296Z] + echo Chowning /workspace to jenkins user [2022-05-31T20:52:57.296Z] Chowning /workspace to jenkins user [2022-05-31T20:52:57.296Z] + id -u [2022-05-31T20:52:57.296Z] + id -g [2022-05-31T20:52:57.296Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43672:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-31T20:52:58.989Z] + bundleName=unit [2022-05-31T20:52:58.989Z] + echo Creating unit-bundles.tar.gz [2022-05-31T20:52:58.989Z] Creating unit-bundles.tar.gz [2022-05-31T20:52:58.989Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report-libnetwork.xml bundles/junit-report.xml bundles/go-test-report-libnetwork.json bundles/go-test-report.json bundles/profile-libnetwork.out bundles/profile.out [2022-05-31T20:52:58.989Z] bundles/junit-report-libnetwork.xml [2022-05-31T20:52:58.989Z] bundles/junit-report.xml [2022-05-31T20:52:58.989Z] bundles/go-test-report-libnetwork.json [2022-05-31T20:52:58.989Z] bundles/go-test-report.json [2022-05-31T20:52:58.989Z] bundles/profile-libnetwork.out [2022-05-31T20:52:58.989Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-05-31T20:52:58.998Z] Archiving artifacts [2022-05-31T20:52:59.203Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-05-31T20:52:59.431Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43672/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-31T20:52:59.730Z] + make clean [2022-05-31T20:52:59.730Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-31T20:52:59.730Z] docker-dev-cache [2022-05-31T20:52:59.730Z] docker-mod-cache [Pipeline] deleteDir [2022-05-31T20:52:59.773Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-31T20:53:00.716Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-05-31T20:53:00.716Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-05-31T20:53:00.716Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-05-31T20:53:00.716Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-05-31T20:53:01.287Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-05-31T20:53:03.828Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-05-31T20:53:04.399Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-05-31T20:53:05.339Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-05-31T20:53:12.005Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-05-31T20:53:12.005Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-05-31T20:53:12.265Z] === RUN TestDockerSuite/TestRunModeHostname [2022-05-31T20:53:13.205Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-05-31T20:53:13.205Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-05-31T20:53:13.205Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-05-31T20:53:13.465Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-05-31T20:53:14.407Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-05-31T20:53:15.791Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-05-31T20:53:17.175Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-05-31T20:53:17.175Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-05-31T20:53:17.175Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-05-31T20:53:18.118Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-05-31T20:53:18.378Z] === RUN TestDockerSuite/TestRunMount [2022-05-31T20:53:20.922Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-05-31T20:53:23.464Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-05-31T20:53:23.464Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-05-31T20:53:23.724Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-05-31T20:53:23.985Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-05-31T20:53:25.366Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-05-31T20:53:26.748Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-05-31T20:53:27.008Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-05-31T20:53:30.336Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-05-31T20:53:30.336Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-05-31T20:53:31.719Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-05-31T20:53:32.663Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-05-31T20:53:33.236Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-05-31T20:53:34.620Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-05-31T20:53:36.005Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-05-31T20:53:36.005Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-05-31T20:53:36.265Z] === RUN TestDockerSuite/TestRunNetHost [2022-05-31T20:53:36.984Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-05-31T20:53:37.245Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-05-31T20:53:37.815Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-05-31T20:53:38.077Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-05-31T20:53:39.991Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-05-31T20:53:40.932Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-05-31T20:53:41.872Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-05-31T20:53:45.172Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-05-31T20:53:45.433Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-05-31T20:53:45.433Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-05-31T20:53:46.003Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-05-31T20:53:46.003Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-05-31T20:53:46.264Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-05-31T20:53:46.833Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-05-31T20:53:46.833Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-05-31T20:53:47.404Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-05-31T20:53:52.705Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-05-31T20:53:52.705Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-05-31T20:53:52.705Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-05-31T20:53:53.278Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-05-31T20:53:53.849Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-05-31T20:53:54.790Z] === RUN TestDockerSuite/TestRunPortInUse [2022-05-31T20:53:55.360Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-05-31T20:53:55.933Z] docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n" [2022-05-31T20:53:55.933Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-05-31T20:53:56.193Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-05-31T20:53:56.763Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-05-31T20:53:57.334Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-05-31T20:53:57.595Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-05-31T20:53:57.595Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-05-31T20:53:57.595Z] === RUN TestDockerSuite/TestRunPublishPort [2022-05-31T20:53:58.164Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-05-31T20:53:58.424Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-05-31T20:53:58.425Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-05-31T20:53:58.425Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-05-31T20:53:58.994Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-05-31T20:53:59.935Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-05-31T20:53:59.935Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-05-31T20:53:59.935Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-05-31T20:54:01.845Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-05-31T20:54:02.788Z] === RUN TestDockerSuite/TestRunRm [2022-05-31T20:54:03.358Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-05-31T20:54:05.270Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-05-31T20:54:06.652Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-05-31T20:54:07.594Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-05-31T20:54:08.167Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-05-31T20:54:10.080Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-05-31T20:54:10.341Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-05-31T20:54:12.882Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-05-31T20:54:13.824Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-05-31T20:54:16.369Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-05-31T20:54:16.629Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-05-31T20:54:17.202Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-05-31T20:54:17.462Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-05-31T20:54:17.722Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-05-31T20:54:18.293Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-05-31T20:54:18.554Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-05-31T20:54:19.496Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-05-31T20:54:20.067Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-05-31T20:54:20.327Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-05-31T20:54:20.587Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-05-31T20:54:21.159Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-05-31T20:54:23.069Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-05-31T20:54:23.639Z] === RUN TestDockerSuite/TestRunState [2022-05-31T20:54:25.025Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-05-31T20:54:25.597Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-05-31T20:54:26.168Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-05-31T20:54:26.168Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-05-31T20:54:26.448Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-05-31T20:54:26.448Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-05-31T20:54:26.448Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-05-31T20:54:27.023Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-05-31T20:54:27.285Z] === RUN TestDockerSuite/TestRunSysctls [2022-05-31T20:54:28.669Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-05-31T20:54:28.669Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-05-31T20:54:28.669Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-05-31T20:54:28.669Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-05-31T20:54:29.239Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-05-31T20:54:31.152Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-05-31T20:54:31.722Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-05-31T20:54:31.722Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-05-31T20:54:33.634Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-05-31T20:54:34.204Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-05-31T20:54:36.747Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-05-31T20:54:37.317Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-05-31T20:54:39.228Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-05-31T20:54:39.799Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-05-31T20:54:39.799Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-05-31T20:54:40.371Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-05-31T20:54:40.940Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-05-31T20:54:42.854Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-05-31T20:54:43.116Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-05-31T20:54:44.057Z] === RUN TestDockerSuite/TestRunUserByID [2022-05-31T20:54:44.317Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-05-31T20:54:44.578Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-05-31T20:54:44.578Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-05-31T20:54:45.546Z] === RUN TestDockerSuite/TestRunUserByName [2022-05-31T20:54:46.246Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-05-31T20:54:46.506Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-05-31T20:54:46.506Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-05-31T20:54:46.506Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-05-31T20:54:46.506Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-05-31T20:54:47.077Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-05-31T20:54:49.619Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-05-31T20:54:50.189Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-05-31T20:54:50.759Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-05-31T20:54:51.701Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-05-31T20:54:53.083Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-05-31T20:54:54.023Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-05-31T20:54:54.593Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-05-31T20:54:55.977Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-05-31T20:54:58.522Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-05-31T20:54:58.522Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-05-31T20:54:58.522Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-05-31T20:54:58.522Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-05-31T20:54:58.522Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-05-31T20:54:58.522Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-05-31T20:54:58.522Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-05-31T20:54:58.522Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-05-31T20:54:58.522Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-05-31T20:54:58.782Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-05-31T20:54:58.782Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-05-31T20:54:58.782Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-05-31T20:54:59.352Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-05-31T20:54:59.922Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-05-31T20:55:01.306Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-05-31T20:55:01.306Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-05-31T20:55:01.877Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-05-31T20:55:02.447Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-05-31T20:55:02.447Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-05-31T20:55:03.018Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-05-31T20:55:03.018Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-05-31T20:55:03.018Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-05-31T20:55:03.018Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-05-31T20:55:03.018Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-05-31T20:55:03.018Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-05-31T20:55:03.018Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-05-31T20:55:03.018Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-05-31T20:55:03.018Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-05-31T20:55:03.018Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-05-31T20:55:03.018Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-05-31T20:55:03.018Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-05-31T20:55:03.018Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-05-31T20:55:03.018Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-05-31T20:55:03.018Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-05-31T20:55:03.974Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-05-31T20:55:04.235Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-05-31T20:55:04.495Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-05-31T20:55:04.495Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-05-31T20:55:05.065Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-05-31T20:55:05.326Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-05-31T20:55:05.586Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-05-31T20:55:05.847Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-05-31T20:55:06.419Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-05-31T20:55:06.989Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-05-31T20:55:07.250Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-05-31T20:55:07.250Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-05-31T20:55:07.250Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-05-31T20:55:07.820Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-05-31T20:55:08.760Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-05-31T20:55:09.331Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-05-31T20:55:09.331Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-05-31T20:55:09.331Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-05-31T20:55:09.901Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-05-31T20:55:09.901Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-05-31T20:55:10.842Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-05-31T20:55:11.414Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-05-31T20:55:12.362Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-05-31T20:55:12.934Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-05-31T20:55:13.506Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-05-31T20:55:13.506Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-05-31T20:55:13.506Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-05-31T20:55:14.889Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-05-31T20:55:15.459Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-05-31T20:55:15.459Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-05-31T20:55:16.399Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-05-31T20:55:16.399Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-05-31T20:55:18.309Z] === RUN TestDockerSuite/TestSaveImageId [2022-05-31T20:55:18.309Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-05-31T20:55:18.309Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-05-31T20:55:18.571Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-05-31T20:55:19.957Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents1059094781 [2022-05-31T20:55:20.220Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-05-31T20:55:20.220Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-05-31T20:55:21.605Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-05-31T20:55:21.865Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-05-31T20:55:21.865Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-05-31T20:55:21.865Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-05-31T20:55:23.775Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-05-31T20:55:24.036Z] docker_cli_service_logs_test.go:246: checking task ddjresk9xspe [2022-05-31T20:55:24.036Z] docker_cli_service_logs_test.go:251: checking messages for ddjresk9xspe [2022-05-31T20:55:24.036Z] docker_cli_service_logs_test.go:246: checking task 3ztslb9kzzzp [2022-05-31T20:55:24.295Z] docker_cli_service_logs_test.go:251: checking messages for 3ztslb9kzzzp [2022-05-31T20:55:24.867Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-05-31T20:55:25.127Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-05-31T20:55:25.388Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-05-31T20:55:25.647Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-05-31T20:55:25.647Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-05-31T20:55:25.647Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-05-31T20:55:26.217Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-05-31T20:55:26.217Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-05-31T20:55:27.157Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-05-31T20:55:27.417Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-05-31T20:55:27.677Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-05-31T20:55:28.247Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-05-31T20:55:33.528Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-05-31T20:55:35.441Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-05-31T20:55:36.011Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-05-31T20:55:36.952Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-05-31T20:55:40.247Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-05-31T20:55:41.193Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-05-31T20:55:41.769Z] === RUN TestDockerSuite/TestStartRecordError [2022-05-31T20:55:43.151Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-05-31T20:55:45.694Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-05-31T20:55:45.694Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-05-31T20:55:46.635Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-05-31T20:55:48.016Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-05-31T20:55:49.398Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-05-31T20:55:50.339Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-05-31T20:55:52.248Z] docker_cli_swarm_test.go:1895: [d8e8637f0af7b] joining swarm manager [df751c9d74af6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:55:54.156Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-05-31T20:55:54.157Z] docker_cli_swarm_test.go:1896: [d3149992ba4d6] joining swarm manager [df751c9d74af6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:55:56.694Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-05-31T20:56:01.974Z] === RUN TestDockerSuite/TestStatsNoStream [2022-05-31T20:56:03.903Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-05-31T20:56:05.405Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-05-31T20:56:05.665Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-05-31T20:56:06.235Z] === RUN TestDockerSuite/TestTopPrivileged [2022-05-31T20:56:06.805Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-05-31T20:56:06.805Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-05-31T20:56:06.805Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-05-31T20:56:07.376Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-05-31T20:56:09.918Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-05-31T20:56:09.918Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-05-31T20:56:13.215Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-05-31T20:56:13.215Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-05-31T20:56:13.786Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-05-31T20:56:13.786Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-05-31T20:56:13.786Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-05-31T20:56:13.786Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-05-31T20:56:13.786Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-05-31T20:56:14.725Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-05-31T20:56:15.295Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-05-31T20:56:15.865Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-05-31T20:56:16.809Z] === RUN TestDockerSuite/TestUpdateStats [2022-05-31T20:56:17.748Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-05-31T20:56:20.287Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-05-31T20:56:20.287Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-05-31T20:56:21.228Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-05-31T20:56:21.228Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-05-31T20:56:21.228Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-05-31T20:56:22.170Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-05-31T20:56:22.742Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-05-31T20:56:25.291Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-05-31T20:56:27.200Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-05-31T20:56:29.741Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-05-31T20:56:30.681Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-05-31T20:56:33.221Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-05-31T20:56:35.764Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-05-31T20:56:35.764Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-05-31T20:56:37.155Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-05-31T20:56:37.726Z] docker_cli_swarm_test.go:1796: [dd86ef21a6989] joining swarm manager [dc44efa29a846]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:56:38.668Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-05-31T20:56:39.240Z] docker_cli_swarm_test.go:1797: [d20cfe91151c0] joining swarm manager [dc44efa29a846]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:56:39.814Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-05-31T20:56:40.755Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-05-31T20:56:42.136Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-05-31T20:56:43.530Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-05-31T20:56:44.914Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-05-31T20:56:46.825Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-05-31T20:56:47.764Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-05-31T20:56:51.057Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-05-31T20:56:59.184Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-05-31T20:57:00.566Z] docker_cli_swarm_test.go:1315: [d512eacb65d3e] joining swarm manager [d52cbee0d0884]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:57:01.947Z] docker_cli_swarm_test.go:1316: [d2315a2ad6d3c] joining swarm manager [d52cbee0d0884]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T20:57:02.886Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-05-31T20:57:02.886Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-05-31T20:57:02.886Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-05-31T20:57:03.456Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-05-31T20:57:03.456Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-05-31T20:57:03.456Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-05-31T20:57:03.456Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-05-31T20:57:04.028Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-05-31T20:57:04.028Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-05-31T20:57:04.601Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-05-31T20:57:04.601Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-05-31T20:57:04.861Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-05-31T20:57:04.861Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-05-31T20:57:04.861Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-05-31T20:57:06.243Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-05-31T20:57:06.243Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-05-31T20:57:06.504Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-05-31T20:57:06.504Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-05-31T20:57:06.504Z] === RUN TestDockerSuite/TestVolumeEvents [2022-05-31T20:57:11.805Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-05-31T20:57:13.718Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-05-31T20:57:13.718Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-05-31T20:57:13.718Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-05-31T20:57:15.629Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-05-31T20:57:17.542Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-05-31T20:57:17.542Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsWindows [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite (1310.69s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.34s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.09s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.39s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.82s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.20s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.49s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.30s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.95s) [2022-05-31T20:57:17.542Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.84s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.24s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.89s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.28s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (1.96s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.92s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.55s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.61s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.63s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.67s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.95s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.65s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAttachDetach (0.66s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.57s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.77s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.76s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.83s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.15s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.55s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.88s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.78s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.64s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.57s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.75s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.70s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.45s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.28s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.94s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.05s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.54s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.63s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (4.76s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.40s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.14s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.58s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.39s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.33s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.82s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.76s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.11s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.28s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.14s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.05s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.32s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.56s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.64s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.31s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.60s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.38s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.35s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.72s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.46s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.24s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.53s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.75s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.85s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.81s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.28s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.04s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.38s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.35s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.19s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.62s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.22s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.44s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.75s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.37s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.29s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (0.94s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.24s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.86s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.63s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.34s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.33s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.90s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.94s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.25s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.92s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.58s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.34s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCmd (0.26s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.25s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.24s) [2022-05-31T20:57:17.543Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.20s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.21s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.03s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.84s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.39s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.87s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.78s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.43s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.12s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.60s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.40s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (1.90s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.57s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.22s) [2022-05-31T20:57:17.543Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-05-31T20:57:17.543Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-05-31T20:57:17.543Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-05-31T20:57:17.543Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.51s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.65s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.29s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.23s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.28s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.36s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.55s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.35s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.52s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.86s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.22s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.19s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.03s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerignore (9.55s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.46s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.28s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.03s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.16s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.31s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.96s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.50s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.05s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.06s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.07s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.03s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.19s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.79s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.47s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.44s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.92s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.21s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.39s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.42s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.33s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.45s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.74s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEnv (1.57s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.39s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.87s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.69s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (21.77s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.05s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.62s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.89s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.48s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.52s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.16s) [2022-05-31T20:57:17.543Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.32s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (10.44s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildExpose (0.33s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.65s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.50s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.32s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildFails (0.68s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.09s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.06s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.54s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.99s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.35s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.32s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.87s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.59s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.88s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.31s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.95s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.74s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.35s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildHistory (4.55s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.47s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.71s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.61s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.55s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.84s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildLabel (0.48s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.47s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.50s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.32s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildLabels (0.49s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.11s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.71s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.09s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.69s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.27s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.17s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.43s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.39s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.35s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.40s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.23s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.93s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.80s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.66s) [2022-05-31T20:57:17.543Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.32s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.55s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.46s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.21s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.73s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.50s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.64s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.59s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.06s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.25s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.25s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.56s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.54s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.44s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.27s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.89s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.33s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.76s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.00s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.32s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.64s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildPATH (1.72s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.50s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.60s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (8.05s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.36s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.75s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildRm (2.79s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.97s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.10s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.42s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.55s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.90s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.94s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.29s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.14s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.13s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.30s) [2022-05-31T20:57:17.543Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.42s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.72s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildStderr (0.86s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.16s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.81s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.78s) [2022-05-31T20:57:17.543Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.47s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.70s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.95s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildUser (1.34s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.50s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (13.29s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.72s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.26s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.61s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.62s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.85s) [2022-05-31T20:57:17.544Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-31T20:57:17.544Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-31T20:57:17.544Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-31T20:57:17.544Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.14s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.57s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.49s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.60s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.07s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.72s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.11s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.82s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.25s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.43s) [2022-05-31T20:57:17.544Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.59s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.65s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-05-31T20:57:17.544Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.63s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.64s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCommitChange (0.63s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.55s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCommitHardlink (0.98s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.18s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.69s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCommitTTY (1.37s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.76s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.19s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.76s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.12s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.13s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.13s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.46s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.64s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.56s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.54s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.61s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.55s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.56s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.62s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.52s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.20s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.63s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.52s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.47s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.48s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.69s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.68s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.63s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.77s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.19s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.85s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.94s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.74s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.83s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.34s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.50s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.74s) [2022-05-31T20:57:17.544Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.03s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.54s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.46s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.77s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.50s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.70s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.94s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.35s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.88s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} (1.31s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} (0.59s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} (1.34s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} (1.46s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000dba420__} (1.42s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13223932498_/foo_false_____} (1.49s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13223932498_/foo_true_____} (1.44s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31350180980_/foo_false_____} (1.37s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31350180980_/foo_true_____} (1.42s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31350180980_/foo_true__0xc000dba468___} (1.40s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000dba498__} (1.40s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000dba4b0__} (1.31s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000dba4c8__} (1.56s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000dba4e0__} (1.54s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.80s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.27s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.12s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.23s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.10s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCopyAndRestart (0.95s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.50s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.50s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.50s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.53s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.50s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.54s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.84s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.70s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.55s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.83s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.86s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.66s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.64s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.45s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.72s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.64s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.58s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.89s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.00s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.68s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.81s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.00s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.69s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.89s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.39s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.28s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.49s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.56s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.11s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.51s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.63s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.90s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpToDot (0.88s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.96s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.19s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpToStdout (0.91s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.04s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.21s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.79s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.16s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.11s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateArgs (0.11s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.39s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.51s) [2022-05-31T20:57:17.544Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.05s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.57s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.23s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateLabels (0.07s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.10s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateRM (0.19s) [2022-05-31T20:57:17.544Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.09s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.23s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.13s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.12s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.72s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.10s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.15s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.58s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.14s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.64s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.15s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.28s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.76s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.74s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.61s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2022-05-31T20:57:17.544Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.83s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.58s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.59s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.74s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.29s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.28s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.28s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.82s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsAttach (0.52s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsCommit (0.63s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.48s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.45s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.48s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.51s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (0.95s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.32s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.03s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsCopy (0.90s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.98s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.45s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.25s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.93s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.65s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.25s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.14s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsFilters (0.92s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsFormat (1.03s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.60s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.71s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2022-05-31T20:57:17.545Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-31T20:57:17.545Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.18s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.75s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsRename (0.89s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsResize (0.85s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.68s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.58s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.46s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.73s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsTop (0.55s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.90s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExec (0.52s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.49s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.44s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.51s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.04s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.50s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.62s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.55s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.48s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.49s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.50s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.96s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecCgroup (0.96s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecEnv (0.57s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.11s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.61s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecInspectID (2.71s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecInteractive (0.59s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.65s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.52s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecParseError (0.50s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.53s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.65s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.10s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.54s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecStartFails (0.54s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.69s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.44s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecTTY (0.53s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.53s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.49s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecUlimits (0.53s) [2022-05-31T20:57:17.545Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.32s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.59s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.83s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.50s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestExecWithUser (0.58s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.44s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.49s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.56s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.74s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.49s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestHealth (19.61s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.03s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.04s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.05s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.85s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.75s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.22s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.36s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.59s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.61s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.57s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.56s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.57s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImportBadURL (0.06s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImportDisplay (0.98s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImportFile (1.04s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.08s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImportGzipped (1.15s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.07s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.52s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.47s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.48s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.47s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.46s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.43s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.43s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.45s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.43s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.04s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.44s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.44s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.46s) [2022-05-31T20:57:17.545Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.67s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.49s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectDefault (0.41s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectHistory (0.53s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-05-31T20:57:17.545Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.44s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.48s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.44s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.45s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.94s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.47s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectStatus (0.54s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.91s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.46s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.46s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.45s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.42s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.40s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.42s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.31s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.11s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.87s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.24s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.11s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.41s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.33s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.33s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.27s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.49s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.83s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.35s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.07s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.46s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.47s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.26s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.43s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.45s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.47s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.66s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.64s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.55s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.36s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.93s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.40s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.95s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.68s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.84s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.47s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.45s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsSince (6.52s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.53s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.42s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsTail (0.51s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.47s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.44s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.22s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.43s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestNetHostname (1.28s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.20s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.57s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.31s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.47s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestPluginActive (2.30s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.08s) [2022-05-31T20:57:17.545Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.29s) [2022-05-31T20:57:17.545Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.77s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.82s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.48s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.03s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.75s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.31s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.04s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPortList (6.77s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.92s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.00s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.47s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.45s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.44s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.84s) [2022-05-31T20:57:17.806Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.92s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.90s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.40s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsByOrder (1.84s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.63s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.27s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.87s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.90s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.88s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.98s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.45s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.89s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.88s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.58s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.43s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.96s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.12s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.52s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.43s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.79s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.73s) [2022-05-31T20:57:17.807Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.19s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.58s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.86s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.46s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.78s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.10s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.97s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.52s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.05s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.21s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.09s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.29s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.56s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.10s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.24s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.66s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.10s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.83s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.49s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.65s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.58s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.58s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.70s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.80s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.36s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.00s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAddHost (0.64s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.21s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.43s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.45s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.02s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.44s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.58s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.56s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.84s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.08s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.62s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.58s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.57s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.52s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.57s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.64s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.80s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.46s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.67s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.49s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.37s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.43s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.43s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.47s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.44s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.44s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.41s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.44s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.52s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.54s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.51s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.01s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.56s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.62s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.81s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.09s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.55s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.91s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.19s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.89s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.43s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.48s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.47s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.46s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.45s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (0.99s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.29s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.45s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.45s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.04s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.52s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.64s) [2022-05-31T20:57:17.807Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-05-31T20:57:17.807Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.49s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.54s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.90s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.39s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.47s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.00s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.45s) [2022-05-31T20:57:17.807Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.46s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.40s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.72s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.43s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.42s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.47s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.42s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.43s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.45s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.46s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunExitCode (0.46s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.47s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.43s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.45s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.50s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.42s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.90s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.20s) [2022-05-31T20:57:17.807Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (1.96s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.47s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.90s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.62s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.94s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.01s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.65s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.98s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.13s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.99s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.61s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.51s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.62s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.99s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.18s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.00s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.21s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.35s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.19s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.21s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunMount (4.69s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.62s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.40s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.01s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.94s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.73s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.67s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.78s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.34s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.28s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.48s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNetHost (0.79s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.58s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.45s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.89s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.88s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.09s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.35s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.08s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.42s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.40s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.44s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.48s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.50s) [2022-05-31T20:57:17.807Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.48s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.46s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.03s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.58s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.45s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.45s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.43s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.45s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.41s) [2022-05-31T20:57:17.807Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.44s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.45s) [2022-05-31T20:57:17.807Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.43s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.89s) [2022-05-31T20:57:17.807Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.12s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.89s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunRm (0.49s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.46s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.70s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.66s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.72s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.48s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.24s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.39s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.60s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.64s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.51s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.54s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.41s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.62s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.73s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.60s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.56s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.45s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunState (1.22s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.63s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.67s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s) [2022-05-31T20:57:17.807Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.57s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.47s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunSysctls (1.37s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.48s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.93s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.62s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.62s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.87s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.99s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.62s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.46s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.49s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.99s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.06s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunUserByID (0.46s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.17s) [2022-05-31T20:57:17.807Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.70s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunUserByName (0.61s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.50s) [2022-05-31T20:57:17.808Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.45s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.06s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.46s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.11s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.43s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.87s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.71s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.29s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.53s) [2022-05-31T20:57:17.808Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-31T20:57:17.808Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-31T20:57:17.808Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.16s) [2022-05-31T20:57:17.808Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.65s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.54s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.40s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.52s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.52s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.57s) [2022-05-31T20:57:17.808Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.09s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2022-05-31T20:57:17.808Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-31T20:57:17.808Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-05-31T20:57:17.808Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-05-31T20:57:17.808Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-05-31T20:57:17.808Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.75s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.58s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.52s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.27s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.47s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.78s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.57s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.58s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.06s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.64s) [2022-05-31T20:57:17.808Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.45s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.97s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.44s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.69s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.49s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.04s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.94s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.85s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.56s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.45s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.68s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.09s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.55s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.53s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.61s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.44s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.11s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.58s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.01s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.65s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.66s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.70s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.91s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.86s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.90s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.04s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.63s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.53s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.52s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestStartRecordError (1.42s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.14s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.21s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.92s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.37s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.49s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.50s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.47s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.50s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.58s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.51s) [2022-05-31T20:57:17.808Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.49s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.51s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.98s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.42s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.43s) [2022-05-31T20:57:17.808Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-05-31T20:57:17.808Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.88s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.58s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.53s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.98s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUpdateStats (3.50s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.91s) [2022-05-31T20:57:17.808Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.94s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.61s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.29s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.26s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.08s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.40s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.24s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.77s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.51s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.59s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.11s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.92s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.30s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.32s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.34s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.68s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.27s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.02s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.52s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.50s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.61s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.43s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.40s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.46s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.09s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.08s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.75s) [2022-05-31T20:57:17.808Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.30s) [2022-05-31T20:57:17.808Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-05-31T20:57:17.808Z] === RUN TestDockerRegistrySuite [2022-05-31T20:57:17.808Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-05-31T20:57:18.749Z] check_test.go:194: [dab58a2f6a233] daemon is not started [2022-05-31T20:57:18.749Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-05-31T20:57:19.691Z] check_test.go:194: [d8eeae32c5ec3] daemon is not started [2022-05-31T20:57:19.691Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-05-31T20:57:21.074Z] check_test.go:194: [de84fe590ef2f] daemon is not started [2022-05-31T20:57:21.074Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-05-31T20:57:21.074Z] check_test.go:194: [dfd731783c402] daemon is not started [2022-05-31T20:57:21.074Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-05-31T20:57:23.616Z] check_test.go:194: [d2fc5957dc868] daemon is not started [2022-05-31T20:57:23.616Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-05-31T20:57:28.901Z] check_test.go:194: [d5c28bfbb6944] daemon is not started [2022-05-31T20:57:28.901Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-05-31T20:57:31.471Z] check_test.go:194: [d327373cc3276] daemon is not started [2022-05-31T20:57:31.471Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-05-31T20:57:32.041Z] check_test.go:194: [dbe57e43e91a0] daemon is not started [2022-05-31T20:57:32.041Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-05-31T20:57:32.981Z] check_test.go:194: [d15becc60c78a] daemon is not started [2022-05-31T20:57:32.981Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-05-31T20:57:34.363Z] check_test.go:194: [d3ed27dbd3d52] daemon is not started [2022-05-31T20:57:34.363Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-05-31T20:57:35.303Z] check_test.go:194: [d395c141964b6] daemon is not started [2022-05-31T20:57:35.303Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-05-31T20:57:36.243Z] check_test.go:194: [d59e8e7284e26] daemon is not started [2022-05-31T20:57:36.243Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-05-31T20:57:37.185Z] check_test.go:194: [d6cf1f9278a2f] daemon is not started [2022-05-31T20:57:37.185Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-05-31T20:57:38.125Z] check_test.go:194: [ddbf21e605c2c] daemon is not started [2022-05-31T20:57:38.125Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-05-31T20:57:39.066Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:cc0b3b2da5af56e878d135053400f1950b6b7a7fa47567aeb436b7486106a67e [2022-05-31T20:57:39.636Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:4597e1ffe024fddf36db3e6ca94a45a92d6fc585f1d14ae5a36ab54bd0361085 [2022-05-31T20:57:39.896Z] check_test.go:194: [d1c49b25cf9e3] daemon is not started [2022-05-31T20:57:39.896Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-05-31T20:57:40.838Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:237d4a5b2030a9b5e97652d27ce8379e09631b62c9b0e3b47c8b092c9cf93fba [2022-05-31T20:57:41.409Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:343b1b4e222086ebde8e64bea5fa78364e8b12daffbe0b5f92542097d54b8230 [2022-05-31T20:57:41.668Z] check_test.go:194: [d478c5fb5f08c] daemon is not started [2022-05-31T20:57:41.668Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-05-31T20:57:42.607Z] check_test.go:194: [d7c2747a70809] daemon is not started [2022-05-31T20:57:42.607Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-05-31T20:57:44.517Z] check_test.go:194: [d10e5daa41f0c] daemon is not started [2022-05-31T20:57:44.777Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-05-31T20:57:45.719Z] check_test.go:194: [d69603e5e159e] daemon is not started [2022-05-31T20:57:45.719Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-05-31T20:57:45.719Z] check_test.go:194: [dba9a4ae1af79] daemon is not started [2022-05-31T20:57:45.719Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-05-31T20:57:46.659Z] check_test.go:194: [d6f691f17bc10] daemon is not started [2022-05-31T20:57:46.659Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-05-31T20:57:47.599Z] check_test.go:194: [df7b09fda875f] daemon is not started [2022-05-31T20:57:47.599Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-05-31T20:57:48.562Z] check_test.go:194: [da1b349092320] daemon is not started [2022-05-31T20:57:48.562Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-05-31T20:57:51.108Z] check_test.go:194: [dca0b78885724] daemon is not started [2022-05-31T20:57:51.108Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-05-31T20:57:51.108Z] check_test.go:194: [d418d3110a813] daemon is not started [2022-05-31T20:57:51.108Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-05-31T20:57:52.049Z] check_test.go:194: [d3308a60c43c1] daemon is not started [2022-05-31T20:57:52.049Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-05-31T20:57:52.619Z] check_test.go:194: [d166cf68646c5] daemon is not started [2022-05-31T20:57:52.619Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-05-31T20:57:52.619Z] check_test.go:194: [d02585563d67e] daemon is not started [2022-05-31T20:57:52.619Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-05-31T20:57:52.880Z] check_test.go:194: [dd3eabd448499] daemon is not started [2022-05-31T20:57:52.880Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-05-31T20:57:53.141Z] check_test.go:194: [dd254e691a7ce] daemon is not started [2022-05-31T20:57:53.141Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-05-31T20:57:53.400Z] check_test.go:194: [dd9cfe8b45bfe] daemon is not started [2022-05-31T20:57:53.400Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-05-31T20:57:53.660Z] check_test.go:194: [df6bc6ab081f2] daemon is not started [2022-05-31T20:57:53.660Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-05-31T20:57:54.601Z] check_test.go:194: [d4e73d1c674d8] daemon is not started [2022-05-31T20:57:54.601Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-05-31T20:57:55.986Z] check_test.go:194: [d2676606ed67f] daemon is not started [2022-05-31T20:57:55.986Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-05-31T20:57:56.926Z] check_test.go:194: [d34954b59e877] daemon is not started [2022-05-31T20:57:56.926Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-05-31T20:57:57.866Z] check_test.go:194: [d4efbaa3c33b8] daemon is not started [2022-05-31T20:57:57.866Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-05-31T20:57:58.806Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite (41.82s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.12s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.97s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.21s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.60s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.79s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.66s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.04s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.91s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.07s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.17s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.00s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.86s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.96s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.78s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.81s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.94s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.00s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.98s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.97s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.85s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.83s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.30s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.03s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.01s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.38s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.80s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.98s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.91s) [2022-05-31T20:57:59.376Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.75s) [2022-05-31T20:57:59.376Z] === RUN TestDockerSchema1RegistrySuite [2022-05-31T20:57:59.376Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-05-31T20:57:59.636Z] check_test.go:221: [ddc70adc58094] daemon is not started [2022-05-31T20:57:59.636Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-05-31T20:58:02.182Z] check_test.go:221: [dbd73691fac03] daemon is not started [2022-05-31T20:58:02.182Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-05-31T20:58:06.382Z] check_test.go:221: [d09265fe2f633] daemon is not started [2022-05-31T20:58:06.382Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-05-31T20:58:06.642Z] check_test.go:221: [d8be61d1240a8] daemon is not started [2022-05-31T20:58:06.642Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-05-31T20:58:06.901Z] check_test.go:221: [dc528fb85806c] daemon is not started [2022-05-31T20:58:06.902Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-05-31T20:58:07.878Z] check_test.go:221: [d9187a942beee] daemon is not started [2022-05-31T20:58:07.878Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-05-31T20:58:08.835Z] check_test.go:221: [d6e3d0be47a24] daemon is not started [2022-05-31T20:58:08.835Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-05-31T20:58:09.406Z] check_test.go:221: [daa145aa1734c] daemon is not started [2022-05-31T20:58:09.406Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-05-31T20:58:11.946Z] check_test.go:221: [dc5386e09fd0c] daemon is not started [2022-05-31T20:58:11.946Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-05-31T20:58:12.206Z] check_test.go:221: [d4544bee35432] daemon is not started [2022-05-31T20:58:12.206Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-05-31T20:58:12.776Z] check_test.go:221: [d79ef52cc21c2] daemon is not started [2022-05-31T20:58:12.776Z] --- PASS: TestDockerSchema1RegistrySuite (13.21s) [2022-05-31T20:58:12.776Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-05-31T20:58:12.776Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.67s) [2022-05-31T20:58:12.776Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (3.50s) [2022-05-31T20:58:12.776Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.95s) [2022-05-31T20:58:12.776Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2022-05-31T20:58:12.776Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.94s) [2022-05-31T20:58:12.776Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.89s) [2022-05-31T20:58:12.776Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.86s) [2022-05-31T20:58:12.776Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.32s) [2022-05-31T20:58:12.776Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.41s) [2022-05-31T20:58:12.776Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2022-05-31T20:58:12.776Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-05-31T20:58:12.776Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-05-31T20:58:13.346Z] check_test.go:250: [d4585ddf1d738] daemon is not started [2022-05-31T20:58:13.346Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-05-31T20:58:13.917Z] check_test.go:250: [d1e0636c0a387] daemon is not started [2022-05-31T20:58:13.917Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-05-31T20:58:13.917Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-05-31T20:58:14.177Z] check_test.go:250: [dcd550e04fccb] daemon is not started [2022-05-31T20:58:14.177Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-05-31T20:58:15.561Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-05-31T20:58:16.502Z] check_test.go:250: [d804b8876ddb3] daemon is not started [2022-05-31T20:58:16.502Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-05-31T20:58:17.072Z] check_test.go:250: [d13b6aad640a2] daemon is not started [2022-05-31T20:58:17.072Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-05-31T20:58:18.013Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-05-31T20:58:18.013Z] check_test.go:250: [d08673eb5addd] daemon is not started [2022-05-31T20:58:18.013Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-05-31T20:58:18.013Z] check_test.go:250: [d2c723bfe3403] daemon is not started [2022-05-31T20:58:18.013Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.44s) [2022-05-31T20:58:18.013Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.69s) [2022-05-31T20:58:18.013Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.58s) [2022-05-31T20:58:18.013Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.18s) [2022-05-31T20:58:18.013Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.39s) [2022-05-31T20:58:18.013Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.84s) [2022-05-31T20:58:18.013Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.67s) [2022-05-31T20:58:18.013Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.93s) [2022-05-31T20:58:18.013Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2022-05-31T20:58:18.013Z] === RUN TestDockerRegistryAuthTokenSuite [2022-05-31T20:58:18.013Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-05-31T20:58:23.295Z] check_test.go:277: [de8a8d4d07761] daemon is not started [2022-05-31T20:58:23.295Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-05-31T20:58:23.295Z] check_test.go:277: [d4ebe3c0d6849] daemon is not started [2022-05-31T20:58:23.296Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-05-31T20:58:23.556Z] check_test.go:277: [d7eb5aaf40695] daemon is not started [2022-05-31T20:58:23.556Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-05-31T20:58:23.556Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-05-31T20:58:23.556Z] check_test.go:277: [d88b543fc4c1a] daemon is not started [2022-05-31T20:58:23.816Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-05-31T20:58:23.816Z] check_test.go:277: [d76720dffbd1d] daemon is not started [2022-05-31T20:58:23.816Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2022-05-31T20:58:23.816Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2022-05-31T20:58:23.816Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-05-31T20:58:23.816Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-05-31T20:58:23.816Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.17s) [2022-05-31T20:58:23.816Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-05-31T20:58:23.816Z] === RUN TestDockerNetworkSuite [2022-05-31T20:58:23.816Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-05-31T20:58:24.758Z] docker_cli_network_unix_test.go:46: [d0202c7fa1e63] daemon is not started [2022-05-31T20:58:25.019Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-05-31T20:58:25.590Z] docker_cli_network_unix_test.go:46: [dff385e3df9f4] daemon is not started [2022-05-31T20:58:26.162Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-05-31T20:58:29.473Z] docker_cli_network_unix_test.go:46: [d62f87fe97031] daemon is not started [2022-05-31T20:58:30.044Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-05-31T20:58:30.614Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-05-31T20:58:31.997Z] docker_cli_network_unix_test.go:46: [d05247b0095ed] daemon is not started [2022-05-31T20:58:31.997Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-05-31T20:58:32.257Z] docker_cli_network_unix_test.go:1233: [d457cd439cf02] daemon is not started [2022-05-31T20:58:33.197Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-05-31T20:58:35.111Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-05-31T20:58:36.051Z] docker_cli_network_unix_test.go:46: [d314217dcfbeb] daemon is not started [2022-05-31T20:58:36.621Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-05-31T20:58:38.005Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-05-31T20:58:40.549Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-05-31T20:58:41.931Z] docker_cli_network_unix_test.go:46: [d6e410a88f305] daemon is not started [2022-05-31T20:58:43.316Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-05-31T20:58:45.227Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-05-31T20:58:45.227Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-05-31T20:58:45.227Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-05-31T20:58:45.227Z] docker_cli_network_unix_test.go:46: [d1f2d2a13cc4b] daemon is not started [2022-05-31T20:58:45.798Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-05-31T20:58:47.182Z] docker_cli_network_unix_test.go:46: [dad52b3ac927c] daemon is not started [2022-05-31T20:58:47.182Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-05-31T20:58:47.762Z] docker_cli_network_unix_test.go:46: [d6392a198fea5] daemon is not started [2022-05-31T20:58:47.762Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-05-31T20:58:48.333Z] docker_cli_network_unix_test.go:46: [da990e8a2d389] daemon is not started [2022-05-31T20:58:48.333Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-05-31T20:58:49.272Z] docker_cli_network_unix_test.go:46: [d5280b31cf12a] daemon is not started [2022-05-31T20:58:49.533Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-05-31T20:58:50.547Z] docker_cli_network_unix_test.go:46: [d885b0d1d0bb5] daemon is not started [2022-05-31T20:58:51.117Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-05-31T20:58:51.378Z] docker_cli_network_unix_test.go:46: [d809f974b1f3e] daemon is not started [2022-05-31T20:58:51.378Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-05-31T20:58:51.378Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-05-31T20:58:51.638Z] docker_cli_network_unix_test.go:46: [d0e2d50eb47df] daemon is not started [2022-05-31T20:58:51.638Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-05-31T20:58:52.209Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-05-31T20:58:52.209Z] docker_cli_network_unix_test.go:46: [dfa1da687dbc8] daemon is not started [2022-05-31T20:58:52.469Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-05-31T20:58:52.730Z] docker_cli_network_unix_test.go:46: [d069050c38401] daemon is not started [2022-05-31T20:58:52.730Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-05-31T20:58:52.730Z] docker_cli_network_unix_test.go:46: [d2c388a1e2a2f] daemon is not started [2022-05-31T20:58:52.730Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-05-31T20:58:52.990Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-05-31T20:58:52.990Z] docker_cli_network_unix_test.go:46: [d2a62281ae887] daemon is not started [2022-05-31T20:58:52.990Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-05-31T20:58:53.980Z] docker_cli_network_unix_test.go:46: [d4c122c810245] daemon is not started [2022-05-31T20:58:53.980Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-05-31T20:58:54.552Z] docker_cli_network_unix_test.go:46: [dfd97f2fb0dd2] daemon is not started [2022-05-31T20:58:55.123Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-05-31T20:58:55.123Z] docker_cli_network_unix_test.go:46: [d18e9fa8388a9] daemon is not started [2022-05-31T20:58:55.123Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-05-31T20:58:55.123Z] docker_cli_network_unix_test.go:46: [d56533659bc35] daemon is not started [2022-05-31T20:58:55.383Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-05-31T20:58:55.383Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-05-31T20:58:55.383Z] docker_cli_network_unix_test.go:46: [d915c3374e5f0] daemon is not started [2022-05-31T20:58:55.383Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-05-31T20:58:56.767Z] docker_cli_network_unix_test.go:968: [dea718e5e67c8] daemon is not started [2022-05-31T20:58:58.151Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-05-31T20:58:59.534Z] docker_cli_network_unix_test.go:46: [d4ecf417b079f] daemon is not started [2022-05-31T20:58:59.534Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-05-31T20:59:02.079Z] docker_cli_network_unix_test.go:1116: [d18595b23884f] daemon is not started [2022-05-31T20:59:04.623Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-05-31T20:59:04.883Z] docker_cli_network_unix_test.go:46: [da0ffb205a6ec] daemon is not started [2022-05-31T20:59:04.883Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-05-31T20:59:05.823Z] docker_cli_network_unix_test.go:46: [d8e85c5a4ea8f] daemon is not started [2022-05-31T20:59:05.823Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-05-31T20:59:05.823Z] docker_cli_network_unix_test.go:46: [d8c05f9481fb9] daemon is not started [2022-05-31T20:59:05.823Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-05-31T20:59:06.083Z] docker_cli_network_unix_test.go:46: [d6e90c92bc78a] daemon is not started [2022-05-31T20:59:06.083Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-05-31T20:59:06.083Z] docker_cli_network_unix_test.go:46: [d96713479eab0] daemon is not started [2022-05-31T20:59:06.083Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-05-31T20:59:06.344Z] docker_cli_network_unix_test.go:46: [db08229a49bfc] daemon is not started [2022-05-31T20:59:06.344Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-05-31T20:59:06.344Z] docker_cli_network_unix_test.go:46: [d7a2e7677d637] daemon is not started [2022-05-31T20:59:06.344Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-05-31T20:59:07.725Z] docker_cli_network_unix_test.go:46: [d503189685ed6] daemon is not started [2022-05-31T20:59:08.667Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-05-31T20:59:08.667Z] docker_cli_network_unix_test.go:46: [d3aa33de192f1] daemon is not started [2022-05-31T20:59:08.667Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-05-31T20:59:08.667Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-05-31T20:59:08.667Z] docker_cli_network_unix_test.go:46: [d7011e5bb5981] daemon is not started [2022-05-31T20:59:08.667Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-05-31T20:59:09.237Z] docker_cli_network_unix_test.go:46: [d7716a0b5a1c6] daemon is not started [2022-05-31T20:59:09.497Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-05-31T20:59:12.791Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-05-31T20:59:14.174Z] docker_cli_network_unix_test.go:1084: [d2f1fd48c4d15] daemon is not started [2022-05-31T20:59:15.557Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-05-31T20:59:15.557Z] docker_cli_network_unix_test.go:46: [dd329d5f200ab] daemon is not started [2022-05-31T20:59:15.557Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-05-31T20:59:16.157Z] docker_cli_network_unix_test.go:46: [d72f5439953e2] daemon is not started [2022-05-31T20:59:16.419Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-05-31T20:59:17.801Z] docker_cli_network_unix_test.go:46: [d2909accde261] daemon is not started [2022-05-31T20:59:17.801Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-05-31T20:59:18.062Z] docker_cli_network_unix_test.go:46: [d9f52c91a94f9] daemon is not started [2022-05-31T20:59:18.062Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-05-31T20:59:18.322Z] docker_cli_network_unix_test.go:46: [d8457778420c7] daemon is not started [2022-05-31T20:59:18.582Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-05-31T20:59:19.152Z] docker_cli_network_unix_test.go:46: [d0e2070dbb881] daemon is not started [2022-05-31T20:59:19.152Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-05-31T20:59:19.723Z] docker_cli_network_unix_test.go:46: [d190424c1a7fb] daemon is not started [2022-05-31T20:59:19.982Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-05-31T20:59:25.263Z] docker_cli_network_unix_test.go:46: [dc0a8dca81dbe] daemon is not started [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite (61.28s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.15s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.07s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (4.08s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.89s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.91s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.78s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (6.31s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.81s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.37s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.67s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.44s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.32s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.34s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.28s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.35s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.92s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.20s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.07s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.22s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.81s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.17s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.12s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.79s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.14s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.36s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.82s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.17s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.30s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2022-05-31T20:59:25.263Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.02s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.74s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.29s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.92s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.78s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.50s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.65s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.44s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.88s) [2022-05-31T20:59:25.263Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.18s) [2022-05-31T20:59:25.263Z] === RUN TestDockerHubPullSuite [2022-05-31T20:59:25.263Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-05-31T20:59:26.644Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-05-31T20:59:29.183Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-05-31T20:59:29.752Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-05-31T20:59:31.134Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-05-31T20:59:31.134Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-05-31T20:59:31.395Z] --- PASS: TestDockerHubPullSuite (6.14s) [2022-05-31T20:59:31.395Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.58s) [2022-05-31T20:59:31.395Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.22s) [2022-05-31T20:59:31.395Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.65s) [2022-05-31T20:59:31.395Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.40s) [2022-05-31T20:59:31.395Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.23s) [2022-05-31T20:59:31.395Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.05s) [2022-05-31T20:59:31.395Z] PASS [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === Skipped [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-05-31T20:59:31.395Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-05-31T20:59:31.395Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-05-31T20:59:31.395Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-05-31T20:59:31.395Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-05-31T20:59:31.395Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-05-31T20:59:31.395Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-05-31T20:59:31.395Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-31T20:59:31.395Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-31T20:59:31.395Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-31T20:59:31.395Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-31T20:59:31.395Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-31T20:59:31.395Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-31T20:59:31.395Z] docker_cli_sni_test.go:18: Flakey test [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.03s) [2022-05-31T20:59:31.395Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.03s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-05-31T20:59:31.395Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-05-31T20:59:31.395Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-05-31T20:59:31.395Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-05-31T20:59:31.395Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-31T20:59:31.395Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-05-31T20:59:31.395Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsWindows [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.02s) [2022-05-31T20:59:31.395Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-05-31T20:59:31.395Z] docker_cli_network_unix_test.go:46: [d7011e5bb5981] daemon is not started [2022-05-31T20:59:31.395Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.02s) [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] DONE 1265 tests, 51 skipped in 1450.652s [2022-05-31T20:59:31.395Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-31T20:59:31.395Z] ++++ cat bundles/test-integration/docker.pid [2022-05-31T20:59:31.395Z] +++ kill 9369 [2022-05-31T20:59:31.395Z] +++ /etc/init.d/apparmor stop [2022-05-31T20:59:31.395Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] Unloading profiles will leave already running processes permanently [2022-05-31T20:59:31.395Z] unconfined, which can lead to unexpected situations. [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.395Z] To set a process to complain mode, use the command line tool [2022-05-31T20:59:31.395Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-31T20:59:31.395Z] +++ true [2022-05-31T20:59:31.395Z] exiting test-integration [2022-05-31T20:59:31.395Z] ++ exit 0 [2022-05-31T20:59:31.395Z] [2022-05-31T20:59:31.655Z] + for job in $(jobs -p) [2022-05-31T20:59:31.655Z] + wait 11896 [2022-05-31T20:59:49.757Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-05-31T20:59:51.667Z] docker_cli_swarm_test.go:1180: [d053fa9f41ac6] joining swarm manager [d1d0c54ea71ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T20:59:58.241Z] docker_cli_swarm_test.go:1189: [df6da0f960c0e] joining swarm manager [d1d0c54ea71ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T21:00:36.974Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-05-31T21:00:41.172Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-05-31T21:00:44.475Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-05-31T21:00:46.385Z] docker_cli_swarm_test.go:1112: [d8c7cde093dc7] joining swarm manager [decf146d11a07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T21:00:48.294Z] docker_cli_swarm_test.go:1113: [d91ffdcc87119] joining swarm manager [decf146d11a07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T21:02:09.752Z] docker_cli_swarm_test.go:1166: [d0fb9812c27e9] joining swarm manager [decf146d11a07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-05-31T21:02:36.321Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-05-31T21:02:36.321Z] docker_cli_swarm_test.go:1447: [deed769010728] joining swarm manager [dc258f175b94d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T21:02:36.321Z] docker_cli_swarm_test.go:1448: [d647db20141fc] joining swarm manager [dc258f175b94d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-05-31T21:02:48.538Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-05-31T21:02:48.538Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-05-31T21:02:48.538Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-05-31T21:02:48.538Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-05-31T21:02:48.538Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-05-31T21:02:48.798Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-05-31T21:02:51.336Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-05-31T21:02:54.631Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-05-31T21:02:56.541Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-05-31T21:02:58.451Z] docker_cli_swarm_unix_test.go:63: [dde6ab506cf76] joining swarm manager [d93479523bb6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T21:03:54.707Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-05-31T21:03:54.707Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-05-31T21:03:54.707Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-05-31T21:03:56.087Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-05-31T21:03:59.386Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-05-31T21:04:01.926Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-05-31T21:04:03.835Z] docker_api_swarm_test.go:962: [d659b5e0f8b7f] joining swarm manager [ddee789f51d2e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-05-31T21:04:21.934Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-05-31T21:04:34.156Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-05-31T21:04:35.539Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-05-31T21:04:37.450Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-05-31T21:04:40.746Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-05-31T21:04:48.874Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-05-31T21:04:53.074Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-05-31T21:04:55.614Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-05-31T21:04:58.154Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-05-31T21:05:00.719Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-05-31T21:05:03.260Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-05-31T21:05:06.560Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-05-31T21:05:08.471Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-05-31T21:06:04.733Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-05-31T21:06:19.640Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite (1531.04s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.21s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.20s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.16s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.32s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.01s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.92s) [2022-05-31T21:06:34.534Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.54s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.81s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.26s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (33.62s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.71s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.44s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.51s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.96s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (46.52s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.39s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.06s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.42s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (25.44s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (66.27s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (57.99s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.30s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.17s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.66s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (15.82s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.40s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.41s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.23s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.47s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.86s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.82s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.70s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.04s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (23.99s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.99s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.50s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.00s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.05s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.19s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.78s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.25s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.14s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.15s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.64s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.64s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (2.86s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.77s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.03s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.68s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.08s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.51s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.15s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.36s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.22s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.15s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.51s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.57s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.99s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.13s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.02s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.00s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.05s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (2.99s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (3.12s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.37s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.46s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.90s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.60s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.54s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.57s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.75s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.13s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.64s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.60s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.45s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (75.37s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.96s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.73s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.09s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.53s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.62s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.63s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.64s) [2022-05-31T21:06:34.534Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.20s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.83s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.83s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.41s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.99s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (41.95s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.13s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.12s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (108.69s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.28s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.24s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.16s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.23s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.28s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.13s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.35s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.19s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (2.98s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.17s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.17s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.48s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.09s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.25s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.22s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.18s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.90s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.07s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.56s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.53s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.42s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.55s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.48s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.00s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.19s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.83s) [2022-05-31T21:06:34.534Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.21s) [2022-05-31T21:06:34.535Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.16s) [2022-05-31T21:06:34.535Z] === RUN TestDockerExternalVolumeSuite [2022-05-31T21:06:34.535Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-05-31T21:06:34.794Z] docker_cli_external_volume_driver_test.go:53: [d01b9b9b6aa68] daemon is not started [2022-05-31T21:06:52.898Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-05-31T21:08:00.624Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-05-31T21:08:07.215Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-05-31T21:08:22.118Z] docker_cli_external_volume_driver_test.go:53: [d4495f6cf6a03] daemon is not started [2022-05-31T21:08:37.013Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-05-31T21:08:55.130Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-05-31T21:09:09.272Z] docker_cli_external_volume_driver_test.go:53: [dff7e6dfde221] daemon is not started [2022-05-31T21:09:24.172Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-05-31T21:09:24.172Z] docker_cli_external_volume_driver_test.go:53: [dec7f54ef6437] daemon is not started [2022-05-31T21:09:39.065Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-05-31T21:10:11.158Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-05-31T21:10:26.054Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-05-31T21:10:40.949Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-05-31T21:11:27.643Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-05-31T21:11:45.781Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-05-31T21:12:17.882Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-05-31T21:12:49.981Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-05-31T21:13:04.898Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-05-31T21:13:23.049Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-05-31T21:13:23.049Z] docker_cli_external_volume_driver_test.go:485: [d9deb52c2fc99] daemon is not started [2022-05-31T21:13:37.981Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-05-31T21:13:37.981Z] docker_cli_external_volume_driver_test.go:53: [d62ad0662a7ea] daemon is not started [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite (437.02s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.58s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.14s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.54s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.13s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.17s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.17s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.18s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.26s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.85s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.17s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.77s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.99s) [2022-05-31T21:13:52.915Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-05-31T21:13:52.915Z] PASS [2022-05-31T21:13:52.915Z] [2022-05-31T21:13:52.915Z] === Skipped [2022-05-31T21:13:52.915Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-05-31T21:13:52.915Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-05-31T21:13:52.915Z] check_test.go:307: [d160a19635fd5] daemon is not started [2022-05-31T21:13:52.915Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-05-31T21:13:52.915Z] [2022-05-31T21:13:52.915Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-05-31T21:13:52.915Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-05-31T21:13:52.915Z] check_test.go:307: [d26345fd4987c] daemon is not started [2022-05-31T21:13:52.915Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-05-31T21:13:52.915Z] [2022-05-31T21:13:52.915Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-05-31T21:13:52.915Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-05-31T21:13:52.915Z] check_test.go:307: [ddcb3d9186806] daemon is not started [2022-05-31T21:13:52.915Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-05-31T21:13:52.915Z] [2022-05-31T21:13:52.915Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-05-31T21:13:52.915Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-05-31T21:13:52.915Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-05-31T21:13:52.915Z] [2022-05-31T21:13:52.915Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-05-31T21:13:52.915Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-05-31T21:13:52.915Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-05-31T21:13:52.915Z] [2022-05-31T21:13:52.915Z] DONE 269 tests, 5 skipped in 2310.802s [2022-05-31T21:13:52.915Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-05-31T21:13:52.915Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d144523c9af60/docker.pid [2022-05-31T21:13:52.915Z] +++ kill 7110 [2022-05-31T21:13:52.915Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7110 is not a child of this shell [2022-05-31T21:13:52.915Z] warning: PID 7110 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d144523c9af60/docker.pid had a nonzero exit code [2022-05-31T21:13:52.915Z] ++++ cat bundles/test-integration/docker.pid [2022-05-31T21:13:52.915Z] +++ kill 9346 [2022-05-31T21:13:52.915Z] +++ /etc/init.d/apparmor stop [2022-05-31T21:13:52.915Z] Leaving: AppArmorNo profiles have been unloaded. [2022-05-31T21:13:52.915Z] [2022-05-31T21:13:52.915Z] Unloading profiles will leave already running processes permanently [2022-05-31T21:13:52.915Z] unconfined, which can lead to unexpected situations. [2022-05-31T21:13:52.915Z] [2022-05-31T21:13:52.915Z] To set a process to complain mode, use the command line tool [2022-05-31T21:13:52.915Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-05-31T21:13:52.915Z] +++ true [2022-05-31T21:13:52.915Z] exiting test-integration [2022-05-31T21:13:52.915Z] ++ exit 0 [2022-05-31T21:13:52.915Z] [2022-05-31T21:13:52.915Z] + exit 0 [2022-05-31T21:13:52.915Z] ++ jobs -p [2022-05-31T21:13:52.915Z] + pids= [2022-05-31T21:13:52.915Z] + echo 'Remaining pids to kill: []' [2022-05-31T21:13:52.915Z] Remaining pids to kill: [] [2022-05-31T21:13:52.915Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-05-31T21:13:52.932Z] Recording test results [2022-05-31T21:13:54.606Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-05-31T21:13:54.947Z] + echo Ensuring container killed. [2022-05-31T21:13:54.947Z] Ensuring container killed. [2022-05-31T21:13:54.947Z] + docker ps -aq -f name=docker-pr1-* [2022-05-31T21:13:54.947Z] + cids=a3b73215723f [2022-05-31T21:13:54.947Z] 524598b447d1 [2022-05-31T21:13:54.947Z] 522df64f9340 [2022-05-31T21:13:54.947Z] + [ -n a3b73215723f [2022-05-31T21:13:54.947Z] 524598b447d1 [2022-05-31T21:13:54.947Z] 522df64f9340 ] [2022-05-31T21:13:54.947Z] + docker rm -vf a3b73215723f 524598b447d1 522df64f9340 [2022-05-31T21:13:55.530Z] a3b73215723f [2022-05-31T21:13:55.530Z] 524598b447d1 [2022-05-31T21:13:55.530Z] 522df64f9340 [Pipeline] sh [2022-05-31T21:13:55.827Z] + echo Chowning /workspace to jenkins user [2022-05-31T21:13:55.827Z] Chowning /workspace to jenkins user [2022-05-31T21:13:55.827Z] + id -u [2022-05-31T21:13:55.827Z] + id -g [2022-05-31T21:13:55.827Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43672:/workspace busybox chown -R 1000:1000 /workspace [2022-05-31T21:13:55.827Z] Unable to find image 'busybox:latest' locally [2022-05-31T21:13:55.827Z] latest: Pulling from library/busybox [2022-05-31T21:13:56.087Z] 462eb288b104: Pulling fs layer [2022-05-31T21:13:56.087Z] 462eb288b104: Verifying Checksum [2022-05-31T21:13:56.087Z] 462eb288b104: Download complete [2022-05-31T21:13:56.087Z] 462eb288b104: Pull complete [2022-05-31T21:13:56.347Z] Digest: sha256:ebadf81a7f2146e95f8c850ad7af8cf9755d31cdba380a8ffd5930fba5996095 [2022-05-31T21:13:56.347Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-05-31T21:13:59.194Z] + bundleName=amd64 [2022-05-31T21:13:59.194Z] + echo Creating amd64-bundles.tar.gz [2022-05-31T21:13:59.194Z] Creating amd64-bundles.tar.gz [2022-05-31T21:13:59.194Z] + xargs tar -czf amd64-bundles.tar.gz [2022-05-31T21:13:59.194Z] + 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 [2022-05-31T21:14:00.590Z] Archiving artifacts [2022-05-31T21:14:02.568Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43672/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-05-31T21:14:02.874Z] + make clean [2022-05-31T21:14:03.135Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-05-31T21:14:03.135Z] docker-dev-cache [2022-05-31T21:14:03.135Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS